@charset "utf-8";
@import url('site.css');
@import url('contents.css');
@import url('style.css');

table.free_table tr td table.inner_table{
 width:100%;
}
table.free_table tr td table.inner_table th,table.free_table tr td .inner_table td{
 background:#fff;
 font-weight:normal;
 border:none;
 padding:5px 0;
}
.mv {
text-align:center;
margin: 0 auto 30px;
}

/*フォーム*/
.rule_wrap {
min-height:250px;
overflow-y:scroll;
background:#ffffff;
margin:0 0 20px -20px;
border:1px solid #ccc;
box-sizing: border-box;
padding:10px;
font-size:12px;
}
iframe {
max-width: 100%;
display: inline-block;
margin: 0 auto;
}
.movie_box {
text-align:center;
}

p.cont_link.btn {}
p.cont_link.btn a {
display: inline-block;
background: #a50d08;
color: #ffffff;
padding:10px 30px 10px 10px;
position: relative;
text-align: center;
text-decoration: none;
border-radius: 5px;
}
p.cont_link.btn a:after {
content: ">";
font-size: 20px;
line-height: 1;
display: block;
position: absolute;
right: 10px;
top: 50%;
margin-top: -10px;
}
p.cont_link.btn a:hover {
background: #cda062;
}
.h3_block {
margin-bottom:40px;
}