@charset "UTF-8";
/* ------------------------------------------- CSS Information 
 File Name:      default.css
 Author:         Dxmix 
 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 
 File Name:      basic.css
 Author:         Dxmix
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration:underline;color:#666666;}
a:visited{text-decoration:none;color:#666666;}
a:hover{text-decoration:underline;color:#999999;}
a:active{text-decoration:none;color:#666666;}
/*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:40px;}
.b-bg-big{font-weight: bold; background-color: #fff45c; font-size:20px; line-height:40px;}
/*red*/
.red-b{color: #ea4c29;font-weight: bold;}
.red-b-bg{color: #ea4c29;font-weight: bold;background-color: #fff45c;}
.red-b-ul{color: #ea4c29;font-weight: bold;text-decoration: underline;}
.red-b-ul-bg{color: #ea4c29;font-weight: bold;text-decoration: underline;background-color: #fff45c;}
.red-b-big{color: #ea4c29;font-weight: bold;font-size:20px; line-height:40px;}
  
/* ------------------------------------------- CSS Information 
 File Name:      slhp.css
 Author:         Dxmix
 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:#000000 url(../img/bg.png) no-repeat center fixed;
background-size:cover;
letter-spacing:0em;
}

/*header*/
header{background:url(../img/header_bg.png) no-repeat center top;}

/*movie*/
#movie{
width:100%;
padding:50px 0;
background:#ffffff;
}
.movie_bg{
border-top:1px solid #666666;
border-bottom:1px solid #666666;
margin:30px 0 0 0;
min-width:960px;
}
.movie_bg img{margin:20px 10px;}

/*date*/
.date{
width:100%;
margin:0;
padding:50px 0;
background:url(../img/bg_date.png) no-repeat center fixed;
background-size:cover;
}
.date img{margin:0 auto;width:960px;display:block;}


/*contents*/
.contents{
width:960px;
margin: 0 auto;
}
.line{
width:100%;
height:5px;
margin:0;
padding:0;
background:url(../img/line.png) no-repeat center top;
}
.wrapper{
margin:50px 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);
}
.textbox{
margin:0 auto;
padding:85px 0;
width:700px;
text-align:justify;
line-height: 30px;
}
.textbox p,.textbox ul,.textbox ol{
margin:0;
padding:15px 0;
}
.textbox p.b-big{
margin: 0;
padding:15px 0;
font-weight:bold;
font-size: 24px;
line-height:36px;
}
.textbox img{margin:30px 0;}

p.center{text-align:center;}
li.circle{
list-style-type:none;
padding-left:20px;
background:url(../img/list_circle.png) no-repeat top left;
}
li.circle2{
list-style-type:none;
padding-left:20px;
background:url(../img/list_circle2.png) no-repeat top left;
color:#ff0000;
}
li.arrow{
list-style-type:none;
padding-left:40px;
background:url(../img/list_arrow.png) no-repeat top left;
}
li.check{
list-style-type:none;
padding-left:25px;
background:url(../img/list_check.png) no-repeat center left;
}


/*user*/
#user{
width:100%;
margin:0;
padding:100px 0;
background:url(../img/bg_user.png) no-repeat center bottom fixed;
background-size:cover;
}
#user img{
display:block;
margin:0 auto;
}
.wrapper_user{
margin:30px auto 0 auto;
padding:0 0 50px 0;
width:900px;
background:rgba(0,0,0,0.8);
}
.wrapper_user img{
padding:50px 0 0 0;
}
.user_text{
margin:0 auto;
padding:50px;
width:698px;
text-align:justify;
line-height:24px;
color:#ffffff;
background:rgba(51,51,51,0.8);
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}
.user_text p{
margin: 0;
padding:15px 0;
}


/*present*/
#present{
width:100%;
margin:0;
padding:100px 0;
background:url(../img/bg_present.png) no-repeat center fixed;
background-size:cover;
}
#present img{display:block;margin:0 auto;}
.present_bg{
margin:0 auto;
padding:30px 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{
margin:0;
padding:0 0 40px 0;
}

/*henkin*/
#henkin{
width:100%;
margin:0;
padding:100px 0;
background:url(../img/bg_henkin.png) no-repeat center fixed;
background-size:cover;
}


/*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:0 0 50px 0;
background:#7d0000 url(../img/bg_cta.png) no-repeat center top;
}
.cta img{display:block;margin:0 auto;}


/*footer*/
footer{
margin:0;
min-width: 960px;
line-height: 20px;
font-size: 12px;
color: #ffffff;
background: #000000;
overflow:auto;
}
nav ul{
float:left;
padding: 5px 15px;
line-height: 20px;
}
nav ul.topmenu{
float:left;
padding: 28px 15px 12px 15px;
line-height: 20px;
}
nav li{
list-style-type:none;
float: left;
padding: 0 20px 0 8px;
background: url(../img/footer.png) no-repeat left center;
}
address{
float:right;
line-height: 20px;
padding: 5px 15px;
}
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;}