*{
	padding:0;
	margin:0;
	color:#000;
	/*color:#808080;*/
}
html{
	background-color: #ffffff;
}

/*------------------------------------------------------------------------
基本設定
--------------------------------------------------------------------------*/
img {
    border: none;
    vertical-align: bottom;
}
a {
	color: #FF1493;
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
a:hover img.over {
	opacity:1;
	filter:alpha(opacity=100);
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear {
	clear:both;
}
.clear_list {
	clear:both;
	height:2px;
	font-size: 2px;
	line-height: 2px;
}
body {
	font-family: "メイリオ", meiryo, Arial, Helvetica!important;
	font-size: 12px;
	line-height: 1.8em;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}
a:link {
	color: #FF1493;
	text-decoration: none;
}
a:visited {
	color: #FF1493;
	text-decoration: none;
}
a:hover{
	color:#5BB5E8;
	text-decoration: none;
}

li{
	list-style:none;
}


body {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 150%;
  padding: 0px;
  margin: 0px auto;
  width:1080px;
  background-color: #F5F5F5;
  border: 2px solid #F5F5F5;
}
.white {
	color:#fff;
}

h1{
	display:inline-block;
	float:left;
	width:210px;
	height:60px;
	margin-left:4px;
	
	/*
	margin-left:20px;
	background-image: url("../images/vr_logo.png");
	text-indent: -9999px;
	color:white;
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
	
	padding:5px;
	text-shadow: 0px 0px 2px #000, 2px 2px 3px #000;
	*/
}
h1:hover{
	/*
	color:#FF1493;
	background-color: #fff;
	border-radius: 5px;
	color:#FF1493;
	color: #5BB5E8;*/
}
#contents h2{
	display: inline;
	float:left;
	font-size:16px;
	
	padding-left:4px;
	
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ff6633;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff6633;
	
 

}
.clearfloat{
	clear:both;
}
.center{
	text-align:center;
}
.pink_box{
	font-size:20px;
    text-align: center;
    border: 3px solid #F33E8E;
    color: #F33E8E;
    background:#fff;
    font-weight: bold;
    text-decoration:none;
}
.pink_box:hover{
	color: #fff;
    background:#F33E8E;
    text-decoration:none;
}
.no_decoration{
	text-decoration:none;
}
.chk_num{
	color:#F33E8E;
	float:right;
}
.red{
	color:red;
}
.bold{
	font-weight:bold;
}
.close_menu{
	display:none;
}
/* ヘッダーここから */
header{
	
}

#header_navi{
	
}

#header_navi_top{
	background-color: #F9C2D3;
	height:60px;
}
#header_navi_topleft{
	padding-top:20px;
	padding-bottom:20px;
	/*padding-left:20px;*/
	height:20px;
	width:476px;
	float:left;
}
#header_navi_topleft ul{
	float:right;
	/*margin-right:60px;*/
}
#header_navi_topleft ul li{
	float:left;
	margin-right:10px;
}
#header_navi_topleft ul li{
	color: #000;
	padding:5px;
	font-size:12px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

#header_navi_topleft ul li:hover{
	color: #5BB5E8;
	background: #fff;
}
/*
.head_right_menu{
	margin-top:5px;
	width:60px;
	height:20px;
	color:#000;
}
*/

#menu_name{
	margin-top:5px;
}
.header_navi_mypage{
	color:#000;
}

#header_navi_topright ul li{
	color:#000;
}
.header_navi_btn{
	width:60px;
	height:60px;
}
#header_navi_btn_1{
	background-image: url("../images/inquiry.png");
}
#header_navi_btn_1:hover{
	border-radius: 5px;
	background:#5BB5E8;
	background-image: url("../images/inquiry_2.png");
}
#header_navi_btn_2{
	background-image: url("../images/rogin.png");
}
#header_navi_btn_2:hover{
	border-radius: 5px;
	background:#5BB5E8;
	background-image: url("../images/rogin_2.png");
}
#header_navi_btn_3{
	background-image: url("../images/registration.png");
}
#header_navi_btn_3:hover{
	border-radius: 5px;
	background:#5BB5E8;
	background-image: url("../images/registration_2.png");

}
#header_navi_btn_4{
	background-image: url("../images/guest.png");
}

#header_navi_btn_login1{
	background-image: url("../images/inquiry.png");
}
#header_navi_btn_login1:hover{
	border-radius: 5px;
	background:#5BB5E8;
	background-image: url("../images/inquiry_2.png");
}
#header_navi_btn_login2{
	background-image: url("../images/rogout2.png");
}
#header_navi_btn_login2:hover{
	border-radius: 5px;
	background:#5BB5E8;
	background-image: url("../images/rogout2_2.png");
}
#header_navi_btn_login3{
	background-image: url("../images/mypage.png");
}
#header_navi_btn_login3:hover{
	border-radius: 5px;
	background:#5BB5E8;
	background-image: url("../images/mypage_2.png");

}

/*
#header_navi_btn_4:hover{
	border-radius: 5px;
	background:#5BB5E8;
	background-image: url("../images/guest_2.png");
}
*/
#header_navi_topright{
	height:60px;
	width:360px;
	/*width:280px;*/
	float:right;
}

#header_navi_topright ul{

}
#header_navi_topright ul li{
	float:right;
	margin-right:10px;
	word-wrap:break-word;
}

#header_navi_search{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background-color: #FFFFFF;
}
#header_navi_search_left{
	display:inline-block;
	margin-top:10px;
}
#header_navi_search form{
	display: inline;
}

.num{
	color: #ff00de;
	font-size:16px;
	font-weight:bold;
}
#header_navi_search input[type="submit"] {
	   color: white;
	background-color: #1b95e0;
	border: 1px solid #1b95e0;
	
	/*
   background-color: #5BB5E8;
   color: white;
   border: 1px solid #5BB5E8;
   */
}
#header_navi_search input[type="submit"]:hover {
	background-color: #0C7ABF;
	border: 1px solid #0C7ABF;
	/*
   background-color: #F9C2D3;
   border: 1px solid ;
   */
}
#header_navi_search_right{
	display:inline-block;
	float:right;

}
.qr_code{
	float:left;
	/*float:right;*/
}
.btn_sp{
	color:#fff !important;
	background:#1b95e0;
	margin-right:15px;
	padding:5px;
}
.menu_chk_list{
	float:left;
	display:inline-block;
	background: #F33E8E;
	color:#fff;
	padding: 8.5px;
	margin-right:10px;
    font-weight: bold;
    border:solid 2px #F33E8E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.menu_chk_list:hover{
	background: #fff;
	color:#F33E8E;
    border:solid 2px #F33E8E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.twitter-follow-button{
	display:inline-block;
	float:left;
	/*
	margin-top:5px;
	margin-left:30px;
	*/
}
.rss{
	float:left;
	margin-left:10px;
	margin-right:10px;
	/*float:right;*/
}
#header_shadow{
	background-color: #ECE9EA;
	height:5px;
}

#header_main{
	width:100%;
	
	position:relative;
	/*
	height:530px;
	*/
}

#header_banner{

}





/* ヘッダーここまで */

/*コンテンツ ここから*/
#contents{
	margin-top:50px;
	margin-bottom:30px;
	padding-left:20px;
	width:1040px;
}

#ranking{
	height:180px;
	margin-top:12px;
	/*margin-top:40px;*/
	font-size: 14px;
	/*
	margin-bottom:30px;
	background-color: #FFD5EC;
	*/
	
}

