@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: #9363A6;
border-bottom: solid 2px #9363A6;
}

#contents .contents_ttl span.ttl_txt {
line-height: 1.4;
}
#contents .contents_ttl span.ttl_txt em {
display: block;
font-size: 20px;
}

#contents .history01_box {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;

-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 920px;
margin: 0 auto 35px;
}

#contents .history01_box a {
display: block;
width: 210px;
text-align: center;
font-size: 14px;
text-decoration: none;
color:#000;
margin-bottom: 15px;


-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#contents .history01_box a:hover {
opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  }
#contents .history01_box img {
display: block;
margin-bottom: 5px;
}


#contents .nenpyo_box {
overflow: hidden;
}
#contents .nenpyo_box .lead_txt {
font-size: 18px;
text-align: center;
margin:0 auto 20px;
}
#contents .nenpyo_box .nenpyo_btn_box {
overflow: hidden;
margin-bottom: 80px;
}
#contents .nenpyo_box .nenpyo_btn_box a {
display: block;
float: left;
background: url(../images/btn_bg.gif) repeat-x;
}
#contents .nenpyo_box .nenpyo_btn_box a:hover {
opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}




