@charset "utf-8";


html,body{
	position: relative;
	-moz-opacity:0.9999;
	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-family: "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
	}
 

/********************************----common----********************************/

/*Reset
-------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,th,td{
	margin:0;
	padding:0;
	list-style:none;
}
table {
	border:0;
	padding:0;
	/*border-collapse:collapse;
	border-spacing:0;*/
	}
em {
	font-style:normal;
	}

/*Font
-------------------------------------------*/		

.txaL { text-align: left;}
.txaC { text-align: center;}
.txaR { text-align: right}


.txtL{font-size:110%;}
.txtM{font-size:100%;}
.txtS {font-size:85%;}
.txtSS{font-size:70%;}
	
.txtRed{color:#de5b22;}


/*--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;
	}

.clearfix:after,
.section:after,
.contArea:after,
.contsIn:after{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
 line-height:0; 
 font-size:0;
	}
	
.block {
	display: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%;
	display:inline-block;
	}
	
.tablet{
	display:none;
	}
 
.spImg{
	display:none;
	}
  
  
.sp{display:none;}
	
.pc-br{
	display:block;
}  
  
.pcBr{
	display:block;
}


.spBr{
	display:inline;
}

.sp-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;}



@media (max-width:920px){
 

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/

/*--img-------------*/

img{
	border:none;
	width:100%;
	height:auto;
	vertical-align:bottom;
}

.tablet{
	display:inline-block;
	}

.spImg{display:none;}

.tbImg,
.pcImg,
.sp{display:inline-block;}


.pc{display:none;}

.spBr{
	display:inline;
}
.br,
.tbBr{
	display:block;
}

.pcBr{
	display:inline;
}

.pc-br{
	display:none;
}  


/*SP Margin
--------------*/
/*top*/
.mgT5 {margin-top:2px;}
.mgT10 {margin-top:5px;}
.mgT15 {margin-top:8px;}
.mgT20 {margin-top:10px;}
.mgT25 {margin-top:13px;}
.mgT30 {margin-top:15px;}
.mgT40 {margin-top:20px;}
.mgT50 {margin-top:25px;}
.mgT60 {margin-top:30px;}

/*right*/
.mgR5 {margin-right:2px;}
.mgR7 {margin-right:3px;}
.mgR10 {margin-right:5px;}
.mgR15 {margin-right:8px;}
.mgR20 {margin-right:10px;}
.mgR25 {margin-right:13px;}
.mgR30 {margin-right:15px;}

/*bottom*/
.mgB5 {margin-bottom:2px;}
.mgB10 {margin-bottom:5px;}
.mgB15 {margin-bottom:8px;}
.mgB20 {margin-bottom:10px}
.mgB25 {margin-bottom:13px;}
.mgB30 {margin-bottom:15px;}
.mgB40 {margin-bottom:20px;}
.mgB50 {margin-bottom:25px;}
.mgB60 {margin-bottom:30px;}


/*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%;}


/*SP Padding
--------------*/

/*top*/
.pdT5 {padding-top:3px;}
.pdT10 {padding-top:5px;}
.pdT15 {padding-top:8px;}
.pdT20 {padding-top:10px;}
.pdT25 {padding-top:13px;}
.pdT30 {padding-top:15px;}

/*bottom*/
.pdB5 {padding-bottom:3px;}
.pdB10 {padding-bottom:5px;}
.pdB15 {padding-bottom:8px;}
.pdB20 {padding-bottom:10px;}
.pdB25 {padding-bottom:13px;}
.pdB30 {padding-bottom:15px;}

}

 
@media (max-width: 640px) {


.spImg{display:inline-block;}
.tbImg{display:none;}
.pcImg{display:none;}
.tablet{display:none;}

.spBr,
.sp-br{
	display:block;
}

.tbBr,
.pcBr{
	display:inline;
}



}