#ranking_left{
	/*display:inline-block;*/
	width:168px;
	height:100%;
	float:left;
	background-image: url("../images/ranking_back.png");
	border: 2px solid #FF1493;
	
	text-align: center;
	

	/*
	background-color: #F9C2D3;
	border-radius:10px;
	background: radial-gradient(#F9C2D3, #FF1493);
	margin-right:24px;
	background: linear-gradient(left,#F9C2D3, #9941D8);
	*/
}
#ranking_left p{
	color:#fff;
	padding-top:60px;
	text-shadow:
	0px 0px 2px #000,
	0px 2px 3px #000,
	2px 0px 3px #000,
	2px 2px 3px #000;
  
	/*
	text-shadow:
	0px 0px 2px #000,
	2px 2px 3px #000,
  0 0  4px #fff,
  0 0  8px #fff,
  0 0 12px #fff,
  0 0 18px #ff00de,
  0 0 22px #ff00de,
  0 0 28px #ff00de,
  0 0 36px #ff00de;
	*/
}
#arrows_ranking{
	position:relative;
}

.index_caution_mentenance{
	background:#fff;
	color:red;
	border:2px solid red;
	padding:15px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.index_safe_mentenance{
	background:#fff;
	color:green;
	border:2px solid green;
	padding:15px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
/*------------------------------------------------------------------------
 ランキングに関する指定 ここから
 --------------------------------------------------------------------------*/
.ranking_item{
	width: 164px;
    padding: 5px 9px 5px 15px;
    position : relative;
}
.rankPh{
	width: 135px;
	padding: 5px 5px 10px 5px;
	text-align: center;
}
.rankPh img{
	max-width: 184px;
    max-height: 104px;
}
.rankttl{
	width:184px;
	text-overflow: ellipsis;
}
.rankttl a{
	width:184px;
	display:inline-block;
	height:63px;
	/*
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	*/
}
.ranking_lefttop{
	position : absolute;
	left:20px;
	top:10px;
	width:40px;
	height:40px;
}
.rank{
	position : absolute;
	left:0px;
	z-index:2;
}
.rank1 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay.png) no-repeat 0 0;
	background-position: 0px -40px;
	text-indent: -9999px;
}
.rank2 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay.png) no-repeat 0 0;
	background-position: 0px -76px;
	text-indent: -9999px;
}
.rank3 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay.png) no-repeat 0 0;
	background-position: 0px -110px;
	text-indent: -9999px;
}
.rank4 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay.png) no-repeat 0 0;
	background-position: 0px -144px;
	text-indent: -9999px;
}
.rank5 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay.png) no-repeat 0 0;
	background-position: 0px -178px;
	text-indent: -9999px;
}
.rank6 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay.png) no-repeat 0 0;
	background-position: 0px -212px;
	text-indent: -9999px;
}
.rank7 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay.png) no-repeat 0 0;
	background-position: 0px -247px;
	text-indent: -9999px;
}
.rank8 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay8.png) no-repeat 0 0;
	text-indent: -9999px;
}
.rank9 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay9.png) no-repeat 0 0;
	text-indent: -9999px;
}
.rank10 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay10.png) no-repeat 0 0;
	text-indent: -9999px;
}
.rank11 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay11.png) no-repeat 0 0;
	text-indent: -9999px;
}
.rank12 {
	width: 29px;
	height: 28px;
	background: url(../images/overlay12.png) no-repeat 0 0;
	text-indent: -9999px;
}

/*------------------------------------------------------------------------
 ランキングに関する指定 ここまで
 --------------------------------------------------------------------------*/
 
#contents_top{
	background-color: #F6F6F6;
	width:100%;
	margin-top:30px;
	/*height:360px;
	margin-bottom:30px;*/
}

#category_outline{
	width:510px;
	float:left;
	
	/*padding-left:20px;*/
}
#category{
	background-color: #ffffff;
	width:510px;
	padding-top:5px;
	
	padding-bottom:5px;
}
#category ul{
	float:left;
	background-color: #ffffff;
	padding-left:5px;
}
#category li{
	float:left;
	list-style:none;
	width:20%;
}

#category a{
	float:left;
	display:inline-block;
	font-size:10.5px;
	margin:0px;
	
}

#info_outline{
	width:510px;
	
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	
}
#info{
	width:465px;
	height:206px;
	/*height:170px;*/
	background-color: #ffffff;
	font-size:12px;
	padding:5px 5px 5px 20px;
	overflow-y: scroll;
}
#info dl{
    margin-bottom:5px;
}
#info dl dt .point {
    color:#F9C2D3;
}

#info dt{
	display:inline;
	font-weight: bold;
}
#info dd{
	display:inline-block;
	margin-left:120px;
}

#info dd.ttl{
	display:inline;
	margin-left:30px;
	font-weight:bold;
	color:#000;
}
#info_des_outline{
	float:left;
	width:1020px;
	background-color: #fff;
	padding:20px 0 20px 20px;
}
#info_des{
	float:left;
}
.info_des_title{
	color:#fff;
	background-color: #1b95e0;
}
#info_des_left{
	float:left;
	display:inline-block;
	padding-top:20px;
	border:1px #000;
}
#info_des_right{
	float:left;
	padding-top:20px;
	padding-left:40px;
}
#contents_banner{
	margin-top:30px;
	margin-bottom:30px;
}
.contents_banner_pic{
	width:340px;
}
.contents_banner_pic1,.contents_banner_pic2{
	padding-right:10px;
}

/*
.btn_list{
	display:inline-block;
	float:right;
	margin-right:13px;
	color:#ffffff;
	padding:5px 10px;
	background-color: #FA578A;
}
*/

.btn_list{
	display:block;
	margin-top:15px;
	height:46px;
	color:#ffffff;
	font-size:16px;
	line-height:46px;
	background-color: #FA578A;
	text-align:center;
	border-radius: 10px;
}

.btn_list:hover{
	background-color: #5BB5E8;
}
#contents_povr{
	height:290px;
	width:1040px;
	background-color: #ffffff;
	margin-bottom:50px;
}


#contents_new{
	background-color: #ffffff;
	margin-bottom:60px;
	padding-top:18px;
}

/*------------------------------------------------------------------------
 新着動画に関する指定 ここまで
 --------------------------------------------------------------------------*/
 .newttl {
	position:relative;
	width: 693px;
	height: 32px;
	margin-bottom: 10px;
	margin-top: 10px;
}
 .sales {
	margin-bottom: 10px;
	margin-top: 10px;
}
 .listbtn2 {
	position: absolute;
	left: 570px;
	top: 4px;
}
 .monthly_spro_logo {
	position: absolute;
	left: 280px;
	top: 2px;
}


 .colLft {
	float: left;
	width: 341px;
	padding-right: 5px;
}
 .colRgt {
	float: left;
	width: 342px;
	padding-left: 5px;
}
 .vrcol {
	float: left;
	width: 184px;
	padding: 5px 9px 5px 9px;
	position:relative;
}
.vrcol_lefttop{
	position:absolute;
	width:180px;
	height:40px;
	z-index:9999;
}
.vrcol_lefttop img{
	float:left;
}
.vrcol_top{
	padding-left:23px;
}
.vrcol_end{
	padding-right:23px;
}
 .vrcol .thumb {
	width: 184px;
	height:104px;
	text-align:center;
	/*background-color: #000000;*/
	margin: 0 0 10px 0;
	position:relative;
}

 .vrcol .thumb img{
	max-width: 184px;
	max-height:104px;
}

 .vrcol .ttl {
	font-weight: bold;
	padding-bottom: 2px;
	width: 184px;
	/*width: 150px;*/
	height:15px;
	color: #E7378D;
	line-height: 1.2em;
	float: left;
	font-size: 12px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/*
 .vrcol .ttl a{
	color: #e7378d;
}
*/
.new {
	width: 34px;
	padding: 2px 0px 0px 0px;
	height:11px;
	float: left;
}

.time {
	font-weight: bold;
	height:15px;
	overflow:hidden;
	color: #fff;
	line-height: 1.5em;
	background: #808080;
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	font-size: 10.5px;
	float: left;
}

.marks{
	float: left;
	padding: 2px 0px 2px 0px;
	line-height: 12px;
	color:#F33E8E;
}

.txt {
	height:48px;
	overflow:hidden;
	color: #000;
	line-height: 1.5em;
	padding: 0px 5px 2px 5px;
}


.gray {
	color: #fff;
	background: #808080;
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	font-size: 10.5px;
}
.time_cast {
	overflow:hidden;
	
}
.time_cast .time {
	font-weight: bold;
	height:15px;
	overflow:hidden;
	color: #fff;
	line-height: 1.5em;
	background: #808080;
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	font-size: 10.5px;
	float: left;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.cast_txt{
	color:#fff;
	font-size:8px;
}
/*------------------------------------------------------------------------
Pick UP ポケットVRに関する指定 ここまで
 --------------------------------------------------------------------------*/

#slider_povr{
	
}
.thumb_pickup{
	width: 184px;
	text-align:center;
	background-color: #000000;
	margin: 0 0 10px 0;
}
.thumb_pickup img{
	max-width: 184px;
}
/*------------------------------------------------------------------------
 Pick UP ポケットVRに関する指定 ここまで
 --------------------------------------------------------------------------*/
#contents_recomm{
	background-color: #ffffff;
	/*height:490px;*/
	margin-bottom:50px;
	padding-top:18px;
}
#contents_bargain{
	background-color: #ffffff;
	/*height:490px;*/
	margin-bottom:50px;
	padding-top:18px;
}


