/** リセット **/
:focus{
	outline:0;
}
a img {
	border:none;
}
ol, ul{
	list-style:none;
}
table {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse:collapse;
	border-spacing:0;
}

/** 外枠装飾 **/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	line-height: 1.5;
}
#wrapper {
	width: 900px;
	padding: 0;
	color: #333;
	background: #fff;
	border:1px solid #666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: transparent url('http://go.e-frontier.co.jp/store/common/img/head_bg.gif') bottom center no-repeat;
	height: 127px;
	width:900px;
	line-height:0;
}
#header h1 {
	float:left;
	text-indent: -9999em;
}
td p#header_catch {
	float:left;
	text-indent: -9999em;
	padding: 0;
}

	#pubdate {
		position:relative; 
		left:586px; top:50px; 
		width:200px; height:30px; 
		overflow:hidden; 
		text-align:right; 
		color:#333; 
		font-size:1.0em; 
		line-height:1.1em;
	}
		
#contents {
	background-color: #3399ff;
	padding-bottom: 20px;
}
#footer {
	border-top:dashed 1px #ccc;
	background-color: #efefef;
	padding: 8px 20px;
	font-size:0.75em;
	text-align:left;
}
#footer ul,
#footer p{
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
#footer ul li{
	margin-left:20px;
	list-style-type: disc;
}



img.main {
	margin:20px auto;
	margin-bottom:0px;
}
div#date {
	margin: 20px 50px 30px;
	padding:12px 16px;
	color: #fff;
	background:#6600ff;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}
#recommend {
	background: transparent url('http://go.e-frontier.co.jp/store/common/img/recommend.jpg') 50% 50px no-repeat;
	padding: 150px 0 2em;
	font-size:0.9em;
	text-align:center;
}
#recommend h3 {
	padding:0 5px;
	margin:0;
	text-align:left;
}
#recommend p {
	padding: 5px 20px 10px;
	margin: 0;
	text-align:center;
}
#recommend a span {
	display:block;
}
div.new_cart {
	border-style: dashed;
	border-width: 1px 0;
	border-color:#999;
	margin:-1px 30px 0;
}
div.new_cart h3 {
	color: #996;
	line-height:1.65em;
}
div.new_cart p.price {
	color: #F00;
	font-size: 1.2em;
	width:460px;
	margin:0;
	float:left;
}
a.buy_button{
	float:right;
	width:250px;
	margin-top:1.5em;
}
div.new_cart p.price strong {
	font-size: 2.5em
}
p.goto {
	text-align:right;
	margin-right:30px;
}
p.rsv ,
p.new ,
p.camp {
	padding-top:30px;
	padding-bottom:10px;
	text-align:center;
	position:relative;
	z-index:1;
}
p span.pr {
	float:right;
	position:absolute;
	padding:0;
	text-indent:-9999em;
	width:180px;
	height:126px;
	right:-30px;
	top:-25px;
	z-index:10;
}
p.rsv span.pr {
	background:url('http://go.e-frontier.co.jp/store/common/img/mark_rsv.gif') no-repeat;
}
p.new span.pr {
	background:url('http://go.e-frontier.co.jp/store/common/img/mark_new.gif') no-repeat;
}
p.camp span.pr {
	background:url('http://go.e-frontier.co.jp/store/common/img/mark_camp.gif') no-repeat;
}
#cross .wrapp {
	border:8px solid #fff4b6;
}
#cross .wrapp .pr {
	background: #fff4b6;
	padding:0 0 5px;
	font-weight:bold;
}
#cross .wrapp .c_rog {
	background: #009999;
	padding:0 ;
	text-align:right;
}
#cross .wrapp dl {
	margin-left:2em;
}
#cross .wrapp dl dt {
	font-weight:bold;;
}
#cross .wrapp dl dd {
	margin-left:0;
	margin-bottom:0.5em;
}
#cross .wrapp dl dd .price {
	color:#dc143c;
}
#cross .wrapp dl dd .price strong {
	font-size:1.2em;
}
#cross p ,
#cross div.image {
	margin-left:66px;
	width:652px;
}
#cross div.banner {
	text-align:center;
	margin:1em auto;
	line-height:1;
	font-size:0.8em;
	width:740px;
}
/* maintenance */
#maintenance {
	background: #fee !important;
	padding: 1em 1em;
}
#maintenance h4 {
	padding-left: .5em;
	border-left: 4px solid #999;
}
#maintenance h5 {
	font-size: 1em;
	margin-bottom: .5em;
}
#maintenance ul li {
	list-style-type: disc;
}
.center {
	text-align:center;
}
/* == clearfix == */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/** // **/
