@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,table,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
html { line-height: 0;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
section {
	overflow:hidden;
}
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


/*****************

clearfix

*****************/

/* Hides from IE-mac */
.clearfix {
		display: block;
		overflow: hidden;
}
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}


/* setting */

body {
	font-family: "Roboto","Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "メイリオ", sans-serif;
	background: #1e3046;
    color: #fff;
    font-size: 15px;
    line-height: 2.0;
	-webkit-text-size-adjust: 100%;
}
#wrap {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	color:#fff;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
}
img {
	width: 100%;
	line-height: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

a:hover {
	opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
  	-moz-transition: 0.3s ease-in-out;
  	-o-transition: 0.3s ease-in-out;
  	transition: 0.3s ease-in-out;
}

footer p {
	margin: 10% 0 1%;
}


/*****************

h1,h2,h3

*****************/

/*****************

HEADER

*****************/

/*****************

MAIN

*****************/


/*txt setting */
.txt_s { font-size: 0.75rem;}
.txt_l { font-size: 1.6rem;}
.txt_cnt { text-align: center;}
.strong {font-weight: bold;}


@media screen and ( max-width : 767px ){
	
img { width: 100%; line-height: 0; }  
.pc_disp {display: none;}
.sp_disp {display: block}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	

/*****************

h1,h2,h3

*****************/

	
/*****************

HEADER

*****************/

/*****************

MAIN

*****************/


	
/*txt setting */
.txt_s { font-size: 0.75rem;}
.txt_l { font-size: 1.2rem; line-height: 1.5;}
.txt_cnt { text-align: center;}
.txt_en { font-family: "El Messiri", sans-serif;}
.strong {font-weight: bold;}
	
}
