@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:#c9171e;}
/*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:#ffffff;
letter-spacing:0em;
overflow:hidden;
}

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

/*slider*/
#slider{
display:inline-block;
margin:0;
width:100%;
height:220px;
background:#fef200 url(../img/slider_bg.png) repeat-x scroll 0 0;
}

/*slipin*/
#slipin{
margin:0;
width:100%;
background:#ec1f77;
}

/*contents*/
.contents{
width:960px;
margin:0 auto;
background:#ffffff;
box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
}


/*textbox*/
.textbox{
margin: 0 auto;
padding:35px 0 65px 0;
width:800px;
text-align:justify;
font-size:17px;
line-height:30px;
}
.textbox p,.textbox ul{
margin: 0;
padding:15px 0;
}
.textbox li{
font-weight:bold;
list-style-type:none;
padding:0 0 0 24px;
background:url(../img/check.png) no-repeat top left;
}
.textbox img{margin:0;padding:30px 0;}
.textbox img.name{display:block;margin:0 0 0 auto;padding:30px 0;}


/*date*/
#date img{width:100%;max-width:900px;display:block;margin:20px auto 0 auto;}

/*melit*/
#melit{
width:960px;
margin:0 auto 60px auto;
padding:0 0 30px 0;
background:#ec1f77;
}
.melit_text{
font-size:16px;
line-height:24px;
text-align:justify;
margin:0 30px 0 30px;
padding:30px;
background:#f5f5f5;
}
melit_text p{
margin:0;
padding:20px 0 0 0;
}


/*present*/
#present{
width:960px;
margin:10px auto;
padding:0;
}
.present_text{
font-size:16px;
line-height:24px;
text-align:justify;
margin:0 auto;
padding:40px 40px;
background:#222222;
color:#ffffff;
}
.present_text .red{color:#fef200;}
.presenttext p{
margin:0;
padding:10px 0;
}


/*faq*/
#faq{
max-width:900px;
margin:0 auto 60px auto;
padding:0 30px;
}
#faq dl{
margin:0 auto;
}
#faq dt{
padding:20px 20px 20px 60px;
font-size:16px;
line-height:20px;
color:#ffffff;
text-align:left;
background:#37474f url(../img/question.png) no-repeat center left;
}
#faq dd{
margin:0 0 20px 0;
padding:19px 19px 19px 59px;
font-size:16px;
line-height:24px;
text-align:justify;
background:url(../img/answer.png) no-repeat center left;
border:1px solid #37474f;
}
@media only screen and (max-width:640px){
#faq{padding:0 10px;}

#faq dt{
padding:12px 10px 12px 30px;
font-size:12px;
line-height:16px;
background-size:30px 30px;
}
#faq dd{
padding:11px 10px 11px 30px;
font-size:12px;
line-height:16px;
text-align:justify;
background-size:30px 30px;
}
}

/*profile*/
#profile{
width:100%;
margin:0 auto;
}




/*calendar*/
.calendar{
width:900px;
margin:0 auto;
padding:0 0 60px 0;
background:#ffffff;
color:#666666;
}
.calender table{
width:900px;
box-sizing:border-box;
}
.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:#ec1f77;}
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;}
.osaka{background:#30648c}
.aichi{background:#00561f;}
.fukuoka{background:#f18324;}
.time{display:block;text-align:center;font-size:14px;line-height:16px;}
.capacity{display:block;text-align:center;font-size:16px;line-height:24px;color:#e3463d;font-weight:bold;}

/*cta*/
.cta{
width:100%;
margin:0;
padding:0;
text-align:center;
color:#ffffff;
background:#f5f5f5 url() no-repeat center top;
border-top:5px solid #ec1f77;
border-bottom:5px solid #ec1f77;
}
.title_cta{
width:100%;
margin:0;
padding:0;
background: url(../img/title_cta_bg.png) repeat-x left top;
}
form{margin:30px auto 0 auto;}
form img{
padding:0;
vertical-align:top;
}
form input[type=text]{
font-family: Osaka,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size: 20px;
font-weight: bold;
line-height:36px;
padding:5px;
margin:0 0 20px 0;
width:588px;
background:#ffffff;
color:#000000;
border-top:2px solid #e5e5e5;
border-bottom:2px solid #e5e5e5;
border-right:2px solid #e5e5e5;
border-left:none;
}
form input[type=image]{margin:20px 0 40px 0;}

/*line*/
.line{
width:900px;
height:750px;
position:relative;
margin:60px auto;
text-align:left;
background:url(../img/line_bg.png) no-repeat center top;
}
.btn_line{
position:absolute;
top:465px;
left:570px;
}
.btn_line:hover{opacity:0.5;}

/*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;
}