@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: #3B5FAC;
border-bottom: solid 2px #3B5FAC;
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 .movie_box {

display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;

-webkit-justify-content: space-around;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around;

-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
#contents .movie_box a {
display: block;
width: 30%;
margin-bottom: 30px;
color:#333;
text-decoration: none;
font-size: 13px;
}
#contents .movie_box a img {
margin-bottom: 5px;
}

#contents .movie_box .blank_box {
width: 30%;
height: 1px;
}