@charset "UTF-8";

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y:scroll;height:100%;} 
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:#ffec47;}
a:visited{text-decoration:none;color:#ffec47;}
a:hover{text-decoration:underline;color:#ffec47;}
a:active{text-decoration:none;color:#ffec47;}
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.red{color:#ff0000;}
.big{font-size:20px;line-height:30px;}
/*----- image -----*/
img.img_right{float:right;padding:0 0 10px 10px;width:30%;max-width:300px;}


/* ------------------------------------------- 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;
letter-spacing:0em;
height:100%;
}

/*header----------*/
header{
margin:0;
width:100%;
text-align:center;
background:url(../img/header_bg.png) no-repeat center left;
background-size:cover;
}

/*----- title -----*/
.title{
width:100%;
margin:0;
padding:0;
background:url(../img/title_bg.png) no-repeat center bottom;
}

/*----- wrapper -----*/
.wrapper{
width:960px;
margin:0 auto;
}

/*----- textbox -----*/
.textbox{
padding:60px 30px;
font-size:18px;
line-height:30px;
text-align:left;
}
.textbox p,.textbox ul{
margin:0;
padding:0 0 30px 0;
}
.textbox li{
list-style:none;
background:url(../img/check.png) no-repeat center left;
margin:0;
padding:0 0 0 30px;
font-weight:bold;
}

/*----- date -----*/
.date{
width:100%;
margin:0;
padding:20px 0 60px 0;
text-align:center;
background:#f3f3f3 url(../img/date_bg.png) no-repeat center top fixed;
}
.date_box{
width:900px;
margin:20px auto 0 auto;
padding:0;
box-sizing:border-box;
border:1px solid #004b3e;
background:#ffffff;
}
.date_text{
font-size:16px;
line-height:30px;
text-align:left;
margin:0;
padding:20px 0 20px 30px;
}
.date_info{}
.date_info dt{
display:inline-block;
width:100px;
margin:10px 10px 0 0;
background:#004b3e;
color:#ffffff;
font-size:14px;
font-weight:bold;
text-align:center;
float:left;
}
.date_info dd{
display:inline-block;
width:300px;
margin:10px 0 0 0;
color:#b7282e;
font-size:20px;
font-weight:bold;
text-align:left;
}
.date_img{
padding:20px 20px 20px 30px;
width:400px;
}
.date_img img{width:100%;}

/*----- present -----*/
.present{
width:100%;
margin:0;
padding:60px 0;
text-align:center;
background:url(../img/present_bg.png) no-repeat center top fixed;
}
.present_box{
width:960px;
margin:0 auto;
padding:60px 0 20px 0;
box-sizing:border-box;
background:url(../img/present_box.png) repeat-y left top;
}
.present_text{
width:780px;
margin:0 auto;
padding:0;
font-size:18px;
line-height:30px;
text-align:justify;
}
.present_text p,.present_text ul{
margin:0;
padding:0 0 30px 0;
}
.present_text li{
list-style:none;
background:url(../img/check.png) no-repeat center left;
margin:0;
padding:0 0 0 30px;
font-weight:bold;
}
.present_text dl{
margin:0;
padding:30px;
border:1px solid #c5a84b;
}
.present_text dt{
padding:0 0 0 5px;
border-left:5px solid #b7282e;
}
.present_text dd{
margin:20px 0 0 0;
padding:0 0 0 0;
}
.more{
font-size:14px;
text-align:center;
color:#004831;
}
.readmore{
display:inline-block;
width:200px;
background:#004831;
color:#ffffff;
border-radius:15px;
margin:0 auto;
}
.btn_inner{margin:20px 0 0 0;text-align:center;}

/*----- line -----*/
#line{
width:100%;
margin:0;
padding:0 0 60px 0;
text-align:center;
background:#e3e8d5 url(../img/line_bg.png) no-repeat center top fixed;
}
.btn_line{margin:0 auto 20px auto;}

/*----- opt -----*/
.opt{
width:100%;
margin:0;
padding:0 0 60px 0;
text-align:center;
background:url(../img/opt_bg.png) no-repeat center;
}
.opt_box{
width:960px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.opt_box form{
width:720px;
margin:0 auto 20px auto;
}
.opt_box form input[type=text]{
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:20px;
line-height:30px;
width:100%;
margin:0 0 20px 0;
padding:20px;
text-align:left;
border:1px solid #333333;
box-sizing:border-box;
}
.opt_box form input[type=image]{}
.opt_box ul{
width:900px;
margin:0 auto;
padding:0;
text-align:justify;
font-size:16px;
line-height:24px;
color:#eeeeee;
}
.opt_box li{list-style:none;}
.opt_box li:before{content:"※";}
.opt_box a{color:#eeeeee;}

/*footer----------*/
footer{
margin:0;
padding:30px 0;
width:100%;
font-size:12px;
color:#f5f5f5;
background:#000000;
border-top:1px solid #555555;
}
nav{
width:900px;
margin:0 auto;
padding:0 0 30px 0;
}
nav ul{
text-align:center;
font-size:12px;
line-height:20px;
padding:0 0 0 20px;
}
nav li{
display:-moz-inline-box;
display:inline-block;
/display:inline;
/zoom:1;
list-style-type:none;
padding: 0 20px 0 8px;
background: url(../img/footer.png) no-repeat left center;
}
nav a:link{color:#ffffff;text-decoration:none;}
nav a:visited{color:#eeeeee;text-decoration:none;}
nav a:hover{color:#eeeeee;text-decoration:underline;}
nav a:active{color:#eeeeee;text-decoration:none;}
address{
width:900px;
margin:0 auto;
font-size:12px;
line-height:20px;
padding: 5px 15px;
}
