@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:     ホームページ詳細設定
----------------------------------------------------------- */
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:#ffffff;
letter-spacing:0em;
overflow:hidden;
}

.pc{width:100%;max-width:960px;display:block;margin:0 auto;}
.sp{width:100%;max-width:640px;display:none;margin:0 auto;}
@media only screen and (max-width:640px){
.pc{display:none;}
.sp{display:block;}
}

/*header*/
header{
margin:0;
width:100%;
background:#ffffff url(../img/header_bg.png) no-repeat center top;
}

/*cta*/
.cta{
width:100%;
margin:0;
padding:0 0 50px 0;
text-align:center;
color:#ffffff;
background:url(../img/cta_bg.png) no-repeat center top;
background-size:cover;
}
.cta_box{margin:0 auto;padding:0 30px;max-width:900px;}
form{
padding:0 30px 30px 30px;
margin:0 auto;
background:#ffffff;
}
form input[type=text]{
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:20px;
line-height:40px;
margin:0 0 10px 0;
width:100%;
max-width:680px;
padding:9px 0;
text-align:center;
border:1px solid #000000;
}
form input[type=image]{width:100%;max-width:720px;}
@media only screen and (max-width:640px){
.cta{padding:0 0 20px 0;}
.cta_box{padding:0 20px;}
form{padding:0 10px 20px 10px;}
form input[type=text]{
font-size:12px;
line-height:20px;
}
}
/*footer*/
footer{
margin:0;
padding:20px 0;
width:100%;
font-size:12px;
color:#ffffff;
background:#000000;
}
nav{
margin:0 auto;
padding: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{
font-size:12px;
line-height:20px;
padding: 5px 15px;
}