@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:none;color:#666666;}
a:visited{text-decoration:none;color:#666666;}
a:hover{text-decoration:none;color:#999999;}
a:active{text-decoration:none;color:#666666;}
/*font*/
.b{font-weight: bold;}
.bg{background-color:#fff45c;}
.ul{text-decoration:underline;}
.big{font-size:20px;line-height:40px;}
.red{color:#e3463d;}
/*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:16px;
line-height: 0;
text-align: center;
background:#eeeeee url(../img/wrapper.png) repeat-y center top fixed;
letter-spacing:0em;
overflow:hidden;
}

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

/*calendar*/
.calendar{
width:900px;
margin:0 auto 30px auto;
}
.calendar th{text-align:center;width:128px;font-size:10px;line-height:10px;background:#333333;color:#ffffff;}
th.month{height:30px;font-size:20px;background:#e59a31;}
th.sunday{background:#a40000;}
.day{font-size:12px;line-height:14px;}
.calendar td{text-align:left;vertical-align:top;padding:5px;height:85px;}
.place{margin:5px auto;padding:3px 0 0 0;display:block;text-align:center;font-size:16px;line-height:21px;border-radius:12px;color:#ffffff;}
.tokyo{background:#c9171e;}
.aichi{background:#ffc000;}
.osaka{background:#83c240}
.fukuoka{background:#22ac38;}
.hokkaido{background:#13b5b1;}
.okinawa{background:#00a0e9;}
.time{display:block;text-align:center;font-size:14px;line-height:16px;}
/*cta*/
.cta{
width:100%;
margin:0;
padding:0 0 60px 0;
text-align:center;
}
.cta dt{font-size:24px;font-weight:bold;line-height:30px;}
.dt_tokyo{color:#c9171e;}
.dt_aichi{color:#f39800;}
.dt_osaka{color:#83c240;}
.dt_fukuoka{color:#22ac38;}
.dt_hokkaido{color:#13b5b1;}
.dt_okinawa{color:#00a0e9;}
.cta dd p{font-size:12px;line-height:18px;margin:0 0 30px 0;padding:0;}
.cta a{
display:inline-block;
width:440px;
height:60px;
margin:10px;
padding:0;
color:#ffffff;
font-weight:bold;
font-size:20px;
line-height:60px;
background-image:url(../img/btn.png);
background-repeat:no-repeat;
}
.btn_tokyo{background-position:0 0;}
.btn_tokyo:hover{background-position:0 -60px;}
.btn_aichi{background-position:0 -120px;}
.btn_aichi:hover{background-position:0 -180px;}
.btn_osaka{background-position:0 -240px;}
.btn_osaka:hover{background-position:0 -300px;}
.btn_fukuoka{background-position:0 -360px;}
.btn_fukuoka:hover{background-position:0 -420px;}
.btn_hokkaido{background-position:0 -480px;}
.btn_hokkaido:hover{background-position:0 -540px;}
.btn_okinawa{background-position:0 -600px;}
.btn_okinawa:hover{background-position:0 -660px;}

/*contents*/
.contents{
width:960px;
margin:0 auto;
}
.title{margin:40px 0 0 0;}
.textbox{
margin: 0 auto;
padding:40px 0;
width:700px;
text-align: left;
line-height: 24px;
}
.textbox p,.textbox ul,.textbox ol{
margin: 0;
padding:15px 0;
}
p.center{text-align:center;color:#e3463d;font-weight:bold;font-size:20px;line-height:30px;}

li{
list-style:none;
font-size:18px;
line-height:30px;
font-weight:bold;
padding:0 0 0 26px;
background:url(../img/list_01.png) no-repeat center left;
}
.textbox img{
margin:0 auto;
padding:15px 0;
}

/*reason*/
#reason{
width:960px;
margin:0 auto;
padding:30px 0 1px 0;
}
.reason_bg{
width:896px;
margin:0 auto 30px auto;
padding:30px 0 0 0;
background:#ffffff;
border:solid 2px #535965;
}
.reason_text{
padding:30px 28px 28px 28px;
text-align:left;
font-size:16px;
line-height:24px;
overflow-y:auto;
}
.reason_text p{
margin:0;
padding:0 0 20px 0;
}
.reason_img{float:right;}

/*user*/
#user{
width:960px;
margin:0 auto;
padding:0 0 30px 0;
}

/*faq*/
#faq{
width:960px;
margin:30px auto;
padding:0 0 30px 0;
}
#faq dl{
width:860px;
margin:30px auto;
padding:9px 19px 9px 19px;
text-align:justify;
font-size:14px;
line-height:20px;
background:#ffffff;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border:1px solid #d0d1d5;
}
#faq dt{
margin:0;
padding:20px 0 20px 50px;
text-align:justify;
color:#1492a1;
font-weight:bold;
font-size:20px;
line-height:24px;
background:url(../img/question.png) no-repeat left center;
border-bottom:1px dashed #d0d1d5;
}
#faq dd{
margin:0;
padding:20px 0 20px 50px;
text-align:justify;
font-size:16px;
line-height:24px;
background:url(../img/answer.png) no-repeat left center;
}



/*line*/
#line{
width:900px;
height:590px;
margin:30px auto 60px auto;
padding:0;
text-align:right;
background:url(../img/line.png) no-repeat left top;
position:relative;
}
#line img{
width:120px;
position:absolute;
top:470px;
right:190px;
}

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