@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url("../../img//bg_coment.jpg");
	background-attachment: fixed;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.warning10 {
	font-size:10px;
	color:red;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

.float_r {
	float: right;
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }

h1 {
	background-color: #1f1f1f;
	display: block;
	height: 65px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

h2 {
	font-size: 12px;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.txt_r {
	color: #EC0000;
}

.txt_r10 {
	font-size: 10px;
	color: #EC0000;
}

.txt_r12 {
	font-size: 12px;
	color: #EC0000;
}

/* End hide from IE-mac */
.container {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#head_outer {
	display: block;
	height: 195px;
	width: 100%;
	margin-bottom: 15px;
	background-repeat: repeat-x;
	position: relative;
}

#header {
	height: 190px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	top: 0px;
	position: relative;
	background-repeat: no-repeat;
}

#head_outer #header #toph1 {
	color: #eeeeee;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-color: transparent !important;
	background-position: -9999px;
	text-indent: 0px;
	letter-spacing: 0.1em;
}

#toph1 a {
	color: #eeeeee;
	text-decoration: none;
}

#header #head_top {
	display: block;
	height: 120px;
	width: 950px;
	z-index: 10;
}

#header #head_top #logo {
	height: 103px;
	width: 260px;
	position: absolute;
	top: 8px;
	left:0px;
}

#header #head_top #open_data {
	height: 20px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	list-style-type: none;
}

#open_data li {
	position: relative;
	right: 0px;
	float: right;
	margin-left: 40px;
}

#header #head_top #open_data img {
	float: left;
	padding-top: 3px;
}

#header #head_top #card_logo {
	display: block;
	height: 32px;
	width: 250px;
	position: absolute;
	left: 280px;
	top: 30px;
}

#header #head_top #card_logo img {
	display: block;
	float: left;
	margin-right: 5px;
}

#header #head_top #now {
	height: 110px;
	width: 170px;
	position: absolute;
	top: 22px;
	right: 0px;
}

#header #head_top #now a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 110px;
	width: 170px;
	text-indent: 100%;
	white-space: nowrap;
	background-position: 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#head_top #recruit_banner {
	height: 76px;
	position: absolute;
	top: 30px;
	right: 0;
	width: auto;
	text-align: right;
}

#head_top #dg_magazine_banner{
	height:76px;
	width:auto;
	position:absolut;
	right:170px;
	top:30px;
	text-align:right;
	position:absolute;
}

#header #head_top #menstv {
	height: 130px;
	width: 110px;
	position: absolute;
	top: -15px;
	right: 0px;
}

#shop_link {
	background-color: #000;
	width:100%;
	position: relative;
	top:-40px;
	z-index:101;
	margin-bottom:-20px;
	line-height:12px;
	z-index: 500;
}
#shop_link ul {
	width: 950px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
}
#shop_link li {
	flex: 1;
	z-index: 2;
	border-left: solid 1px rgba(255,255,255,0.6);
}
#shop_link li:first-child {
	border: none;
}
#shop_link li a {
	color: #FFF;
	text-decoration: none;
}
#shop_link li dl {
	position: relative;
	z-index: 1;
}
#shop_link li dl:hover {
	cursor: pointer;
}
#shop_link li dt,
#shop_link li > a {
	display: block;
	padding: 4px 2px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #EEE;
	font-weight: bold;
}
#shop_link li dl:hover dt {
	color: #000;
	background: rgba(255,255,255,0.6);
	transition: all 0.4s;
}
#shop_link li > a {
	margin: 0 10px;
	transition: all 0.2s;
	background: rgba(220,220,220,1);
	color: #333;
	border-radius: 20px;
}
#shop_link li > a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
#shop_link li dd {
	transition: all 0.2s;
	opacity: 0.1;
	display: block;
	font-size: 12px;
	color: #FFF;
	line-height: 1.6;
	font-weight: bold;
	padding-top: 5px;
	width: 260px; /*222px*/
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
}
#shop_link li dl:hover > dd {
	height: auto;
	opacity: 1;
	padding-top: 30px;
	border-bottom: solid 5px rgba(0,0,0,0.9);
}
#shop_link li dd a {
	display: block;
	background: rgba(0,0,0,0.9);
	padding: 5px 5px 5px 10px;
	transition: all 0.1s;
}
#shop_link li dd a:hover {
	background: rgba(150,150,150,0.9);
	text-shadow: 1px 1px 3px #000;
}
#shop_link li dd a.new::after {
	display: inline-block;
	content: "NEW";
	color: #FF3;
	font-size: 10px;
	margin-left: 3px;
}

#menu_outer{
    width:100%;
    height:40px;
    position:absolute;
    top:120px;
	z-index: 500;
}
#menu,#s_menu {
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    top: 0;
    width: 950px;
}