/*コンテンツ ここまで*/

/*ボトムコンテンツ ここから*/
#contents_bottom{
	margin-top:30px;
}
#contents_banner{
	/*margin-left:15px;*/
}
.bottom_banner_pic1, .bottom_banner_pic2{
	margin-right:10px;
}
#bottom_banner a{
	width:340px;
}

#bottom_main{
	margin-top:30px;
	margin-bottom:30px;
}
#bottom_menu{
	float:left;
	width:548px;
	height:246px;
	margin-right:20px;
}
#bottom_menu ul{
	width:100%;
	height:228px;
	
	padding-top:2px;
}
#bottom_menu ul li{
	float:left;
	list-style:none;
	padding:0 2 2 0;
}
.bottom_menu_btn{
	width:135px;
	height:108px;
}
#bottom_menu_btn_1{
	background-color: #fff;
	background-image: url("../images/plus1d.png");
	
}
#bottom_menu_btn_1:hover{
	background:#5BB5E8;
	background-image: url("../images/plus1d_2.png");
}

#bottom_menu_btn_2{
	background-image: url("../images/d_player.png");
	background-color: #fff;
}
#bottom_menu_btn_2:hover{
	background:#5BB5E8;
	background-image: url("../images/d_player_2.png");
}

#bottom_menu_btn_3{
	background-image: url("../images/search.png");
	background-color: #fff;
}
#bottom_menu_btn_3:hover{
	background:#5BB5E8;
	background-image: url("../images/search_2.png");
}
#bottom_menu_btn_4{
	background-image: url("../images/great.png");
	background-color: #fff;
}
#bottom_menu_btn_4:hover{
	background:#5BB5E8;
	background-image: url("../images/great_2.png");
}
#bottom_menu_btn_5{
	background-image: url("../images/guide.png");
	background-color: #fff;
}
#bottom_menu_btn_5:hover{
	background:#5BB5E8;
	background-image: url("../images/guide_2.png");
}
#bottom_menu_btn_6{
	background-image: url("../images/monthly_fee.png");
	background-color: #fff;
}
#bottom_menu_btn_6:hover{
	background:#5BB5E8;
	background-image: url("../images/monthly_fee_2.png");
}
#bottom_menu_btn_7{
	background-image: url("../images/faq.png");
	background-color: #fff;
}
#bottom_menu_btn_7:hover{
	background:#5BB5E8;
	background-image: url("../images/faq_2.png");
}
#bottom_menu_btn_8{
	background-image: url("../images/qr_code_dl.png");
	background-color: #fff;
}
#bottom_menu_btn_8:hover{
	background:#5BB5E8;
	background-image: url("../images/qr_code_dl_2.png");
}

#bottom_makerlist{
	float:left;
	background-color: #ffffff;
	width:452px;
	/*height:160px;*/
	padding-top:10px;
	padding-left:20px;
	margin-bottom:20px;
}
#bottom_makerlist ul li{
	float:left;
	diplay:inline-block;
	list-style:none;
	width:17%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	font-size:12px;
}
#bottom_channel{
	float:left;
	background-color: #ffffff;
	width:452px;
	height:30px;
	padding-top:10px;
	padding-left:20px;
	margin-bottom:20px;
	font-size:12px;
}

#bottom_link_outline{
	margin-top:30px;
}
.bottom_link{
	width:1040px;
	height:70px;
	line-height: 70px; 
	background-color: #fff;
	padding-top:10px;
}
.bottom_link_last{
	padding-bottom:10px;
}

.bottom_link a{
	display: inline-block; /* p要素でテーブルの構造を表現 */
	vertical-align: middle;
	padding-right:14px;
}
.bottom_link img{
	width:186px;
}
.bottom_link_top{
	padding-left:14px;
}

#bottom_maker_outline{
	margin-top:30px;
}
.bottom_maker{
	width:1040px;
	height:70px;
	/*line-height: 70px;*/
	background-color: #fff;
	padding-top:10px;
}
.bottom_maker_last{
	padding-bottom:10px;
}
.bottom_maker a{
	display: inline-block; /* p要素でテーブルの構造を表現 */
	vertical-align: middle;
	padding-right:14px;
}
.bottom_maker span{
	display: inline-block; /* p要素でテーブルの構造を表現 */
	vertical-align: middle;
	padding-right:14px;
}
.bottom_maker img{
	width:186px;
}
.bottom_maker_top{
	padding-left:16px;
}

/*ボトムコンテンツ ここまで*/

/*------------------------------------------------------------------------
 フッターブロック内に関する指定 ここから
 --------------------------------------------------------------------------*/
/*
footer{
	background:#F9C2D3;
}
*/
#footmenu {
	width: 980px;
	text-align: left;
	margin-left:20px;
	/*margin: 0 auto 10px auto;*/
}
#footmenu .title {
	font-weight: bold;
	text-align: left;
}
#col1, #col2, #col4, #col5 {
	width:140px;
	float:left;
	padding:0;
}
#col3 {
	width: 375px;
	float:left;
	padding:0;
	margin-left: 18px;
}
#col5 {
	margin-right:5px;
}
#col1 a, #col2 a, #col3 a, #col4 a, #col5 a {

	text-decoration:none;
}
#col1 ul, #col2 ul, #col3 ul, #col4 ul, #col5 ul {
	margin-bottom:0px;
}
#col1 ul li, #col2 ul li, #col3 ul li, #col4 ul li, #col5 ul li {
	font-size: 12px;
	line-height: 1.5em;
	padding: 2px 0 0 7px;
	background: url(../images/parts.png) no-repeat 0 0;
	background-position: 0px -153px;
	list-style: none;
	display:block;
}
/*
#col1 ul li a, #col2 ul li a, #col3 ul li a, #col4 ul li a, #col5 ul li a {
	color:#fff;
}
*/
#col1 ul li a:hover, #col2 ul li a:hover, #col3 ul li a:hover, #col4 ul li a:hover, #col5 ul li a:hover {
	text-decoration: underline;
}
#col3 #col6, #col3 #col7, #col3 #col8 {
	width:125px;
	float:left;
	padding:0;
}
#footer p {
	color: #000;
	background-color: #F9C2D3;
	font-family: Verdana, Geneva, sans-serif;
	padding:10px;
}

/*------------------------------------------------------------------------
 フッターブロック内に関する指定 ここまで
 --------------------------------------------------------------------------*/



 

 
 /*------------------------------------------------------------------------
 POVRに関する指定 ここまで
 --------------------------------------------------------------------------*/
