@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
font-weight:400;

font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:18px;

color:#000;
line-height:1.6;

}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}



@media screen and (max-width:960px) {
p{font-size:14px;}
}

.baseW{width:1280px; margin:0 auto; overflow:hidden;}
.baseW:before,.baseW:after{display:table;content:"";line-height:0;}
.baseW:after{clear:both;}
@media screen and (max-width:960px){.baseW{width:100%;}}

.baseW_pad{width:1280px; margin:0 auto; overflow:hidden;}
.baseW_pad:before,.baseW_pad:after{display:table;content:"";line-height:0;}
.baseW_pad:after{clear:both;}
@media screen and (max-width:960px){.baseW_pad{width:100%; padding-left:10px; padding-right:10px;}}

.baseWfull{width:100%; margin:0 auto; overflow:hidden;}
.baseWfull:before,.baseWfull:after{display:table;content:"";line-height:0;}
.baseWfull:after{clear:both;}

.baseWfull_pad{width:100%; margin:0 auto;overflow:hidden;}
.baseWfull_pad:before,.baseWfull_pad:after{display:table;content:"";line-height:0;}
.baseWfull_pad:after{clear:both;}
@media screen and (max-width:960px){.baseWfull_pad{padding-left:10px; padding-right:10px;}}

.baseWfull_pad_alw{width:100%; margin:0 auto;overflow:hidden; padding-left:10px; padding-right:10px;}
.baseWfull_pad_alw:before,.baseWfull_pad_alw:after{display:table;content:"";line-height:0;}
.baseWfull_pad_alw:after{clear:both;}



/* end_reset */


/* table responsive
-----------------------------------------------------------*/

table#ta_res{border-collapse: collapse;width:970px; margin:0 0 30px;}
table#ta_res th,table#ta_res td {padding: 1.2em 1em;border: 1px solid #ddd; font-size:20px;}
table#ta_res th{font-weight:900;background: #ebebeb;text-align: center;width: 130px;}
table#ta_res td{background: #fff;}

@media screen and (max-width:960px) {
table#ta_res {border-top: 1px solid #ddd; width:100%;}
table#ta_res th,table#ta_res td{font-size:14px;}
table#ta_res td {display: block;}
table#ta_res th {display: block;border-top: none;border-bottom: none;width: 100%;}
}





/* br
-----------------------------------------------------------*/
@media screen and (max-width:960px) {.br_pc_only{display:none;}}
@media screen and (min-width:1281px) {.br_no_pc{display:none;}}
@media screen and (min-width: 780px) {.br_tab{display:none;}}
@media screen and (min-width: 640px) {.br_sp{display:none;}}



body {text-shadow: 0px 1px 0px #FFFFFF;}
img {max-width: 100%;height: auto;vertical-align: text-bottom;}
span,em{font-size:inherit; color:inherit; text-shadow:inherit; font-style:inherit; font-weight:inherit; line-height:inherit;}
strong{font-weight:900;font-size:inherit; color:inherit; text-shadow:inherit; font-style:inherit;}
a{text-decoration:none;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
.center{text-align:center;}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a:link		{color:#0f6bb6;}
a:visited	{}
a:hover		{}
a:active	{}

a img:hover,input.inputbtn:hover,.btn_submit_bg:hover {
opacity: 0.7;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;

-moz-transition-duration:500ms;
-webkit-transition-duration:500ms;
-o-transition-duration:500ms;
-ms-transition-duration:500ms;

-moz-transition-timing-function:ease-in-out;
-webkit-transition-timing-function:ease-in-out;
-o-transition-timing-function:ease-in-out;
-ms-transition-timing-function:ease-in-out;
}




.wrap_t {
  text-align: center;
}
.youtube_t {
  max-width: 100%;
}