#menu li,#s_menu li {
    width: auto;
    list-style-type: none;
    display: block;
    padding: 0px;
    float: left;
    height: 40px;
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#menu li{
    height: 42px;
}
#s_menu li {
    margin-right: 35px;
}

#menu li a,#s_menu li a {
    font-size: 12px;
    text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 40px;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    top: 0px;
}
#menu li a {
    height: 42px;
}
#menu_01 {
    background-image: url(../../img/menu_01.png);
    height: 42px;
    background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
    width: 60px;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}


#s_menu_01 {
    background-image: url(../../img/shops/sougou/theme/s_menu_01.png);
    width: 164px;
}
#s_menu_01:hover {
    background-image: url(../../img/shops/sougou/theme/s_menu_01_on.png);
}
#s_menu_02 {
    background-image: url(../../img/shops/sougou/theme/s_menu_02.png);
    width: 136px;
}
#s_menu_02:hover {
    background-image: url(../../img/shops/sougou/theme/s_menu_02_on.png);
}
#s_menu_03 {
    background-image: url(../../img/shops/sougou/theme/s_menu_03.png);
    width: 84px;
}
#s_menu_03:hover {
    background-image: url(../../img/shops/sougou/theme/s_menu_03_on.png);
}
#s_menu_04 {
    background-image: url(../../img/shops/sougou/theme/s_menu_04.png);
    width: 198px;
}
#s_menu_04:hover {
    background-image: url(../../img/shops/sougou/theme/s_menu_04_on.png);
}
#s_menu_05 {
    background-image: url(../../img/shops/sougou/theme/s_menu_05.png);
    width: 50px;
}
#s_menu_05:hover {
    background-image: url(../../img/shops/sougou/theme/s_menu_05_on.png);
}



#menu_01_1  {
	background-image: url("../../img/menu_01_1.png");
}

#menu_01_1:hover  {
	background-image: url("../../img/menu_01_1_on.png");
}

#menu_01_2  {
	background-image: url("../../img/menu_01_2.png");
}

#menu_01_2:hover  {
	background-image: url("../../img/menu_01_2_on.png");
}

#menu_01_3  {
 background-image: url("../../img/menu_01_3.png");
}

#menu_01_3:hover  {
 background-image: url("../../img/menu_01_3_on.png");
}

#menu_02  {
	background-image: url("../../img/menu_02.png");
	width: 117px;
}

#menu_02:hover  {
	background-image: url("../../img/menu_02_on.png");
}

#menu_03  {
	background-image: url("../../img/menu_03.png");
	width: 45px;
}

#menu_03:hover  {
	background-image: url("../../img/menu_03_on.png");
}

#menu_04  {
	background-image: url("../../img/menu_04.png");
	width: 87px;
}

#menu_04:hover  {
	background-image: url("../../img/menu_04_on.png");
}

#menu_05  {
	background-image: url("../../img/menu_05.png");
	width: 149px;
}

#menu_05:hover  {
	background-image: url("../../img/menu_05_on.png");
}

#menu_06  {
	background-image: url("../../img/menu_06.png");
	width: 88px;
}

#menu_06:hover  {
	background-image: url("../../img/menu_06_on.png");
}

#menu_07  {
	background-image: url("../../img/menu_07.png");
	width: 110px;
}

#menu_07:hover  {
	background-image: url("../../img/menu_07_on.png");
}
#menu_08 {
	background-image: url(../../img/menu_08.png);
	width: 94px;
}
#menu_08:hover {
	background-image: url(../../img/menu_08_on.png);
}


#beginner {
	background-image: url("../../img/btn_beginner.png");
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 81px;
	width: 85px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: -20px;
}

#beginner:hover {
	background-image: url("../../img/btn_beginner_on.png");
}
#mypage {
	background-image: url(../../img/btn_mypage.png);
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 67px;
	width: 75px;
	overflow: hidden;
	position: absolute;
	right: 90px;
	bottom: -15px;
}

#mypage:hover {
	background-image: url("../../img/btn_mypage_on.png");
}
#login {
	background-image: url(../../img/btn_login.gif);
	text-indent: 100%;
	white-space: nowrap;
	 display: block;
	height: 67px;
	width: 75px;
	overflow: hidden;
	position: absolute;
	right: 90px;
	bottom: -15px;
}

#login:hover {
	background-image: url("../../img/btn_login_on.gif");
}
#boylogin {
	background-image: url(../../img/btn_boylogin.png);
	text-indent: 100%;
	white-space: nowrap;
	 display: block;
	height: 67px;
	width: 75px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 195px;
}

#boylogin:hover {
	background-image: url("../../img/btn_boylogin_on.png");
}
#boymypage {
	background-image: url(../../img/btn_boymypage.png);
	text-indent: 100%;
	white-space: nowrap;
	 display: block;
	height: 67px;
	width: 75px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 195px;
}

#boymypage:hover {
	background-image: url("../../img/btn_boymypage_on.png");
}


