@charset "utf-8";
/* CSS Document */

div#mainvisual {
width: 950px;
height: 250px;
background: url(../img/price/mv.jpg) no-repeat 0 0;
}

div#price_container {
	width: 950px;
	padding: 15px 0 0;
}

div.price_header h2 {
	width: 920px;
	height: 45px;
	background: url(../img/price/tit01.gif) no-repeat 0 0;
}

div.price_header {
	width: 920px;
	margin-left: 15px;
}

div.price_table {
	float: left;
	width: 630px;
}

div.price_table p {
	padding: 10px 0 3px;
	text-align: right;
	font-size: 93%;
}

div.price_table p span {
	font-size: 0.9em;
}

div.price_table table {
	width: 629px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

div.price_table table thead th {
	width: 62px;
	padding: 10px 0 15px;
	text-align: center;
	background:#C4A3BF url(../img/price/bg01.gif) repeat-x bottom;
	font-weight: bold;
	color: #fff;
}

div.price_table table thead th.type {
	width: 145px;
}

div.price_table table thead th.number {
	width: 93px;
}

div.price_table table th,
div.price_table table td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 93%;
}

div.price_table table tbody th {
	padding: 10px;
}

div.price_table table tbody th a {
	display: block;
	text-indent: 20px;
	background: url(../img/price/bg02.gif) no-repeat left center;
}

div.price_table table tbody td {
	text-align: center;
}

div.price_calendar {
	float: right;
	width: 265px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #CEBED5;
}

div.price_calendar p.txt {
	width: 235px;
	margin-left: 15px;
	padding: 15px 0 15px;
	font-size: 93%;
	color: #333333;
}

div.price_calendar div#calendar {
	width: 233px;
	position: relative;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #666;
	background: #fff;
}

div.price_calendar div#calendar ul.btn {
	width: 58px;
	height: 14px;
	position: absolute;
	left: 161px;
	top: 13px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

div.price_calendar div#calendar ul.btn li {
	height: 14px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

div.price_calendar div#calendar ul.btn li#backCalendar {
	width: 20px;
	background: url(../img/price/down.gif) no-repeat 0 0;
}

div.price_calendar div#calendar ul.btn li#nowCalendar {
	width: 18px;
	left: 20px;
	background: url(../img/price/eq.gif) no-repeat 0 0;
}

div.price_calendar div#calendar ul.btn li#nextCalendar {
	width: 20px;
	left: 38px;
	background: url(../img/price/up.gif) no-repeat 0 0;
}

div.price_calendar div#calendar ul.btn li:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	background: #fff;
}

div.price_calendar div#calendar div.content {
	width: 210px;
	margin-left: 7px;
	padding-bottom: 10px;
}

div.price_calendar div#calendar div.content h4 {
	padding: 12px 0;
	font-size: 93%;
	font-weight: bold;
	color: #000;
}

div.price_calendar div#calendar div.content dt ul {
	width: 210px;
	padding-bottom: 2px;
}

div.price_calendar div#calendar div.content dt ul li {
	display: inline;
	float: left;
	width: 28px;
	margin: 0 1px;
	padding: 4px 0;
	text-align: center;
	background: #000;
	font-size: 85%;
	color: #fff;
}

div.price_calendar div#calendar div.content dd ul {
	width: 210px;
}

div.price_calendar div#calendar div.content dd ul li {
	display: inline;
	float: left;
	width: 26px;
	margin: 0 1px 2px;
	padding: 4px 0;
	border: 1px solid #000000;
	background: #fff;
	text-align: center;
	font-size: 85%;
}

div.price_calendar div#calendar div.content dd ul li.sunday {
	color: #CC0033;
}

div.price_calendar div#calendar div.content dd ul li.minus3150 {
	background: #C3DCF2;
}

div.price_calendar div#calendar div.content dd ul li.minus2100 {
	background: #C9E884;
}

div.price_calendar div#calendar div.content dd ul li.plus2100 {
	background:#F6B477;
}

div.price_calendar div#calendar div.content dd ul li.plus4200 {
	background:#D394D1;
}

div.price_calendar div#calendar div.content dt ul:before,
div.price_calendar div#calendar div.content dt ul:after,
div.price_calendar div#calendar div.content dd ul:before,
div.price_calendar div#calendar div.content dd ul:after{ 
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

div.price_calendar div#calendar div.content dt ul:after,
div.price_calendar div#calendar div.content dd ul:after{
	clear: both;
}

div.price_calendar div#calendar div.content dt ul,
div.price_calendar div#calendar div.content dd ul{
	zoom: 1;
}

div.price_calendar div.calendar_sub {
	width: 229px;
	margin-left: 15px;
	border: 3px solid #D394D1;
	background: #fff;
}

div.price_calendar div.calendar_sub ul {
	padding: 2px 5px;
	font-size: 93%;
}

div.price_calendar div.calendar_sub ul li {
	padding: 3px 0;
}

div.price_calendar div.calendar_sub ul li span {
	padding-right: 5px;
}

div.price_calendar div.calendar_sub ul li.minus3150 span {
	color: #C3DCF2;
}

div.price_calendar div.calendar_sub ul li.minus2100 span {
	color: #C9E884;
}

div.price_calendar div.calendar_sub ul li.plus2100 span {
	color: #F6B477;
}

div.price_calendar div.calendar_sub ul li.plus4200 span {
	color: #D394D1;
}

div.price_footer {
	width: 920px;
	margin-left: 15px;
}

div.price_footer h5 {
	width: 920px;
	height: 65px;
	background: url(../img/price/tit02.gif) no-repeat 0 0;
}

div.price_footer dl {
	float: left;
	width: 180px;
	margin-right: 20px;
}

div.price_footer dl dt {
	padding: 5px 5px 5px 25px;
	background: #EDE3D6 url(../img/price/bg03.gif) no-repeat 8px 10px;
	font-size: 93%;
}

div.price_footer dl dd {
	width: 180px;
	height: 230px;
}

div.price_footer dl.r01 {
	width: 320px;
}

div.price_footer dl.r01 dd {
	width: 320px;
	background: url(../img/price/pic01.gif) no-repeat 0 0;
}

div.price_footer dl.r02 dd {
	background: url(../img/price/pic02.gif) no-repeat 0 0;
}

div.price_footer dl.r03 dd {
	background: url(../img/price/pic03.gif) no-repeat 0 0;
}

div.price_footer dl.r04 dd {
	background: url(../img/price/pic04.gif) no-repeat 0 0;
}

div.price_footer dl.r04 {
	margin-right: 0;
}