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



/*配置モジュール*/




/*中央配置*/
.w_center{
	margin-left:auto !important;
	margin-right:auto !important;
}


/*写真幅*/
.w50{
	width:50% !important;
}
.w60{
	width:60% !important;
}
.w70{
	width:70% !important;
}
.w80{
	width:80% !important;
}
.w90{
	width:90% !important;
}


/*キャプション揃え*/
.al_right{
	text-align:right !important;
}
.al_center{
	text-align:center !important;
}



/*記事表示タイプ*/
.cont_ent_pho.mg45{
	margin-top:45px !important;
	margin-bottom:45px !important;
}
/*中央寄せ横長写真[type01]*/
.type01{
}
.type01 .cont_ent_pho{
	margin-bottom:45px;
}
/*縦長写真左寄せ[type02]*/
.type02 .cont_ent_pho{
	width:50%;
	float:left;
}
.type02 .cont_ent_txt{
	width:47%;
	float:right;
}
.type02 .cont_ent_txt.cleartext{
	width:100%;
	margin-top:2em;
	clear:both;
}
/*縦長写真右寄せ[type03]*/
.type03 .cont_ent_pho{
	width:50%;
	float:right;
}
.type03 .cont_ent_txt{
	width:47%;
	float:left;
}
.type03 .cont_ent_txt.cleartext{
	width:100%;
	margin-top:2em;
	clear:both;
}




/*スマホ*/
@media screen and (max-width:640px){

/*中央寄せ横長写真[type01]*/
.type01 .cont_ent_pho{
	margin-bottom:20px;
}
/*写真縦長左寄せ[type02]*/
.type02 .cont_ent_pho {
	width:70%;
	margin:auto;
	float:none;
}
.type02 .cont_ent_txt{
	width:100%;
	float:none;
	margin-top:2em;
}
/*写真縦長左寄せ[type03]*/
.type03 .cont_ent_pho {
	width:70%;
	margin:auto;
	float:none;
}
.type03 .cont_ent_txt{
	width:100%;
	float:none;
	margin-top:2em;
}




/*写真幅*/
.spw50{
	width:50% !important;
}
.spw60{
	width:60% !important;
}
.spw70{
	width:70% !important;
}
.spw80{
	width:80% !important;
}
.spw90{
	width:90% !important;
}
.spw100{
	width:100% !important;
}





	
}