/* ▼▼▼▼▼ フッター ▼▼▼▼▼ */
#foot_outer {
	height: 345px;
	width: 100%;
	display: block;
	clear: both;
	background-image: url("../../img/footer_bg2.png");
	position: relative;
	margin-top: 100px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer {
	display: block;
	width: 950px;
	height: 345px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}

#footer #gotoindex {
	background-image: url("../../img/btn_gotoindex.png");
	text-indent: 100%;
	white-space: nowrap;
	height: 16px;
	width: 133px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
}

#footer #gotoindex:hover {
	background-image: url("../../img/btn_gotoindex_on.png");
}

#footer #gototop {
	background-image: url("../../img/btn_gototop.png");
	text-indent: 100%;
	white-space: nowrap;
	height: 118px;
	width: 83px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 433px;
	top: -60px;
	cursor:pointer;
}

#footer #gototop:hover {
	background-image: url("../../img/btn_gototop_on.png");
}

#footer #foot_menu,#footer #s_foot_menu {
	float: left;
	height: auto;
	width: 700px;
	display: block;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 70px;
}

#footer #s_foot_menu {
	width:150px;
}

#footer #foot_menu li,#footer #s_foot_menu li {
	display: block;
	float: left;
	height: auto;
	width: 150px;
	font-size: 12px;
	color: #CCCCCC;
	margin-right: 10px;
	text-align: left;
}

#footer h4 {
	background-image: url("../../img/bullet2.png");
	display: block;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	line-height: 20px;
	background-position: left center;
	font-size: 14px;
	color: #FFFFFF;
	width: auto;
	margin: 0px;
}

#footer  #foot_menu  a,#footer  #s_foot_menu  a,#footer  #foot_shop_link  li a {
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	height: 12px;
	margin-bottom: 4px;
	padding:4px 4px 4px 20px;
	width: auto;
}

#footer #foot_menu a:hover,#footer #s_foot_menu a:hover,#footer #foot_shop_link a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer #foot_shop_link {
	display: block;
	height: 170px;
	width: 390px;
	position: absolute;
	top: 70px;
	left: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	color: #CCCCCC;
}

#footer #foot_shop_link li {
	display: block;
	height: 20px;
	width: 130px;
	margin-right: 0px;
	float: left;
	font-size: 12px;
}

#footer #foot_shop_link .title {
	width: 390px;
	display: block;
	float: left;
	height: 20px;
	text-indent: 0px;
}

#footer #foot_icon {
	display: block;
	height: 60px;
	width: 240px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 70px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer  #foot_icon  a {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
}

#icon_twitter {
    background-image: url(../../img/foot_icon_twitter.png);
    background-size: contain;
    width: 100%!important;
    background-repeat: no-repeat;
}

#footer #copyright {
	clear: both;
	float: left;
	width: 950px;
	text-align: center;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	position: absolute;
	bottom: 0px;
}

#copyright a {
	color:#cccccc;
}

#exsp_Information {
  display: none;
}

#footer #expc_Information {
	clear: both;
	float: left;
	width: 950px;
	text-align: center;
	color: #7b818b;
	font-size: 12px;
	line-height: 40px;
	height: 80px;
	position: absolute;
	bottom: 0px;
}

/* ▲▲▲▲▲ フッター ▲▲▲▲▲ */

.flame_size_video{
	background-color: #000000;
	display: block;
	float: left;
	height: 267px;
	list-style: none outside none;
	padding: 0;
	position: relative;
	width: 178px;
}

.flame_size_video img{
	background-color:#eeeeee;
}

.radius_video {
	display: block;
	font-size: 1px;
	height: 267px;
	left: 0;
	line-height: 1px;
	outline: medium none;
	position: absolute;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: 0;
	width: 178px;
	background-image: url("../../img/overlap_v.png");
	background-repeat: no-repeat;
}

.radius_video:hover {
	background-image: url("../../img/overlap_v_on.png");
}

/* ---------------- L size ----------------------*/
.flame_size1 {
	width:178px;
	height:178px;
	float:left;
	margin: 0 10px 10px 0;
	padding:0;
	list-style:none;
	display:block;
	position: relative;
	background-color: #000000;
}
.flame_size1 .boy_img{
	width:178px;
	height:178px;
	display:block;
	background-color:#eeeeee;
	background-repeat: no-repeat;
	background-position: left top;
}

.flame_size1 .boy_top {
	position:absolute;
	top:0px;
	left:0px;
	width:178px;
	height:148px;
}

.flame_size1 .icon_top{
	margin:5px 0 0 5px;
	width:168px;
}

.flame_size1 .icon_new{
	margin:0px 0 0 0;
	float:left;
}
.flame_size1 .icon_up{
	float:left;
}
.flame_size1 .icon_closeup{
	float:left;
}
.flame_size1 .icon_video{
	float:right;
	margin:-0px 0 0 0;
}

