/*------------------------------------------------------------------------
基本設定
--------------------------------------------------------------------------*/
img {
    border: none;
    vertical-align: bottom;
}
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;
}
li{
	list-style:none;
}
.white {
	color:#fff;
}
.h1-subtitle {
	 background: #808080;
	 font-size: 16px;
	 font-weight: bold;
	 color: #fff;
	 margin: 0px auto 20px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 text-align: center;
}
#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;
}
.num{
	color: #ff00de;
	font-size:16px;
	font-weight:bold;
}
.rss{
	float:left;
	margin-left:10px;
	margin-right:10px;
}

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

#ranking{
	height:180px;
	margin-top:12px;
	font-size: 14px;
}

#ranking_left{
	width:168px;
	height:100%;
	float:left;
	background-image: url("../images/ranking_back.png");
	border: 2px solid #FF1493;
	text-align: center;
}
#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;
}
#arrows_ranking{
	position:relative;
}
/*------------------------------------------------------------------------
 ランキングに関する指定 ここから
 --------------------------------------------------------------------------*/
.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;
}
.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;
	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: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:30px;
	padding-top:18px;
}
/*
OFF設定 ここから
/*ポイント還元設定ここから*/
.options_lefttop_point_box_off{
	display:inline-block;
	height:30px;
	width:30px;
	font-size:12px;
	font-weight:bold;
	background:#000;
	line-height:15px;
	padding:0,2px;
}
.options_lefttop_point_content_off{
	color:#FFFF00;
}

/*ポイント還元設定ここまで*/

/*ポイント還元設定ここから*/
.options_lefttop_point_box{
	display:inline-block;
	height:30px;
	width:30px;
	font-size:12px;
	font-weight:bold;
	background:#1b95e0;
	line-height:15px;
	padding:0,2px;
}
.options_lefttop_point_content{
	color:#fff;
}
/*ポイント還元設定ここまで*/

/*------------------------------------------------------------------------
 新着動画に関する指定 ここまで
 --------------------------------------------------------------------------*/
 .sales {
	margin-bottom: 10px;
	margin-top: 10px;
}
 .listbtn2 {
	position: absolute;
	left: 570px;
	top: 4px;
}
 .vrcol {
	float: left;
	width: 184px;
	padding: 5px 9px 5px 9px;
	position:relative;
}
.vrcol_lefttop{
	position:absolute;
	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;
	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;
	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;
}

.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;
}
/*コンテンツ ここまで*/

/*ボトムコンテンツ ここから*/
#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;
}
/*ボトムコンテンツ ここまで*/

/*------------------------------------------------------------------------
 フッターブロック内に関する指定 ここから
 --------------------------------------------------------------------------*/
#footmenu {
	width: 1060px;
	text-align: left;
	margin-left:20px;
	/*margin: 0 auto 10px auto;*/
}
#footmenu .title {
	font-weight: bold;
	text-align: left;
}
#col1, #col2, #col4, #col5, #col9 {
	width:160px;
	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: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;
}

/*------------------------------------------------------------------------
 オススメ関連 ここから
 --------------------------------------------------------------------------*/
#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 {
	width:100%;
	padding: 0;
	background: #fff;
}
#content_part{
	width:800px;
	margin:0 auto;
	background: #fff;
}
.h1-main-title,
h2.title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin:0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	background:#FF9BC9;
}
#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;
}
#content_in .dl .dt {
	float:left;
	width: 85px;
	padding-left: 80px;
	font-weight:bold;
	color:#fff;
}
#content_in .dl .dt2 {
	float:left;
	width: 165px;
	padding-left: 80px;
	font-weight:bold;
	color:#fff;
}
.dt_options {
	float:left;
}
#chk_msg{
	float:right;
  opacity: 1;
}
#content_in .dl .dd {
	float:left;
	width:200px;
	min-height: 20px;
	padding: 0;
	color:#fff;
}
#content_in .dl .dd2 {
	float:left;
	width:120px;
	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;
}
#content_in .dl .dd .dj:hover{
	color:#1b95e0;
	font-weight:bold;
	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;
}
.digest{
	position:relative;
}
/*個別商品ページ ダイジェスト ここから*/
.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:500%;
	height:500%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity:0.40;
	-moz-opacity:0.40;
	filter:alpha(opacity=40);
}
/*個別商品ページ ダイジェスト ここまで*/
.point,.text{
	color:#000;
}
#content_in .dl .dd a{
	text-decoration: underline;
}
.download_purchase_sample{
	font-weight: bold;
	font-size:14px;
	color:#000;
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	display:inline-block;
	padding-top:8px;
}
.min_txt {
  font-size: 10px;
  line-height: 1.2em;
}
.min_txt a{
  color:#1b95e0;;
}

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