/*
.vrcol_povr{
	width: 184px;
    padding: 15px 9px 5px 15px;
    
}

.vrcol_povr img{
	max-width: 184px;
}
*/
/*------------------------------------------------------------------------
 POVRに関する指定 ここまで
 --------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
 詳細ページ
 --------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
 オススメ関連 ここから
 --------------------------------------------------------------------------*/
#content_in h2.kanren {
	height: 29px;
	width: 581px;
	background: url(../images/title_bg.png) no-repeat 0 0;
	background-position: 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	color: #fff;
	padding: 3px 10px 2px 20px;
	margin-bottom: 10px;
	text-shadow: #a05c2c 1px 1px 0px, #a05c2c -1px 1px 0px,
	             #a05c2c 1px -1px 0px, #a05c2c -1px -1px 0px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#content_in #kanrenbox {
	width: 611px;
}
#content_in  .colLft {
	float: left;
	width: 301px;
	padding-right: 5px;
}
#content_in .colRgt {
	float: left;
	width: 301px;
	padding-left: 5px;
}
/*------------------------------------------------------------------------
 オススメ関連 ここまで
 --------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
 個別商品(face.php)ページ ここから
 --------------------------------------------------------------------------*/
 
#content_in {
	/*
	float: left;
	width: 611px;
	float: left;
	margin: 16px;
	*/
	width:100%;
	padding: 0;
	background: #fff;
}

#face_main{
	
}
#content_part{
	
	width:800px;
	margin:0 auto;
	background: #fff;
}
#face_video{
	background: #FF9BC9;
	padding-left:35px;
	padding-right:35px;
	width:730px;
	position:relative;
}
/*#content_in h2.title
#content_in h2 {*/
h2.title{
	/*
	height: 29px;
	width: 581px;
	background: url(../images/title_bg.png) no-repeat 0 0;
	background-position: 0px 0px;
	width:100%;
	text-shadow: #a05c2c 1px 1px 0px, #a05c2c -1px 1px 0px,
	             #a05c2c 1px -1px 0px, #a05c2c -1px -1px 0px;
	
	display:table;
	*/
	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin:0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	background:#FF9BC9;
}

/*
#content_in .sub_title{
	color: #fff;
	background: #808080;
	padding: 2px 0 2px 5px;
	margin-bottom: 7px;
}

#content_in .mainimg {
	float: left;
	width: 560px;
	margin: 0 15px 15px 0;
	text-align: center;
}
#content_in .mainimg img {
	width: 560px;
}
*/
#content_in .spimg {
	float: left;
	width: 560px;
	height: 270px;
	margin: 0 15px 5px 0;
	text-align: center;
}
#content_in .spimg img {
	width: auto;
	height: 210px;
}

#content_in .spimg .digest_b img {
	max-width: 280px;
	max-height: 37px;
}


#content_in dl {
	line-height: 1.5em;
	padding: 0 0 5px 0;
	
}
#content_in dl dt {
	float:left;
	width:85px;
	padding: 0;
	font-weight:bold;
}
#content_in dl dd {
	margin-left:98px;
	padding: 0;
}
 
#content_in dl dd .dj{
	color: #00f;
	cursor:pointer;
}
#content_in .dl {
	
	line-height: 1.5em;
	padding: 0 0 5px 0;
	
	/*
	float:left;
	width:230px;
	margin:0 auto;
	margin-top:20px;
	width:230px;
	*/
}
#content_in .dl .dt {
	float:left;
	width: 85px;
	padding-left: 80px;
	font-weight:bold;
	color:#fff;
}
#content_in .dl .dt2 {
	float:left;
	width: 135px;
	padding-left: 80px;
	font-weight:bold;
	color:#fff;
}
.dt_options {
	/*padding-left: 40px;*/
	float:left;
}
#chk_msg{
	float:right;
	/*
	-webkit-transition: all 5s;
      -moz-transition: all 5s;
      -ms-transition: all 5s;
      -o-transition: all 5s;
      transition: all 5s;
      */
      opacity: 1;
      
}
#chk_list_nologin{
	float:right;
	background:#fff;
	color:#fff;
	background:#F33E8E;
	padding:10px;
	font-weight:bold;
	border:solid 2px #F33E8E;
    -moz-border-radius: 5px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
#chk_list{
	cursor : pointer;
	float:right;
	background:#fff;
	color:#fff;
	background:#F33E8E;
	padding:10px;
	font-weight:bold;
	border:solid 2px #F33E8E;
    -moz-border-radius: 5px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
#chk_list:hover{
	background: #fff;
	color:#F33E8E;
    border:solid 2px #F33E8E;
}

#content_in .dl .dd {
	float:left;
	width:200px;
	/*width:140px;*/
	min-height: 20px;
	padding: 0;
	color:#fff;
}
#content_in .dl .dd2 {
	float:left;
	width:150px;
	/*width:140px;*/
	min-height: 20px;
	padding: 0;
	color:#fff;
}

#content_in .dl .dd a{
	color:#1b95e0;
	font-weight:bold;
}
 
#content_in .dl .dd .dj{
	
	cursor:pointer;
	color:#1b95e0;
	font-weight:bold;
	/*
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
		*/
}
#content_in .dl .dd .dj:hover{
	color:#1b95e0;
	font-weight:bold;
	text-decoration: underline;
}
#content_in .blue_link{
	color:#1b95e0;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
}
#content_in .gray2 {
	color: #fff;
	background: #808080;
	padding: 2px 0 2px 5px;
	margin-left: 295px;
	margin-bottom: 7px;
} 

#content_in .gray {
	color: #fff;
	background: #808080;
	padding: 2px;
	margin-right: 2px;
	font-size: 10px;
}
#content_in ul li.bold {
	line-height: 1.5em;
	font-weight:bold;
}
#content_in ul li.text {
	line-height: 1.5em;
}
#content_in .pcg_img{
	z-index:102;
	display:none;
	border:4px #8888dd double;
	margin:0px;
	padding:10px;
	position:absolute;
	background-color:#e4e4ff;
	top: 120px;
	left: 120px;
}
#content_in .pcg_img img{
	width: 800px;
	height:auto;
}

#content_in .smp_bt {
	text-align:center;
	margin:0px;
	padding:10px 0 0 0;
}

/*ダイジェスト*/
/*
#content_in h2.digest {
	height: 29px;
	width: 581px;
	background: url(../images/title_bg.png) no-repeat 0 0;
	background-position: 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	color: #fff;
	padding: 3px 10px 2px 20px;
	margin-bottom: 10px;
	text-shadow: #a05c2c 1px 1px 0px, #a05c2c -1px 1px 0px,
	             #a05c2c 1px -1px 0px, #a05c2c -1px -1px 0px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
*/
#content_in #digestbox {
	width: 611px;
	height: 67px;
}
#content_in #digestbox li {
	float: left;
	/*background: #000;*/
	text-align:center;
	width: 143px;
	margin-right: 3px;
	margin-bottom: 8px;
}
#content_in #digestbox li.last {
	margin-right: 0;
}
#content_in #digestbox li img {
	/*max-width: 119px;
	height: 67px;*/
}
.digest{
	position:relative;
}
.digest_img{
	z-index:102;
	display:none;
	text-align: center;
	border:4px #dd88aa double;
	margin:0px;
	padding:10px;
	width:830px;
	position:absolute;
	background-color:#ffe4f0;
	top: -463px;
	left: -68px;
}

.digest_img img{
	cursor:pointer;
}

#dj_preview,#content .dj_preview{
	z-index:103;
	display:none;
	text-align: center;
	margin:0px;
	padding:0px;
	width: 400px;
	height: 250px;
	position:absolute;
	background: url(../images/dj_bg.jpg) no-repeat 0 0;
	top: 190px;
	left: 280px;
}

