@charset "Shift_JIS";

@import url("setting.css");  
@import url("mainvisual.css");  

/* ----------------------------------------
	container
---------------------------------------- */

#container {
	background: url(../img/common/bg.gif) repeat;
	min-width: 1000px
}

#comingsoon {
	position: fixed;
	top: 0;
	left: 0;
}

#contents {
	width: 950px;
	padding: 0 25px;
	margin: auto;
}


/* ----------------------------------------
	header
---------------------------------------- */

#header {
	background: #fff;
	margin-bottom: 20px;
}
#header_top {
	background: #000;
	color: #fff;
	height: 15px;
	padding: 8px 25px;
}
#header_top p {
	float: right;
}
#header_top p a {
	color: #8cc11f;
}
#header_contents {
	padding: 30px 25px;
}
#header_contents h1 {
	width: 360px;
	float: left;
}
#header_contents_right {
	width: 600px;
	float: right;
}
#header_contents_right > img {
	margin-left: 15px;
}
#header_contents_right p {
	text-align: right;
	margin: 20px 0;
	color: #000;
	height: 20px;
}
#header_contents_right p a {
	color: #c7c7c7;
}
#header_contents_right ul li {
	float: left;
	margin-right: 8px;
	width: 70px;
}
#header_contents_right ul li.nav03 {
	width: 85px;
}
#header_contents_right ul li.nav04 {
	width: 100px;
}
#header_contents_right ul li.nav05 {
	width: 105px;
}
#header_contents_right ul li.nav06 {
	width: 130px;
	margin-right: 0;
}

/* ----------------------------------------
	#contents_left
---------------------------------------- */

#contents #contents_left {
	width: 240px;
	float: left;
}
#contents #contents_left div {
	background: #fff;
	text-align: center;
	padding-bottom: 15px;
}
#contents #contents_left div img {
	display: block;
	margin: 0 auto 20px;
}
#contents .section_bottom {
	margin-bottom: 30px;
}
#contents #contents_left #banner a{
	color: #00a098;
}
#contents #contents_left #coupon a{
	color: #e2007f;
}
#contents #contents_left #mobile a {
	color: #e85504;
}
#contents #contents_left #poster a {
	color: #00b3db;
}
#contents #contents_left #info a {
	color:#8cc11f;
}
#contents #contents_left #info dl {
	width: 181px;
	padding-right: 24px;
	margin: auto;
	max-height: 260px;
	text-align: left;
	overflow: auto;
}
#contents #contents_left #info dt.top {
	padding-top: 0;
}
#contents #contents_left #info dt {
	width: 181px;
	height: 20px;
	padding: 10px 0 5px;
	height: 12px;
	font-weight: bold;
}
#contents #contents_left #info dd {
	padding: 3px 0 10px 0px;
	width: 181px;
	border-bottom: 1px solid #c7c7c7;
}
.scroll_area::-webkit-scrollbar {
	width: 5px;
}

.scroll_area::-webkit-scrollbar-button {
	display: none;
}

.scroll_area::-webkit-scrollbar-track {
	background: #dcdcdc;
}

.scroll_area::-webkit-scrollbar-thumb {
	background: #4b4b4b;
}
/* ----------------------------------------
	#contents_right
---------------------------------------- */
#contents_right #pankuzu {
	padding: 10px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom: 30px;
} 
#contents_right #pankuzu a {
	color: #4b4b4b;
	text-decoration: none;
}
#contents_right #pankuzu a:hover {
	text-decoration: underline;
}
#contents_right .title {
	display: block;
	margin: 0 auto 20px;
}
#contents #contents_right {
	width: 680px;
	float: left;
	margin-left: 30px;
}
#contents #contents_right div {
	background: #fff;
}

#contents #contents_right #pagetop {
	width: 104px;
	height: 14px;
	padding: 23px 0 0  576px;
	background: url(../img/common/pagetop_bg.png) no-repeat;
}

#contents #contents_right #pagetop.wht {
	background: url(../img/common/pagetop_bg_wht.png) no-repeat;
}

.commingsoon {
	margin: 50px ;
}

/* ----------------------------------------
	#footer
---------------------------------------- */

#footer {
	width: 100%;
	text-align: center;
	background: #000;
	padding-top: 15px;
	height: 50px;
	color: #fff;
	margin-top: 30px;
	font-size: 10px;
}
