@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:24px; line-height:40px;}
.b-bg-big{font-weight: bold; background-color: #fff45c; font-size:20px; line-height:40px;}
.b-ul-big{font-weight: bold; text-decoration: underline; 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;}
.red-b-bg-big{color: #ea4c29; font-weight: bold; background-color: #fff45c; font-size:20px; line-height:40px;}
.red-b-ul-big{color: #ea4c29; font-weight: bold; text-decoration: underline; font-size:20px;line-height:40px;}
.red-b-ul-bg-big{color: #ea4c29; font-weight: bold; text-decoration: underline; background-color: #fff45c; font-size:20px;line-height:40px;}
/*img float*/
img.imgr{float: right; padding: 0 0 50px 30px;}
img.imgl{float: left;}


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

/*header*/
header{  
background:url(../img/header_bg.gif) no-repeat center top;
width:100%;
background-size:auto 100%;
}
header img{width:100%;max-width:1200px;}
/*slipin*/
#slipin{  
background:url(../img/slipin_bg.png) no-repeat center top;
width:100%;
background-size:auto 100%;
}
#slipin img{width:100%;max-width:1200px;}

/*contents*/
.contents{
width:960px;
margin:0 auto;
padding:0;
background:url(../img/wrapper.png) repeat-y left top;
}

.textbox{
margin: 0 auto;
padding:40px 0 40px 0;
width:700px;
text-align: left;
line-height: 30px;
}
.textbox p,.textbox ul{
margin: 0;
padding:15px 0;
}
.textbox p.fl:first-letter{font-size:30px;font-weight:bold;}
.textbox ul{list-style-type:none;}
.list01{
font-size:20px;
line-height:40px;
font-weight:bold;
padding-left:20px;
background:url(../img/list01.png) no-repeat center left;
}
.list02{
font-size:20px;
line-height:40px;
font-weight:bold;
padding-left:20px;
background:url(../img/list02.png) no-repeat center left;
}
.list03{
font-size:20px;
line-height:40px;
font-weight:bold;
padding-left:20px;
background:url(../img/list03.png) no-repeat center left;
}
.check{
font-weight:bold;
padding-left:20px;
background:url(../img/check.png) no-repeat center left;
}

/*user*/
#user{
width:720px;
margin:0 auto;
padding:30px 0 20px 0;
}
.user_text{
margin:0 auto;
padding:0 70px;
width:600px;
text-align:left;
line-height:30px;
background:url(../img/user_bg.png) repeat-y left top;
}
.user_text p{
margin:0;
padding:0 0 30px 0;
}

/*cta*/
.cta{
width:960px;
height:980px;
margin:0 auto;
padding:0;
text-align:center;
background:url(../img/cta_bg.png) no-repeat left top;
}
form{width:700px;margin:0 auto;position:relative;top:670px;}
form input[type=text]{
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:30px;
line-height:50px;
text-align:center;
width:640px;
margin:0 0 10px 0;
padding:18px;
border:2px solid #e2041b;
border-radius:10px;
}

/*footer*/
footer{
font-size:12px;
min-width: 960px;
color: #ffffff;
background: #333333;
overflow:auto;
}
address{
font-size:12px;
float:right;
line-height:20px;
padding: 5px 15px;
}
nav ul{
font-size:12px;
float:left;
padding: 5px 15px;
line-height: 20px;
}
nav li{
font-size:12px;
list-style-type:none;
float: left;
padding: 0 20px 0 8px;
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;
}