#dj_preview .img_box,#content .dj_preview .img_box{
	float: left;
	width: 140px;
	height: 140px;
	margin: 0px;
	padding:22px 30px 20px 36px;
}
#dj_preview .img_box img,#content .dj_preview .img_box img{
	width: 140px;
	height: 140px;
}
#dj_preview .dj_txt,#content .dj_preview .dj_txt{
	float: left;
	margin: 0px;
	padding:25px 0px 0px 0px;
	width: 155px;
	height: 140px;
}

#dj_preview .dj_txt .dj_name,#content .dj_preview .dj_txt .dj_name{
	width: 155px;
	height: 23px;
	font-weight:bold;
	font-size:15px;
}
#dj_preview .dj_txt .dj_cap,#content .dj_preview .dj_txt .dj_cap{
	text-align: left;
	width: 155px;
	height: 110px;
	font-size:12px;
	line-height: 1.3em;
	overflow: auto;
}
#dj_preview .dj_des,#content .dj_preview .dj_des{
	float: left;
	margin: 0px;
	padding:15px 35px 0px 20px;
	width:160px;
	color: #0000ff;
}
#dj_preview .dj_des a,#content .dj_preview .dj_des a{
	color: #0000ff;
}
#dj_preview .dj_close,#content .dj_preview .dj_close{
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	cursor:pointer;
}



/*個別商品ページ ダイジェスト ここから*/
.digest{
	
}
.block1{
	z-index:100;
	display:none;
	border:none;
	margin:0px;
	padding:0px;
	position:absolute;
	width:100%;
	height:200%;
	top:0px;
	left:0px;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

.block2{
	z-index:101;
	display:none;
	border:none;
	margin:0px;
	padding:0px;
	/*
	width:5000;
	height:5000;
	*/
	width:500%;
	height:500%;
	
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity:0.40;
	-moz-opacity:0.40;
	filter:alpha(opacity=40);
}

/*
#content_in h2.digest {
	height: 29px;
	width: 581px;
	background: url(../images/title_bg.png) no-repeat 0 0;
	background-position: 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	color: #fff;
	padding: 3px 10px 2px 20px;
	margin-bottom: 10px;
	text-shadow: #a05c2c 1px 1px 0px, #a05c2c -1px 1px 0px,
	             #a05c2c 1px -1px 0px, #a05c2c -1px -1px 0px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
*/
#content_in #digestbox {
	/*width: 611px;
	height: 67px;*/
	width: 100%;
}
#content_in #digestbox li {
	float: left;
	
	text-align:center;
	*width: 146px;
	/*
	background: #000;
	width: 119px;*/
	margin-right: 3px;
	margin-bottom: 8px;
}
#content_in #digestbox li.last {
	margin-right: 0;
}
#content_in #digestbox li img {
	max-width: 140px;
	/*height: 67px;*/
}
/*
#content_in .digest_img{
	z-index:102;
	display:none;
	text-align: center;
	border:4px #dd88aa double;
	margin:0px;
	padding:10px;
	position:absolute;
	background-color:#ffe4f0;
	top: 300px;
	left: 120px;
}
#content_in .digest_img img{
	cursor:pointer;
}
*/
#content_in #dj_preview,#content .dj_preview{
	z-index:103;
	display:none;
	text-align: center;
	margin:0px;
	padding:0px;
	width: 400px;
	height: 250px;
	position:absolute;
	background: url(../images/dj_bg.jpg) no-repeat 0 0;
	top: 690px;
	left: 480px;
}

#content_in #dj_preview .img_box,#content .dj_preview .img_box{
	float: left;
	width: 140px;
	height: 140px;
	margin: 0px;
	padding:22px 30px 20px 36px;
}
#content_in #dj_preview .img_box img,#content .dj_preview .img_box img{
	width: 140px;
	height: 140px;
}
#content_in #dj_preview .dj_txt,#content .dj_preview .dj_txt{
	float: left;
	margin: 0px;
	padding:25px 0px 0px 0px;
	width: 155px;
	height: 140px;
}

#content_in #dj_preview .dj_txt .dj_name,#content .dj_preview .dj_txt .dj_name{
	width: 155px;
	height: 23px;
	font-weight:bold;
	font-size:15px;
}
#content_in #dj_preview .dj_txt .dj_cap,#content .dj_preview .dj_txt .dj_cap{
	text-align: left;
	width: 155px;
	height: 110px;
	font-size:12px;
	line-height: 1.3em;
	overflow: auto;
}
#content_in #dj_preview .dj_des,#content .dj_preview .dj_des{
	float: left;
	margin: 0px;
	padding:15px 35px 0px 20px;
	width:160px;
	color: #0000ff;
}
#content_in #dj_preview .dj_des a,#content .dj_preview .dj_des a{
	color: #0000ff;
}
#content_in #dj_preview .dj_close,#content .dj_preview .dj_close{
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	cursor:pointer;
}

#digest_i{
	width:728px;
}
/*個別商品ページ ダイジェスト ここまで*/

.point,.text{
	color:#000;
}
#content_in .dl .dd a{
	text-decoration: underline;
}
#content_in #purchase_box{
	width:100%;
	display:inline-block;
	float:left;
	/*background:#fff;
	width:500px;
	margin-bottom:20px;
	*/
}

#content_in #purchase{
	background:#A7A7A7;
}

#content_in #purchase h2{
	display:table;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	margin:0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
	
	color: #DC143C;
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
		
}

#content_in .purchase_content{
	/*
	width:730px;
	margin:0 auto;
	*/
}


.purchase_content_left{
	float: left;
	/*width:45%;*/
	width:270px;
	padding-left:80px;
	color:#fff;
}
.purchase_content_right{
	float: left;
	/*width:45%;*/
	width:250px;
	padding-left:90px;
}
.download_purchase{
	font-weight: bold;
	font-size:14px;
	color:#000;
	text-shadow:
		-2px -2px #fff,
		2px -2px #fff,
		-2px 2px #fff,
		2px 2px #fff;
}
.download_purchase_sample{
	font-weight: bold;
	font-size:14px;
	color:#000;
	text-shadow:
		-2px -2px #fff,
		2px -2px #fff,
		-2px 2px #fff,
		2px 2px #fff;
	display:inline-block;
	padding-top:8px;
}

.price{
	font-weight: bold;
	font-size:16px;
	color:red;
}
/*
#gear_dl{
	float:left;
	width:49%;
}

#geartxt_dl{
	float:left;
	width:49%;
}

#sm_dl{
	float:left;
	width:49%;
}
*/
.min_txt {
    font-size: 10px;
    line-height: 1.2em;
}
.min_txt a{
    color:#1b95e0;;
}
/*
#content_in .h2_outline{
	background:#FF9BC9;
}
#content_in .h2_outline h2{
	display:table;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin:0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
*/

#content_part .newbox .vrcol {
    float: left;
    width: 184px;
    padding: 5px 0px 5px 21px;
}
#content_part .newbox .vrcol_top {
    padding-left: 0px;
}

#reviews_com{
	/*width: 100%;*/
	width:400px;
height: 7em;
line-height: 1.5em;
}

/*個別商品ページ QRコード ここから*/
#content_in #qr_preview,#content .qr_preview{
	z-index:103;
	display:none;
	margin:0px;
	padding:15px;
	width: 230px;
	height: 230px;
	position:absolute;
	background-color:#fff;
	background: url(../images/qr_bg.gif) no-repeat 0 0;
	top: 500px;
	left: 500px;
}

#content_in #qr_preview .img_box,#content .qr_preview .img_box{
	width: 230px;
	height: 110px;
	margin: 0px;
	padding:10px 0px 0px 0px;
	text-align: center;
}
/*
#content_in #qr_preview .img_box img,#content .qr_preview .img_box img{
	width: 140px;
	height: 140px;
}
*/
#content_in #qr_preview .qr_txt,#content .qr_preview .qr_txt{
	margin: 0px;
	padding:5px 0px 0px 0px;
	width: 230px;
	height: 85px;
}