.flame_size1 .icon_date_new {
	margin:130px 0 0 5px;
}

.flame_size1 .icon_date_shuffle {
	margin:132px 0 0 5px;
}

.flame_size1 .icon_date_shuffle img {

}

.flame_size1 .boy_bottom{
	position:absolute;
	top:148px;
	left:0px;
	width:178px;
	height:30px;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
}

.flame_size1 .boy_bottom .boy_name {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	top: 1px;
	left:30px;
}

.flame_size1 .boy_bottom img {
	margin:5px 0 0 5px;
	width:20px;
	height:20px;
}


.flame_size1 .radius {
	display:block;
	width:178px;
	height:178px;
	font-size:1px;
	line-height:1px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration:none;
	outline:none;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url("../../img/overlap_l.png");
	background-repeat: no-repeat;
}

.flame_size1 .radius:hover {
	background-image: url("../../img/overlap_l_on.png");
}

.flame_size1 .icon_date_new img{
	float:left;
}

.flame_size2 {
	width:126px;
	height:126px;
	float:left;
	padding:0;
	list-style:none;
	display:block;
	position:relative;
	font-size:10px;
	background-color: #000000;
}

.flame_size2 .boy_img{
	width:126px;
	height:126px;
	display:block;
	background-color:#eeeeee;
	background-repeat: no-repeat;
	background-position: left top;
}

.flame_size2 .boy_top {
	position:absolute;
	top:0px;
	left:0px;
	width:126px;
	height:100px;
}

.flame_size2 .icon_top{
	margin:2px 2px 0 2px;
	width:122px;
}

.flame_size2 .icon_new{
	width:30px;
	float:left;
}

.flame_size2 .icon_up{
	width:30px;
	float:left;
}

.flame_size2 .icon_closeup{
	width:30px;
	float:left;
}

.flame_size2 .icon_video{
	width:26px;
	float:right;
}


.flame_size2 .icon_date_shuffle {
	margin:91px 0 0 3px;
}
.flame_size2 .icon_date_shuffle img {
	height:12px;
}
.flame_size2 .icon_date_new {
	margin:91px 0 0 5px;
}
.flame_size2 .icon_date_new img {
	height:14px;
}
.flame_size2 .icon_date_new2 {
	margin:77px 0 0 5px;
	height:14px;
}
.flame_size2 .icon_date_new2 img {
	height:14px;
}
.flame_size2 .icon_date_new3 {
	margin:0 0 0 5px;
}
.flame_size2 .icon_date_new3 img {
	height:14px;
}

.flame_size2 .boy_bottom{
	position:absolute;
	top:104px;
	left:0px;
	width:126px;
	height:22px;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
}

.flame_size2 .boy_bottom .boy_name {
	position: absolute;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	top: 2px;
	left: 22px;
}

.flame_size2 .boy_bottom img {
/*	margin:3px 0 0 -100px;  なんかずれる・・EC-CUBEの関係か。*/
	margin:3px;
	width:15px;
	height:15px;
}

.flame_size2 .radius {
	display:block;
	width:126px;
	height:126px;
	font-size:1px;
	line-height:1px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration:none;
	outline:none;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url("../../img/overlap_m.png");
	background-repeat: no-repeat;
}

.flame_size2 .radius:hover {
	background-image: url("../../img/overlap_m_on.png");
}

.flame_size2 .radius_bbs {
	display:block;
	width:126px;
	height:126px;
	font-size:1px;
	line-height:1px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration:none;
	outline:none;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../../img/bbs/overlap_m2.png);
	background-repeat: no-repeat;
}
.flame_size2 .radius_bbs:hover {
	background-image: url(../../img/bbs/overlap_m2_on.png);
}

.flame_size2 .boy_bottom_bbs{
	position:absolute;
	top:105px;
	left:0px;
	width:126px;
	height:22px;
}

.flame_size2 .boy_bottom_bbs img {
	margin:3px 0 0 3px;
/*
	margin:3px 0 0 -100px;
*/
	width:15px;
	height:15px;
}

.flame_size3 {
	width:80px;
	height:80px;
	float:left;
	padding:0;
	display:block;
	position:relative;
	font-size:10px;
}

.flame_size3 .boy_img{
		width:80px;
		height:80px;
		display:block;
		background-color:#eeeeee;
		background-repeat: no-repeat;
		background-position: left top;
}

.flame_size3 .radius,.flame_size3 .radiusB,.flame_size3 .radiusC {
	display:block;
	width:80px;
	height:80px;
	background:url("../../img/overlap_s.png") no-repeat left top;
	outline:none;
	position:absolute;
	top:0px;
	left:0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.flame_size3 .radius:hover {
		background:url("../../img/overlap_s_on.png");
}

.flame_size3 .radiusB {
	background:url("../../img/overlap_s2.png") no-repeat left top;
}

.flame_size3 .radiusB:hover {
		background:url("../../img/overlap_s2_on.png");
}

.flame_size3 .radiusC {
	background:url("../../img/overlap_s3.png") no-repeat left top;
}
.flame_size3 .radiusC:hover {
		background:url("../../img/overlap_s3_on.png");
}

#info .sb-inner {
	background-image: url("../../img/bg_boyprofile.jpg");
}
#info .sb-border { background:#003366; }
#info .sb-shadow { background:#333333; }

