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


.mincho { font-family: "Sawarabi Mincho"; }

.note{
	font-size:85%;
}

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

.nmlTxt{
	font-size:14px;
	line-height:1.7;
	}

/*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;}
.mgT60 {margin-top:60px;}
.mgT33 {margin-top:33px;}


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

/*
* “はんなり明朝” licensed under the IPA Font License Agreement v1.0
* http://typingart.net/（”はんなり明朝”配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face{
	font-family:"hannari";
	src:url(../font/Hannari.woff) format("woff"), url(../font/Hannari.otf) format("otf");
}
.hannari{
	font-family:"hannari";
}

	
@media (max-width:640px){


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

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

.sp{display:block;}
.pc{display:none;}

.br,
.spBr{
	display:block;
}

.pcBr{
	display:inline;
}


}