#content_in #qr_preview .qr_txt #qr_name,#content .qr_preview .qr_txt #qr_name{
	font-weight:bold;
	font-size:15px;
	text-align: center;
}

.qr_info_link {
	
	font-weight:bold;
	font-size:11px;
	/*
	padding: 5px;
	line-height: 1.1em;
	text-align: center;
	*/
}
.qr_info_link a:link {
	color: #e00;
	text-decoration: underline;
}
.qr_info_link a:visited {
	color: #e00;
	text-decoration: underline;
}
.qr_info_link a:hover, a:active, a:focus {
	color: #090;
	text-decoration: none;
}
/*個別商品ページ QRコード ここまで*/



/*------------------------------------------------------------------------
 個別商品(face.php)ページ ここまで
 --------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
 +1D(vr.php)ページ ここから
 --------------------------------------------------------------------------*/
#vr1d__content{
	width: 693px;
	margin:0 auto;
}
#vr1d__content .button{
	width:300px;
}
#vr1d_1610news {
    width: 693px;
    height: 2200px;
    background: transparent url("../../images/vrp1d_bg.png") no-repeat scroll 0px 0px;
    margin:0 auto;
}
#vr1d_1610news #top {
    padding: 215px 0px 0px 100px;
    height: 100px;
    text-align: left;
}
#vr1d_1610news #smp {
    padding: 170px 0px 0px 100px;
    height: 60px;
}
#vr1d_1610news #pc {
    padding: 150px 0px 0px 100px;
    height: 50px;
}
/*------------------------------------------------------------------------
 +1D(vr.php)ページ ここまで
 --------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
 D-PLAYER(dplayer.php)ページ ここから
 --------------------------------------------------------------------------*/
#dplayer_content{
	width: 693px;
	margin:0 auto;
	background:#fff;
}
#dplayer_content .images {
    float: left;
    margin: 0 15px 15px 0;
}
#dplayer_content .coution {
    color: #ff3300;
    font-weight: bold;
    font-size: 13px;
}
#dplayer_content .u_clear {
    font-size: 0px;
    line-height: 0;
    clear: both;
}

/*D-PLAYER動画設定 ここから*/
.video_content{
	position:relative;
}
#video_manual_d-playerv2{
	
}
#video_start0{
	position:absolute;
	top:250px;
	left:300px;
}

/*D-PLAYER動画設定 ここまで*/

/*------------------------------------------------------------------------
 D-PLAYER(dplayer.php)ページ ここまで
 --------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
 検索(search.php)ページ ここから
 --------------------------------------------------------------------------*/
#content_search{
	/*margin-left:20px;*/
}
#content_part .searchbox {
    width: 780px;
    margin-bottom: 15px;
    background: #FEFDEC none repeat scroll 0% 0%;
    padding-top:20px;
    padding-left:20px;
    /*border: 3px solid #000;
    background: #FDFBDC none repeat scroll 0% 0%;
    */
}
#searchsubmit{
    color: white;
    background-color: #1b95e0;
    border: 1px solid #1b95e0;
}
#searchsubmit:hover {
	background-color: #0C7ABF;
	border: 1px solid #0C7ABF;
}

#content_part .categorybox li {
    float: left;
    display: inline;
    list-style: outside none none;
    padding: 0px 12px 10px 0px;
}
#content_part .makerbox li {
    float: left;
    display: inline;
    list-style: outside none none;
    padding: 0px 20px 10px 0px;
}
#content_part .listbox .thumb img {
    width: 190px;
    /*width: 129px;*/
    height: auto;
}
#content_part .listbox {
    clear: both;
    /*width: 693px;*/
    width: 800px;
    margin-bottom: 10px;
    text-align: justify;
}
#content_part .listbox .thumb {
    float: left;
    width: 190px;
    /*width: 129px;*/
    margin: 0 7px 10px 0;
}
#content_part .listbox ul {
    line-height: 1.5em;
    height: 110px;
    overflow: hidden;
}
#content_part .listbox li.time {
    float: right;
    color: #fff;
    padding-bottom: 5px;
}

#pagenavi {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
/*
.gray {
    color: #fff;
    background: #808080;
    padding: 2px 5px 2px 5px;
    margin-right: 4px;
    font-size: 10.5px;
}
*/
/*------------------------------------------------------------------------
 検索(search.php)ページ ここまで
 --------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
 ご利用方法(description.php)ページ ここから
 --------------------------------------------------------------------------*/
#description_page .description_content{
	width:780px;
	margin-left:20px;
}
#description_page .description_content img{
	 margin-left: 50px;
}
/*------------------------------------------------------------------------
 ご利用方法(description.php)ページ ここまで
 --------------------------------------------------------------------------*/
 
 
/*------------------------------------------------------------------------
 FAQ(faq.php)ページ ここから
 --------------------------------------------------------------------------*/
 .faq_h2_title{
	background: #808080;
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#faq_page .faq_content{
	width:780px;
	margin-left:20px;
}
#faq_page .caution{
	color:red;
	font-weight:bold;
}
/*------------------------------------------------------------------------
 FAQ(faq.php)ページ ここまで
 --------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
 お問い合わせ(inq_form.php)ページ ここから
 --------------------------------------------------------------------------*/
#inq_form_page{
	width:780px;
	margin-left:20px;
}
#inq_form_page textarea{
	width:500px;
	height:300px;
}
#inq_form_page table tr td{
	font-size:12px;
}
/*------------------------------------------------------------------------
 お問い合わせ(inq_form.php)ページ ここまで
 --------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
 会員規約(reguration.php)ページ ここから
 --------------------------------------------------------------------------*/
 .reguration_h2_title{
	background: #808080;
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#reguration_page .reguration_content{
	width:780px;
	margin-left:20px;
}
/*------------------------------------------------------------------------
 会員規約(reguration.php)ページページ ここまで
 --------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
 メーカー様へ(for_maker.php)ページ ここから
 --------------------------------------------------------------------------*/
#for_maker_page{
    background: url(../../images/for_maker_img.jpg) no-repeat 0 0px;
    width: 273px;
    height: 35px;
    padding: 680px 380px 170px 40px;
    text-align: left;
    margin:0 auto;
}
/*------------------------------------------------------------------------
 メーカー様へ(for_maker.php)ページページ ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
 アフィリエイトご希望のユーザー様へ(affi_info.php)ページ ここから
 --------------------------------------------------------------------------*/
#affiinfo_page {
    width:693px;
    margin:0 auto;
}
#affiinfo_page .affiinfo_content{
    float: left;
    background: url(../../images/affi_bg.png) no-repeat 0 0;
    width: 283px;
    height: 40px;
    padding: 340px 0px 620px 410px;
    
}
/*------------------------------------------------------------------------
 アフィリエイトご希望のユーザー様へ(affi_info.php)ページページ ここまで
 --------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
 アフィリエイト登録画面(affi_form.php)ページ ここから
 --------------------------------------------------------------------------*/
#affiform_page{
    width:693px;
    margin:0 auto;
}
.align_center {
    text-align: center;
}
#affiform_page table.form {
    margin: 0px auto;
    padding: 1px;
    font-size:12px;
    background:#EEEEEE;
    width:500px;
}
/*------------------------------------------------------------------------
 アフィリエイト登録画面(affi_form.php)ページページ ここまで
 --------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
 アフィリエイト登録画面(affi_input.php)ページ ここから
 --------------------------------------------------------------------------*/
#affiinput_page{
    width:693px;
    margin:0 auto;
}
.align_center {
    text-align: center;
}
#affiinput_page table.form {
    margin: 0px auto;
    padding: 1px;
    font-size:12px;
    background:#EEEEEE;
    width:500px;
}
/*------------------------------------------------------------------------
 アフィリエイト登録画面(affi_input.php)ページページ ここまで
 --------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
 スマホVR用プレイヤー ページ(mp_players.php)ページ ここから
 --------------------------------------------------------------------------*/