/*通常ボタン*/
.btn-normal,
a.btn-normal:link,
a.btn-normal:visited {
    margin-right: 5px;
    padding: 2px 10px 1px;
    border: solid 2px #bcbecb;
    display: inline-block;
    color: #444757;
    background-image: url('../img/button/white-grad.png');
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eee;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
}

/*通常ボタン*/
.btn-normal-on,
a.btn-normal-on:link,
a.btn-normal-on:visited {
    margin-right: 5px;
    padding: 2px 10px 1px;
    border: solid 2px #bcbecb;
    display: inline-block;
    color: #444757;
    background-image: url('../img/button/blue-grad.png');
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eee;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
}

a.btn-normal:hover {
    border: solid 2px #d5d7df;
    color: #6d728b;
}

a.btn-normal:active {
    background-image: url('../img/button/white-grad-active.png');
}


/* 言語切り替え */
#lang{
	width:116px;
	height:30px;
	position:absolute;
	top:30px;
	right:0;
	font-size:10px;
	z-index:500;
}
.design-select-box{
	width: 125px;
}
.easy-select-box{
	background: #fff;
	border-radius: 4px;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align:left;
	font-size:12px;
	color:#0c2245;
}
.easy-select-box .esb-displayer{
	background: url(../../img/select-box-arrow.png) no-repeat right center;
	color:#0c2245;
	cursor: default;
	height: 30px;
	line-height:30px;
	padding: 0 26px 0 3px;
	text-indent: 5px;
	width: 87px;
	text-align:center;
}
.easy-select-box .esb-displayer:hover {
	filter: alpha(opacity=50);
	-ms-filter: 'alpha(opacity=50)';
	opacity: .5;
}
.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	z-index: 999;
	width: 100px;
	text-align:center;
}
.easy-select-box  .esb-item{
	padding:3px;
	background:#f3f3f3;
	color:#0c2245;
	cursor:default;
}
.easy-select-box .esb-item:hover{
	background:#888888;
	color:#FFFFFF;
	text-decoration:none;
}

