@charset "UTF-8";

/*
====================================================================
style
====================================================================
*/

html,body{
	height: 100%;
	}
	
body{
	background: url(../images/contents_bg.png) no-repeat left top #000;
	margin:0;
	padding:0;
	color:#333;
	text-align:left;
	line-height:1.6;
	font-size:12px;
	font-family: Meiryo, メイリオ,Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	overflow: auto;
}


div,p,h1,h2,h3,h4,ul,li,dl,dt,dd,table,tr,th,td{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	}


table tr td{line-height:1.8;}
img{ border:0;vertical-align:middle;}

ul{list-style:none;}

.mb0{ margin-bottom:0px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb35{ margin-bottom:35px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb70{ margin-bottom:70px !important;}

a{color:#fff;overflow:hidden;outline:none medium; text-decoration:none;}
a:hover{ text-decoration: underline; }

.red{ color:#F00;}
.gray{ color:#999;}
.blue{ color:#027CC1;}

.textR{ text-align:right !important;}
.textL{ text-align:left !important;}
.center{  text-align:center !important;}
.bold{ font-weight:bold !important;}
.normal{ font-weight:normal !important;}
.fs10{ font-size:10px !important;} /* 10px */
.fs11{ font-size:11px !important;} /* 11px */
.fs12{ font-size:12px !important;} /* 12px */
.fs13{ font-size:13px !important;} /* 13px */
.fs14{ font-size:14px !important;} /* 14px */
.fs16{ font-size:16px !important;} /* 16px */
.fs18{ font-size:18px !important;} /* 18px */
.fs20{ font-size:20px !important;} /* 20px */

.lh0{ line-height:0 !important;}
.lh1{ line-height:1 !important;}
.lh2{ line-height:2 !important;}

.floL{ float:left;}
.floR{ float:right;}


table{
	width:100%;
	}
table tr th,
table tr td{
	text-align:left;
	vertical-align:top;
	}

/**/
ul.notes li{ margin-left:1em;}
ul.notes li span{ margin-left:-1em;}



/* contents */
#contents{
	width:100%;
	height:100%;
	position:relative;
    min-height: 100%;
	}

body > #contents{
	height: auto;
}

/* header */

#header{
	height:100px;
	clear:both;
	}
#headerInner{
	width:966px;
	margin:auto;
	}

ul.navi{
	padding-top:20px;
	}
ul.navi li{
	float:left;
	}

/* #Wapper */

#Wapper{
	width:960px;
	margin:auto;
	}

.menu_area{
	float:left;
	width:200px;
	}

.menu_title{
	background:#027CC1;
	padding:10px 15px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	color:#FFF;
	font-weight:bold;
	letter-spacing:.1em;
	}
ul.menu_list{
	margin-bottom:20px;
	background:#FFF;
	border-radius:  0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	padding:0 15px 15px;
	}
ul.menu_list li{
	color:#027CC1;
	font-weight:bold;
	font-size:11px;
	padding:15px 0 0;
	background:url(../images/icon_arrow.gif) right 20px no-repeat;
	display:block;
	}

ul.menu_list li:hover,
ul.menu_list li.current{
	background:url(../images/icon_arrow_on.gif)  right 20px no-repeat;
	}
ul.menu_list li a{display:block;color:#000;overflow:hidden;outline:none; text-decoration:none;}
ul.menu_list li.current a,
ul.menu_list li a:hover{ color:#027CC1;}


.article_area{
	float:right;
	width:740px;
	background:#FFF;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	margin-bottom:100px;
	}

.article_area a{color:#027CC1;}

.article_inner{
	background:url(../images/article_bg01.png) top left repeat-x;
	}
.article_inner2{
	padding:30px;
	background:url(../images/article_bg02.png) bottom left repeat-x;
	border-radius:  0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	}

.article_header{
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background:#027CC1;
	padding:10px 30px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
.article_title{
	border-left:#027CC1 5px solid;
	padding-left:10px;
	line-height:1.4;
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
	}

#news .article_title{
	margin-bottom:15px !important;
	}

.article_title .date{
	color:#027CC1;
	font-size:12px;
	}
.article_title .category{
	color: #666;
	font-size:12px;
	margin-left:10px;
	font-weight:normal !important;
	}

.article_line{
	background:url(../news/images/bg_line.png) repeat-x left top;
	height:30px;
	margin:30px -30px 0;
	}



/* campaign */

.campaign_header{
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height:240px;
	position: relative;
	}

.campaign_badge{
	position:absolute;
	bottom:-50px;
	right:20px;
	}

ul.movie_list{
	margin:0 -25px 0 0;
	}
ul.movie_list li{
	float:left;
	margin:0 25px 0 0;
	width:210px;
	text-align:center;
	margin-bottom:30px;
	height:230px;
	}


ul.movie_list li .name{
	font-weight:bold;
	font-size:16px;
	line-height:1;
	margin-bottom:10px;
	}
ul.movie_list li .btn_bg{
	padding:6px 5px;
	font-weight:bold;
	background:url(../shiwake/images/campaign_btn_bg.png) center top no-repeat;
	}

/* form */

table.formtable{
	border-top:1px dotted #CCCCCC;
	width:100%;
	margin-bottom:20px;
	}
table.formtable tr th{
	border-bottom:1px dotted #CCCCCC;
	padding:10px 5px;
	text-align:right;
	font-weight:bold;
	width:250px;
	}
table.formtable tr th span{
	padding:0 10px;
	color:#999;
	}
table.formtable tr td{
	border-bottom:1px dotted #CCCCCC;
	padding:10px 5px;
	}

table.formtable tr td input.w200{
	width:200px;
	}

.policy{
	height:280px;
	overflow: auto;
	background:url(../images/bg_mesh.png);
	padding:30px;
	margin-bottom:20px;
	}

.policy p{
	margin-bottom:20px;
	}

.policy strong{
	font-size:14px;
	}

ul.number{
	list-style:decimal;
	margin-left:3em;
	margin-bottom:30px;
	}



.border{
	padding-bottom:20px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:20px;
	}


.errorbox{
	border:1px solid #F00;
	margin-bottom:20px;
	padding:10px 15px;
	}
.error li{
	color:#F00;
	font-weight:bold;
	}

.thanks{
	background:url(../images/bg_mesh.png);
	padding:30px;
	text-align:center;
	}

.gototop{
	padding-left:15px;
	background:url(../images/icon_arrow2.gif) left 5px no-repeat;
	}


/* about */

#about{
	background:#FFF;
	}

.about_inner{
	padding:30px 30px 0;
	}

.about_textbox{
	padding:20px 20px 0;
	background:url(../about/images/about_bg.png) top left no-repeat;
	width:640px;
	}




/* #footer  */

#footer{ color: #666; text-align: center; clear:both; width:100%; margin-bottom: 50px; }

.footer_contact {
/*	width:740px;
	margin:auto;*/
	text-align: center;
	width:100%;
	clear:both;
	color:#FFF;
	height:50px;
	font-size:12px;
	}
	
.footer_contact a {	color:#FFF;	}
	
#footerInner{
	padding-left:220px;
	width:740px;
	margin:auto;
	color:#FFF;
	height:50px;
	font-size:11px;
	}

#footerInner ul{
	padding:10px 0 0 0;
	}
#footerInner ul li{
	float:left;
	}

#footerInner ul li a{color:#FFF;}

.icon_t{width:25px;padding-top:2px;}
.icon_f{width:27px;padding-top:2px;}
.line{width:15px; padding-top:2px;}
.order{width:110px; padding-top:5px;font-size:10px;}
.company{width:60px; padding-top:5px;font-size:10px;}
.contact{width:60px; padding-top:5px;font-size:10px;}
.copyright{width:280px; padding-top:5px; font-size:10px;}
.entrey{}




/*-------------------------------------------------------------------------
 rollover
-------------------------------------------------------------------------*/
.rollover a {
 display:block;
}

.rollover a:hover {
 background-color:transparent;
}

.rollover a:hover img {
 visibility: hidden;
}

.rollover li.current a img {
 visibility: hidden;
}

.rollover li a.current img {
 visibility: hidden;
}


	
/*-------------------------------------------------------------------------
 clearfix
-------------------------------------------------------------------------*/
/* new clearfix */
.clearfix:after,
.section:after,
.news:after,
.topline:after,
#contents:after,
#header:after,
#footer:after,
ul.article li:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix,
* html .section,
* html .news,
* html .topline,
* html #contents,
* html #header,
* html #footer,
* html ul.article li
{ zoom: 1; } /* IE6 */

*:first-child+html .clearfix,
*:first-child+html .section,
*:first-child+html .news,
*:first-child+html .topline,
*:first-child+html #contents,
*:first-child+html #header,
*:first-child+html #footer,
*:first-child+html ul.article li
{ zoom: 1; } /* IE7 */

/* form */
.nodisp {
	display:none;
}

.errorB {
	background-color:#FFCC99;
}

#mbContainer{
	/*display: none;*/
}


.main_text5{ position: absolute; top: 340px; left: 300px; width: 590px; z-index: 99; }	
.pht_text{ font-size: 12px; }	
	

