@charset "UTF-8";
/* CSS Document */

/*Reset
--------------*/
body{
	margin:0;
	padding:0;
	font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
	line-height:1.5;
	font-size:100%;
	color:#333333;
	-moz-opacity:0.9999;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
	
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,th,td,form {
	margin:0;
	padding:0;
	}

ul, li{
	list-style: none;
}


/*Font
--------------*/
.note{
	font-size:85%;
}

.note li{
	text-indent:-1em;
	padding-left:1em;
}



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



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

.clearfix:after,
.section:after{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
 line-height:0; 
	}
	
.block {
	display:block;
}
	
/*--img-------------*/
img{
	border:none;
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}


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


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

.spBr{
	display:inline;
}


/*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;}



/*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;}
.mgB110 {margin-bottom:110px;}

/*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:800px){


body{
	font-size:90%;
}


/*--img-------------*/



.sp{display:block; max-width:100%; height:auto;}
.pc{display:none;}



.pcBr
.spBr{
	display:inline;
}

/*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:25px;}
.mgT50 {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;}
.mgB110 {margin-bottom:80px;}


/*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:480px){
	
.br,
.spBr{
	display:block;
}

img{
	border:none;
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	width:100%;
}
}

