@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:24px; line-height:36px;}
/*green*/
.green-bg{color:#ffffff;font-weight:bold;background:#14783a;font-size:20px;line-height:30px;padding:0 5px;margin:0 10px 0 0;}


/* ------------------------------------------- CSS Information 
 File Name:      slhp.css
 Author:         Dxmix
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */


body{  
font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
background:#ffffff;
letter-spacing:0em;
}

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

.contents{
width:960px;
margin: 0 auto;
background:#ffffff;
}

.title{width:100%;margin:0;background:#f5f5f5;}
.textbox{
margin: 0 auto;
padding:65px 0;
width:800px;
text-align:justify;
line-height:26px;
}
.textbox p,.textbox ul,.textbox ol{
margin: 0;
padding:12px 0;
}
.textbox p.b-big{
margin: 0;
padding:15px 0;
font-weight:bold;
font-size: 24px;
line-height:36px;
}

p.center{text-align:center;}
li{
font-weight:bold;
line-height:40px;
list-style-type:none;
padding-left:25px;
background:url(../img/list_check.png) no-repeat center left;
}
.present_text li{
line-height:40px;
list-style-type:none;
padding-left:25px;
background:url(../img/list_check.png) no-repeat center left;
}

/*date*/
.date{width:100%;background:rgba(0,86,30,0.5);margin:50px 0;padding: 30px 0;}
.date img{margin:0 auto;width:960px;display:block;}


/*melit*/
#melit{
width:860px;
margin:0 auto;
padding:0 0 30px 0;
}
.melit_text{
margin:0 auto;
padding:30px;
width:800px;
text-align:justify;
font-size:15px;
line-height:24px;
background:#f5f5f5;
}

/*product*/
#product{
width:960px;
margin:0 auto;
padding:0 0 30px 0;
}
.product_text{
margin: 0 auto 60px auto;
padding:60px 70px;
width:800px;
text-align:left;
font-size:16px;
line-height:24px;
background:#ffffff;
border-left:solid 10px #fff100;
border-right:solid 10px #fff100;
border-bottom:solid 10px #fff100;
}
.product_03_text{
margin: 0 auto;
padding:60px 70px;
width:800px;
text-align:left;
font-size:16px;
line-height:24px;
background:#ffffff;
border-left:solid 10px #fff100;
border-right:solid 10px #fff100;
}
.product_text p,.product_03_text p,.date_s{margin:0;padding:10px 0;}
.date_s{
margin: 0 auto 60px auto;
padding:60px 70px;
width:800px;
text-align:left;
font-size:16px;
line-height:24px;
background:#f8ffe9;
border-left:solid 10px #fff100;
border-right:solid 10px #fff100;
border-bottom:solid 10px #fff100;
}
.date_s img{margin:0;padding:20px 0;}
.date_s hr{
display:block;
width:100%;
height:0;
border-top:5px solid #fff100;
border-bottom:0;
border-left:0;
border-right:0;
margin:50px 0;
}
.product_text iframe{
display:block;
margin:20px auto;
}

/*present*/
#present{
width:960px;
margin:0 auto;
padding:0 0 30px 0;
}
.present_text{
margin: 0 auto 60px auto;
padding:60px 70px;
width:800px;
text-align:left;
font-size:16px;
line-height:24px;
background:#ffffff;
border-left:solid 10px #dc3f37;
border-right:solid 10px #dc3f37;
border-bottom:solid 10px #dc3f37;
}
.present_text p,.present_text ul{margin:0;padding:10px 0;}
.present_text img{margin:20px 0;}
.present_user{margin:30px 0;border:5px solid #666666;padding:20px 30px;background:#ffffff;}
.present_user p{margin:0;padding:10px 0;}
.present_user table{margin:10px 0;}

/*user*/
#user{}
.user_box{
margin:0 auto 30px auto;
padding:40px 0 0 0;
width:790px;
background:#5f5f5;
border-left:5px solid #14783a;
border-right:5px solid #14783a;
border-bottom:5px solid #14783a;
}
.user_box img{padding:0 0 40px 0;}
.user_text{
margin: 0 auto;
padding:0 0 20px 0;
width:700px;
text-align:justify;
font-size:14px;
line-height:20px;
}
.user_text p{margin:0;padding:0 0 15px 0;}
.user_movie{
border:10px solid #999999;
margin:0 auto 30px auto;
}

/*faq*/
#faq{
margin:60px auto;
width:860px;
}
#faq dl{
width:800px;
margin:0 auto;
padding:28px;
border:2px solid #14783a;
text-align:justify;
}
#faq dt{
margin:0;
padding:20px 10px 20px 60px;
font-size:15px;
font-weight:bold;
line-height:20px;
color:#f5f5f5;
background:#8fc323 url(../img/faq_q.png) no-repeat top left;
}
#faq dd{
margin:0;
padding:20px 20px 20px 60px;
font-size:14px;
line-height:20px;
background:#f5f5f5 url(../img/faq_a.png) no-repeat center left;
}
#faq dd img{
display:block;
margin:0 auto;
padding:20px 0;
}

.movie iframe{
display:block;
margin:0 auto 50px auto;
border:10px solid #999999;
}

/*cta*/
.cta{
width:100%;
height:1050px;
margin:0;
padding:0;
background:url(../img/cta_bg.png) no-repeat top center;
text-align:left;
position:relative;
}
.btn{
width:960px;
height:1050px;
margin:0 auto;
background:url(../img/cta.png) no-repeat top left;
position:relative;
}
.btn img{
position:absolute;
top:800px;
left:70px;
}

/*footer*/
footer{
width:100%;
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;}