.bread {
	margin:5px 0;
	padding:0 0 0 5px;
	font-size:70%;
	background-color:#2a2a2a;
	color:#cccccc;
}
.bread a {
	text-decoration:underline;
	color:#eeeeee;
}
.str {
	margin:5px 0;
	padding:0 0 0 5px;
	background-color:#2a2a2a;
	color:#ffffff;
}
#boy_data #Lbox {
	height: auto!important;
}
#boy_data #photo {
	margin: 0 0 10px 0;
}
.detail_btn_col {
	clear: both;
	width: 843px;
	margin: 0 0 10px 0;
}
.detail_btn01_off a {
	width: 180px;
	height: 22px;
	display: inline-block;
	background: #666666;
	text-align: center;
	padding: 3% 0;
	color: #999999;
	border-radius: 5px;
	float: left;
	 -webkit-transition: all .3s;
	 transition: all .3s;
	margin: 0 1% 0 0;
}
.detail_btn01_off a:hover {
	background: #999999;
	color: #FFFFFF;
	text-decoration: none;
}
.detail_btn01 a {
	width: 180px;
	height: 22px;
	display: inline-block;
	background: #ff1170;
	text-align: center;
	padding: 3% 0;
	color: #FFFFFF;
	border-radius: 5px;
	float: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 1% 0 0;
}
.detail_btn01 a:hover {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
.detail_btn02_off {
	width: 180px;
	height: 22px;
	display: inline-block;
	background: #666666;
	text-align: center;
	padding: 3% 0;
	color: #999999;
	border-radius: 5px;
	float: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 1% 0 0;
}
.detail_btn02 a {
	width: 180px;
	height: 22px;
	display: inline-block;
	background: #ffd800;
	text-align: center;
	padding: 3% 0;
	color: #000000;
	border-radius: 5px;
	float: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 1% 0 0;
}
.detail_btn02 a:hover {
	border-radius: 5px;
	background: #fdbd00;
	color: #FFFFFF;
	text-decoration: none;
}
.x77-btn a{
	background-image: url('../../img/x77/logo.png');
	background-position: center;
	background-size: 140px;
	background-repeat: no-repeat;
	background-color: #000!important;
}
.x77-btn a:hover{
	background-image: url('../../img/x77/logo.png');
	background-position: center;
	background-size: 140px;
	background-repeat: no-repeat;
	background-color: #000!important;
	opacity: 0.7;
}
.detail_btn03 a {
	width: 180px;
	height: 22px;
	display: inline-block;
	background: #ffd800;
	text-align: center;
	padding: 3% 0;
	color: #000000;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0;
}
.detail_btn03 a:hover {
	border-radius: 5px;
	background: #fdbd00;
	color: #FFFFFF;
	text-decoration: none;
}
.detail_btn04 a {
    width: 195px;
    height: 22px;
    display: inline-block;
    background: #231814 url(../../img/dg_chat_logo.png) no-repeat 6% 40%;
    text-align: center;
    text-indent: 59px;
    padding: 3% 0;
    color: #f6006c;
    border-radius: 5px;
    opacity: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0px 0px 0 6px;
    text-decoration: none;
    cursor: pointer;
}
.detail_btn04 a:hover {
	opacity: 70%;
	border-radius: 5px;
	background: #0c0a09 url(../../img/dg_chat_logo.png) no-repeat 6% 40%;
	color: #FFFFFF;
	text-decoration: none;
}
.detail_btn04_off a {
    width: 195px;
    height: 22px;
    display: inline-block;
    background: #231814 url(../../img/dg_chat_logo.png) no-repeat 6% 40%;
    text-align: center;
    text-indent: 59px;
    padding: 3% 0;
    color: #8a8a8a;
    border-radius: 5px;
    opacity: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 1px 0px 0 6px;
    text-decoration: none;
    cursor: pointer;
    font-size: 88%;
    line-height: 2em;
    letter-spacing: -1px;
}
.detail_btn04_off a:hover {
	opacity: 70%;
	border-radius: 5px;
	background: #0c0a09 url(../../img/dg_chat_logo.png) no-repeat 6% 40%;
	color: #FFFFFF;
	text-decoration: none;
}
.n_name {
    font-size: 85%;
    display: inline-block;
    margin: 0 0 5px 0;
    color: #999999;
}
p.bbs_login {
    width: 100%!important;
    display: block;
    font-size: 140%!important;
    text-align: center;
    float: none!important;
    margin: 10px 0 40px!important;
}
.login_btn_bbs a {
    border-radius: 5px;
    background: #ff1170;
    padding: 30px 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 100%;
    display: block;
    line-height: 0.5;
    margin: 0 auto 10px;
    width: 300px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.login_btn_bbs a:hover {
    border-radius: 5px;
    background: #CC0000;
    color: #FFFFFF;
    text-decoration: none;
}

.bbs_choice {
    padding: 0px 40px 20px;
    text-align: right;
}
#write02 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
    left: 0px;
    top: 0px;
}
#write02 p.bbs_login {
    width: 100%!important;
    display: block;
    font-size: 120%!important;
    text-align: center;
    float: none!important;
    margin: 30px 0!important;
    background: #DDDDDD;
	color: #ff0036;
    padding: 10px 0;
	font-weight: bold;
}
.detail_btn01 a, .detail_btn01_off a, .detail_btn02 a , .detail_btn03 a.detail_btn04 a{
	text-decoration: none;
}
.detail_review_col {
	background-image: url(../../img/review_col.png);
	float: left;
	height: 303px;
	width: 820px;
	margin-bottom: 15px;
	padding-top: 35px;
	padding-left: 11px;
	padding-right: 14px;
	padding-bottom: 14px;
	background-repeat: no-repeat;
}
.detail_review_col_in {
	background: #FFFFFF;
	padding: 10px;
	overflow-y: scroll;
	height: 280px;
	font-size: 85%;
}
.n_name {
	font-size: 85%;
	display: inline-block;
	margin: 0 0 5px 0;
	color: #999999;
}
.detail_review_this {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.filter_review {
	background: #EDEDED; border-radius: 5px;
}
.filter_review dl {
	opacity:0.4;
	alpfa: 40%;
	border: none;
}
.text_type01 {
    clear: both;
    font-size: 80%;
    margin: 10px 0 0 0;
    color: #ffffff;
	text-align: right;
}
.review_col {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
.review_col h2 {
	background: #ff1170;
	color: #FFFFFF;
	font-size: 20px;
	text-indent: inherit;
	width: 100%;
	margin: 20px 0 30px;
	padding: 5px 10px 3px;
	font-weight: normal;
}
.bg_white {
	background: #FFFFFF;
	width: 100%;
	padding: 25px 15px;
	border-radius: 10px;
	box-sizing: border-box
}
.txt_red {
	color: #FF0000;
}
.required {
	color: #F03;
	float: right;
}
.review_col strong.pickup {
	font-size: 24px;
	margin: 0 0 20px 0;
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea {
	margin: 0;
	padding: 10px 8px 10px 8px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
	box-sizing: border-box;
	vertical-align: initial;
	width: 300px;
}
select {
	background-size: 8px 7px!important;
	background-position: 95% center!important;
	border: none;
	margin: 0;
	padding: 5px 3px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: baseline;
}
.box_contact {
	width: 100%;
	margin: 5px 0px;
	border-radius: 5px;
	height: 120px;
}
.contact_area {
	width: 665px;
}
.ma_b10 {
	margin: 0 0 10px 0!important;
}
.ma_b20 {
    margin: 0 0 20px 0!important;
}
.review_caution {
	color: #008df9;
	font-size: 12px!important;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.regist_a {
	border-radius: 5px;
	border: 3px solid #AAAAAA;
	background: #FFFFFF url(../../img/regist_a_bg.gif) repeat-y left top;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.regist_a dl {
	padding: 20px 0;
	border-bottom: 1px solid #AAAAAA;
	box-shadow: 0px 1px 0px #FFFFFF;
	font-size: 14px;
}
.regist_a dl dt {
	width: 220px;
	padding: 0 0 0 20px;
	vertical-align: middle;
	display: table-cell;
	box-sizing: border-box;
}
.regist_a dl dd {
	display: table-cell;
	padding: 0 0px 0 20px;
}
.regist_a dl dd ul {
	list-style: none;
}
input.review_send_btn {
	border-radius: 5px;
	background: #ff1170;
	padding: 30px 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
	display: block;
	line-height: 0.5;
	margin: 0 auto 10px;
	width: 300px;
	text-decoration: none;
	border: none;
	cursor: pointer;
 -webkit-transition: all .3s;
 transition: all .3s;
}
input.review_send_btn:hover {
	border-radius: 5px;
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
.review_col strong.pickup {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.review_col h3 {
	font-size: 125%;
	font-weight: normal;
	display: block;
	width: 100%;
	border-bottom: 1px solid #b1b1b1;
	margin: 0 0 20px 0;
}
.review_boy_list li:first-child, .review_boy_list li:nth-child(7n+1) {
 float: left;
 width: 123px;
 padding: 0;
 margin: 0 0 20px 0px;
}
.review_boy_list {
	overflow: hidden;
}
.review_boy_list li {
	float: left;
	width: 123px;
	padding: 0;
	margin: 0 0px 20px 9px;
}
.review_boy_list li a {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	border-radius: 5px;
}
.review_boy_list li a img {
 -webkit-transition: all .3s;
 transition: all .3s;
}
.review_boy_list li a:hover img {
	opacity:0.7;
}
.complete_btn01 a {
	border-radius: 5px;
	background: #ff1170;
	padding: 30px 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
	display: block;
	line-height: 0.5;
	margin: 0 auto 10px;
	width: 300px;
	text-decoration: none;
	border: none;
	cursor: pointer;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.complete_btn01 a:hover {
	border-radius: 5px;
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
.ikupon_login {
	margin: 0 0 20px 0;
}
.ikupon_login .catch {
	background: url(../../img/ikupon_bnr03.png) left top;
	width: 930px;
	height: 150px;
	margin: 0 0 10px 0;
}
.ikupon_login span {
	color: #999999;
	text-align: right;
	font-size: 85%;
	display: block;

}
.error {
	font-weight: bold;
	font-size: 14px;
	color: #ff0036;
	margin: 0 0 10px 0;
	width: 100%;
}

.video_col {
	width: 950px;
	margin: 0 auto -136px;
	padding: 20px 10px 100px;
	background: url("../../img/video/bg.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	top: -30px;
}
.video_col_in {
	border-bottom: 1px solid #000000;
	margin: 0 0 50px 0;
}
.video_catch {
	background: #000000;
	border-radius: 5px;
	width: 100%;
	margin: 0 0 30px;
	padding: 20px;
	color: #FFFFFF;
	box-sizing: border-box;
}
.video_catch strong {
	font-size: 145%;
}
.video_col h2 {
	text-indent: initial!important;
	text-align: center;
	font-size: 140%;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px #000000;
	margin: 0 0 20px 0;
	text-shadow: 0px 2px 1px #000000;
	white-space: normal;
}
.video_col .lineup {
	border: 10px solid #000000;
	border-radius: 5px;
	margin: 0 auto;
	width: 580px;
}
.video_col .lineup_arrow {
	background: url("../../img/video/arrow.png") no-repeat bottom center;
	width: 580px;
	height: 50px;
	margin: 0 auto 20px;
}
.video_col .boy_list {
	border: 10px solid #000000;
	background: #000000;
	border-radius: 5px;
	margin: 0 auto 20px;
	padding: 0 0 5px 0;
	overflow: hidden;
}
.video_col .boy_list .boy_list_in {
	background: #000000;
	border-bottom: 2px solid #FFFFFF;
	padding: 0 0 5px 0;
	overflow: hidden;
}
.video_col .boy_list .boy_list_in  li {
	float: left;
	margin: 0 0 0 10px;
}
.video_col .boy_list .boy_list_in  li:nth-child(5n+1) {
	margin: 0 0 0 0;
}
.video_col .boy_list .boy_list_in  li a {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0.85;
	alpha: 85%;
}
.video_col .boy_list .boy_list_in  li a:hover {
	opacity: 1;
	alpha: 100%;
}
.video_col .boy_list .boy_list_in  li a img {
	border-radius: 5px;
}
.video_col .boy_list .boy_list_in h2{
	background: url("../../img/video/boylist_title.png") no-repeat;
	margin: 0 0 10px;
}
.video_col .video_btn {
	margin: 0 0 40px 0;
}
.video_col .video_btn a {
	border-radius: 25px;
	background: #af0000;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 10px;
	width: 500px;
	display: block;
	box-shadow: 1px 1px 1px #666666;
	font-size: 125%;
	font-weight: bold;
}
.video_col .video_btn a:hover {
	background: #CC0000
}
#language{
	width:192px;
	height:30px;
	margin-left:60px;
	background-color:#FFF;
	border-radius:4px;
	overflow:hidden;
	position:absolute;
	top:30px;
	right:0;
	z-index:150;
}
#language>div{
	height:30px;
}
#language a{
	display:block;
	width:64px;
	height:22px;
	margin:4px 0;
	padding:0 4px;
	float:left;
	color:#000;
	font-size:12px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	border-right: 1px dotted #000;
	text-decoration: none;
}

#language a:last-child{
	border-right: none;
}
#language a div{
	height:22px;
	margin:0;
	line-height:22px;
	border-radius:2px;
	transition: all .2s ease-in;
	color:#303336;
}
#language a div:hover {
	background-color: #e84eb0;
	color: #FFFFFF!important;
	transition: all .2s ease-in;
}
.dg_playboy {
    background: #FFFFFF url(../../img/dg_icn.png) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 3px;
    border-radius: 25px;
    padding: 2px;
    bottom: 20%;
}
.boy_chat_alert {
    float: right;
    margin: 1px 0 0 0;
    width: 73px;
    height: 72px;
    line-height: 2px;
    display: inline-block;
    background: #00d282;
    text-align: center;
    padding: 3% 0;
    color: #FFFFFF;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    cursor: pointer;
}
.boy_chat_alert:hover {
	opacity:70%;
}

.cameras_True{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	background-color: #fe0000;
	border-radius: 10px;
​
}
.camaras_Pict{
	height: .9em;
	color: aliceblue;
}
.cameras_Text{
	font-size: 1em;
	letter-spacing: .1em;
	color: #ECECEC;
	padding: 0 1em;
}

.pb-10 {
    padding-bottom: 10px;
}
/*物販用*/
.sellplace {
	margin-top: 30px;
	display:block;
}
.sellplace .sell_title {
	background: #CC0000;
	padding:2px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border-radius: 4px;
}
.sellplace .item_name {
	font-size: 1.4rem;
	border-bottom: 1px dotted #000000;
}
.sellplace .sellitem_price {
	text-align: right;
	font-style: italic;
	font-size: 1.4rem;
}
.sellplace .sellitem_info {
	font-size: 0.9rem;
	color: #666;
}
.sellplace .sellitem_price .sell_btn {
	background:#C36;
	color:#FFF;
	padding:5px;
	text-decoration:none;
	font-size: 0.9rem;
	border-radius: 4px;
}
.tweet_btn {
  padding: 0 15px;
  text-align: right;
}
.widebanner {
	margin: 10px 0;
}
.widebanner ul {
	display: flex;
	flex-wrap: wrap;
	background: rgba(255,255,255,0.7);
	padding: 8px 4px 4px 8px;
	font-size: 0;
	position: relative;
}
.widebanner li {
	display: block;
	width: calc(50% - 4px);
	margin: 0 4px 4px 0;
	padding: 0;
	overflow: hidden;
	background: #FFF;
	z-index: 2;
}
.widebanner li a:hover {
	opacity: 0.6;
}
.widebanner li img {
	width: 100%;
}
.widebanner a {
	transition: all 0.4s;
}
.widebanner ul:before {
	content: "";
	display: block;
	width: 465px;
	height: 109px;
	border: dotted 1px #888;
	box-sizing: border-box;
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 1;
}


.footer-menu {
	display: flex!important;
	align-items: center;
	justify-content: center;
	width: 100%!important;
	text-align: center!important;
}

.footer-menu-item {
	border-left: solid 1px #CCC;
    display: inline-block;
    padding: 0 15px!important;
	margin-right: 0!important;
	width: initial!important;
	text-align: center!important;
}

.footer-menu-item:first-child {
	border-left: none;
    display: inline-block;
    padding: 0 15px!important;
	margin-right: 0!important;
}

.footer-menu-link {
	padding: 0!important;
}

.footer-content {
	height: 180px!important;
}

.footer-content-inner {
	height: 180px!important;
}