*{
	margin:0;
	padding:0;
}
body{

}
img{
	vertical-align:bottom;
}
a img{
	border:none;
}
a{/*リンクされた文字*/
    color:#e52e2e;
}
a:hover {/*マウスをのせたとき*/
    color:#ff5b5b;
}

ul li{
	list-style:none;
}

.clear{
	clear:both;
}

.caption{
	font-size:0.9em;
}

/*------------------- 
clearfix
------------------- */  
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/**/
body{
	background:#0a0a0a url(../images/bg_pattern.jpg) repeat;	
	font-size:small;
}
#wrapper{
	width:1050px;
	background:url(../images/wrapper_bg.png) top no-repeat;
	margin:0px auto;
	padding:40px 0px 0px 0px;
	font-size:0.9em;
	position:relative;
}

#header_inner{
	width:850px;
	margin:0px auto 60px auto;
}

#header_l{
	float:left;	
}
#header_r{
	float:right;
	width:397px;
	height:251px;
	background:url(../images/video_bg.png) no-repeat;
	margin:15px 0px 0px 0px;
	padding:10px;
}

#pns_detaile{
	margin:0px 0px 60px 52px;
}

.pns_content01{
	width:850px;
	margin:0px auto 40px auto;
	clear:both;
}
.pns_content02{
	width:850px;
	margin:0px auto 0px auto;
}

.content_img{
	margin:0px 0px 20px 0px;
}

.pns_title{
	margin:0px 0px 20px 0px;
}
.pns_inner{
	clear:both;
	margin:0px 0px 20px 0px;
}
.screen_box{
	width:395px;
	height:241px;
	padding:10px 10px 0px 10px;
	float:left;
	background:url(../images/screen_bg.gif) no-repeat;
}
.mr01{
	margin-right:10px;
}

.scimg{
	float:left;
	margin-bottom:10px;
}

.pns_bn{
	float:left;
}
.video_box{
	width:395px;
	height:241px;
	padding:10px 10px 0px 10px;
	float:left;
	background:url(../images/video_bg.gif) no-repeat;
}

.agelimit{
	float:left;
	margin:0px 10px 0px 0px;
}

#pshome{
	text-align:center;
	padding:30px 0px 50px 0px;
	width:1050px;
	margin:0px auto 0px auto;
	background:url(../images/footer_bg.png) no-repeat right bottom;
}

.pshome_inner{
	width:490px;
	margin:0px auto;
}


#footer{
	clear:both;
	background:#000;
}
#footer p{
	font-size:0.9em;
	color:#fff;
}
#copyright{
	text-align:center;
	padding:10px 0;
}
#footer #copyright a{
	color:#fff;
}


/* 新着情報 */
#attention{
	clear:both;
	width:816px;
	padding:15px 15px 15px 15px;
	margin:0 auto 30px auto;
	background:#fff;
	border:#f0cb00 2px solid;
	box-sizing:content-box;
	opacity: 0.9;
	line-height:1.4em;
}
#attention_area{
	padding:15px;
	background:#fff9d9;
	margin:0px 0px 20px 0px;
	border: solid 1px #f0cb00;
}
.a_title01{
	font-size:1.4em;
	background:#f0cb00 url(../images/title_icon.png) no-repeat 5px center;
	color:#000;
	padding:5px 2px 5px 25px;
	margin:0px 0px 10px 0px;
}
.a_title02{
	font-size:1.4em;
	background:#f0cb00 url(../images/title_icon.png) no-repeat 5px center;
	color:#000;
	padding:5px 2px 5px 15px;
	margin:0px 0px 10px 0px;
}

.b_title{
	color:#e52e2e;
	font-size:1.2em;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:#e52e2e 1px solid;
}

#attention h4{
	font-size:1.2em;
	margin-bottom:10px;
}
.mb10{
	margin-bottom:10px;
}
.red{
	color:#e52e2e;
}

#sale_area{
	width:720px;
}

#attention .tb01{
	width:340px;
	float:left;
}
#attention .tb02{
	width:340px;
	float:right;
}
#attention table{
	width:100%;
	border:0;
	border-collapse:collapse;
	margin:0 0 30px 0;
}
#attention table th{
	text-align:left;
	width:60%;
	padding:2px;
	border-bottom:#ccc 1px dotted;
}
#attention table td{
	text-align:right;
	font-weight:bold;
	padding:2px;
	border-bottom:#ccc 1px dotted;
}
#attention table td span{
	color:#e52e2e;
	font-weight:bold;
}
#attention .text{
	font-size:1.1em;
}
#attention .pb10{
	padding-bottom:10px;
}
#attention p span{
	color:#e52e2e;
	font-weight:bold;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}

#more_bn{
	width:350px;
	margin:0px auto 20px auto;
}

h4.inactive{
	height:45px;
	background:url(../images/morebn01_off.gif) no-repeat;
	text-indent:-999em;
}

h4.active{
	height:45px;
	background:url(../images/morebn01_on.gif) no-repeat;
	text-indent:-999em;
}
h4 a{
	width:100%;
	height:100%;
	display:block;
}


 