#mpplayers_page{
	width:639px;
	margin:0 auto;
}
#vrx_mat {
	background: url(../../images/vrx_mat.png) no-repeat 0 0px;
	width: 135px;
	height: 50px;
	padding: 120px 525px 10px 33px;
	margin: 10px 0; 
	text-align: left;
}

#vrx_open {
	height: 100px;
	padding: 0px;
	margin: 0; 
	text-align: left;
}
#vrx_open img{
	cursor:pointer;
}

#vrx_howto {
	height: 2330px;
	padding: 0px;
	margin: 0px; 
	text-align: left;
	display: none;
}

#vrxa_mat {
	background: url(../../images/vrx_mat_a.png) no-repeat 0 0px;
	width: 135px;
	height: 50px;
	padding: 120px 525px 10px 33px;
	margin: 10px 0; 
	text-align: left;
}

#vrxa_open {
	height: 100px;
	padding: 0px;
	margin: 0; 
	text-align: left;
}
#vrxa_open img{
	cursor:pointer;
}

#vrxa_howto {
	height: 1400px;
	padding: 0px;
	margin: 0px; 
	text-align: left;
	display: none;
}
#pico_page {
	background: url(../../images/pico1.jpg) no-repeat 0 0px;
	width: 693px;
	height: 60px;
	padding: 680px 0px 25px 0px;
	margin: 0; 
	text-align: center;
}
#pico_mat {
	background: url(../../images/pico_mat.png) no-repeat 0 0px;
	width: 135px;
	height: 60px;
	padding: 115px 525px 25px 33px;
	margin: 10px 0; 
	text-align: left;
}

#pico_open {
	height: 100px;
	padding: 0px;
	margin: 0; 
	text-align: left;
}
#pico_open img{
	cursor:pointer;
}
#pico_howto {
	height: 1140px;
	padding: 0px;
	margin: 0px; 
	text-align: left;
	display: none;
}
/*------------------------------------------------------------------------
 pico ページ(pico.php)ページ ここまで
 --------------------------------------------------------------------------*/
#pico_page {
    background: url(../../images/pico1.jpg) no-repeat 0 0px;
    width: 693px;
    height: 60px;
    padding: 680px 0px 25px 0px;
    margin: 0 auto;
    text-align: center;
}
/*------------------------------------------------------------------------
 pico ページ(pico.php)ページ ここまで
 --------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
 pico ページ(vr_faq.php)ページ ここまで
 --------------------------------------------------------------------------*/
#vr_faq_page {
    width: 693px;
    margin: 0 auto;
}
/*------------------------------------------------------------------------
 pico ページ(vr_faq.php)ページ ここまで
 --------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
 VR+1D連動 アダルトグッズ ページ(vcs.php)ページ ここまで
 --------------------------------------------------------------------------*/
#vcs_page {
    width: 693px;
    margin: 0 auto;
}
.vcs_title{
	font-size:24px;
}
.align_center {
    text-align: center;
}
.com_right {
    padding: 5px 20px 5px 0px;
    text-align: right;
}
/*------------------------------------------------------------------------
 VR+1D連動 アダルトグッズ ページ(vcs.php)ページ ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
 D-JOCKY ページ(dj_description.php.php)ページ ここまで
 --------------------------------------------------------------------------*/
#dj_des_page{
    width: 693px;
    margin: 0 auto;
    height: 815px;
    padding: 315px 0px 0px 0px;
    background: url(../images/dj_desc2.jpg) no-repeat 0 0;
    background-position: 0px 0px;
    position: relative;
}
/*
.dj_desc {
	width: 693px;
	height: 815px;
	padding: 315px 0px 0px 0px;
	background: url(../images/dj_desc2.jpg) no-repeat 0 0;
	background-position: 0px 0px;
}
*/
.dj_desc .dj1{
	float: left;
	width: 135px;
	height: 130px;
	padding: 55px 0px 15px 90px;
}
.dj_desc .dj1 img,.dj_desc .dj2 img, .dj_desc .dj3 img, .dj_desc .dj4 img, .dj_desc .dj5 img{
	cursor:pointer;
}
.dj_desc .dj2{
	float: left;
	width: 110px;
	height: 140px;
	padding: 0px 0px 60px 75px;
}
.dj_desc .dj3{
	float: left;
	width: 120px;
	height: 130px;
	padding: 55px 0px 15px 90px;
}
.dj_desc .dj4{
	float: left;
	width: 120px;
	height: 130px;
	padding: 0px 0px 0px 35px;
}
.dj_desc .dj5{
	float: left;
	width: 120px;
	height: 130px;
	padding: 0px 0px 0px 395px;
}
.dj_preview {
    z-index: 103;
    display: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 400px;
    height: 250px;
    position: absolute;
    background: url(../images/dj_bg.jpg) no-repeat 0 0;
    top: 90px;
    left: 180px;
}
#dj_preview .img_box, .dj_preview .img_box {
    float: left;
    width: 140px;
    height: 140px;
    margin: 0px;
    padding: 22px 30px 20px 36px;
}
#dj_preview .dj_txt, .dj_preview .dj_txt {
    float: left;
    margin: 0px;
    padding: 25px 0px 0px 0px;
    width: 155px;
    height: 140px;
}
#dj_preview .dj_txt .dj_name, .dj_preview .dj_txt .dj_name {
    width: 155px;
    height: 23px;
    font-weight: bold;
    font-size: 15px;
}
/*------------------------------------------------------------------------
 D-JOCKY ページ(dj_description.php.php)ページ ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
 QRダウンロード(help_qr_dl.php)ページ ここから #content_part 
 --------------------------------------------------------------------------*/
#qr_dl_page {
    width: 1080px;
    margin:0 auto;
}
#qr_dl_page #qr_dl {
    width: 1080px;
    height: 2400px;
    background: transparent url("../images/qrinfo_bg.png") no-repeat scroll 0px 0px;
    margin:0 auto;
}
#qr_dl_page #qr_dl #sample {
    padding: 445px 0px 0px 150px;
    height: 50px;
}
#qr_dl_page #qr_dl #reg {
    padding: 100px 0px 0px 650px;
    height: 50px;
}
#qr_dl_page #qr_dl #point {
    padding: 80px 0px 0px 650px;
    height: 50px;
}
#qr_dl_page .qr_dl_txt{
	margin-left:20px;
	font-size:16px;
	/*line-height: 1.2;*/
}
/*------------------------------------------------------------------------
 QRダウンロード(help_qr_dl.php)ページ ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
 U.F.Oチクニーーグッズ(ufo.php)ページ ここから
 --------------------------------------------------------------------------*/
#content_part #ufo_page {
    width: 693px;
    margin:0 auto;
}
/*------------------------------------------------------------------------
 U.F.Oチクニーーグッズ(ufo.php)ページ ここまで
 --------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
無料サンプルダウンロード(sample_dl.php)ページ ここから
 --------------------------------------------------------------------------*/
#sample_dl_page{
	position:relative;
}
#sample_qr_img{
	display:none;
	z-index:110;
	position:absolute;
	top:430px;
	left:470px;
	width:230px;
	height:250px;
	background-color: #fff;
	padding:10px;
	margin:0 auto;
}
#sample_qr_img_box{
	text-align: center;
}

#h_sample_qr_img{
	display:none;
	z-index:110;
	position:absolute;
	top:430px;
	left:470px;
	width:230px;
	height:250px;
	background-color: #fff;
	padding:10px;
	margin:0 auto;
}
#h_sample_qr_img_box{
	text-align: center;
}
.sample_qr_img_close{
	color:#1b95e0;
	float:right;
	font-weight:bold;
}
.sample_qr_caution{
	color:#FF0000;
	font-weight:bold;
}
#sample_bottom{
	width:400px;;
}
#sample_dl_page_right{
	width: 49%;
	float:left;
}

