@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: #91C531;
border-bottom: solid 2px #91C531;
}
#contents .lead_txt {
font-size: 18px;
text-align: center;
margin-bottom: 20px;
}

.pc_cation {
background: #e40000;
color:#fff;
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 12px 0 10px;;
margin-bottom: 30px;
line-height: 1.2;
   -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.pc_cation em {
font-size: 14px;
font-weight: normal;
}


#contents .play_box {
overflow: hidden;
margin:  0 auto 50px;
}
#contents .play_box a {
display: block;
float: left;
margin: 0 50px 20px 30px;
}
#contents .play_box a:hover {
opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  }
#contents .txt_box {
display: block;
float: left;
color:#000;
font-size: 18px;
}
#contents .txt_box strong {
display: block;
font-size: 24px;
font-weight: bold;
color:#009c41;
margin-bottom: 0.5em;
}
#contents .txt_box p {
margin-bottom: 1em;
}
#contents .txt_box p.note {
font-size: 14px;
}




#contents .download_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: 800px;
margin: 0 auto 35px;
}

#contents .download_box a {
display: block;
width: 210px;
text-align: left;
font-size: 14px;
text-decoration: none;
color:#000;
margin-bottom: 15px;


-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#contents .download_box a:hover {
opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  }
#contents .download_box img {
display: block;
margin-bottom: 5px;
}