@charset "UTF-8";
/* CSS Document */

.m5 {
	margin: 5px;
}

.nox_tittle {
		border-bottom: 1px solid #CCCCCC;
		border-top: 1px solid #3B474E;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 2.2em;
		padding: 0 0 0 20px;
		font-size: 17px;
		background: url("/sp/images/common/sub_h2_point.gif") no-repeat 5px center, #000000;
		background: url("/sp/images/common/sub_h2_point.gif") no-repeat 5px center, -moz-linear-gradient(top, #848484 15%, #000000 100%);
		background: url(/sp/images/common/sub_h2_point.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(15%, #848484), color-stop(100%, #000000));
		background: url("/sp/images/common/sub_h2_point.gif") no-repeat 5px center, -webkit-linear-gradient(top, #848484 15%, #000000 100%);
		background: url("/sp/images/common/sub_h2_point.gif") no-repeat 5px center, -o-linear-gradient(top, #848484 15%, #000000 100%);
		background: url("/sp/images/common/sub_h2_point.gif") no-repeat 5px center, -ms-linear-gradient(top, #848484 15%, #000000 100%);
background url(/sp/images/common/sub_h2_point.gif) no-repeat 5px center, : linear-gradient(to bottom, #848484 15%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#000000', GradientType=0 );
	clear: both;
}


/********tab**************/

#tab {
		border-bottom:2px solid #333;
		height:45px;
}
#tab li {
		width:49%;
		height: 45px;
		float:left;
}

#tab li:first-child {
	margin:0 2% 0 0;
}

.subTT {
		display:block;
		line-height: 45px;
		height: 44px;
		border-top:1px solid #bbbbbb;
		border-left:1px solid #bbbbbb;
		border-right:1px solid #bbbbbb;
		border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		text-shadow:1px 1px 0px rgba(255,255,255,1);
		color:#000;
		text-align:center;
		font-weight: bold;
background: #FFFFFF;

}

.selected {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	height:46px !important;
	color: #FFCC00;
	text-shadow:1px 1px 0px #000000;
background: #0e0e0e;
background: -moz-linear-gradient(top,  #0e0e0e 1%, #7d7e7d 60%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0e0e0e), color-stop(60%,#7d7e7d), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #0e0e0e 1%,#7d7e7d 60%,#ffffff 100%);
background: -o-linear-gradient(top,  #0e0e0e 1%,#7d7e7d 60%,#ffffff 100%);
background: -ms-linear-gradient(top,  #0e0e0e 1%,#7d7e7d 60%,#ffffff 100%);
background: linear-gradient(to bottom,  #0e0e0e 1%,#7d7e7d 60%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#ffffff',GradientType=0 );

}

.sub_content {
		border-left:1px solid #bbbbbb;
		border-right:1px solid #bbbbbb;
		border-bottom:1px solid #bbbbbb;
		border-radius:0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		padding: 10px 0;
		margin:0 0 10px;
}

#wash {
	display: none;
}

.top_ex_text {
	padding: 5px;
	background: #EEEEEE;
	line-height: 1.5em;
}





.nox_flow {
	padding: 5px;
	margin-bottom: 10px;
	background: #EEEEEE;
	clear: both;
}

.flow_img {
	display: block;
	float: left;
	width: 38%;
}

.flow_text {
	display: block;
	float: right;
	line-height: 1.3em;
	width: 60%;
}


.reserve {
	margin: 10px auto;
	width: 95%;
}

.h2_tittle {
  color: #cc0000;
  font-size: 17px;
  line-height: 1.4em;
  padding: 5px;
}

#ex_price {
    background: #f0f0e6 none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 5px;
}
#ex_price dt {
    color: red;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
#ex_price dd {
    font-size: 14px;
    margin-bottom: 5px;
}













