@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
.notoR, h1, h2 {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-feature-settings : "palt";
  	font-weight:300;
}

html,body{
	position: relative;
	-moz-opacity:0.9999;
	text-align:center;
	margin:0;
	padding:0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size:14px;
  color:#000;
 }

*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}


/************----link Font----********************************/

a:link,
a:visited{
	color:#0048ff;
	text-decoration:underline;
}
a:hover{
	color:#555;
}


/********************************----common----********************************/

/*Reset
-------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,th,td{
	margin:0;
	padding:0;
	list-style:none;
  font-style:normal;
  font-weight:normal;
}
table {
	border:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	}
em {
	font-style:normal;
	}

/*Font
-------------------------------------------*/		
body {
 font-family:'游ゴシック',YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	color:#000000;
}

.txaL { text-align: left;}
.txaC { text-align: center;}
.txaR { text-align: right}


.txtL{font-size:110%;}
.txtM{font-size:93%;}
.txtS {font-size:80%;}
.txtSS{font-size:70%;}
	
.txtRed{color:#cc0000;}


/*--indent-----------------*/
.int {
  padding-left: 1em;
  text-indent: -1em;
}

.bold{
	font-weight:bold;
}

/*Float
--------------*/
.flL, .boxL {float:left;}

.flR, .boxR {float:right;	}
	

/*Clear
--------------*/
.both {
	clear:both;
	}
	
.block {
	display:block;
}

/*Clear
--------------*/
.both {
	clear:both;
	}

.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	}

.clearfix {
	display:inline-block;
	}	

	
/*--img-------------*/
img{
	border:none;
	vertical-align:bottom;
}


/*Rollover
--------------*/
a:hover img.imgov{
	filter:alpha(opacity=80) !important; /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
	}


.pcImg,
.pc{
	max-width:100%;
	height:auto;
	text-align:center;
	display:inline-block;
	}
 
.spImg{
	display:none;
	}
 .sp{
  	display:none;
 }
	
.pcBr{
	display:block;
}

.tbBr{
	display:inline;
}
.spBr{
	display:inline;
}

.pc-br{
 	display:block;
}

.sp-br,
.tb-br{
 	display:none;
}



/*PC Margin
--------------*/
.mg0 {margin:0}
.mg5 {margin:5px;}

/*top*/
.mgT5 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT25 {margin-top:25px;}
.mgT30 {margin-top:30px;}
.mgT40 {margin-top:40px;}
.mgT50 {margin-top:50px;}
.mgT60 {margin-top:60px;}


/*right*/
.mgR5 {margin-right:5px;}
.mgR7 {margin-right:7px;}
.mgR10 {margin-right:10px;}
.mgR15 {margin-right:15px;}
.mgR20 {margin-right:20px;}
.mgR25 {margin-right:25px;}
.mgR30 {margin-right:30px;}
.mgR3p {margin-right:3%;}
.mgR5p {margin-right:5%;}


/*bottom*/
.mgB5 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}
.mgB40 {margin-bottom:40px;}
.mgB50 {margin-bottom:50px;}
.mgB60 {margin-bottom:60px;}

/*left*/
.mgL5 {margin-left:5px;}
.mgL10 {margin-left:10px;}
.mgL15 {margin-left:15px;}
.mgL20 {margin-left:20px;}
.mgL25 {margin-left:25px;}
.mgL30 {margin-left:30px;}
.mgL3p{margin-left:3%;}
.mgL5p{margin-left:5%;}


/*PC Padding
--------------*/

/*top*/
.pdT5 {padding-top:5px;}
.pdT10 {padding-top:10px;}
.pdT15 {padding-top:15px;}
.pdT20 {padding-top:20px;}
.pdT25 {padding-top:25px;}
.pdT30 {padding-top:30px;}


/*bottom*/
.pdB5 {padding-bottom:5px;}
.pdB10 {padding-bottom:10px;}
.pdB15 {padding-bottom:15px;}
.pdB20 {padding-bottom:20px;}
.pdB25 {padding-bottom:25px;}
.pdB30 {padding-bottom:30px;}

/* =================================== */






