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


/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:18px;
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{
display:inline-block;
margin:0;
width:100%;
background:url(../img/header_bg.jpg) repeat-x scroll 0 0;
background-size:auto 100%;
}

/*cta*/
.cta{
width:100%;
margin:0;
padding:0 0 50px 0;
text-align:center;
color:#ffffff;
background:#094c9e url(../img/cta_bg.png) no-repeat center;
background-size:cover;
}
form{
max-width:940px;
padding:0 10px;
margin:0 auto;
}
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:880px;
padding:9px;
text-align:center;
border:1px solid #000000;
}
form input[type=image] {}
.cta p{
margin:40px auto 0 auto;
padding:0 10px;
max-width:900px;
font-size:14px;
line-height:20px;
text-align:justify;
}
@media only screen and (max-width:900px){
.cta{padding:0 0 20px 0;}
form{
padding:0 10px;
margin:0 auto;
}
form input[type=text]{
padding:9px 0;
width:100%;
}
form input[type=image] {width:90%;}
}

@media only screen and (max-width:640px){
.cta{padding:0 0 20px 0;}
form{
padding:0 10px;
margin:0 auto;
}
form input[type=text]{
font-size:12px;
line-height:20px;
margin:0 0 10px 0;
padding:4px 0;
width:100%;
}
form input[type=image] {width:90%;}
.cta p{
margin:20px auto 0 auto;
padding:0 10px;
max-width:900px;
font-size:12px;
line-height:18px;
text-align:justify;
}
.cta p br{display:none;}
}


/*contents*/
.contents{}


/*textbox*/
.textbox{
margin: 0 auto;
padding:65px 0 65px 0;
width:800px;
text-align:left;
line-height:30px;
position:relative;
z-index:1;
}
.textbox p{
margin: 0;
padding:15px 0;
}
.textbox img{margin:0;padding:30px 0;}
.waza{
position:absolute;
bottom:20px;
right:0;
width:270px;
}

@media only screen and (max-width:800px){
.textbox{
margin: 0 auto;
padding:20px 10px;
width:auto;
text-align:justfy;
}
.textbox img{margin:0;padding:30px 0;}
.waza{
position:absolute;
bottom:10px;
right:10px;
width:90px;
z-index:0;
}
}

@media only screen and (max-width:640px){
.textbox{
margin: 0 auto;
padding:20px 10px;
width:auto;
text-align:justfy;
font-size:12px;
line-height:20px;
}
.textbox p{
margin: 0;
padding:10px 0;
}
.textbox img{margin:0;padding:10px 0;}
.textbox br{display:none;}
.big{font-size:18px;line-height:24px;}
.waza{display:none;}
}

/*profile*/
#profile{
width:100%;
margin:0 auto 50px auto;
padding:0;
}
.profile_bg{
width:100%;
margin:0 auto;
padding:0;
background:#f5f5f5 url(../img/profile_bg.png) center top no-repeat;
}
.profile_text{
width:880px;
margin:0 auto;
padding:20px 10px;
text-align:justify;
font-size:14px;
line-height:20px;
}
.profile_text p{
margin:0;
padding:10px 0;
}

@media only screen and (max-width:640px){
#profile{
width:100%;
margin:0 auto 20px auto;
padding:0;
}
.profile_bg{
width:100%;
margin:0 auto;
padding:0;
background:#f5f5f5 url(../img/profile_bg_sp.png) center top no-repeat;
}
.profile_text{
width:auto;
margin:0 auto;
padding:10px;
text-align:justify;
font-size:12px;
line-height:20px;
}
.profile_text br{
display:none;
}
}

/*footer*/
footer{
margin:0;
padding:30px 0;
width:100%;
font-size:12px;
color:#ffffff;
background:#003567;
}
nav{
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;}
.attention{
margin:0 auto;
padding:0 10px 20px 10px;
max-width:940px;
text-align:center;
font-size:12px;
line-height:20px;
}
.attention p{margin:0;padding:10px 0;}
address{
font-size:12px;
line-height:20px;
padding: 5px 15px;
}
@media only screen and (max-width:640px){
nav{
margin:0 auto 20px auto;
padding:0 0 30px 0;
}
nav ul{
text-align:center;
font-size:12px;
line-height:30px;
padding:0 0 0 20px;
}
nav li{
display:block;
/display:block;
/zoom:1;
list-style-type:none;
padding: 0;
background:none;
}
.attention{
margin:0 auto;
padding:0 10px 20px 10px;
max-width:940px;
text-align:justify;
font-size:12px;
line-height:20px;
}
.attention br,.sp_no{display:none;}
}