@charset "UTF-8";

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y: scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin: 0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
table{border-collapse: collapse;border-spacing: 0;}
caption, th{text-align: left;}   
img,abbr,acronym,fieldset{border: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display: none;}
object,embed{vertical-align: top;} 


/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration: underline;color: #666666;}
a:visited{text-decoration: none;color: #66666;}
a:hover{text-decoration: underline;color: #999999;}
a:active{text-decoration: none;color: #66666;}
.it{ font-style: italic;}
.ol{ text-decoration: overline;}
.lt{ text-decoration: line-through;}
.uol{ text-decoration: underline overline;}
/*basic*/
.b{font-weight: bold;}
.b-bg{font-weight: bold; background-color: #fff45c;}
.b-ul{font-weight: bold; text-decoration: underline;}
.b-ul-bg{font-weight: bold; text-decoration: underline; background-color: #fff45c;}
.b-big{font-weight: bold; font-size:20px; line-height:30px;}
.b-bg-big{font-weight: bold; background-color: #fff45c; font-size:20px; line-height:30px;}
.b-ul-big{font-weight: bold; text-decoration: underline; font-size:20px; line-height:30px;}
/*red*/
.red-b{color: #c9171e;font-weight: bold;}
.red-b-bg{color: #c9171e;font-weight: bold;background-color: #fff45c;}
.red-b-ul{color: #c9171e;font-weight: bold;text-decoration: underline;}
.red-b-ul-bg{color: #c9171e;font-weight: bold;text-decoration: underline;background-color: #fff45c;}
.red-b-big{color: #c9171e; font-weight: bold; font-size:19px;line-height:30px;}
.red-b-bg-big{color: #c9171e; font-weight: bold; background-color: #fff45c; font-size:20px; line-height:30px;}
.red-b-ul-big{color: #c9171e; font-weight: bold; text-decoration: underline; font-size:19px;line-height:30px;}
.red-b-ul-bg-big{color: #c9171e; font-weight: bold; text-decoration: underline; background-color: #fff45c; font-size:20px;line-height:40px;}



/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family: Osaka,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color: #333333;
font-size: 16px;
line-height: 0;
text-align: center;
background:url(../img/bg01.png) center fixed;
letter-spacing:0em;
overflow:hidden;
}

/*header*/
#topbar{
width:100%;
height:100px;
background:url(../img/topbar_bg.png) repeat-x left top;
box-shadow:0px 0px 10px 0px rgba(0,0,0,0.8);
-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.8);
-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.8);
position:fixed;
z-index:1;
}
.topbar_cdt{
width:960px;
height:100px;
margin:0 auto;
background:url(../img/topbar.png) no-repeat left top;
position:relative;
}
.topbar_cdt iframe{
position:absolute;
top:10px;
right:10px;
}
.count{
font-family:Osaka,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:20px;
line-height:80px;
color:#ffffff;
text-align:center;
width:100%;
border-style:none;
padding:0;
margin:0;
font-weight:bold;
background:url(../img/count.png) no-repeat center top;
}
header{margin-top:100px;}

/*line*/
.line{
width:100%;
height:5px;
margin:0;
padding:0;
background:url(../img/line.png) no-repeat center top;
}


/*title*/
#title_01{
width:100%;
margin:0;
background:#000000 url(../img/title_01_bg.png) no-repeat center top;
}

.bg02{  
width:100%;
margin:0;
padding:50px 0;
background:#ffffff url(../img/bg02.png) center top fixed;
}
.bg03{  
width:100%;
margin:0;
padding:50px 0;
background:#000000 url(../img/bg03.png) center fixed;
}
.bg04{  
width:100%;
margin:0;
padding:50px 0;
background:#000000 url(../img/bg04.png) center fixed;
}
.bg05{  
width:100%;
margin:0;
padding:50px 0;
background:#000000 url(../img/bg05.png) center fixed;
}

/*textbox*/
.wrapper{
margin:0 auto;
padding:0;
width:900px;
background:rgba(255,255,255,0.9);
box-shadow:0px 0px 5px 1px rgba(0,0,0,0.5);
-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.5);
}
.wrapper2{
margin:0 auto;
padding:0;
width:900px;
background:rgba(0,0,0,0.8);
color:#ffffff;
}
.textbox{
margin:0 auto;
padding:90px 0;
width:700px;
text-align:justify;
line-height:24px;
}
.textbox p,.textbox ul,.textbox ol{
margin: 0;
padding:15px 0;
}
.textbox li{list-style:none;}

li.list01{
font-size:16px;
line-height:24px;
font-weight:bold;
margin:20px 0;
padding:0 0 0 15px;
color:#c9171e;
border-left:solid 5px #a40000;
}
li.list02{
font-size:16px;
line-height:40px;
font-weight:bold;
padding:0 0 0 26px;
background:url(../img/list02.png) no-repeat center left;
}
li.list03{
font-size:16px;
line-height:24px;
font-weight:bold;
padding:0 0 0 30px;
background:url(../img/list_check.png) no-repeat center left;
}

#movie{margin:30px 0;background:#333333;}
#movie iframe{padding:30px;}

/*date*/
#date{
width:900px;
margin:0 auto;
padding:50px 0;
text-align:center;
background:#ffec47;
}
#date iframe{
background:#ffffff;
}


/*profile*/
#profile{
width:100%;
margin:0 auto;
padding:50px 0;
text-align:center;
background:url(../img/profile_bg.png) center fixed;
background-size:cover;
}
.prf_text{
margin:0 auto;
width:700px;
color:#ffffff;
text-align:justify;
font-size:14px;
line-height:24px;
}

/*present*/
#present{
width:100%;
margin:0;
padding:100px 0;
background:#013334;
}
#present img{display:block;margin:0 auto;}
.present_bg{
margin:0 auto;
padding:40px 50px;
width:800px;
text-align:left;
color:#ffffff;
line-height:24px;
background:url(../img/present_bg.png) repeat-y left top;
}
.present_bg p{
margin:0;
padding:10px 0;
}
.present_bg img{
padding:0 0 30px 0;
}

/*limit*/
#limit{
width:100%;
margin:0;
padding:100px 0;
background:url(../img/bg_limit.png) no-repeat center fixed;
background-size:cover;
}
#limit img{display:block;margin:0 auto;}
.limit_bg{
margin:0 auto;
padding:40px 50px;
width:800px;
text-align:left;
color:#ffffff;
line-height:24px;
background:url(../img/limit_bg.png) repeat-y left top;
}
.limitt_bg p{
margin:0;
padding:10px 0;
}
.limit_bg img{
padding:0 0 30px 0;
}

/*demelit*/
#demelit{
width:900px;
margin:0 auto;
padding:0 0 50px 0;
text-align:center;
background:#ffec47;
}
.demelit_text{
margin:0 auto;
padding:0 50px 50px 50px;
width:700px;
text-align:justify;
line-height:24px;
background:#ffffff;
}
.demelit_text p{
margin: 0;
padding:15px 0;
}
.demelit_text img{padding:50px 0 0 0;}

/*reason*/
#reason{
width:100%;
margin:0 auto;
padding:100px 0;
background:#2e81ac url(../img/reason_bg.png) no-repeat center bottom fixed;
background-size:cover;
}
.wrapper_reason{
margin:0 auto;
padding:0 0 50px 0;
width:900px;
background:#ffec47;
}
.reason_text{
margin:0 auto;
padding:50px;
width:700px;
text-align:justify;
line-height:24px;
background:#ffffff;
}
.reason_text p{
margin: 0;
padding:15px 0;
}

/*melit*/
#melit{
width:100%;
margin:0 auto;
padding:50px 0 100px 0;
background:url(../img/melit_bg.png) no-repeat center bottom fixed;
background-size:cover;
}
.wrapper_melit{
margin:0 auto;
padding:50px 0;
width:900px;
background:rgba(0,0,0,0.8);
}
.melit_text{
margin:0 auto;
padding:0 50px 50px 50px;
width:700px;
text-align:justify;
line-height:24px;
background:#ffffff;
}
.melit_text p{
margin: 0;
padding:15px 0;
}
.melit_text img{
margin: 0;
padding:50px 0 10px 0;
}