/*個別商品ページ 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;
}
#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 .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コード ここまで*/


/*------------------------------------------------------------------------
 +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;
}
/*------------------------------------------------------------------------
 検索(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;
  /* add kondo */
  margin-top: 3px;
  width: 100px;
}
#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;
}

/*------------------------------------------------------------------------
 アフィリエイトご希望のユーザー様へ(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_form.php)ページ ここから
 --------------------------------------------------------------------------*/
#affiform_page{
    width:693px;
    margin:0 auto;
}
#affiform_page table.form {
    margin: 0px auto;
    padding: 1px;
    font-size:12px;
    background:#EEEEEE;
    width:500px;
}
/*------------------------------------------------------------------------
 アフィリエイト登録画面(affi_input.php)ページ ここから
 --------------------------------------------------------------------------*/
#affiinput_page{
    width:693px;
    margin:0 auto;
}
#affiinput_page table.form {
    margin: 0px auto;
    padding: 1px;
    font-size:12px;
    background:#EEEEEE;
    width:500px;
}
/*------------------------------------------------------------------------
 スマホVR用プレイヤー ページ(mp_players.php)ページ ここから
 --------------------------------------------------------------------------*/
#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_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;
}
#vr_faq_page {
    width: 693px;
    margin: 0 auto;
}
/*------------------------------------------------------------------------
 VR+1D連動 アダルトグッズ ページ(vcs.php)ページ ここまで
 --------------------------------------------------------------------------*/
#vcs_page {
  width: 693px;
  margin: 0 auto;
}
.vcs_title{
	font-size:24px;
}
.com_right {
  padding: 5px 20px 5px 0px;
  text-align: right;
}

/*------------------------------------------------------------------------
 U.F.Oチクニーーグッズ(ufo.php)ページ ここから
 --------------------------------------------------------------------------*/
#content_part #ufo_page {
  width: 693px;
  margin:0 auto;
}
/*------------------------------------------------------------------------
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;
}
/*------------------------------------------------------------------------
スマホ告知ページ 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; /* 任意の値 */}
/*------------------------------------------------------------------------
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;
}
/*------------------------------------------------------------------------
ネカフェイベント告知(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;
}
/*------------------------------------------------------------------------
2017年末年始イベント(event_201712.php)ページ ここから
 --------------------------------------------------------------------------*/
#page_event_201712{
	background:url("../images/event_201712_bg_2.png");
	width:1080px;
	height:3277px;
}
#page_event_201712_btn1{
	margin-top:700px;
}
#page_event_201712_btn2{
	margin-top:930px;
}
#page_event_201712_btn3{
	margin-top:30px;
}
#page_event_201712_btn4{
	margin-top:680px;
}
#page_event_201712_btn5{
	margin-top:280px;
}
#page_event_201712_btn6{
	margin-top:30px;
}
/*------------------------------------------------------------------------
2017年末年始イベント(mv_event_201712.php)ページ ここから
 --------------------------------------------------------------------------*/
#page_mv_event_201712{
	background:url("../images/mv_event_201712_bg.png");
	width:800px;
	height:2400px;
	background-repeat: no-repeat;
	text-align:center;
}
#page_mv_event_201712_btn1{
	margin-top:700px;
}
#page_mv_event_201712_btn2{
	margin-top:430px;
}
#page_mv_event_201712_btn3{
	margin-top:630px;
}