.sample_dl_page_content {
    margin-left:330px;
}
.sample_dl_freelink{
	font-weight:bold;
	font-size:26px;
	line-height:1;
}
.sample_dl_page_word{
	color:red;
	font-weight:bold;
	font-size:26px;
	line-height:1;
}

/*
#content_part #sample_dl_page {
    width: 693px;
    margin:0 auto;
}
#sample_dl_page_left{
	width: 49%;
	float:left;
}
*/
/*------------------------------------------------------------------------
無料サンプルダウンロード(sample_dl.php)ページ ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
AfestaVRでできることfeatures.php)ページ ここから #content_part 
 --------------------------------------------------------------------------*/
#features_page{
    width: 710px;
    height: 1017px;
    background: transparent url("../images/features.png") no-repeat scroll 0px 0px;
    margin:0 auto;
}


#features_smart{
	padding-top:310px;
	padding-left:430px;
}
#features_player{
	padding-top:340px;
	padding-left:65px;
}
#features_reg{
	padding-top:245px;
	padding-left:460px;
}
/*------------------------------------------------------------------------
AfestaVRでできること(features.php)ページ ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
VR+1D新機能 new_function.php)ページ ここから #content_part 
 --------------------------------------------------------------------------*/
#new_function_page{
    width: 800px;
    height: 2499px;
    background: transparent url("../images/bg_new_function.png") no-repeat scroll 0px 0px;
    margin:0 auto;
}

/*------------------------------------------------------------------------
VR+1D新機能 (new_function.php)ページ ここまで
 --------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
スマホ告知ページ info_sp.php)ページ ここから #content_part 
 --------------------------------------------------------------------------*/
#infosp_page{
    width: 1080px;
    height: 2400px;
    background: transparent url("../images/sumapho_kokuti_screen.png") no-repeat scroll 0px 0px;
    margin:0 auto;
    overflow:hidden;
}
#infosp_page #header_main{
	margin-top:600px;
}
#infosp_page #header_main div div .slider_pic{
	width:100%;
}
#infosp_page #header_main .slider .slick-dots{
	bottom: -80px;
}
#infosp_page_inq{
	text-align:center;
	padding-top:982px;
}

#infosp_page #header_main .slick-prev{left:0px; /* 任意の値 */}
#infosp_page #header_main .slick-next{right:0px; /* 任意の値 */}
/*------------------------------------------------------------------------
スマホ告知ページ (info_sp.php)ページ ここまで
 --------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
購入履歴ページ (use-log.php) ここから #content_part 
 --------------------------------------------------------------------------*/
#page_uselog{
    
}
#page_uselog h2{
    text-align:center;
}

#uselog_table{
	margin:0 auto;
	border: solid 1px #000000;
	border-collapse: collapse;
}
#uselog_table tr:nth-child(even) {
	/*background: #eee;*/
}
#uselog_table th{
	border: solid 1px #000000;
	border-collapse: collapse;
	text-align:center;
	color:#fff;
	background:#1b95e0;
	padding:5px;
}
#uselog_table td{
	border: solid 1px #000000;
	border-collapse: collapse;
	padding:5px;
}

#uselog_table td.table_title{
	max-width:460px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*------------------------------------------------------------------------
購入履歴ページ (use-log.php) ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
チェックリストページ (chk_list.php) ここから #content_part 
 --------------------------------------------------------------------------*/
#page_chklist{
    
}
#page_chklist h2{
    text-align:center;
}
#page_chklist_table{
	margin:0 auto;
	border: solid 1px #000000;
	border-collapse: collapse;
}
#page_chklist_table tr:nth-child(even) {
	/*background: #eee;*/
}
#page_chklist_table th{
	border: solid 1px #000000;
	border-collapse: collapse;
	text-align:center;
	color:#fff;
	background:#1b95e0;
	padding:5px;
}
#page_chklist_table td{
	border: solid 1px #000000;
	border-collapse: collapse;
	padding:5px;
}

#page_chklist_table td.table_title{
	max-width:460px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#page_chklist_table td.table_delete{
	background:#808080;
	color:#fff;
	cursor:pointer;
}
/*------------------------------------------------------------------------
チェックリストページ (chk_list.php) ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
BitCash告知 (info_bitcash.php) ここから
 --------------------------------------------------------------------------*/

#page_bitcash{
	width: 1080px;
    height: 2712px;
    background: transparent url("../images/bitcash_screen.png") no-repeat scroll 0px 0px;
    overflow:hidden;
}

#page_bitcash_link_official{
	margin-top:1460px;
	margin-left:530px;
	height:100px;
	width:350px;
	line-height:100px;
}
#page_bitcash_link_faq{
	margin-top:950px;
	margin-left:165px;
	height:100px;
	width:740px;
	line-height:100px;
}
/*------------------------------------------------------------------------
BitCash告知 (info_bitcash.php) ここまで
 --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
無料サンプルダウンロード(sample_takumi.php)ページ ここから
 --------------------------------------------------------------------------*/
.sample_takumi_page_content{
	width:800px;
	margin:0 auto;
	font-size:16px;
	line-height:1.2em;
}
/*------------------------------------------------------------------------
無料サンプルダウンロード(sample_takumi.php)ページ ここまで
 --------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
カテゴリページ(categories.php)ページ ここから
 --------------------------------------------------------------------------*/
#category_sort_box{
	text-align:center;
}
#category_sort_box form{
	display:inline;
}
/*------------------------------------------------------------------------
カテゴリページ(categories.php)ページ ここまで
 --------------------------------------------------------------------------*/
 
/*
  初心者用 ページ(beginner.php)ページ ここまで
 --------------------------------------------------------------------------*/
#page_beginner{
	width:950px;
	margin:0 auto;
}
.page_beginner_h2{
	background: #F33E8E;
	color:#fff;
    border-left: 0px;
    border-bottom: 1px solid #fff;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    padding-left: 40px;
    margin:0;
    letter-spacing:3px;
}
#page_beginner_1{
	background:url("../images/be_page1_2.png");
	height:1847px;
}
#page_beginner_2{
	background:url("../images/be_page2_2.png");
	height:1223px;
}
#page_beginner_2_btn1{
	margin-left:299px;
	margin-top:330px;
}
#page_beginner_3{
	background:url("../images/be_page3.png");
	height:842px;
}
#page_beginner_3_btn1{
	margin-top: 650px;
	margin-left:100px;
}
#page_beginner_3_btn2{
	margin-left:40px;
}
#page_beginner_3_btn3{
	margin-left:100px;
}
#page_beginner_4{
	background:url("../images/be_page4.png");
	height:1118px;
}
#page_beginner_4_btn1{
	margin-top: 410px;
	margin-left:520px;
}
#page_beginner_5{
	background:url("../images/be_page5.png");
	height:1095px;
}
#page_beginner_5_btn1{
	margin-left:80px;
	margin-top:350px;
}
#page_beginner_5_btn2{
	margin-left:80px;
}
#page_beginner_6{
	background:url("../images/be_page6.png");
	height:2155px;
}
#page_beginner_7{
	background:url("../images/be_page7.png");
	height:1726px;
}
/*------------------------------------------------------------------------
 初心者用 ページ(beginner.php)ページ ここまで
 --------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
ネカフェイベント告知(info_vgr18_201706.php)ページ ここから
 --------------------------------------------------------------------------*/
#info_vgr18_201706_page{
	background:url("../images/info_vgr18_201706_bg.png");
	width:1080px;
	height:1354px;
}
#info_vgr18_201706_bt1_out{
	padding-top:555px;
	text-align:center;
}
#info_vgr18_201706_bt1{
	width:987px;
	height:108px;
}
/*------------------------------------------------------------------------
ネカフェイベント告知(info_vgr18_201706.php)ページ ここまで
 --------------------------------------------------------------------------*/