/*program*/
#program{
width:100%;
margin:0 auto;
padding:100px 0;
background:#000000 url(../img/program_bg.png) no-repeat center fixed;
}
.wrapper_program{
margin:0 auto;
padding:50px 0 0 0;
width:900px;
background:rgba(0,0,0,0.8);
}
.wrapper_program img{
padding:0 0 50px 0;
}

/*user*/
#user{
width:100%;
margin:0 auto;
padding:100px 0;
background:#2e81ac url(../img/user_bg.png) no-repeat center fixed;
}
#user img{
display:block;
margin:0 auto;
}
.wrapper_user{
margin:0 auto;
padding:50px 0;
width:900px;
background:rgba(255,255,255,0.9);
}
.user_text{
margin:0 auto 50px auto;
padding:48px;
width:700px;
text-align:justify;
line-height:24px;
background:#ffffff;
border-left:solid 2px #ee6a55;
border-right:solid 2px #ee6a55;
border-bottom:solid 2px #ee6a55;
}
.user_text p{
margin: 0;
padding:15px 0;
}

/*suisen*/
#suisen{
width:100%;
margin:0 auto;
padding:100px 0;
background:url(../img/suisen_bg.png) no-repeat center fixed;
bavkground-size:cover;
}
#suisen img{
display:block;
margin:0 auto;
}
.wrapper_suisen{
margin:0 auto;
padding:50px 0;
width:900px;
background:rgba(0,0,0,0.8);
}
.suisen_text{
margin:0 auto 50px auto;
padding:48px;
width:700px;
text-align:justify;
line-height:24px;
background:#ffffff;
}
.suisen_text p{
margin: 0;
padding:15px 0;
}

