@charset "shift_jis";
/* CSS Document */

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents .contents_ttl {
text-align: center;
/*color: #E9589B;
border-bottom: solid 2px #E9589B;*/
margin-bottom: 40px;
}
#contents .lead_txt {
font-size: 18px;
text-align: center;
margin-bottom: 20px;
}
#contents a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}


#contents .txt_box {
display: block;
width: 90%;
margin:0 auto 20px;
overflow: hidden;
}
#contents .txt_box .box_right {
float:right;
width: calc(100% - 310px);
}
#contents .txt_box .box_right p {
line-height: 2;
margin: 0 0 20px;
font-size: 16px;
}
#contents .txt_box .box_right img {
display: block;
margin:  0 auto;
width: 100%;
height: auto;
max-width: 534px;
}

#contents a.btn_to_list {
	display:block;
	margin: 30px auto;
	width:190px;
}