@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: #7EBF24;
border-bottom: solid 2px #7EBF24;
margin-bottom: 40px;
}
#contents .lead_txt {
font-size: 18px;
text-align: center;
margin-bottom: 30px;
font-weight: bold;
}
#contents a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

#contents .pickup_box {
max-width: 860px;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
}

#contents h3.ttl {
font-size: 24px;
font-weight: bold;
color:#fff;
margin-bottom: 20px;
text-align: center;
background: #7EBF24;
padding: 8px 10px;
}

#contents .box01 {
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;

margin-bottom: 30px;
}
#contents .box01 .box01_each {
width: 230px;
font-size: 13px;
margin-bottom: 30px;
}
#contents .box01 .box01_each.box_blank {
height: 0;
margin: 0;
padding: 0;
}

#contents .box01 .box01_each a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
#contents .box01 .box01_each img {
margin-bottom: 5px;
}
#contents .box01 .box01_each strong {
color:#f00;
}