/*faq*/
#faq{
width:100%;
margin:0 auto;
padding:100px 0;
background:#ffffff;
}
#faq img{
display:block;
margin:0 auto;
}
#faq dl{
width:896px;
margin:40px auto 0 auto;
text-align:justify;
background:#ffffff;
border:2px solid #000000;
}
#faq dt{
margin:0;
padding:40px 40px 40px 100px;
text-align:justify;
color:#eeeeee;
font-weight:bold;
font-size:20px;
line-height:20px;
background:#000000 url(../img/question.png) no-repeat left center;
}
#faq dd{
margin:0;
padding:40px;
text-align:justify;
font-size:16px;
line-height:24px;
}

/*cta*/
.cta{
width:100%;
margin:0;
padding:50px 0;
background:url(../img/bg01.png) center fixed;
}
.cta table{
width:600px;
margin:20px auto;
background:rgba(255,255,255,0.8);
border-collapse:separate;
border-spacing:5px;
}
.cta tr{
margin:5px;
}
.cta th{
width:180px;
font-weight:normal;
background:#2f313a;
color:#ffffff;
text-align:center;
padding:10px;
line-height:20px;
}
.cta td{
padding:10px;
text-align:left;
line-height:20px;
}
.cta img{
display:block;
margin:0 auto;
}

/*opt*/
.opt{
width:100%;
margin:0;
padding:50px 0;
background:url(../img/opt_bg.png) center fixed;
}
.wrapper_opt{
width:800px;
margin:10px auto 0 auto;
padding: 50px;
background:rgba(0,0,0,0.8);
}
.opt form{width:800px;margin:0 auto;}
.opt form input[type=text]{
font-family: Osaka,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size: 20px;
width:796px;
font-weight: bold;
line-height:36px;
padding:5px;
margin:0 0 20px 0;
background:#ffffff;
color:#333333;
border:2px solid #ffd700;
text-align:center;
}


/*footer*/
footer{
min-width: 960px;
line-height: 20px;
font-size: 12px;
color: #ffffff;
background: #000000;
overflow:auto;
}
address{
float:right;
line-height: 20px;
padding: 5px 15px;
}
nav ul{
float:left;
padding: 5px 15px;
line-height: 20px;
font-size: 12px;
}
nav li{
list-style-type:none;
float: left;
padding: 0 20px 0 8px;
font-size: 12px;
background: url(../img/footer.png) no-repeat left center;
}
nav a:link{
color: #dddddd;
text-decoration: none;
}
nav a:visited{
text-decoration: none;
color: #dddddd;
}
nav a:hover{
text-decoration: underline;
color: #dddddd;
}
nav a:active{
text-decoration: none;
color: #dddddd;
}



/*tsh*/
.wrapper_sub{
margin:0 auto;
padding:40px 0;
width:960px;
font-size: 14px;
min-height: 800px;
background:#ffffff;
}

#tokutei{
margin: 0 auto 60px auto;
width: 800px;
line-height: 20px;
font-size: 14px;
}
.title_sub{
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 0;
padding:0 0 20px 0;
}

th{
width: 180px;
padding: 10px;
}

td{
padding: 10px;
text-align: justify;
}