@charset "utf-8";

/* =====================================================================
	global
====================================================================== */
* {
	margin : 0;
	padding : 0;
	font : normal normal 100% Arial,Helvetica,sans-serif;
}
*html {
	border-style : none;
}
body {
	background : #ffffff;
	color : #333333;
	font-size : 62.5%;
	text-align : center;
}
@media screen and (max-device-width: 1024px) {
.nightsarrow {
	  display: none;
}
#peelback {
	display: none;
}
.nightsblog {
	display: none;
}
}
/* =====================================================================
	definition
====================================================================== */

div#shell p#map {
}

/* ___________________________________________________________ field */

form fieldset {
	border : none;
}
input:focus,
select:focus,
textarea:focus {
	background : #f5f5f5;
}
input {
	padding : 1px;
}
input.login,
input.logout,
input.member,
input.submit,
input.search {
	border : none;
}
input.login,
input.submit {/* 修正 */
	cursor : pointer;
	background : url(../../img/icon/accessory/button/login.gif) no-repeat;
	color : #ffffff;
	line-height : 22px;
	width : 119px;
	height : 22px;
}
input.logout,
input.member,
input.submit {/* 修正 */
	cursor : pointer;
	background : url(../../img/icon/accessory/button/login.gif) no-repeat;
	color : #ffffff;
}
input.logout {/* 修正 */
	margin : 0 0 0 -30px;
	background : url(../../img/icon/accessory/button/logout1.gif) no-repeat;
	color : #ff666d;
	width : 98px;
	height : 22px;
	float:left;
}
input.member {/* 修正 */
	background : url(../../img/icon/accessory/button/member1.gif) no-repeat;
	width : 98px;
	height : 22px;
	float:left;
}
input.search {/* 修正 */
	width : 55px;
	height : 19px;
}

select option {
	padding :1px 3px;
}

/* ___________________________________________________________ anchor */

a {
	color : #3366cc;
	text-decoration : none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration : underline;
}
a:active {
}

div#header ul#navigation li a:hover,
div#contents div.news ul.navigation li a:hover,
div#contents div.ranking li a:hover {
	text-decoration : none;
}

p#page_top {
	clear : both;
	position : relative;
	margin : 20px 0 0 0;
	font-size : 11px;
}
*html p#page_top {
	font-size : 9px;
}
*+html p#page_top {
	font-size : 9px;
}
p#page_top a {
	position : absolute;
	right : 0;
	background : url(../../img/icon/accessory/button/anchor.gif?imgopt=y) no-repeat;
	font-size : 0.95em;
	text-indent : 27px;
	line-height : 21px;
	width : 144px;
	height : 21px;
}

/* ___________________________________________________________ headline */

h1 {
	padding : 0 0 0 0px;
}

div#header h2 {/* 修正 */
	overflow : hidden;
	font-size : 12px;
}

h3,
div#guide h5,
div#utilities h5,
div#utilities h6 {
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	line-height : 26px;
	height : 26px;
}
h3 {
	text-indent : 45px;
}
div#guide h5,
div#utilities h5,
div#utilities h6 {
	text-indent : 35px;
}

.lines{
 height: 1px;
 border-top : 1px solid #999999;
}

*+html .lines{
 height: 1px;
 border-top : 1px solid #999999;
 margin : 0 0 5px 0;
}

/* ___________________________________________________________ document */

strong,
b {
	font-weight : bold;
}
p {
	padding : 0 0 5px 0;
	line-height : 1.35;
}

.note {
	padding : 7px 15px 7px 0;
	background : #cde8f6;
	text-align : right;
}

.note2 {
	padding : 7px 15px 7px 10px;
	background : #cde8f6;
	text-align : left;
}

.note3 {
	padding : 7px 7px 7px 15px;
	background : #cde8f6;
	text-align : left;
}
.note4 {
	padding : 7px 7px 7px 166px;
	background : #cde8f6;
	text-align : left;
}

/* ESS 2010/10/14 マイページ、マイヘブン対応 */
.news_note {
	padding : 7px 15px 7px 0;
	background : #ffe3a7;
	text-align : right;
}
/* ESS 2010/10/14 マイページ、マイヘブン対応 */

.keitaititle{
 color: #ff9900;
}

.qa_note {
	padding : 7px 15px 7px 15px;
	background : #cde8f6;
	text-align : left;
	font-weight : bold;
}

div.note,
div.note_area,
div.error {
	margin : 10px 0;
	padding : 40px 0;
	background : #f5fafe;
	text-align : center;
}
div.error {
	margin : 0;
	background : #ffefe0;
}
div.note_area {
	margin : 0;
	padding : 10px;
	text-align : left;
}
div.note_area form {
	padding : 10px 0;
	text-align : center;
}
div.data p.note {
	padding : 7px 15px 7px 5px;
	background : #f5fafe;
	text-align : left;
}
div.detail p.note {
	margin : 0 0 5px 0;
	padding : 10px ;
	background : #ffffff;
	border-bottom : 1px solid #9eb3c4;
	text-align : left;
}
div.detail p.note img.normal{
	width:80px;
}
div.detail p.note em,
div.note em {
	font-weight : bold;
}
div.detail p.movie em {
	display : block;
	padding : 0 0 0 35px;
}

/* ___________________________________________________________ list */

ul {
	list-style : none;
}
ol {
	list-style-position : inside;
}

/* ___________________________________________________________ image */

img {
	vertical-align : bottom;
	border : none;
}
/* ↓↓↓1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
img.normal {
	vertical-align : middle;
}
/* ↑↑↑1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
h4 img,
h5 img {
	margin : 0 3px 0 0;
}
div.rank img {
	margin : 0 0 2px 0;
}
p.thumbsnail {
	float : left;
	margin : 0 8px 3px 0;
}
*html p.thumbsnail {
	margin : 0 5px 0 0;
}

p.thumbs {
	float : right;
	margin : 0 0 7px 10px;
}
*html p.thumbs {
	margin : 0 0 0 5px;
}

/* ___________________________________________________________ rule,clearfix */

hr,
div#contents div.attention hr.cut,
div#contents div.news div.column hr {
	clear : both;
	visibility : hidden;
}

div#header ul#navigation:after,
body#whole div.information:after,
body#whole div.cover:after,
div#contents div.news ul.navigation:after,
div#contents div.ranking ul:after,
div#contents div.favorite_list ul:after,
div#contents div.backnumber:after {
	display : block;
	clear : both;
	content : ".";
	visibility : hidden;
	height : 0;
}

/* 回り込み解除用 clearfix */
.clr:after {
  content: ".";	 /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clr {
	min-height: 1px;
}

* html .clr {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ---------- 固定ヘッダー 2013/3/25 katsuno ---------- */
.topheader { background: #000033;
	position: fixed;
	top:0;
	left:0;
	z-index: 20000;
	height: 40px;
	width: 100%;
}
* html div.topheader {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
}
.topheaderbox {
	line-height: 40px;
    margin: 0 auto;
    width: 990px;
}
.topheaderbox {
	color: #FFF;
}
.topheaderbox a{
	color: #FFF;
	line-height: 40px;
}
/* -----↓ヘッダーリンク----- */
#header .topheaderbox .site_menu li{
	position:relative;
}
#header .topheaderbox .site_menu li .headerLink{
	display:none;
	position:absolute;
	left:0;
	top:100%;
	padding-top:30px;
}
#header .topheaderbox .site_menu li:hover .headerLink{
	display:block !important;
}
#header .topheaderbox .site_menu li .headerLink div{
	padding:20px 20px 0px;
	width:560px;
	text-align:left;
	background-color:#003;
	position:relative;
}
#header .topheaderbox .site_menu li .headerLink div:after{
	border-width:0px 20px 20px;
	border-color:transparent transparent #003;
	border-style:solid;
	display:block;
	content:"";
	position:absolute;
	left:10px;
	top:-19px;
}
#header .topheaderbox .site_menu li .headerLink h3{
	font-size:24px;
	color:#fff;
	text-indent:0;
	margin-bottom:10px;
}
#header .topheaderbox .site_menu li .headerLink h3 a{
	background-color:#fff;
	line-height:26px;
	border-radius:5px;
	display:inline-block;
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#003;
	vertical-align:top;
	padding:0 10px;

}
#header .topheaderbox .site_menu li .headerLink dl{
	overflow:hidden;
	padding:0 0 10px;
}
#header .topheaderbox .site_menu li .headerLink dl dt{
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	padding-bottom:3px;
	font-size:14px;
	line-height:1.4;
}
#header .topheaderbox .site_menu li .headerLink dl dd{
	line-height:1.4;
	margin-bottom:10px;
	float:left;
}
#header .topheaderbox .site_menu li .headerLink dl dd a{
	background:url(//img.cityheaven.net/img/icon/iconHeaderLinkList.png) 0 50% no-repeat;
	padding-left:15px;
	margin-right:10px;
	line-height:1.4;
}
#header .topheaderbox .site_menu li .headerLink ul{
	overflow:hidden;
	padding:0 0 10px;
	height:auto;
}
#header .topheaderbox .site_menu li .headerLink ul li{
	float:left;
	margin-bottom:10px;
	line-height:1.4;
}
#header .topheaderbox .site_menu li .headerLink ul li a{
	background:url(//img.cityheaven.net/img/icon/iconHeaderLinkList.png) 0 50% no-repeat;
	padding-left:15px;
	margin-right:10px;
	line-height:1.4;
}
/* -----↑ヘッダーリンク----- */
.topheader .float-l{
	float: left;
	line-height: 40px;
}
.topheader .float-r{
	float: right;
	line-height: 40px;
}
div#header ul.site_menu {
    clear: both;
    font-size: 12px;
    height: 40px;
    padding: 0;
}
ul.site_menu li{
    display: inline;
}
/* ___________________________________________________________ box */


div#global,
div#shell {
	margin : 0 auto;
	width : 990px;
	font-size : 1.2em;
	text-align : left;
	padding-top: 5px;
}
div#header {/* 修正 */
	margin : 0;
/* ↓写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更 */
	/* background : url(../img/icon/accessory/background20100501.gif) repeat-x bottom; */
	background : url(../../img/icon/accessory/header_background.jpg) repeat-x bottom;
/* ↑写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更 */
	height : 196px;

}
div#footer {
	margin : 25px auto 0 auto;
	padding : 17px 0 0 0;
	font-size : 1.0em;
	text-align : center;
	width : 990px;
}
*html div#footer {
	font-size : 0.9em;
}

div#header ul li,
div#footer ul li {
	display : inline;
}

div.st_footer {
	text-align: left;
	padding-left: 25px;
}

/* =====================================================================
	全国header
====================================================================== */
div#zenkoku_global_center {/* 修正 */
	float:left;
}
@media screen and (max-width:1225px){
div#zenkoku_global_center {
	font-size: 10px;
	line-height: 12px;
}
div#header h2 {
	font-size: 10px;
	line-height: 12px;
}
}
div#zenkoku_global_center {/* 修正 */
	overflow : hidden;
	padding : 2px 0 0 5px;
	width:304px;
}

div#zenkoku_global_center h2 {/* 修正 */
	overflow : hidden;
	width:304px;
}

div#zenkoku_global_center ul#area_link {/* 修正 */
	padding : 24px 0 0 0;
	margin : 0 0 0 -2px;
}

div#zenkoku_global_center ul#area_link li a,
div#zenkoku_global_center ul#area_link_zenkoku li a {/* 修正 */
	padding : 0 2px;
}

div#zenkoku_global_center ul#area_link_zenkoku {/* 修正 */
	padding : 7px 0 0 0;
	margin : 0 0 0 -2px;
}

p#zenkoku_logo {
	margin : 0 5px; 0 2px;
	padding : 3px 0 0 0;
	width : 180px;
	height : 60px;
}
*html p#zenkoku_logo {
	margin : 0 0 0 5px;
}

/* =====================================================================
	header
====================================================================== */

p#logo,
div#logo,
div#global_center,
div#global_center2,
p#pr {/* 修正 */
	float:left;
}

div#global_center {/* 修正 */
	overflow : hidden;
	padding : 3px 0 0 5px;
	width:460px;
}

div#global_center h2 {/* 修正 */
	overflow : hidden;
	width:555px;
}

div#global_center ul#area_link {/* 修正 */
	padding : 24px 0 0 0;
	margin : 0 0 0 -2px;
}

div#global_center ul#area_link li a,
div#global_center ul#area_link_zenkoku li a {/* 修正 */
	padding : 0 2px;
}

div#global_center ul#area_link_zenkoku {/* 修正 */
	padding : 7px 0 0 0;
	margin : 0 0 0 -2px;
}

div#global_center2 {/* 修正 */
	overflow : hidden;
	padding : 3px 0 0 5px;
	width:460px;
}

div#global_center2 h2 {/* 修正 */
	overflow : hidden;
	width:475px;
}

div#global_center2 ul#area_link {/* 修正 */
	padding : 24px 0 0 0;
	margin : 0 0 0 -2px;
}

div#global_center2 ul#area_link li a,
div#global_center2 ul#area_link_zenkoku li a {/* 修正 */
	padding : 0 2px;
}

div#global_center2 ul#area_link_zenkoku {/* 修正 */
	padding : 7px 0 0 0;
	margin : 0 0 0 -2px;
}

p#logo {
	margin : 0 10px 0 0;
	padding : 3px 0 0 0;
	width : 180px;
	height : 60px;
}
div#logo2 {
	margin : 0 0px 0 0;
	padding : 3px 0 0 0;
	width : 213px;
	height : 60px;
	float: left;
}
*html p#logo {
	margin : 0 0 0 5px;
}

div#logo {
	margin : 0 10px 0 0;
	padding : 3px 0 0 0;
	width : 260px;
	height : 60px;
}
*html div#logo {
	margin : 0 0 0 5px;
}


p#pr {
	float: right;
	margin : 3px 0 0 2px;
	padding : 0;
	width : 234px;
	height : 60px;
}

div#top_navigation {
	clear: both;
	height: 20px;
  padding-top: 4px;
  margin-bottom: 3px;
}

div#top_navigation ul#area_link {
	float: left;
	padding : 5px 0 0 0;
}

div#top_navigation2 {
	clear: both;
	height: 20px;
}

div#top_navigation2 ul#area_link {
	float: left;
	padding : 5px 0 0 5px;
}

/* ___________________________________________________________ 全国トップnavigation */
div#header ul {
	clear : both;
	padding : 0 0 0 15px;
	font-size : 12px;
}

div#header ul#navigation2 {
	padding : 15px 0 0 0;
	margin : 0px 0 0 15px;
	color : #ffffff;
	height : 32px;

	width:950px;
	_width:960px;
	float:left;/* 修正 */
}

body#whole div#header ul#navigation2 {
	height : 20px;
/*	padding-top:36px;*/
}

div#header ul#navigation2 li,
div#header ul#navigation2 li a {
	line-height : 30px;
	width : 88px;
	height : 32px;
}

div#header ul#navigation2 li {
	display : block;
	float : left;
	margin : 0 4px 0 0;
	background : url(../../img/icon/header/navi.gif) no-repeat bottom;
	text-align : center;
}
div#header ul#navigation2 li a {
	display : block;
	background : url(../../img/icon/header/navi.gif) no-repeat top;
	color : #666666;
}

div#header ul#navigation2 li a:hover {
	background-position : 0 -32px;
	color : #ffffff;
	text-decoration: none;
}

/* ___________________________________________________________ navigation */

div#header ul {
	clear : both;
	padding : 0 0 0 15px;
	font-size : 12px;
}

div#header ul#navigation {
	padding : 9px 0 0 0;
	margin : 0px 0 0 0px;
	color : #ffffff;
	height : 32px;
	width:990px;
	_width:996px;
	float:left;/* 修正 */
}
@media screen and (max-width:1225px){
div#header ul#navigation {
	padding : 2px 0 0 0;
	margin : 0px 0 0 0px;
	color : #ffffff;
	height : 32px;
	width:990px;
	_width:996px;
	float:left;/* 修正 */
}
}
body#whole div#header ul#navigation {
	height : 20px;
}

div#header ul#navigation li,
div#header ul#navigation li a {
	line-height : 30px;
	width : 88px;
	height : 32px;
}
div#header ul#navigation li.letters_07,
div#header ul#navigation li.letters_07 a {
	width : 94px;
}
div#header ul#navigation li.letters_08,
div#header ul#navigation li.letters_08 a {
	width : 110px;
}
div#header ul#navigation li.letters_11,
div#header ul#navigation li.letters_11 a {
	width : 142px;
}
div#header ul#navigation li {
	display : block;
	float : left;
	margin : 0 2px 0 0;
/* ↓写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更  */
	/* background : url(../img/icon/header/navi.gif) no-repeat bottom; */
	background : url(../../img/icon/header/navi.png) no-repeat top;
/* ↑写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更 */
	text-align : center;
	position:relative;
}
div#header ul#navigation li a {
	display : block;
/* ↓写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更  */
	/* background : url(../img/icon/header/navi.gif) no-repeat top; */
	background : url(../../img/icon/header/navi.png) no-repeat top;
/* ↑写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更 */
	color : #666666;
}
div#header ul#navigation li a.on {
	display : block;
/* ↓写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更  */
	/* background : url(../img/icon/header/navi.gif) no-repeat bottom; */
	background : url(../../img/icon/header/navi.png) no-repeat bottom;
/* ↑写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更 */
	color : #FFFFFF;
}
div#header ul#navigation li.letters_07 {
	background : url(../../img/icon/header/letters_07.gif) no-repeat bottom;
}
div#header ul#navigation li.letters_07 a {
	background : url(../../img/icon/header/letters_07.gif) no-repeat top;
}
div#header ul#navigation li.letters_08 {
	background : url(../../img/icon/header/letters_08.gif) no-repeat bottom;
}
div#header ul#navigation li.letters_08 a {
	background : url(../../img/icon/header/letters_08.gif) no-repeat top;
}
div#header ul#navigation li.letters_11 {
	background : url(../../img/icon/header/letters_11.gif) no-repeat bottom;
}
div#header ul#navigation li.letters_11 a {
	background : url(../../img/icon/header/letters_11.gif) no-repeat top;
}
div#header ul#navigation li a:hover {
	background-position : 0 -32px;
	color : #ffffff;
}
div#header ul#navigation li > ul{
	position:absolute;
	top:32px;
	z-index:1002;
	display:none;
}
div#header ul#navigation li:hover > ul{
	display:block;
}
div#header ul#navigation li > ul > li{
	position:absolute;
	height:27px;
	background:#fff;
}
div#header ul#navigation li > ul:hover + div#header ul#navigation li a{
	background : url(../../img/icon/header/navi.png) no-repeat top;
}
div#header ul#navigation li > ul > li:first-of-type{
	left:0;
	top:0;
}
div#header ul#navigation li > ul > li:nth-of-type(2){
	left:0;
	top:26px;
}
div#header ul#navigation li > ul > li:nth-of-type(3){
	left:0;
	top:52px;
}
div#header ul#navigation li > ul > li > a{
	height:25px;
	line-height:26px;
	background: #fff;
    border: 1px solid #9EB4C6;
    border-radius: 3px;
}

/** 即ヒメ ナビゲーション ------------------- */
div#header ul#navigation li.sokuhime_navi {
	background : url(../../img/icon/header/sokuhime_navi.gif) no-repeat bottom;
}

div#header ul#navigation li.sokuhime_navi a {
	background : url(../../img/icon/header/sokuhime_navi.gif) no-repeat top;
}

div#header ul#navigation li.sokuhime_navi a:hover {
	background-position : 0 -32px;
	color : #ffffff;
}
/** 即ヒメ ナビゲーション ------------------- */
/** 動画 ナビゲーション ------------------- */
div#header ul#navigation li.movie_navi {
	background : url(../../img/icon/header/movie_navi.gif) no-repeat bottom;
}

div#header ul#navigation li.movie_navi a {
	background : url(../../img/icon/header/movie_navi.gif) no-repeat top;
}

div#header ul#navigation li.movie_navi a:hover {
	background-position : 0 -32px;
	color : #ffffff;
}
div#header ul#navigation li > ul > li > a:hover{
	color:#666;
	text-decoration:underline;
}
/** 動画 ナビゲーション ------------------- */

/** メッセージ ナビゲーション ------------------- */
div#header ul#navigation li.message_navi {
/* ↓写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更  */
	/* background : url(../img/icon/header/message_navi.gif) no-repeat bottom; */
	background : url(../../img/icon/header/message_navi.png) no-repeat top;
/* ↑写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更 */
}

div#header ul#navigation li.message_navi a {
/* ↓写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更  */
	/* background : url(../img/icon/header/message_navi.gif) no-repeat top; */
	background : url(../../img/icon/header/message_navi.png) no-repeat top;
/* ↑写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更 */
}
div#header ul#navigation li.message_navi a.on {
/* ↓写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更  */
	/* background : url(../img/icon/header/message_navi.gif) no-repeat bottom; */
	background : url(../../img/icon/header/message_navi.png) no-repeat bottom;
/* ↑写メ日記コンテンツVerUP @KSOL 2013/03/07 エリアヘッダーデザイン変更 */
	color : #ffffff;
}
div#header ul#navigation li.message_navi a:hover {
	background-position : 0 -32px;
	color : #ffffff;
}
/** メッセージ ナビゲーション ------------------- */

div#header ul#genre {
/* ↓メニュー位置の調整 @KSOL 2013/05/17 */
/*	margin : 10px 0 0 0; */
	margin : 15px 0 4px 0;
/* ↑メニュー位置の調整 @KSOL 2013/05/17 */
	width:950px;
	float:left;
}
div#header ul#genre li {
	margin : 0 10px 0 0;
	padding : 0;
	font-weight: bold;
	color: #3366cc;
}
div#header ul#genre li a{
	margin : 0 0 0 0;
	padding : 0 0 0 15px;
	background : url(../../img/icon/accessory/arrow/white.gif) no-repeat left center;
	zoom : 1;
	font-weight: bold;
}
div#header ul#genre li.index,
div#header ul#genre li.index a {
	background : transparent;
	color : #3366cc;
	font-weight : bold;
}

div#header ul#genre li span {
	font-weight : normal;
}

/** コメントアウト
div.keyword_search{
	float:right;
	height:27px;
	padding:21px 0 0 0;
	margin:0 0 0 0;
	width:270px;
}

input#keyword{
	color:#666666;
}

div.keyword_search table {
	float:right;
}

* html div.keyword_search label {
	letter-spacing: -0.1em;
}

*/

/****************************************** 追加 S */

div#header_login {
	float: right;
	text-align: right;
	font-size: 12px;
}

div#header_login a.red {
    color: #FF0000;
}
html>/**/body div#header_login {
    width /***/: 320px\9;
}
html>/**/body div#header_login:not(:target) {
    width /***/: 300px\9;
}
div#header_login h5 {
	margin-right: 5px;
}

div#header_login h5,
div#header_login form,
div#header_login div {
	display: inline;
}

div#header_login h5,
div#header_login a {
	font-weight: bold;
	text-align: right;
}

/* ↓ワード検索ジャックバナーPCフロント対応 @ KSOL 2013/07/01 */
/* div.keyword_search{
	height:21px;
	width:350px;
	margin-top: 7px;
} */
div.keyword_search{
	height:21px;
	width:360px;
	font-size: 12px;
	padding-top: 7px;
}
@media screen and (max-width:1225px){
div.keyword_search{
	height:21px;
	width:360px;
	font-size: 12px;
	padding-top: 0px;
}
}
iframe.header_search_frame {
	height:25px;
	width:370px;
	margin-top: 7px;
}
/* ↑ワード検索ジャックバナーPCフロント対応 @ KSOL 2013/07/01 */

* html div.keyword_search label {
	letter-spacing: -0.1em;
}

input#keyword {
/* ↓ワード検索ジャックバナーPCフロント対応 @ KSOL 2013/07/01 */
/*    width: 140px; */
/*    color: #666666; */
	width: 206px;
	color: #999999;
/* ↑ワード検索ジャックバナーPCフロント対応 @ KSOL 2013/07/01 */
	font-size: 12px;
	border: 1pt solid rgb(102, 102, 102);
	background-color: rgb(255, 255, 255);
}

div.keyword_search input.search {
	padding: 0;
}

td#googleSearch {
/* ↓ワード検索ジャックバナーPCフロント対応 @ KSOL 2013/07/01 */
/*	width: 78px; */
	width: 76px;
	text-align: left;
/* ↑ワード検索ジャックバナーPCフロント対応 @ KSOL 2013/07/01 */
}

td#googleSearch ul {
	display: inline;
	padding: 0;
}

td#googleSearch li {
	list-style: none;
}

/* ↓↓↓2011年下期全文検索機能対応 @ESS 2011/09/27 */
/* ↓ワード検索ジャックバナーPCフロント対応 @ KSOL 2013/07/01 */
/*div.keyword_search td.textbox {
	padding-left: 5px;
}
*/

div.textbox_div {
	position : relative;
}

div.textbox_div a {
	position: absolute;
	display: block;
	padding: 4px;
	top: 0px;
	right: 0px;
}

div.textbox_div a img#jackword-close-btn {
	height: 11px;
	width: 11px;
}
/* ↑ワード検索ジャックバナーPCフロント対応 @ KSOL 2013/07/01 */

div.keyword_search span.sl-bold {
	font-weight: bold;
}
/* ↑↑↑2011年下期全文検索機能対応 @ESS 2011/09/27 */
dl.keisai_number dt,
dl.keisai_number dd {
	display: inline;
}

dl.keisai_number dt {
	margin-right: 3px;
}

/****************************************** 追加 E */

/* =====================================================================
	shell
====================================================================== */

div#main {
	float : left;
	width : 720px;
}
div#contents {
	float : right;
	width : 495px;
}
div#contents_osusume {
	float : right;
	width : 720px;
}
div#utilities {
	float : left;
	width : 200px;
}
div#guide {
	float : right;
	width : 246px;
}

/* ___________________________________________________________ topic path */

div.text11 {
	display : inline;
	font-size : 11px;
}

*html div.text11 {
	display : inline;
	font-size : 9px;
}

ul.topic_path {
	margin : 5px 0 11px 15px;
	font-size : 11px;
	clear: both;
}
ul.topic_path li {
	display : inline;
}
ul.topic_path li.areatop_textbanner {
	display : inline-block;
	width: 270px;
	padding-left: 130px;
}
ul.topic_path li.areatop_textbanner img{
	vertical-align:top;
}
*html ul.topic_path {
	font-size : 9px;
}
*+html ul.topic_path {
	font-size : 9px;
}
*+html>/**/body ul.topic_path {
	font-size : 11px;
}

/* ___________________________________________________________ common */

div#contents h2,
body#whole div#contents h3 {
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	text-indent : 45px;
	line-height : 26px;
	height : 26px;
}

div#guide dl,
div.information dl {
	padding : 1px 0 0 12px;
	color : #ffffff;
	font-weight : bold;
	height : 46px;
}

div#guide dt,
div#guide dd,
div.information dt,
div.information dd {
	padding : 0.35em 0 0 0;
	font-size : 12px;
}
div#guide dt,
div.information dt {
	float : left;
}
div#guide dd,
div.information dd {
	margin : 0 0 0 85px;
}

/* =====================================================================
	contents
====================================================================== */

div#contents h2,
div#contents h3,
div#contents h4 {
	font-size : 12px;
}

div#contents h2 {
	background : url(../../img/icon/contents/headline/new01.gif) no-repeat;
	height:27px;
	padding:6px 0 0 190px;
	font-weight:normal;
}
div#contents h3 {
	background : url(../../img/icon/contents/headline/announce.gif) no-repeat;
}
/* ↓ 無料券WEB化 @EXCD 2018/12/18 */
div#contents h3#web_free_ticket {
    background : url(/img/icon/contents/headline/pink_announce.gif) no-repeat;
}
/* ↑ 無料券WEB化 @EXCD 2018/12/18 */
/* ↓ 任意の会員へのWEB通知機能 @EXCD 2019/07/30 */
div#contents h3#webNotice {
    background : url(/img/icon/contents/headline/pink_announce.gif) no-repeat;
}
/* ↑ 任意の会員へのWEB通知機能 @EXCD 2019/07/30 */
div#contents div.section div.pickup h3 a,
div#contents div.summary h4 a,
div#contents div.ranking h4 a,
div#contents td h3 a,
div#contents td h4 a {
	font-weight : bold;
}

div#contents td h4 a.event_shop_link { font-weight:normal; }    // マイショップイベントリストdivタグ閉じ忘れ対策 @ ESS 2010/11/22

div#contents div.section div.pickup h3,
div#contents td h3,
div#contents div.section div.digest h4 {
	font-size : 1.2em;
	line-height : 1.2;
}

div#contents div.column h4 {
	margin : 5px 0 0 0;
}

div#contents div.section div.pickup h3,
div#contents td h3 {
	margin : 0 0 5px 0;
	background : transparent;
	text-indent : 0;
	width : auto;
	height : auto;
}
div#contents div.news h3 {
	position : relative;
	background : url(../../img/icon/contents/headline/news.gif) no-repeat;
}
/* ESS 2010/10/14 マイページ、マイヘブン対応 */
div#contents div.news h3.news {
	position : relative;
	background : url(../../img/icon/contents/headline/news2.gif) no-repeat;
}
/* ESS 2010/10/14 マイページ、マイヘブン対応 */
div#contents div.news h3 a {
	position : absolute;
	top : 5px;
	right : 15px;
}
div#contents div.new h3 {
	margin : 0 0 10px 0;
	background : url(../../img/icon/contents/headline/new.gif) no-repeat;
}

/** fuzoku_news */

div#contents div#fuzoku_news {
	margin: 0 0 12px 0;
}

div#contents div#fuzoku_news h3 {
	font-size: 12px;
	margin : 0;
	height: 23px;
	background : #F0F5FF;
	border-top: 1px solid #9EB4C6;
	border-left: 1px solid #9EB4C6;
	border-right: 1px solid #9EB4C6;
	text-indent: 0px;
	padding: 0 5px;
}

div#contents div#fuzoku_news h3 a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 23px;
}

div#contents div#fuzoku_news h3 span {
	position: relative;
	width: 200px;
	top: 0px;
	text-align: right;
	color: #333333;
	line-height: 23px;
	margin-left: 215px;
	text-indent: 230px;
}

div#contents div#fuzoku_news div.fuzoku_news_contents {
	padding: 6px 7px 6px 6px;
	border-left: 1px solid #9EB4C6;
	border-right: 1px solid #9EB4C6;
	border-bottom: 1px solid #9EB4C6;
}

div#contents div#fuzoku_news div.fuzoku_news_list {
	width: 315px;
	float: left;
	padding-bottom: 10px;
}

div#contents div#fuzoku_news div.fuzoku_news_list ul {
	margin-top: 6px;
}

div#contents div#fuzoku_news div.fuzoku_news_list li {
	margin: 2px 0;
}

div#contents div#fuzoku_news div.fuzoku_news_more {
	position: static;
	right: 162px; bottom: 6px;
	text-align: right;
}

div#contents div#fuzoku_news div.fuzoku_news_img {
	width: 150px;
	float: right;
}

div#contents div#fuzoku_news div.fuzoku_news_img div.news_img_subtitle {
	font-size : 11px;
	margin-top: 4px;
}

div#contents div#fuzoku_news div.pickup_news_content {
	padding: 6px;
	background: #F0F5FF;
	border-left: 1px solid #9EB4C6;
	border-right: 1px solid #9EB4C6;
	border-bottom: 1px solid #9EB4C6;

}

div#contents div#fuzoku_news td.pickup_news_img {
	width: 100px;
}

div#contents div#fuzoku_news td.pickup_news_body {
	width: 392px;
}

/* ↓↓↓1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
div#contents div#fuzoku_news div.fuzoku_news_img div.img{
	position: relative;
}

div#contents div#fuzoku_news div.fuzoku_news_img div.img img.memberOnly{
	position: absolute;
	top: 189px;
	left: 0px;
}
/* ↑↑↑1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */

/** fuzoku_news End */

/** center_pr_banner */

div#contents div.center_pr_banner {
	padding: 5px 3px;
	margin: 0 0 12px 0;
	font-size: 13px;
}
div#contents div.center_pr_banner2 {
	padding: 0 3px 8px 3px;
	margin: 0 0 12px 0;
	font-size: 13px;
}

div#contents div.center_pr_banner strong,
div#contents div.center_pr_banner a {
	line-height: 20px;
	padding-right: 2px;
}

/** center_pr_banner End */

/** area sokuhime */

div#contents div#area_sokuhime {
	margin: 0 0 18px 0;
	text-align: center;
}

div#contents div#area_sokuhime * {
	text-align: left;
}

div#contents div#area_sokuhime h3 {
	margin : 0 0 0;
	height: 25px;
	background : url(../../img/headline/inline.gif) no-repeat;
	border-left: 1px solid #9EB4C6;
    border-right: 1px solid #9EB4C6;
    border-top: 1px solid #9EB4C6;
	position: relative;
	text-indent: 0px;
	padding: 0 5px;
}

div#contents div#area_sokuhime h3 a {
	color: #333333;
	font-weight: bold;
	line-height: 23px;
}

div#contents div#area_sokuhime h3 span {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 8px;
	text-align: right;
	color: #333333;
	line-height: 23px;
}

div#contents div#area_sokuhime table {
	border-collapse: collapse;
	width: 495px;
	margin: 0 auto;
}

div#contents div#area_sokuhime table td {
	padding: 4px;
	width: 20%;
	vertical-align: top;
}

div#contents div#area_sokuhime table td div.sokuhime_girl_img {
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
}

div#contents div#area_sokuhime table td div.sokuhime_time * {
	vertical-align:middle;
}

div#contents div#area_sokuhime table td div.sokuhime_time span {
	color: #ff0000;
	font-weight: bold;
}

div#contents div#area_sokuhime table td div.sokuhime_comment span {
	color: #ff00ff;
	display: block;
	margin-top: 2px;
}

div#contents div#area_sokuhime div.area_sokuhime_more {
	margin-top: 6px;
	color: #999999;
	text-align: right;
}

div#contents div#area_sokuhime table td div.sokuhime_comment span,
div#contents div#area_sokuhime div.area_sokuhime_more span {
	font-size: 90.5%;
	font-family:'ＭＳ Ｐゴシック',Osaka;
}

div#contents div#area_sokuhime table td * {
	font-family:'ＭＳ Ｐゴシック',Osaka;
	line-height: 1.2em;

}

/** area sokuhime End */


div#contents div.ranking h3 {
	margin : 0 0 10px 0;
	background : url(../../img/icon/contents/headline/ranking.gif) no-repeat;
}

div#contents div.favorite_girl h3 {
	background : url(../../img/icon/contents/headline/favorite_girl.gif) no-repeat;
}
div#contents div.favorite_shop h3 {
	background : url(../../img/icon/contents/headline/favorite_shop.gif) no-repeat;
}
div#contents div.favorite_community h3 {
	background : url(../../img/icon/contents/headline/favorite_community.gif) no-repeat;
}
div#contents div.cellphone h3 {
	background : url(../../img/icon/contents/headline/cellphone.gif) no-repeat;
	position: static;
}
div#contents.assist h4 {
	margin : 20px 0 10px 0;
	background : #ecf1f7;
	border-top : 1px solid #c2d5e6;
	height : 30px;
	line-height : 30px;
	font-size : 1.2em;

	text-indent : 10px;
}
div#contents div.backnumber div.summary h4 a {
	font-weight : normal;
}
div#contents div.data h3 {
	background : url(../../img/icon/contents/headline/caption.gif?imgopt=y) no-repeat;
}
div#contents div.data h4 {
	margin : 20px 0 10px 0;
	background : url(../../img/icon/contents/headline/topic.gif) no-repeat;
	height : 26px;
	line-height : 26px;
	color : #ffffff;
	text-indent : 45px;
}
div#contents div.information h3 {
	margin : 0 0 10px 0;
	background : url(../../img/icon/contents/headline/information.gif) no-repeat;
}
div#contents div.mobile h3 {
	background : url(../../img/icon/contents/headline/cellphone_495.gif) no-repeat;
}
div#contents div.related h3 {
	margin : 0 0 10px 0;
	background : url(../../img/icon/contents/headline/topic.gif) no-repeat;
	font-weight : normal;
	text-indent : 45px;
}
div#contents div.request h3 {
	background : url(../../img/icon/contents/headline/request10.gif) no-repeat;
	text-indent : 45px;
}
div#contents div.request h4 {
	margin : 5px 0;
	background : url(../../img/icon/contents/headline/back.gif) no-repeat;
	color : #333333;
	text-indent : 10px;
}

div#contents div.favorite_girl h3,
div#contents div.favorite_shop h3,
div#contents div.favorite_community h3,
div#contents div.cellphone h3,
div#contents div.data h3,
div#contents div.fresh h3,
div#contents div.filter h3,
div#contents div.mobile h3 {
	margin : 0;
}
div#contents div.movie h3 {
	background : url(../../img/icon/contents/headline/movie.gif) no-repeat;
	position: static;
}
div#contents div.fresh h3 {
	background : url(../../img/icon/contents/headline/fresh.gif) no-repeat;
	position: static;
}
div#contents div.search h3 {
	margin : 0 0 10px 0;
	background : url(../../img/icon/contents/headline/search.gif) no-repeat;
}
div#contents div.filter h3 {
	background : url(../../img/icon/contents/headline/search.gif) no-repeat;
}
div#contents.search div.filter h3 {
	margin : 0 0 10px 0;
	background : url(../../img/icon/contents/headline/search.gif) no-repeat;
}

div#contents div.outturn h3 {
	background : url(../../img/icon/contents/headline/outturn.gif) no-repeat;
	text-indent : 10px;
}
div#contents.event div.outturn h3,
div#contents.newface div.outturn h3,
div#contents.ring div.outturn h3 {
	text-indent : 45px;
}
div#contents.event div.outturn h3 {
	background : url(../../img/icon/contents/headline/event.gif) no-repeat;
}
div#contents.newface div.outturn h3 {
	background : url(../../img/icon/contents/headline/newface.gif) no-repeat;
}
div#contents.ring div.outturn h3 {
	background : url(../../img/icon/contents/headline/ring.gif) no-repeat;
}

div#contents div.more h3 {
	margin : 20px 0 10px 0;
	background : url(../../img/icon/contents/headline/filter_more.gif) no-repeat;
	height : 28px;
}
div#contents div.more h3 {
	overflow : hidden;
	width : 495px;
	text-indent : -2000px;
}
div#contents div.form h3 {
	background : url(../../img/icon/contents/headline/form.gif) no-repeat;
}
div#contents div.resign h3 {
	background : url(../../img/icon/contents/headline/resign.gif) no-repeat;
}
div#contents div.clip_girl h3 {
	position : relative;
	background : url(../../img/icon/contents/headline/favorite_girl_maypage.gif) no-repeat;
}
div#contents div.clip_shop h3 {
	position : relative;
	background : url(../../img/icon/contents/headline/favorite_shop_mypage.gif) no-repeat;
}
div#contents div.clip_community h3 {
	position : relative;
	background : url(../../img/icon/contents/headline/favorite_community_mypage.gif) no-repeat;
}
div#contents div.shop h3 {
	position : relative;
	background : url(../../img/icon/contents/headline/good.gif) no-repeat;
}
div#contents div.favorite h3 a,
div#contents div.news h3 a {
	position : absolute;
	top : 7px;
	right : 15px;
	color : #ffffff;
	text-decoration : underline;
}
/* 修正 start */
div#contents div.favorite h3 a:link,
div#contents div.news h3 a:link {
	text-decoration : underline;
}
/* 修正 end */

div#contents div.community h3 {
	position : relative;
	background : url(../../img/icon/contents/headline/community.gif) no-repeat;
}
div#contents.sitemap h3 {
	background : url(../../img/icon/contents/headline/sitemap.gif) no-repeat;
}
div#contents.rss h3 {
	background : url(../../img/icon/contents/headline/rss.gif) no-repeat;
}
div#contents div.search h4 {
	margin : 10px 0 0 0;
	font-size : 1.25em;
}
div#contents div.gift h3,
div#contents div.photo h3 {
	margin : 10px 0;
	background : url(../../img/icon/contents/headline/gift.gif) no-repeat;
}
div#contents div.photo h3 {
	background : url(../../img/icon/contents/headline/photo.gif) no-repeat;
}
div#contents div.photo h4 {
	margin : 0 0 5px 0;
}
div#contents div.filter div.more fieldset#filter h4 {
	padding : 5px 0 0 10px;
	background : url(../../img/icon/contents/headline/more.gif) no-repeat;
	height : 26px;
	color : #ffffff;
}
div#contents div.filter form.note h4,
div#contents div.result form.note h4 {
	padding : 0 0 10px 0;
	font-size : 1.2em;
	font-weight : bold;
	text-align : left;
	text-indent : 10px;
}
div#contents div.mobile_info h3 {
	background : url(../../img/icon/contents/headline/mobile_495.gif) no-repeat;
}
div#contents div.function h3,
div#contents.assist div.area h3 {
	margin : 10px 0 0 0;
	background : url(../../img/icon/contents/headline/topic.gif) no-repeat;
	font-weight : normal;
	text-indent : 45px;
}
div#contents div.function h4 {
	position : relative;
	overflow : hidden;
	margin : 10px 0 5px 0;
	width : 266px;
	height : 26px;
	text-indent : -2000px;
}
div#contents div.function h4.check {
	background : url(../../img/icon/contents/mobile/title_check.gif) no-repeat;
}
div#contents div.function h4.news {
	background : url(../../img/icon/contents/mobile/title_news.gif) no-repeat;
}
div#contents div.function h4.get {
	background : url(../../img/icon/contents/mobile/title_get.gif) no-repeat;
}

div#contents div.introduction h3 {
	margin : 10px 0 0 0;
	background : url(../../img/icon/contents/headline/topic.gif) no-repeat;
	font-weight : normal;
	text-indent : 45px;
}

div#contents div.qr h3 {
	margin : 0;
	background : url(../../img/icon/contents/headline/topic_qr.gif) no-repeat;
	font-weight : normal;
	text-indent : 10px;
}

div#contents div.detail h4,
div#contents div.detail div.section div.summary h5 {
	margin : 0 0 10px 0;
	background : url(../../img/icon/contents/headline/back.gif) no-repeat;
	height : 22px;
	text-indent : 10px;
}
div#contents div.detail div.section div.summary h5 {
	margin : 20px 0 10px 0;
	background : url(../../img/icon/contents/headline/back_270.gif) no-repeat;
}
div#contents div.result {
	float : left;
	background : #cde9f7;
	width : 285px;
}
div#contents div.request div.report,
div#contents div.filter div.result {
	float : none;
	margin : 0 0 10px 0;
	padding : 5px 10px 5px 10px;
	background : #cde9f7;
	width : auto;
}


/* @ESS 2010/7/12 追加*/
div#contents div.filter div.result, x:-moz-any-link {
	float : none;
	margin : 0 0 0 0;
	padding : 5px 10px 5px 10px;
	background : #cde9f7;
	width : auto;
}
/* @ESS 2010/7/12 追加*/


div#contents div.filter div.result p {
	padding : 0 0 3px 0;
}
div#contents div.result form {
	margin : 0 0 10px 10px;
	padding : 0 0 5px 0;
}
div#contents div.result form select {
	margin : 5px 0 0 0;
	width : 170px;
}
div#contents div.result h4 {
	background : url(../../img/icon/contents/headline/topic_285.gif) no-repeat;
	color : #ffffff;
	width :285px;
	height : 26px;
	line-height : 26px;
	font-weight : bold;
	text-indent : 10px;
}
div#contents div.result dl {
	width : 285px;
}
div#contents div.result dl dt {
	margin : 5px 0 0 10px;
	padding : 0;
	background : none;
}
div#contents div.result dl dd {
	margin : 0 0 0 20px;
}
div#contents div.banner {
	padding : 7px 0 0 100px;
	background : url(../../img/icon/accessory/pr.gif) no-repeat;
	border : 1px solid #9db4c6;
}

div#contents div.banner img {
	margin : 0 0 0 5px;
}

div#contents div.filter div.section {
	padding : 10px 0 0 0;
	border-top : 1px solid #9fb4c7;
}
div#contents div.filter div.more div.section {
	padding : 0;
	border : none;
}
div#contents div.filter div.more div.section h4 {
	margin : 0;
}
div#contents div.filter div.hot {
	margin : 0 0 10px 0;
	padding : 1px;
	background : #fcffd4;
	border : 0;
	width : 495px;
}
div#contents div.filter div.result_list {
	padding : 0;
	width : 495px;
}
*html div#contents div.result div.hot {
	position : absolute;
}
div#contents div.filter div.hot h4,
div#contents div.filter div.result_list h4 {
	position : relative;
	padding : 10px 0;
	background : #eff8ff;
	border-top : 1px solid #9cb5c9;
	border-bottom : 1px dotted #9cb5c9;
	text-indent : 10px;
}
div#contents div.filter div.reduction h4 {
	background : #fafafa;
}

div#contents div.filter div.result form {
	margin : 0 0 5px 0;
	padding : 0;
}
div#contents div.filter div.result form select {
	margin : 0 10px 0 0;
	width : 170px;
}
div#contents div.filter div.hot h4 img,
div#contents div.filter div.result_list h4 img {
	margin : -3px 0 0 5px;
	vertical-align : middle;
}
div#contents div.filter div.result_list h4 {
	margin : 0;
	border-bottom : 1px dotted #9cb5c9;
}
div#contents div.filter h4 span.date {
	position : absolute;
	right : 15px;
}
div#contents div.filter div.hot p.thumbs,
div#contents div.filter div.hot div.summary {
	position : relative;
	padding : 10px;
}
div#contents div.filter div.result_list p.thumbs,
div#contents div.filter div.result_list div.summary {
	position : relative;
	padding : 10px 10px 0 10px;
}
/* ESS 2010/10/19 マイページ、マイヘブン対応 */
div#contents div.filter div.result_list p.img_link,
div#contents div.filter div.result_list div.img_link2 {
	position : static;
}
/* ESS 2010/10/19 マイページ、マイヘブン対応 */
div#contents div.filter div.hot div.summary,
div#contents div.filter div.result_list div.summary {
	padding : 3px 10px;
}

div#contents div.filter div.hot div.summary {
	width : 360px;
}

div#contents div.opt div.section {
	clear : both;
	padding : 5px 0 0 0;
	height : 100%;
}
div#contents.newface div.opt div.section {
	padding : 8px 0 0 0;
}
div#contents div.opt div.section p {
	padding : 0;
	line-height : 1.1;
}
div#shell div#contents div.opt div.section p.note {
	margin : 3px 0 0 0;
	padding : 3px 0 3px 0;
	border-bottom : none;
}
*html div#shell div#contents div.opt div.section p.note {
	padding : 3px 0 0 0;
}
div#contents div.opt div.section div.summary {
	float : left;
	margin : 0 0 0 5px;
	width : 401px;
}
div#contents.newface div.opt div.section div.summary {
	padding : 0 0 3px 0;
}
*html div#contents div.opt div.section div.summary {
	width : 405px;
}
div#contents div.opt div.section div.summary p img {
	vertical-align : middle;
}
div#contents div.mobile div.section div.summary h4,
div#contents div.cellphone div.summary h4,
div#contents div.opt div.summary h4 {
	margin : 0;
	padding : 2px 0;
	background : #eff8ff;
	font-weight : bold;
	text-indent : 5px;
}

/* ESS 2010/10/06 マイページ、マイヘブン対応 */
div#contents div.opt div.summary h4.syame {
	margin : 0;
	padding : 2px 0;
	background : #FFF2D7;
	font-weight : bold;
	text-indent : 5px;
}
div#contents div.filter div.hot h4.event,
div#contents div.filter div.result_list h4.event {
	position : relative;
	padding : 10px 0;
	background : #FFF2D7;
	border-top : 1px solid #999999;
	border-bottom : 1px dotted #999999;
	text-indent : 10px;
	margin:0;
}
/* ESS 2010/10/06 マイページ、マイヘブン対応 */

body div#contents div.cellphone div.summary {
	clear : both;
	padding : 5px 0 0 0;
	height : 100%;
}
div#contents div.cellphone div.summary h4{
	margin : 0 0 5px 90px;
}
div#contents div.cellphone div.summary p {
	margin : 0 0 0 90px;
	line-height : 1.1;
}
div#contents div.cellphone div.summary p.thumbsnail {
	margin : 0 10px 0 0;
	padding : 0 0 5px 0;
}
div#contents div.cellphone div.summary p.note {
	padding : 5px 0 0 0;
	border-top : 1px dotted #9fb4c7;
	background : none;
	text-align : left;
}

p.keitainote {
	padding : 5px 0 0 0;
	border-top : 1px dotted #9fb4c7;
	background : none;
	text-align : left;
}

div#contents div.mobile div.section div.thumbnail {
	margin : 0 0 10px 0;
}
div#contents div.mobile div.section div.summary h4 {
	margin : 10px 0 5px 0;
	color : #333333;
}
div#contents div.mobile div.section div.summary h4 a {
	margin : 0 0 0 10px;
}
div#contents div.mobile div.section div.summary p {
	line-height : 1.4;
	padding : 0 0 10px 0;
}
div#contents div.mobile div.section div.summary p.note {
	margin : 0;
	padding : 5px 0 5px 5px;
	border-top : 1px dotted #9fb4c7;
	border-bottom : none;
	line-height : 1.1;
}
div#contents div.filter div.section p.note {
	margin : 0 0 10px 0;
	background : none;
	border-top : 1px dotted #9fb4c7;
	border-bottom : 1px dotted #9fb4c7;
	text-align : left;
}
div#contents div.result div.summary p.thumbsnail img {
	border : 1px solid #ffb363;
}
div#contents div.filter ul.result {
	margin : 10px 0 0 0;
	padding : 5px 0 0 0;
	background : url(../../img/icon/contents/headline/back_blue.gif) no-repeat;
	color : #ffffff;
	height : 26px;
	text-indent : 10px;
}
div#contents div.filter ul.result li {
	display : inline;
	padding : 0;
	background : none;
}
div#contents div.filter ul.result li.search {
	margin : 0 0 0 15px;
}
div#contents div.filter ul.result li.display {
}
div#contents.ring div.outturn div.section {
	border : none;
}
div#contents div.sort {
	padding : 5px 10px;
}
div#contents div.outturn div.sort {
	padding : 0 10px;
}
div#contents.newface div.outturn div.sort,
div#contents.event div.outturn div.sort {
	padding : 0 10px 5px 10px;
}
div#contents div.sort ul li {
	display : inline;
	padding : 0 15px 0 0;
	background : none;
}
div.confirm {
	margin : 10px 0 0 0;
	padding : 5px 10px;
	border : 1px solid #51a3d5;
}
body div#shell div#contents h3.confirm {
	padding : 0 0 5px 5px;
	height : 20px;
	color : #333333;
	font-weight : normal;
	text-indent : 0;
}
div.data div.confirm p {
	padding : 0 0 5px 0;
}
span.date {
	color : #333333;
	font : normal normal 0.9em Arial,Helvetica,sans-serif;
}
span.check {
	color : #ff0000;
}
.alert {
	margin : 0 0 10px 0;
	color : #ff0000;
	font-weight : bold;
}

/* @ESS 2010/9/15 マイページ、マイヘブン対応 */
.mail-count{
	color : #ff0000;
	font-weight : bold;
}
div#contents div.outturn div.sort_newface {
	padding : 0 10px 20px;
}
div#contents div.sort_newface ul li {
	display : inline;
	padding : 0 15px 0 0;
	background : none;
}
/* @ESS 2010/9/15 マイページ、マイヘブン対応 */

.select,
/* @ESS 2010/7/12 追加*/
.example,
/* @ESS 2010/7/12 追加*/
.writer {
	text-align : right;
}

/* @ESS 2010/7/12 追加*/
html>/**/body .example {
	margin:0 0 0 115px;
}
/* @ESS 2010/7/12 追加*/

div#contents div.filter fieldset#filter p.select {
	margin : 20px 0;
	border-top : 1px solid #9eb3c6;
	text-align : center;
}
.url {
	color : #008000;
}
.state {
	margin : 15px 0 0 10px;
	background : url(../../img/icon/accessory/button/red_line.gif) no-repeat;
	color : #ff0000;
	width : 115px;
	height : 26px;
	line-height : 26px;
	text-align : center;
}
div#contents div.filter div.result span.state {
	margin : 0 0 0 20px;
	background : transparent;
	color : #ff0000;
	line-height : 1;
	text-align : right;
	height : auto;
}
*html div#contents div.filter div.result span.state {
	margin : 0 0 0 7px;
}


div#section_ajax_loading {
   padding: 40px 0 0 0;
   text-align: center;
   height: 230px;
}

/* @ESS 2010/7/12 追加*/
.pink {
	color:#FF69B4;
	/vertical-align:bottom;
}
/* @ESS 2010/7/12 追加*/

/* @ESS 2010/9/15 マイページ、マイヘブン対応 */
div#contents div.mail h4{
	background-color:#ffe4ca;
	font-weight:bold;
	padding:4px;
}
/* @ESS 2010/9/15 マイページ、マイヘブン対応 */

/* 1.85フェーズ 新人・イベント・本日出勤表示変更 ESS)tsukinoki 2011/02/16 先頭 */
div#contents div.event_text {
	overflow: hidden;
	display: block;
	width: 370px;
	height: 120px;
}

div#contents div.event_link {
	width: 370px;
	text-align:right;
}

div#contents div.filter p.evet_search {
	padding:0 0 0 0;
	background:#cde9f7;
}

div#contents div.filter fieldset.evet_search {
	padding : 0 0 0 0;
}

div#contents div.filter fieldset.newface_search {
	padding:7px 7px 7px 15px;
}

div#contents div.section div.newface  {
	height: 130px;
}

div#contents div.section div.newface div.newface_summary {
	float : right;
	margin : 0 0 0 5px;
}

div#contents p.newface_direction {
	text-align:right;
	text-valign:bottom;
}

/* 1.85フェーズ 新人・イベント・本日出勤表示変更 ESS)tsukinoki 2011/02/16 末尾 */
/* ___________________________________________________________ table */

div.attention td {
	vertical-align : top;
}
div.attention td.pickup,
div.attention td.info_note {
	padding : 0 5px 0 0;
	width : 343px;
}
div.attention div.column td.pickup,
div.attention div.column td.info_note {
	padding : 0 0 0 5px;
}

div.attention td.info_note {
	vertical-align : bottom;
	text-align : right;
}
div#contents div.attention div.summary p.info_note {
	text-align : left;
}
div.present table,
div.favorite table,
div.community table {
	margin : 0 0 0 1px;
	border : 1px solid #f79935;
	border-collapse : collapse;
	width : 494px;
	text-align : center;
}

/* ESS 2010/09/16 マイページ、マイヘブン対応 */
div.favorite div table {
	margin : 0 0 0 1px;
	border : 1px solid #f79935;
	border-collapse : collapse;
	width : 494px;
	text-align : left;
}
/* ESS 2010/09/16 マイページ、マイヘブン対応 */

div.community table {
	background : #f5fafe;
	border : 1px solid #3a97d2;
}
*html div.present table,
*html div.favorite table,
*html div.community table {
	margin : 0;
	width : 495px;
}
div.present table tr td,
div.favorite table tr td,
div.community table tr td {
	padding : 8px 5px 6px 5px;
	border : 1px solid #f79935;
	border-collapse : collapse;
	vertical-align : top;
	font-size : 12px;
	width : 123px;
}

/* ESS 2010/09/16 マイページ、マイヘブン対応 */
div.favorite div table tr td{
	padding : 8px 5px 6px 5px;
	border : 1px solid #f79935;
	border-collapse : collapse;
	vertical-align : top;
	font-size : 12px;
	width : 50%;
}

div.mail table{
	background-color:#fffcdf;
	height:25;
	text-align:center;
	border:none;
	margin:0 0 15px;
	width : 495px;
}
div.present table.shukkin,
div.present table.shukkin tr td{
	border : 1px solid #999999;
}
html* div.present table.shukkin,
html* div.present table.shukkin tr td{
	border : 1px solid #999999;
}
div.present table.shukkin tr td{
	width:110px;
}
html* div.present table.shukkin tr td{
	width:110px;
}
/* ESS 2010/09/16 マイページ、マイヘブン対応 */

div.clip_shop table tr td {
	vertical-align : middle;
}
div.present table,
div.present table tr td {
	border : 1px solid #9fb4c7;
}
*html div.present table tr td,
*html div.favorite table tr td,
*html div.community table tr td {
	font-size : 10px;
}
*+html div.present table tr td,
*+html div.favorite table tr td,
*+html div.community table tr td {
	font-size : 10px;
}
*+html>/**/body div.present table tr td,
*+html>/**/body div.favorite table tr td,
*+html>/**/body div.community table tr td {
	font-size : 10px;
}

div.present table tr.thumbnail td,
div.favorite table tr.thumbnail td,
div.community table tr.thumbnail td {/* ESS 修正 */
	/*vertical-align : bottom;*/
}
div.present table div.summary p {
	text-align : left;
}
div.community table tr td img {
	border : 1px solid #3a97d2;
}
div.present table tr td p.thumbnail img {
	margin : 0 0 5px 0;
}
div.community table tr td {
	vertical-align : middle;
	border : 1px solid #3a97d2;
}
div.favorite table.shop tr td img {
	border : 1px solid #ffb363;
}
div.favorite table.shop tr td p.flag img {
	border : none;
}
div.shop table tr td img {
	border : 1px solid #ffb363;
}
div.present table tr td p.thumbnail img {
	yborder : 1px solid #9fb4c7;
}
div#contents div.present table tr td p,
div#contents div.favorite table tr td p {
	padding : 0;
}
div#contents div.present table tr td ul li,
div#contents div.favorite table tr td ul li,
div#contents div.community table tr td ul li {
	padding : 0;
	background : none;
	text-align : center;
}
div#contents div.present table tr td ul li {
	text-align : left;
}
div#contents div.favorite table tr td ul li.note {
	font-size : 10px;
	text-align : left;
}

*html div#contents div.favorite table tr td ul li.note {
	font-size : 9px;
}
*+html div#contents div.present table tr td ul li.note,
*+html div#contents div.favorite table tr td ul li.note {
	font-size : 9px;
}
*+html>/**/body div#contents div.favorite table tr td ul li.note {
	font-size : 10px;
}
div.favorite table tr td.orange {
	background : #ffd780;
}
div.favorite table tr td.beige {
	background : #fff2d7;
}
div.favorite table tr td p.present img {
	border : none;
}
html p.hours {
color:#FF6600;
}
*html p.hours {
	font-size : 12px;
}
*+html p.hours {
	font-size : 12px;
}

/* ESS 2010/10/06 マイページ、マイヘブン対応 */
div#guide div.chokusou table {
	width : 100%;
	border : 0;
	cellpadding : 0;
	cellspacing : 0;
	border : 1px solid #C4C8C6;
	margin : 5px 0px;

}
div#guide div.chokusou table tr td.header {
	height : 25px;
	padding-left : 5px;
	font-weight : bold;
	background : url(../../img/headline/top_bar.gif) no-repeat;
}
div#guide div.chokusou table tr td div.list {
	text-align : right;
	font-size : 9px;
	padding : 4px 0;
	margin : 0 4px;
}

div#guide div.chokusou table tr td ul li {
	background : url(../../img/arrow/grey.gif) no-repeat 0 2px;;
	padding : 0 0 5px 10px;
	margin:0 0 0 3px;
}

div#guide div.chokusou table tr td div.last {
	padding : 4px 0;
	margin : 0 4px;
}
div#guide div.chokusou table tr td div.begin {
	padding : 4px 0;
	margin : 0 4px;
	border-bottom:1px solid #666666;
}

/* ↓直送便カテゴリ化 @KSOL 2013/07/18 */
div#guide div.chokusou table tr td div span.tencho_category_mark {
	display:inline-block;
	text-align:center;
	border-radius:3px 3px;
	border-width: 1px;
	border-style:solid;
	width:90px;
	margin-right:3px;
}
div#guide div.chokusou table tr td div span.tencho_category_mark_no {
	display:inline-block;
	text-align:center;
	width:90px;
	margin-right:3px;
}
/* ↑直送便カテゴリ化 @KSOL 2013/07/18 */

div#guide div.chokusou table tr td table.begin {
	cellspacing : 0;
	cellpadding : 0;
	border-bottom : 1px solid #666666;
	border-top : 0;
	border-left : 0;
	border-right : 0;
	margin : 0 4px;
	width : 231px;
}
div#guide div.chokusou table tr td table.last {
	cellspacing : 0;
	cellpadding : 0;
	border : 0;
	margin : 0 4px;
	width : 231px;
}
div#guide div.chokusou table tr td table.begin tr td,
div#guide div.chokusou table tr td table.last tr td {
	vertical-align : top;
}
div#guide div.chokusou table tr td table.begin tr td.photo,
div#guide div.chokusou table tr td table.last tr td.photo {
	width : 56px;
}
div#utilities table.req_frame {
	width : 100%
	border : 0;
	cellpadding : 0;
	cellspacing : 0;
	background-color : #FFE4CA;
}
div#utilities table.req_inframe {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
	background-color : #FFFFFF;
}
div#utilities table.req_inframe tr td div.req {
	text-align : center;
	margin-bottom: 5px;
}
div#utilities table.req_inframe tr td table.photo {
	width : 184px;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
	margin-top : 5px;
}
div#utilities table.photo div.center_photo {
	text-align : center;
}
div#utilities table.photo div.right_photo {
	text-align : right;
}
div#utilities table.req_inframe span {
	font-weight : bold;
}
div#utilities table.community {
	width : 100%;
	border : 0;
	cellpadding : 0;
	cellspacing : 0;
	margin-top:  15px;
	background-color : #FFE4CA;
	margin-bottom : 6px;
	height : 25px;
}
div#utilities table.community tr td.title {
	padding-left : 10px;
	font-weight : bold;
}
div#utilities table.outline {
	width : 100%;
	border : 1px solid #999999;
	cellpadding : 0;
	cellspacing : 1;
}
div#utilities table.list {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
	margin : 5px 0px;
}
div#utilities table.list tr td {
	vertical-align : top;
}

div#contents div.section table.shop_frame {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
	margin-bottom : 10px;
	background-color : #FCFFD4;"
}
div#contents div.section table.shop_frame {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
	margin-bottom : 10px;
}
div#contents div.section td.right_pink {
	background-color : #FFEFC7;
	border-top : 1px solid #999999;
	border-bottom : dotted 1px #999999;
	padding : 10px 0px;
}

div#contents div.section td.right_pink table {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
}
div#contents div.section td.right_pink table tr td {
	padding-left : 10px;
}
div#contents div.section td.right_pink table tr td div {
	text-align : right;
	padding:0 10px;
}

div#contents div.section td.right_yellow {
	padding : 10px 5px;
}
div#contents div.section td.right_yellow table {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
}
div#contents div.section td.right_yellow table tr td{
	vertical-align : top;
}
div#contents div.section td.right_yellow table tr td table.girl_photo {
	width : 97px;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
}
div#contents div.section table.girl_photo div {
	text-align : center;
}
html* div#contents div.section table.shop_frame {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
	margin-bottom : 10px;
	background-color : #FCFFD4;"
}
html* div#contents div.section table.shop_frame {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
	margin-bottom : 10px;
}
html* div#contents div.section td.right_pink {
	background-color : #FFEFC7;
	border-top : 1px solid #999999;
	border-bottom : dotted 1px #999999;
	padding : 10px 0px;
}

html* div#contents div.section td.right_pink table {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
}
html* div#contents div.section td.right_pink table tr td {
	padding-left : 10px;
}
html* div#contents div.section td.right_pink table tr td div {
	text-align : right;
	padding:0 10px;
}

html* div#contents div.section td.right_yellow {
	padding : 10px 5px;
}
html* div#contents div.section td.right_yellow table {
	width : 100%;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
}
html* div#contents div.section td.right_yellow table tr td{
	vertical-align : top;
}
html* div#contents div.section td.right_yellow table tr td table.girl_photo {
	width : 97px;
	border : 0;
	cellspacing : 0;
	cellpadding : 0;
}
html* div#contents div.section table.girl_photo div {
	text-align : center;
}
/* ESS 2010/10/06 マイページ、マイヘブン対応 */

/* ___________________________________________________________ field */

div.data p {
	padding : 10px 0;
}
*html div.data p {
	padding : 0 0 10px 0;
}
*+html div.data p {
	padding : 0 0 10px 0;
}
div.data textarea {
	padding : 5px;
	border : 1px solid #76a2cf;
	width : 483px;
	line-height : 1.5;
}
div.data textarea#comment {
	height : 300px;
}
div.data dl dd p input,
div.data select {
	margin : 0;
	border : 1px solid #629acd;
}
div.data input {
	margin : 5px 0 0 10px;
}
div.data input#subject {
	padding : 2px 5px;
	width : 483px;
}
*html div.data input#subject,
*html div.data textarea {
	width : 100%;
}

/* ESS 2010/09/16 マイページ、マイヘブン対応 */
div.mail-check{
	padding: 0px 0px 10px;
}
div.mail-check a{
	font-weight : bold;
}
/* ESS 2010/09/16 マイページ、マイヘブン対応 */

div#contents div.data p.submit,
div#contents div.favorite p.submit,
div#contents div.community p.submit {
	padding : 10px 0 20px 0;
	border-top : 1px solid #9eb3c4;
	text-align : center;
}
div#contents div.favorite p.submit,
div#contents div.community p.submit {
	padding : 0;
	border : none;
}
div#contents div.data p.submit input {
	margin : 0 5px;
	padding : 0 15px;
}
div#contents div.filter dl dt {
	position : relative;
	padding : 5px 0 0 25px;
	height : 25px;
}
div#contents div.filter dl dt img {
	position : absolute;
	top : 2px;
	left : 0;
	margin : 0 10px 0 0;
}
div#contents div.filter dl dd {
	padding : 0 0 0 10px;
}
div#contents div.filter fieldset#filter {
	background : #d5ebf9;
}
div#contents div.more fieldset#filter ul {
	margin : 10px 0;
}
div#contents div.more fieldset#filter ul li {
	float : left;
	padding : 0 0 10px 0;
	background : none;
	width : 123px;
	text-align : center;
}

/* ESS 2010/10/06 マイページ、マイヘブン対応 */
div#contents p.syame_title {
	background-color : #FFF2D7;
}
/* ESS 2010/10/06 マイページ、マイヘブン対応 */

form.narrow fieldset {
	padding : 10px 0;
}
form.narrow fieldset select {
	width : 190px;
}
form.narrow2 fieldset {
	padding : 10px 0;
}
form.narrow2 fieldset select {
	margin : 5px;
	width : 150px;
}
form.narrow2 fieldset input {
	margin-left : 190px;
}
form.event fieldset{
	text-align : left;
	width : 100%;
}
form.event fieldset select {
	margin : 0 0 0 20px;
	width : 200px;
}
form fieldset dl.field_01 {
	float : left;
	width : 240px;
}
form fieldset dl.field_02 {
	float : right;
	margin : 0 0 0 10px;
	width : 240px;
}
form fieldset dl.field_01 select,
form fieldset dl.field_02 select {
	width : 200px;
}

/* ___________________________________________________________ horizontal rule */

div#contents div.attention hr {
	visibility : visible;
	border : 1px solid #3b97d2;
	width : 100%;
}
div#contents div.news hr {
	visibility : visible;
	border : 1px solid #3b97d2;
	width : 100%;
}

/* イベント一覧にてhrタグ表示 @ ESS 2011/04/04 */
div#contents div.event_text hr {
	visibility : visible;
	border : 1px solid #3b97d2;
	width : 100%;
}
/* イベント一覧にてhrタグ表示 @ ESS 2011/04/04 */

div#contents div.detail hr,
div#contents div.backnumber hr {
	visibility : hidden;
}
div#contents div.detail div.digest hr {
	position : absolute;
	width : 1px;
}
div#contents div.ranking div.point hr {
	visibility : visible;
	border : 1px solid #51a3d3;
}

/* ___________________________________________________________ unordered list */

div#contents ul li {
	padding : 0 0 5px 15px;
	background :url(../../img/icon/accessory/arrow/blue.gif) no-repeat 0 2px;
}
div#contents div.effect ul {
	padding : 10px 0 0 10px;
}
div#contents div.effect li {
	background :url(../../img/icon/accessory/arrow/orange.gif) no-repeat 0 2px;
}
div#contents div.effect_red a {
	color : #FF0000;
}

/* ESS 2010/10/06 マイページ、マイヘブン対応 */
div#contents div.effect a span {
	font-weight : bold;
}
/* ESS 2010/10/06 マイページ、マイヘブン対応 */
/* ↓ 無料券WEB化 @EXCD 2018/12/18 */
div#contents div.effect_pink li {
    background :url(/img/icon/accessory/arrow/pink.gif) no-repeat 0 2px;
}

/* ↑ 無料券WEB化 @EXCD 2018/12/18 */
div#contents div.news ul {
	margin : 10px 0;
}

div#contents ul.paging {
	padding : 10px 0;
	text-align : center;
}

div#contents ul.paging li {
	margin : 0;
	padding : 0;
	display : inline;
	background : transparent;
}
div#contents ul.paging li.prev {
	margin : 0 12px 0 0;
}
div#contents ul.paging li.next {
	margin : 0 0 0 12px;
}

div#contents div.detail ul.navigation {

}
div#contents div.detail ul.paging {
	position : relative;
	top : 0;
	left : 0;
	width : 495px;
	height : 40px;
}
div#contents div.detail ul.paging1 {
	position : relative;
	top : 0;
	left : 0;
	width : 495px;
	height : 30px;
}
div#contents div.detail ul.paging li.prev {
	position : absolute;
	top : 5px;
	left : 0;
}
div#contents div.detail ul.paging li.next {
	position : absolute;
	top : 5px;
	right : 0;
}
div#contents div.detail ul.paging li.back {
	position : absolute;
	top : 25px;
	right : 0;
}

div#contents ul.footer,
div#contents p#page_top.footer {
	clear : both;
	border-top : 1px solid #9eb4c6;
}
div#contents ul.footer1{
	clear : both;
}
div#contents ul.top_pager {
	clear : both;
}
div#contents ul.footer,
div#contents p#page_top.footer {
	padding : 10px 0;
}

/* ___________________________________________________________ definition list */

div#contents dl dt,
body div#contents h3.confirm {
	margin : 10px 0;
	padding : 5px;
	background : url(../../img/icon/contents/headline/back.gif?imgopt=y) no-repeat;
}
div#contents dl dd {
	margin : 5px 0 20px 0;
}

/* ___________________________________________________________ navigation */

div#contents div.news ul.navigation,
div#contents div.ranking ul {
	margin : 10px 0 0 0;
	color : #ffffff;
	height : 23px;
}
div#contents div.detail ul.navigation,
div#contents div.backnumber ul.navigation,
div#contents div.fresh ul.navigation {
	margin : 0;
}
*html div#contents div.news ul.navigation,
*html div#contents div.ranking ul {
	margin : 0;
}
*+html div#contents div.news ul.navigation,
*+html div#contents div.ranking ul {
	margin : 0;
}
*+html>/**/body div#contents div.news ul.navigation {
	margin : 10px 0 0 0;
}
div#contents div.news ul.navigation li,
div#contents div.news ul.navigation li a,
div#contents div.ranking ul li,
div#contents div.ranking ul li a {
	margin : 0 4px 0 0;
	padding : 0;
	font-size : 11px;
	line-height : 23px;
	height : 23px;
}

*html div#contents div.news ul.navigation li a,
*html div#contents div.ranking ul li a {
	margin : 0;
	font-size : 9px;
}
*+html div#contents div.news ul.navigation li,
*+html div#contents div.news ul.navigation li a,
*+html div#contents div.ranking ul li,
*+html div#contents div.ranking ul li a {
	font-size : 9px;
}
*+html>/**/body div#contents div.news ul.navigation li,
*+html>/**/body div#contents div.news ul.navigation li a,
*+html>/**/body div#contents div.ranking ul li,
*+html>/**/body div#contents div.ranking ul li a {
	font-size : 10px;
}

*html div#contents div.news ul.navigation li.all a {
	margin : 0;
}
*html div#contents div.news ul.navigation li,
*html div#contents div.news ul.navigation li.all,
*html div#contents div.news ul.navigation li.all2,
*html div#contents div.ranking ul li {
	margin : 0 4px 0 0;
	font-size : 9px;
}
div#contents div.news ul.navigation li.moving,
div#contents div.news ul.navigation li.moving a {
	margin : 0;
}
*html div#contents div.ranking ul li.shop {
	margin : 0 4px 0 0;
}

div#contents div.news ul.navigation li,
div#contents div.news ul.navigation li a {
	width : 80px;
}
*html div#contents div.news ul.navigation li,
*html div#contents div.news ul.navigation li a {
	font-size : 9px;
}
div#contents div.news ul.navigation li.all,
div#contents div.news ul.navigation li.all a,
div#contents div.news ul.navigation li.all2,
div#contents div.news ul.navigation li.moving,
div#contents div.news ul.navigation li.moving a {
	width : 30px;
}
div#contents div.news ul.navigation li.allnews,
div#contents div.news ul.navigation li.allnews a {
	width : 45px;
}
div#contents div.news ul.navigation li,
div#contents div.ranking ul li {
	float : left;
	text-align : center;
}
div#contents div.news ul.navigation li a,
div#contents div.ranking ul li a {
	display : block;
	color : #666666;
}
div#contents div.news ul.navigation li {
	background : url(../../img/icon/contents/navi/else.gif) no-repeat left bottom;
}
div#contents div.news ul.navigation li.all,
div#contents div.news ul.navigation li.moving {
	background : url(../../img/icon/contents/navi/all.gif) no-repeat left bottom;
}
div#contents div.news ul.navigation li.allnews {
	background : url(../../img/icon/contents/navi/allnews.gif) no-repeat left bottom;
}
div#contents div.news ul.navigation li a {
	background : url(../../img/icon/contents/navi/else.gif) no-repeat left top;
}
div#contents div.news ul.navigation li.all a,
div#contents div.news ul.navigation li.moving a {
	background : url(../../img/icon/contents/navi/all.gif) no-repeat left top;
}
div#contents div.news ul.navigation li.all2{
 background : url(../../img/icon/contents/navi/all.gif) no-repeat left top;
 color: #666666;
}
div#contents div.news ul.navigation li.allnews a {
	background : url(../../img/icon/contents/navi/allnews.gif) no-repeat left top;
}

div#contents div.ranking ul li,
div#contents div.ranking ul li a {
	width : 150px;
}
div#contents div.ranking ul li.shop,
div#contents div.ranking ul li.shop a {
	width : 140px;
}
div#contents div.ranking ul li {
	background : url(../../img/icon/contents/navi/ranking.gif) no-repeat left bottom;
}
div#contents div.ranking ul li.shop {
	background : url(../../img/icon/contents/navi/shop.gif) no-repeat left bottom;
}
div#contents div.ranking ul li a {
	background : url(../../img/icon/contents/navi/ranking.gif) no-repeat left top;
}
div#contents div.ranking ul li.shop a {
	background : url(../../img/icon/contents/navi/shop.gif) no-repeat left top;
}

div#contents div.news ul.navigation li a:hover,
div#contents div.ranking ul li a:hover {
	background-position : 0 -23px;
	color : #ffffff;
}

/* ___________________________________________________________ section */

div#contents div.section,
div#contents div.news {
	margin : 0 0 5px 0;
}

/* ESS 2010/09/16 マイページ、マイヘブン対応 */
div#contents div.favorite {
	margin : 0 0 15px 0;
}
/* ESS 2010/09/16 マイページ、マイヘブン対応 */

div#contents div.effect {
	margin : 0 0 8px 0;
	padding : 0 0 5px 0;
	background : url(../../img/icon/accessory/section/orange_495.gif) no-repeat bottom;
}
/* ↓ 無料券WEB化 @EXCD 2018/12/18 */
div#contents div.effect_pink {
    background : url(/img/icon/accessory/section/pink_495.gif) no-repeat bottom;
}
/* ↑ 無料券WEB化 @EXCD 2018/12/18 */
div#contents div.attention {
	margin : 0;
	padding : 12px 0 0 0px;
}
div#contents div.attention div.pickup {
	margin : 0 0 7px 0;
}
*html div#contents div.attention div.pickup {
	margin : 0;
}

div#contents div.column hr {
	visibility : hidden;
}
div#contents div.column {
	float : left;
	width : 240px;
}
div#contents div.column p {
	padding : 0 0 2px 0;
}
div#contents div.jumbled {
	margin : 0 0 0 14px;
}
div#contents div.jumbled p.thumbsnail {
	margin : 0 7px 0 0;
}

*html div#contents div.section div.cover {
	width : 99%;
}
*+html div#contents div.section div.cover {
	height : 100%;
}

div#contents div.backnumber div.summary {
	padding : 10px 0;
	border-top : 1px solid #9eb4c6;
}
/* ↓↓↓1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
div#contents div.backnumber div.memberOnly {
	background : #FFFFCC;
}
/* ↑↑↑1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
div#contents div.detail div.section div.thumbnail,
div#contents div.mobile div.section div.thumbnail {
	float : left;
	width : 200px;
}
/* ↓↓↓1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
div#contents div.detail div.section div.thumbnail p.center{
	text-align : center;
}
/* ↑↑↑1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
div#contents div.detail div.section div.summary,
div#contents div.mobile div.section div.summary {
	float : right;
	width : 270px;
}
div#shell div#contents div.mobile div.section div.thumbnail {
	width : 240px;
}
div#shell div#contents div.mobile div.section div.thumbnail p {
	margin : 10px 0 0 0;
	padding : 0;
}
div#contents div.mobile div.section div.summary {
	width : 240px;
}
div#contents div.mobile div.summary p {
	padding : 10px 0;
}
div#contents div.detail div.section div.thumbnail ul,
div#contents div.section div.thumbnail p.thumbs_movie {
	margin : 0 0 0 4px;
	padding : 5px 0 0 0;
	width : 193px;
	height : 100px;
}
div#contents div.newscaption{
	background : #ecf1f7;
}
div#contents div.detail div.section div.thumbnail ul {
	height : auto;
}
div#contents div.section div.thumbnail p.thumbs_movie {
	margin : 20px 0 10px 0;
	height : 140px;
	text-align : cecnter;
}
div#contents div.section div.thumbnail p.thumbs_movie img {
	margin : 0 10px;
	text-align : center;
}
div#contents div.detail div.section div.thumbnail ul li {
	float : left;
	padding : 0 0 8px 0;
	background : none;
	width : 48px;
	text-align : center;
}
div#contents div.detail div.section div.thumbnail ul.column2 li {
	float : left;
	padding : 2px 0 5px 0;
	background : none;
	width : 100px;
	text-align : center;
}

div#contents div.filter div.section div.thumbnail p {
	float : left;
	margin : 10px 20px 10px 0;
}

div#contents div.filter div.section div.summary div.detail {
	margin : 0 0 10px 0;
	padding : 2px 0 10px 0;
	border-bottom : 1px dotted #9cb5c9;
	height : 100%;
}
div#contents div.opt div.section div.summary p.thumbsnail,
div#contents div.filter div.section div.summary div.detail p {
	margin : 0;
	padding : 0 0 3px 0;
	line-height : 1.2;
}
div#contents div.opt div.section div.summary p.thumbsnail {
	padding : 0 5px 3px 0;
}

div#contents div.opt div.section hr {
	display : block;
	margin : -15px 0 0 0;
	height : 5px;
}

*+html>/**/body div#contents div.opt div.section div.summary hr {
	height : 1px;
}
*html div#contents div.filter div.section div.summary div.detail {
	padding : 2px 0 0 0;
}
*+html div#contents div.filter div.section div.summary div.detail {
	padding : 2px 0 0 0;
}
*+html>/**/body div#contents div.filter div.section div.summary div.detail {
	padding : 2px 0 15px 0;
}
div#contents div.section div.view hr {
	display : block;
	margin : -10px 0 0 0;
	height : 5px;
}
*html div#contents div.section div.view hr {
	margin : -15px 0 0 0;
	height : 5px;
}
div#contents div.section div.view {
	padding : 1px;
}
div#contents div.section div.info {
	margin : 10px 0 0 0;
}
div#contents div.section div.info p {
	padding : 0 0 2px 0;
	line-height : 1.2;
}
div#contents div.section div.info p a {
	font-weight : bold;
}
div#contents div.detail div.section div.summary p.navi {
	font-size : 11px;
}
div#contents div.detail div.section div.summary p.navi a {
	font-weight : normal;
}
div#contents div.section div.view p.clip {
	margin : 0 5px;
	font-size : 12px;
	font-weight : bold;
}
div#contents div.section div.view p.caption {
	margin : 0 5px;
	font-size : 11px;
}
*html div#contents div.detail div.section div.summary p.navi,
*html div#contents div.section div.view p.caption {
	font-size : 9px;
}
*+html div#contents div.detail div.section div.summary p.navi,
*+html div#contents div.section div.view p.caption {
	font-size : 9px;
}
*+html>/**/body div#contents div.detail div.section div.summary p.navi,
*+html>/**/body div#contents div.section div.view p.caption {
	font-size : 11px;
}
div#contents div.section div.notice {
	color : #ff0000;
}
div#contents div.section div.notice2 {
	color : #ff0000;
	margin: 0 0 20px 0;
}

div.digest div.rank,
div.digest p.rank {
	float : left;
	margin : 3px 0 0 0;
	width : 35px;
	min-height : 14px;
}
*html div.digest div.rank,
*html div.digest p.rank {
	height : 14px;
}
div#contents div.digest p {
	float : left;
	width : 400px;
}
div#contents div.point hr {
	width : 100%;
}
div#contents div.digest div.rank p {
	padding : 0;
	width : 35px;
	min-height : 14px;
	line-height : 1;
}
div#contents div.digest div.point p {
	width : 458px;
}
div#contents div.digest div.point p.rank {
	width : 35px;
}

div#contents div.related ul li {
	position : relative;
}
div#contents div.related div.digest div.rank {
	float : left;
	min-height : 14px;
	line-height : 1;
}
*html div#contents div.related div.digest div.rank {
	height : 14px;
}
div#contents div.related div.digest p {
	float : none;
	padding : 3px 0 5px 0;
}
div#contents div.related div.digest div.rank p {
	padding : 0;
}
div#contents div.related ul li span.summary {
	display : block;
	margin : -15px 0 0 70px;
	width : 405px;
}
div#contents div.related ul li span.summary img.normal{
	width:80px;
}
div#contents div.related p span.summary {
	display : block;
	margin : -16px 0 0 105px;
	width : 385px;
}
*html div#contents div.related p span.summary {
	margin : -16px 0 0 70px;
}
*+html div#contents div.related p span.summary {
	margin : -16px 0 0 70px;
}
div#contents div.ranking div.point {
	clear : both;
	margin : 0 0 4px 0;
}

div#contents div.ranking div.digest div.point {
	margin : 0;
}
div#contents div.digest p {
}
div#contents div.ranking div.point p.thumbsnail{
	margin : 3px 8px 0 0;
}

div#contents div.information div.section,
div#contents div.fresh div.section,
div#contents div.fresh p.writer {
	margin : 10px 0 10px 0;
	padding : 10px;
	background : #f5fafe;
	border : 1px solid #51a3d3;
}
div#contents div.fresh div.section {
	margin : 0 0 20px 0;
	padding : 10px;
}
div#contents div.fresh p.writer {
	margin : 0;
	padding : 10px;
	border : none;
	border-top : 1px solid #51a3d3;
	border-left : 1px solid #51a3d3;
	border-right : 1px solid #51a3d3;
	text-align : left;
}

/* ESS 2010/10/06 マイページ、マイヘブン対応 */
/* ↓直送便カテゴリ化 @KSOL 2013/07/17 */
/*div#contents div.fresh p.chokusou {*/
div#contents div.fresh table.chokusou {
	margin : 0;
/* padding : 10px; */
	padding: 10px 0px 10px 10px;
	border : none;
	border-top : 1px solid #888888;
	border-left : 1px solid #888888;
	border-right : 1px solid #888888;
	text-align : left;
	background : #FFFAE9;
}
/* ↑直送便カテゴリ化 @KSOL 2013/07/17 */

div#contents div.fresh div.chokusou {
	background : #FFFAE9;
	border : 1px solid #888888;
	margin : 0 0 20px 0;
}

/* ↓直送便カテゴリ化 @KSOL 2013/07/17 */
div#contents table.chokusou{
	width:100%
}

div#contents table.chokusou td.left{
	text-align:lfet;
}

div#contents table.chokusou td.right{
	text-align:right;
	width: 160px;
	padding-right:2px;
	padding-left:2px;
}

div#contents table.chokusou td.right span.tencho_category_mark {
	display:inline-block;
	text-align:center;
	border-radius:3px 3px;
	border-width: 1px;
	border-style:solid;
	width:90px;
}

div#contents table.chokusou td.right span.tencho_category_mark_no {
	display:inline-block;
	text-align:center;
	width:90px;
}
/*
div#contents div.fresh p.chokusou span.time_stamp {
	display : block;
	margin : -15px 0 0 380px;
	text-align : right;
}
*html div#contents div.fresh p.chokusou span.time_stamp {
	width : 100%;
}
*/
/* ↑直送便カテゴリ化 @KSOL 2013/07/17 */
/* ESS 2010/10/06 マイページ、マイヘブン対応 */

div#contents div.fresh p.writer span.stamp {
	display : block;
	margin : -15px 0 0 380px;
	text-align : right;
}
*html div#contents div.fresh p.writer span.stamp {
	width : 100%;
}

div#contents div.favorite_shop,
div#contents div.favorite_girl,
div#contents div.favorite_community {
	margin : 0 0 5px 0;
	padding : 0;
}
div#contents div.favorite p.note {
	margin : 3px 0 0 0;
	padding : 0;
	background : none;
	font-size : 10px;
	text-align : left;
}
*html div#contents div.favorite p.note {
	letter-spacing : 0.5;
	font-size : 9px;
}
*+html div#contents div.favorite p.note {
	font-size : 9px;
}
*+html>/**/body div#contents div.favorite p.note {
	font-size : 10px;
}
div#contents div.gift ul {
	margin : 10px 0;
}
div#contents div.gift ul li {
	padding : 0;
	background : none;
}
div#contents div.mobile_info {
	margin : 0;
}
div#contents div.qr {
	position : relative;
	overflow : hidden;
	margin : 20px 0 10px 0;
	padding : 0 0 10px 0;
	background : #fff9d7;
	height : 180px;
}
div#contents div.qr p.thumbnail {
	position : absolute;
	display : block;
	top : 36px;
	left : 10px;
	width : 120px;
	height : 141px;
}
div#contents div.qr div.summary {
	position : absolute;
	top : 36px;
	right : 20px;
	width : 320px;
}
div#contents div.qr form {
	margin : 20px 0 0 0;
	text-align : right;
}
div#contents div.qr form p {
	padding : 0 0 5px 0;
	margin : 0;
}
div#contents div.qr form p input {
	padding : 0 10px;
}
div#contents div.function {
	margin : 0;
	padding : 0 0 20px 0;
	background : #fff9d7 url(../../img/icon/contents/mobile/info.gif) no-repeat 10px 35px;
}
div#contents div.function div.summary p {
	padding : 0 5px 5px 5px;
}
div#contents div.function div.summary {
	margin : 0 10px 0 210px;
}

div#contents div.introduction {
	margin : 0;
	padding : 0 0 20px 0;
	background : #F5FAFF url(../../img/icon/contents/step/preview.gif) no-repeat 10px 35px;
}
div#contents div.introduction div.summary p {
	padding : 0 5px 5px 5px;
}
div#contents div.introduction div.summary {
	margin : 10px 10px 0 210px;
	height : 290px;
}

div#contents.assist ul,
div#contents.assist p {
	margin : 0 0 0 10px;
}
div#contents.assist ul li {
	padding : 3px 0;
	background : none;
}
div#contents.rss div.note_area p a {
	display : block;
	margin : 20px 0 0 0;
}
div#contents.rss ul,
div#contents.rss p {
	margin : 0 0 0 10px;
}
div#contents.rss div.area p,
div#contents.rss ul li {
	padding : 3px 0 3px 20px;
	background : url(../../img/icon/accessory/option/rss.gif) no-repeat 0 0.4em;
}
div#contents div.new ul {
	margin : 0 0 0 10px;
}
div#contents p.map {
	position : relative;
	left : -10px;
}
div#contents p.video {
	margin : 10px 0;
	text-align : center;
}

div#contents div.request em {
	color : #ff0033;
}
div#contents div.request ul {
	margin : 5px 0 0 0;
}
div#contents div.request ul li {
	padding : 1px 0 1px 15px;
}
div#contents div.request p {
	padding : 0 0 5px 0;
}
div#contents div.request dl {
	margin : 5px 0;
	border : 1px solid #9cb5c9;
	border-top : none;
}
div#contents div.request dl dt {
	background : #eff8ff;
	border-top : 2px solid #9cb5c9;
	border-bottom : 1px dotted #9cb5c9;
	margin : 0;
	font-weight : bold;
}
div#contents div.request dl dd {
	margin : 0;
	padding : 5px 10px 10px 10px;
}
div#contents div.request dl dd div.section {
	padding : 5px 0;
	border-top : 1px dotted #9cb5c9;
}
div#contents div.request address {
	margin : 20px 0 0 0;
	padding : 5px 0 0 0;
	border-top : 1px dotted #1694d3;
}
div#contents div.request div.note {
	margin : 0 0 5px 0;
	padding : 10px;
	border : 1px solid #1192d4;
	text-align : left;
}
div#contents div.request p.banner {
	margin : 5px 0 5px 0;
	text-align : center;
}

div#contents div.choice h4,
div#contents div.choice h5 {
	font-weight : bold;
}
div#contents div.choice h4 {
	margin : 5px 0 0 0;
}

div#contents div.choice table {
	margin : 0 5px 10px 5px;
	text-align : left;
	width : 480px;
}
div#contents div.choice table tr {
	clear : both;
}
div#contents div.choice table td {
	padding : 2px 0;
}
div#contents div.choice td label {
	display : block;
	float : left;
	width : 75px;
}
div#contents div.choice tr.free label {
	display : inline;
	float : none;
	width : auto;
}

div#contents div.choice ul {
	margin : 0 10px 5px 10px;
	padding : 0;
}
div#contents div.choice p {
	margin : 0;
	padding : 3px;
}
*html div#contents div.choice p input {
	margin : 0 0 1px 0;
}
*+html div#contents div.choice p input {
	margin : 0 0 1px 0;
}
div#contents div.choice p.outturn {
	margin : 5px 0;
	padding : 5px;
	background : #f5fafe;
	font-weight : bold;
}
div#contents div.choice div.note {
	margin : 7px 0;
	padding : 5px 7px;
}


div#contents p.info_note {
	margin : 0;
	padding : 0;
	text-align : right;
}

div#contents div.submit {
	margin : 15px 20px 15px 20px;
	padding : 15px 0;
	background : #e9f5fc;
	text-align : center;
}
div#contents div.submit input {
	margin : 0 5px;
}

div#contents div.search_link_field {
    width:495px;
    background-color:#fcffd4;
    margin-top:5px;
}

div#contents div.search_link_inside_field {
    padding:5px;
    text-align:left;
}

div#contents div.search_link_inside_field .title {
    text-align:right;
    font-size:11px;
    color:#666666;
}

div#contents div.search_link_inside_field a { font-weight:bold; }

div#contents div.k_search_link_top {
    margin-top:-5px;
    margin-bottom:10px;
}

/* F1.85 サーチリンクバナー画像追加対応 @ ESS 2010/12/13 START */
div#contents div.div_clear {
    clear:both;
    visibility:hidden;
    height:0;
}

div#contents div.search_link_img_field {
    width:50px;
    height:50px;
    float:left;
    padding-right:3px;
}
div.search_link_text{
	padding-bottom: 10px;
}
/* F1.85 サーチリンクバナー画像追加対応 @ ESS 2010/12/13 END */

/* =====================================================================
	utilities
====================================================================== */

div#utilities h5 {
	font-size : 12px;
	background : url(../../img/icon/utilities/headline/entrance.gif) no-repeat;
}
div#utilities div.search h5 {
	/*background : url(../img/icon/utilities/headline/search.gif) no-repeat;*/
	background : url(../../img/headline/inline_orange.gif) no-repeat;
	border-top: solid 1px #F79A35;
	border-left: solid 1px #F79A35;
	border-right: solid 1px #F79A35;
	color: #333333;
	text-indent: 5px;
}
div#utilities div.mobile h5 {
	background : url(../../img/icon/utilities/headline/mobile.gif) no-repeat;
}
div#utilities ul li {
	margin : 5px 0 0 10px;
	padding : 0 0 0 20px;
	background : url(../../img/icon/accessory/arrow/blue.gif) no-repeat left;
}

/* ___________________________________________________________ section */

div#utilities div.section {
	margin : 0 0 10px 0;
}
div#utilities div.section div.effect {
	padding : 10px 5px 10px 8px;
	background : #f5faff url(../../img/icon/accessory/section/blue_200.gif) no-repeat left bottom;
}
div#utilities div.banner p {
	margin : 5px 0;
	text-align : center;
}
div#utilities div.mobile p {
	line-height : 1.4;
}

/* ___________________________________________________________ field */

div#utilities fieldset {
	padding : 10px 5px 0 7px;
}
div#utilities fieldset.search {
	margin : 5px 0 10px 0;
	background : #fff7e6;
}
div#utilities fieldset input {
	border : 1px solid #6699ce;
}
div#utilities fieldset p {
	text-align : right;
}
div#utilities div.searchbg {
	margin : 5px 0 10px 0;
	padding : 0 0 8px 0;
	background : #fedbba;
	border : 1px solid #f69a35;
}
*html div#utilities div.searchbg {
	margin : 10px 0;
}
div#utilities fieldset.entrance label {
	display : block;
	float : left;
	font-size : 12px;
	width : 65px;
}
div#utilities fieldset.entrance p a {
	font-size : 0.9em;
}
*html div#utilities fieldset.entrance p a {
	font-size : 9px;
}
*html div#utilities fieldset.entrance p a,
*+html div#utilities fieldset.entrance p a {
	font-size : 9px;
}
div#utilities fieldset input#user,
div#utilities fieldset input#pass {
	margin : 0 0 5px 0;
	width : 118px;
}
div#utilities fieldset input#keyword {
	position : relative;
	top : -8px;
	margin : 0 3px 0 0;
	padding : 2px;
	color : #909090;
	width : 125px;
}
*html div#utilities fieldset input#keyword {
	top : -6px;
	padding : 3px 2px;
}
*+html div#utilities fieldset input#keyword {
	top : -6px;
}
div#utilities fieldset input#search {
	border : none;
}
div#utilities input.login{
	margin : 0 0 10px 68px;
	border : none;
	font-size : 12px;
}
div#utilities input.member {
	margin : 0 0 20px -8px;
	border : none;
	font-size : 12px;
	float:left;
}
div#utilities input.logout{
	margin : 0 -5px 20px 0;
	border : none;
	font-size : 12px;
	float:right;
}
div#utilities input.member {
	padding : 0 0 0 10px;
}
div#utilities fieldset input#all,
div#utilities fieldset input#news,
div#utilities fieldset input#stores,
div#utilities fieldset input#girls {
	padding : 0 5px 5px 0;
	border : none;
}
div#utilities div.searchbg fieldset label {
	margin : 0 0 5px 0;
}
*html div#utilities div.searchbg fieldset label {
	font-size : 10px;
}
*+html div#utilities div.searchbg fieldset label {
	zoom : 1;
	vertical-align : middle;
	font-size : 10px;
}

/* ___________________________________________________________ banner */

div#utilities p.member {
	overflow : hidden;
	background : url(../../img/icon/utilities/banner/member.gif) no-repeat;
}
div#utilities p.member,
div#utilities p.member a {
	width : 200px;
	height : 49px;
}
div#utilities p.member a {
	display : block;
	padding : 55px 0 0 0;
	border-bottom : 1px solid #ffffff;
}
/* div#utilities div.search ul {
	padding : 10px 0;
	border : 1px solid #f79a35;
	background : #fff7e6;
} */
div#utilities div.search ul {
	padding : 5px 0;
	border : 1px solid #f79a35;
	background : #FFFCDB;
	text-align:center;
}
div#utilities div.search ul li {
	overflow : hidden;
	margin : 0 0 5px 0;
	padding : 0 7px;
}
div#utilities div.search ul li a {
	padding : 110px 0 0 0;
	display : block;
	border-bottom : 1px solid #fff7e6;
}
div#utilities div.search ul li,
div#utilities div.search ul li a {

}
div#utilities div.search ul li.search {
	background : url(../../img/icon/utilities/banner/the_search.gif) no-repeat top center;
	height : 110px;
}
div#utilities div.search ul li.machi {
    background : url(../../img/standbyGirls/standbyGirls.jpg) no-repeat top center;
    height : 70px;
    margin:0 0 5px 0;
}
div#utilities div.search ul li.event {
	background : url(../../img/icon/utilities/banner/event2.gif) no-repeat top center;
	height : 50px;
	margin:5px 0 5px 0;
}
div#utilities div.search ul li.check_in {
	background : url(../../img/icon/utilities/banner/check_in2.gif) no-repeat top center;
	height : 50px;
	margin:0 0 5px 0;
}
div#utilities div.search ul li.new_face {
	background : url(../../img/icon/utilities/banner/new_face2.gif) no-repeat top center;
	height : 50px;
	margin:0 0 5px 0;
}
div#utilities div.search ul li.go {
	/*background : url(../img/icon/utilities/banner/riq102.gif) no-repeat top center;*/
	background : url(../../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 55px;*/
	height : 25px;
/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/03/31 */
	/*margin:0 0 0 0;*/
	margin:0 0 8px 0;
/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/03/31 */
}
div#utilities div.search ul li.shop {/* 修正 */
	/*background : url(../img/icon/utilities/banner/shop2.gif) no-repeat top center;*/
	background : url(../../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 55px;*/
	height : 25px;
	margin:0 0 8px 0;
}
div#utilities div.search ul li.deli {/* 修正 */
	/*background : url(../img/icon/utilities/banner/deli2.gif) no-repeat top center;*/
	background : url(../../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 55px;*/
	height : 25px;
	margin:0 0 8px 0;
}
div#utilities div.search ul li.girl {/* 修正 */
	/*background : url(../img/icon/utilities/banner/girl2.gif) no-repeat top center;*/
	background : url(../../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 55px;*/
	height : 25px;
	margin:0 0 8px 0;
}
/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/03/31 */
div#utilities div.search ul li.osu {
	background : url(../../img/button/search_btn_bar.gif) no-repeat top center;
	height : 25px;
	margin:0 0 8px 0;
}
/* --} 保守対応（雑誌出稿店オススメ検索機能2） @ ESS 2011/07/4 */
div#utilities div.search ul li.osu2 {
	background : url(../../img/button/search_btn_bar2.gif) no-repeat top center;
	height : 40px;
	margin:0 0 8px 0;
}

/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/03/31 */

div#utilities div.search ul li.shop a,
div#utilities div.search ul li.deli a,
div#utilities div.search ul li.girl a,
/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/03/31 */
/*div#utilities div.search ul li.go a {*/
div#utilities div.search ul li.go a,
div#utilities div.search ul li.osu a {
/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/03/31 */
	color: #333333;
	padding : 5px 0 0 0;
	display : block;
	border-bottom : none;
}
div#utilities div.search ul li.osu2 a {
/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/07/4 */
	color: #333333;
	padding : 10px 0 0 0;
	display : block;
	border-bottom : none;
}


/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/04/04 */
div#contents div.osusume_shop {
    text-indent : 45px;
    line-height : 26px;
    color : #FFFFFF;
    height : 26px;
    font-weight : bold;
    background : url(../../img/icon/contents/headline/osusume_shop.gif) no-repeat;
}
/* --} 保守対応（雑誌出稿店オススメ検索機能） @ ESS 2011/04/04 */
/*hover*/
/*table td.navH_h, #utilities .search ul li.navH_h {
    position: relative;
    cursor: pointer;
    overflow: visible;
}
table td.navH_h:hover .balloon, #utilities .search ul li.navH_h:hover .balloon {
    display: block;
}
#utilities .search ul li.navH_h .balloon {
    position: absolute;
    top: -10px;
    left: 195px;
    z-index: 3;
    display: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
}
table td.navH_h .balloon{
	position: absolute;
    top: -13px;
    left: 105px;
    z-index: 3;
    display: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
}
table td.navH_h .balloon ul.kensakuBox, #utilities .search ul li.navH_h .balloon ul.kensakuBox {
    width: 240px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #999;
    border: none;
}
table td.navH_h .balloon ul.kensakuBox{
	background-color:#fff !important;
}
td.navH_h .kensakuList{
	background:none !important;
}
td.navH_h .kensakuList > a{
	padding-top:6px !important;
}
table ul li.kensakuList a{
	border-bottom:0 !important;
}
table td.navH_h ul{
	border:0 !important;
}
table td.navH_h .balloon ul.kensakuBox li.kensakuList, #utilities .search ul li.navH_h .balloon ul.kensakuBox li.kensakuList {
    width: 70px;
    float: left;
    background: none;
    margin: 0;
    padding: 0 5px;
}
table td.navH_h .balloon ul.kensakuBox li.kensakuList a, #utilities .search ul li.navH_h .balloon ul.kensakuBox li.kensakuList a {
    background: none;
    padding: 0;
    color: #36C;
    border: 0;
    box-shadow: none;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
}
table td.navH_h .balloon:before, #utilities .search ul li.navH_h .balloon:before {
    border: 10px solid transparent;
    border-right-color: #fff;
    border-width: 9px;
    left: -17px;
    content: "";
    display: block;
    top: 13px;
    position: absolute;
    width: 0;
    z-index: 4;
}
table td.navH_h .balloon:after, #utilities .search ul li.navH_h .balloon:after {
    border: 10px solid transparent;
    border-right-color: #aaa;
    border-width: 9px;
    left: -18px;
    content: "";
    display: block;
    top: 13px;
    position: absolute;
    width: 0;
}
*/
/*hover*/

/** shamelar Start */

div#utilities table.shamelar_block{
	background: url(../../img/accessory/shamera/shamera.gif) no-repeat;
	margin-bottom: 8px;
}

div#utilities div.shamelar_img{
	position: relative;
}

div#utilities div.shamelar_img img.shamelar_pickup{
	position: absolute;
	top: -6px;
	left: -6px;
}

div#utilities td.shamelar_txt{
}

div#utilities td.shamelar_txt a{
	font-weight: bold;
}

/** shamelar End */

div#utilities div.block_part{
	border: solid 1px #9EB4C6;
}
div#utilities div.block_part_girl {
	border: solid 1px #FF68B9;
}
div#utilities div.block_part h5{
	background : url(../../img/headline/inline.gif);
}
div#utilities div.block_part_girl h5 {
	background : url(../../img/headline/inline_pink.gif);
}
div#utilities div.block_part h5,
div#utilities div.block_part_girl h5 {
	color:#333333;
	font-weight:bold;
	height: 25px;
	text-indent: 5px;
	position:relative;
}
div#utilities div.block_part h5 span,
div#utilities div.block_part_girl h5 span {
	position:absolute;
	right:2px;
	top:0;
	line-height:26px;
}
div#utilities div.block_part div.block_contents {
	padding: 5px 8px 5px;
}
div#utilities div.block_part_girl div.block_contents {
	padding: 5px 4px 5px;
}

div#utilities div.block_contents p.thumbnail {
	padding: 5px;
}

.pr_banner_area{
width:243px;
text-align:center;
background-color:#F5FAFF;
border:1px solid #51a3d3;
margin:0 0 10px 0;
padding:15px 0 0 0;
}

* html div.pr_banner_area {
width:245px;
}

/* _____________ 各エリア左カラムバナー用 _____________ */
div#utilities div.search ul li.h_01 {
	background : url(../../img/icon/utilities/banner/h_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.h_02 {
	background : url(../../img/icon/utilities/banner/h_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.h_03 {
	background : url(../../img/icon/utilities/banner/h_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.th_01 {
	background : url(../../img/icon/utilities/banner/th_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.th_02 {
	background : url(../../img/icon/utilities/banner/th_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.th_03 {
	background : url(../../img/icon/utilities/banner/th_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.tt_01 {
	background : url(../../img/icon/utilities/banner/tt_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.tt_02 {
	background : url(../../img/icon/utilities/banner/tt_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.tt_03 {
	background : url(../../img/icon/utilities/banner/tt_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.y_01 {
	background : url(../../img/icon/utilities/banner/y_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.y_02 {
	background : url(../../img/icon/utilities/banner/y_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.y_03 {
	background : url(../../img/icon/utilities/banner/y_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.t_01 {
	background : url(../../img/icon/utilities/banner/t_01.gif) no-repeat top center;
	height : 65px;
}
div#utilities div.search ul li.t_02 {
	background : url(../../img/icon/utilities/banner/t_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.t_03 {
	background : url(../../img/icon/utilities/banner/t_03.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.t_04 {
	background : url(../../img/icon/utilities/banner/t_04.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.t_05 {
	background : url(../../img/icon/utilities/banner/t_05.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.hr_01 {
	background : url(../../img/icon/utilities/banner/hr_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.hr_02 {
	background : url(../../img/icon/utilities/banner/hr_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.hr_03 {
	background : url(../../img/icon/utilities/banner/hr_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.k_01 {
	background : url(../../img/icon/utilities/banner/k_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.k_02 {
	background : url(../../img/icon/utilities/banner/k_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.k_03 {
	background : url(../../img/icon/utilities/banner/k_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.s_01 {
	background : url(../../img/icon/utilities/banner/s_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.s_02 {
	background : url(../../img/icon/utilities/banner/s_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.s_03 {
	background : url(../../img/icon/utilities/banner/s_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.cg_01 {
	background : url(../../img/icon/utilities/banner/cg_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.cg_02 {
	background : url(../../img/icon/utilities/banner/cg_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.cg_03 {
	background : url(../../img/icon/utilities/banner/cg_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.q_01 {
	background : url(../../img/icon/utilities/banner/q_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.q_02 {
	background : url(../../img/icon/utilities/banner/q_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.q_03 {
	background : url(../../img/icon/utilities/banner/q_03.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.q_04 {
	background : url(../../img/icon/utilities/banner/q_04.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.km_01 {
	background : url(../../img/icon/utilities/banner/km_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.km_02 {
	background : url(../../img/icon/utilities/banner/km_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.km_03 {
	background : url(../../img/icon/utilities/banner/km_03.gif) no-repeat top center;
	height : 60px;
}







div#utilities div.rss h5 {
	background : url(../../img/icon/utilities/headline/rss.gif) no-repeat;
}
div#utilities p.thumbnail {
	text-align : center;
}

/* =====================================================================
	guide
====================================================================== */

div#guide dl {/* 修正 */
	background : url(../../img/icon/guide/dl/login_bg.jpg) no-repeat;
	color:#3366CC;
	padding:1px 0 0 40px;
	margin:0 0 5px 0;
	height:47px;
}

div#guide dl dt,
div#guide dl dd {/* 修正 */
	line-height:17px;
}

* html div#guide dl{/* 修正 */
	height:46px;
}

*:first-child+html div#guide dl{/* 修正 */
	padding:1px 0 0 40px;
	height:45px;
}

/* ___________________________________________________________ headline */

div#guide h5 {
	background : url(../../img/icon/guide/headline/books.gif) no-repeat;
}
div#guide h6 {
	position : relative;
	padding : 5px 0 0 0;
	background : url(../../img/icon/guide/headline/back.gif) no-repeat;
	font-size : 12px;
	text-indent : 26px;
	line-height : 22px;
	height : 22px;
}
div#guide h6.chokuso {/* 修正 */
	position : relative;
	padding : 1px 0 2px 8px;
	/*background : url(../img/chokuso_bar.jpg) no-repeat;*/
	background : url(../../img/headline/inline.gif) no-repeat;
	font-size : 12px;
	text-indent : 0px;
	line-height : 22px;
	height : 22px;
	/*color:#FFFFFF;*/
	font-weight:bold;
	border-top: solid 1px #9EB4C6;
	border-left: solid 1px #9EB4C6;
	border-right: solid 1px #9EB4C6;
}
div#guide h6.shame {/* 修正 */
	position : relative;
	padding : 1px 0 2px 8px;
	/*background : url(../img/shame_bar.jpg) no-repeat;*/
	background : url(../../img/headline/inline.gif) no-repeat;
	font-size : 12px;
	text-indent : 0px;
	line-height : 22px;
	height : 22px;
	/*color:#FFFFFF;*/
	font-weight:bold;
	border-top: solid 1px #9EB4C6;
	border-left: solid 1px #9EB4C6;
	border-right: solid 1px #9EB4C6;
}
/* ↓20140820 ポッキリ表示 追加 */
div#guide h6.service {
	position : relative;
	padding : 1px 0 2px 8px;
	background : #FF0000;
	font-size : 12px;
	text-indent : 0px;
	line-height : 22px;
	height : 22px;
	color:#FFFFFF;
	font-weight:bold;
	border-top: solid 1px #FF0000;
	border-left: solid 1px #FF0000;
	border-right: solid 1px #FF0000;
}
div#guide h6.service a {
	color : #FFFFFF;
}
/* ↑20140820 ポッキリ表示 追加 */
div#guide h6.pr_banner {/* 修正 */
	position : relative;
	padding : 3px 0 0 8px;
	background : url(../../img/pr_bar.jpg) no-repeat;
	font-size : 12px;
	text-indent : 26px;
	line-height : 22px;
	height : 22px;
	color:#FFFFFF;
	font-weight:bold;
}
div#guide h4.girls_movie {
        position : relative;
        padding : 1px 0 2px 8px;
        background : url(../../img/headline/inline_girls.gif) no-repeat;
        font-size : 12px;
        text-indent : 0px;
        line-height : 22px;
        height : 22px;
        font-weight:bold;
        border-top: solid 1px #D3D3D3;
        border-left: solid 1px #D3D3D3;
        border-right: solid 1px #D3D3D3;
}

div#guide h4.girls_blog {
        position : relative;
        padding : 1px 0 2px 8px;
        background : url(../../img/headline/inline_girls.gif) no-repeat;
        font-size : 12px;
        text-indent : 0px;
        line-height : 22px;
        height : 22px;
        font-weight:bold;
        border-top: solid 1px #D3D3D3;
        border-left: solid 1px #D3D3D3;
        border-right: solid 1px #D3D3D3;
}

div#guide h4 a {
	position : absolute;
	top : 5px;
	right : 10px;
}

div#guide h6.chokuso a,
div#guide h6.shame a,
div#guide h6.pr_banner {/* 修正 */
	/*color:#FFFFFF;*/
}



div#guide h6 a {
	position : absolute;
	top : 5px;
	right : 10px;
}
div#guide div.section h6 {
	margin : 0 0 5px 0;
	background : transparent;
	font-weight : bold;
	text-indent : 0;
	line-height : 1;
	height : auto;
}

/* ___________________________________________________________ section */

div#guide div.section {
	margin : 0 0 10px 0;
}
div#guide div.banner p {
	margin : 0 0 5px 0;
}

div#guide div.effect {
	padding : 10px 5px;
	background : #f5faff url(../../img/icon/accessory/section/blue_245.gif) no-repeat left bottom;
}

/* ___________________________________________________________ object */

div#guide object {
	width : 245px;
}
div#guide div.manager object {
	height : 245px;
}
div#guide div.diary object {
	height : 320px;
}
/* ↓20140820 ポッキリ表示 追加 */
div#guide div.pokkiri object {
	height : 320px;
}
/* ↑20140820 ポッキリ表示 追加 */
div#guide div.new object {
	height : 125px;
}
div#guide div.nightsblog {
	border-bottom: 1px solid #CCC;
}
div#guide div.nightsblog iframe {
	width : auto;
	border: none;
}
div#guide div.girls_corner object {
        height : 245px;
}
div#guide iframe.girls {
	width : 236px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}
div#guide iframe {
	width : 243px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}

*html div#guide iframe {
	width : 245px;
}
*html div#guide iframe,
*+html div#guide iframe {
	width : 245px;
}
div#guide div.manager iframe {
	height : 217px;
}
div#guide div.diary iframe {
	height : 250px;
}
/* ↓20140820 ポッキリ表示 追加 */
div#guide div.pokkiri iframe{
	height : 250px;
	border: 1px solid #ff0000;
}
/* ↑20140820 ポッキリ表示 追加 */
div#guide div.new iframe {
	height : 125px;
}
div#guide div.girls_corner iframe {
        height : 240px;
}

div#guide div.block_part{
	border: solid 1px #9EB4C6;
}
div#guide div.block_part_girl {
	border: solid 1px #FF68B9;
}
div#guide div.block_part h5{
	background : url(../../img/headline/inline.gif);
}
div#guide div.block_part_girl h5 {
	background : url(../../img/headline/inline_pink.gif);
}
div#guide div.block_part h5,
div#guide div.block_part_girl h5 {
	color:#333333;
	font-weight:bold;
	height: 25px;
	text-indent: 5px;
	position:relative;
}
div#guide div.block_part h5 span,
div#guide div.block_part_girl h5 span {
	position:absolute;
	right:2px;
	top:0;
	line-height:26px;
}
div#guide div.block_part div.block_contents {
	padding: 5px 8px 5px;
}
div#guide div.block_part_girl div.block_contents {
	padding: 5px 4px 5px;
}

div#guide div.block_contents p.thumbnail {
	padding: 5px;
}


div#utilities h6.shinchaku a {/* 修正 */
	position : absolute;
	top : 5px;
	right : 5px;
}

div#utilities h6.shinchaku {/* 修正 */
	position : relative;
	padding : 1px 0 2px 8px;
	background : url(../../img/headline/inline.gif) no-repeat;
	font-size : 12px;
	text-indent : 0px;
	line-height : 22px;
	height : 22px;
	color:#333333;
	font-weight:bold;
	border-top: solid 1px #9EB4C6;
	border-left: solid 1px #9EB4C6;
	border-right: solid 1px #9EB4C6;
}

div.new1 iframe {/* 修正 */
	width : 198px;
	height : 200px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}

/** RightTopBanner Strat */

div#guide div.right_top_banner {
	margin-bottom: 8px;
}

/** RightTopBanner End */

/* =====================================================================
	footer
====================================================================== */

div#footer ul,
div#footer address,
div#footer p,
div#footer div#end {
	margin : 0 auto;
	padding : 0 0 3px 25px;
	text-align : left;
}
*html div#footer ul {
	margin : 0 0 0 25px;
	padding : 0;
}
*html div#footer p,
*+html div#footer p,
*+html div#footer div#end {
	font-size : 0.9em;
}
div#footer ul li {
	font-size : 1.2em;
}
div#footer address {
	margin : 15px auto 3px auto;
}
div#end,
*html div#end{
	margin : 0 auto;
	padding : 0 0 3px 0;
	text-align : left;
}
*+html div#end{
	margin : 0 auto;
	padding : 0 0 3px 0;
	text-align : left;
	font-size : 0.9em;
}

/*** @ESS 2008 9.22 tsuda ニュースページレイアウト変更につきCSS追加 ***/

div#contents div.attention ul.topnews{
	width:100%;
	border-top:solid 1px #3b97d2;
}

div#contents div.attention ul.topnews li{
	margin-top:4px;
	border-bottom:dotted 1px #3b97d2;
}

div#contents div.attention div.backnumber{
	text-align:right;
	margin-top:2px;
}

div#contents div.attention div.backnumber a{
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

/*** ランキング用バナーCSS ***/

div#guide h5.pr_banner_ranking {
	background : url(../../img/rankingHeaven/right_bar.gif) no-repeat;
}

.pr_banner_area_ranking{
background-color:#ffffff;
border:1px solid #ff6699;
}

/*** @ESS 2008 9.22 E N D ***/

/* =================================================================== */


/* =====================================================================
	em要素(イタリック)のスタイル指定 2009 2.13 @ESS
	*指定のスタイル上書き  2009 2.16 @ESS
====================================================================== */

div#contents table#tenchoInfo em,
div#contents table#tenchoInfo em *{ font-style: italic; }

div#contents table#tenchoInfo strong,
div#contents table#tenchoInfo strong *{ font-weight : bold; }

/* =====================================================================
	A5AreaFanMessageList スタイル 2010/09/8 @ ESS
====================================================================== */

div#contents div.girlmessage h3 {
	position : relative;
	background : url(../../img/icon/contents/headline/fanmail.gif) no-repeat;
}

div#contents div.icon-info {
  text-align: right;
  width: 100%;
  margin: 15px 0 5px;
}

div#contents div.icon-info table {
  border: 1px solid #36A2D8;
  margin: 0 0 0 auto;
}

div#contents div#girlmeaasge div.section {
  height: auto;
}

div#contents div#biz_area_cond {
  text-align: center;
}

div#contents div#biz_area_cond table  {
  padding: 0;
  margin: 0 auto;
}

div#contents div#biz_area_cond table td {
  vertical-align:middle;
  height: 28px;
}

div#contents div#biz_area_cond table td select {
  width: 150px;
}

/* =================================================================== */

/* ---------- ヘッダー年齢認証 2010/12/14 katsuno ---------- */
.headernenreicheck { background: url(/img/header/headernenreicheck_bg.gif) repeat-x; width: 100%; height: 25px; }
.headernenreicheck_box { width: 990px; margin: 0 auto; line-height: 24px; }
.headernenreicheck_leftbox { float: left; line-height: 24px; font-size: 11px; }
.headernenreicheck_leftbox h1{line-height: 24px; font-size: 12px; }
.headernenreicheck_leftbox img.heaven{ padding-left: 2px; }
.headernenreicheck_leftbox img.girls{ padding-left: 2px; }
.headernenreicheck_rightbox { float: right; line-height: 24px; font-size: 12px; }
@media screen and (max-width:1225px){
.headernenreicheck_rightbox { display: none; }
}
.headernenreicheck_tagbox  {
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-top: 2px;
}
.headernenreicheck_tagbox img.girls {
    padding-left: 2px;
}
/* ---------- ヘッダー年齢認証 2010/12/14 katsuno ---------- */
.headernenreicheck2 { background: url(/img/header/headernenreicheck_bg.gif) repeat-x; width: 100%; height: 25px; margin-top: 40px; clear: both;}
/* -------------------------------------------------------- */

/* ↓↓↓1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
div#contents div.news div.summary div#memberReg {
  text-align: center;
}

div#contents div.news div.summary div#memberReg img {
  vertical-align: text-top;
}

div#contents div.news div.summary div#memberReg a {
  font-weight: bold;
}
/* ↑↑↑1.85フェーズ会員限定ニュース配信機能対応 @ESS 2011/02/22 */
#wrapper {
	width: 400px;
	margin-right: auto;
	margin-left: 6px;
	margin-top: 2px;
	float: right;
}

#navi {
	height: 25px;
}

div#header ul#dd {
	padding: 0;
}
.mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.mainmenu a.menu {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
  width: 69px;
  text-decoration: none;
}
.mainmenu a.menu:hover {
}

.submenu {
  visibility: hidden;
  position: absolute;
  z-index: 3;
  font-size: 90%;
  top: 28px;
  margin-left: 1px;
}
.submenu a {
  display: table-cell;
  font-family: 'ＭＳ Ｐゴシック',Osaka;
    font-size: 90.5%;
  text-align: center;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  width: 70px;
  text-decoration: none;
  color: #333333;
  height: 24px;
  line-height: 24px;
}
.submenu a:hover {
	display: table-cell;
	background-color: #555555;
	color: #FFFFFF;
	font-family: 'ＭＳ Ｐゴシック',Osaka;
    font-size: 90.5%;
}
/* エリアテキストバナースライド表示 @ESS 2011/10/12 */
.slide_banner_frame  {
	height: 22px;
	margin: 0 0 0 0;
}
.slide_banner_frame p {
	display: none;
}
.slide_banner_frame p a {
	font-size: 13px;
}
.slide_banner_frame img {
	position: absolute;
}
.slide_banner {
	height: 22px;
	line-height: 22px;
	margin-left: 58px;
	padding:3px 0 0 0;
}
.slide_banner_wrap {
	border: #9EB4C6 solid 1px;
	width: 494px;
	margin-top: 10px;
	margin-bottom: 15px;
}
p.sidetext {
	padding-top: 1px;
}
p.sidetext,  x:-moz-any-link  { padding-top: 0px; }
/* エリアテキストバナースライド表示 @ESS 2011/10/12 */

/* 写メ日記ネタ @ESS 2011/10/12 */
div.diaryneta {
	margin-top: 15px;
}
div#contents div.diaryneta h2 {
    background : url(../../img/icon/contents/headline/diaryneta.gif) no-repeat;
	height:26px;
	padding:0px 0 0 0px;
	font-weight:bold;
}

div.machi_search2 {
    width:485px;
    _width:495px;
    height:79px;
    background-color:#FFECFC;
    padding:10px 0 0 10px;
}
/* 写メ日記告知バナー */
#diaryfooter {
	background: rgba(0, 0, 0, 0.7);
	color: #F2F0F0;
	z-index: 3000;
}
#diaryfooter .item {
	width: 90%;
	margin: 0 auto;
}
#diaryfooter .description {
	height: 120px;
	overflow: hidden;
}
#diaryfooter .description2 {
	height: 62px;
	overflow: hidden;
}
#diaryfooter2 {
	background: rgba(0, 0, 0, 0.7);
	color: #F2F0F0;
	position: fixed;
	bottom: 0;
	width: 100%;
}
#diaryfooter2 .item {
	width: 100%;
	margin: 0 auto;
}
#diaryfooter2 .description {
	height: 120px;
	overflow: hidden;
}
div.topfooter {
	margin-bottom: 150px;
}
.hd {
    background: #f0f5ff;
    border-top: 1px solid #9EB4C6;
	border-left: 1px solid #9EB4C6;
	border-right: 1px solid #9EB4C6;
	font-size: 12px;
    margin: 0;
    text-indent: 0;
	display: block;
	overflow: hidden;
}
#fuzoku_news .tab {
    position: relative;
    z-index: 1;
}
#fuzoku_news .tab .on {
    border-top-color: #57718F;
}
#fuzoku_news .tab .on {
    margin-bottom: -2px;
    padding: 0;
    z-index: 200;
}
#fuzoku_news .tab li {
    border-bottom-color: #9BAAB1;
    border-top-color: #9FB7D4;
}
#fuzoku_news .tab li.tab0 {
	background: #FFFFFF;
    float: left;
    position: relative;
    text-align: center;
    width: 26%;
	padding: 0;
}

#fuzoku_news .tab li.tab2on {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 18.5%;
}
#fuzoku_news .tab .tab2on span {
    border-bottom: 1px solid #ffffff;
}
.tab .tab2on a, .tab .tab2on a:visited {
    color: #000000;
    text-decoration: none;
}
#fuzoku_news .tab li.tab00 {
	background: #FFFFFF;
    float: left;
    position: relative;
    text-align: center;
    width: 16%;
	padding: 0;
}
#fuzoku_news .tab li.tab0 span a{
	font-weight: bold;
}
#fuzoku_news .tab li.tab1 {
	border-bottom: 1px solid #9EB4C6;
    float: left;
    position: relative;
    text-align: center;
    width: 21%;
	background: none;
	padding: 0;
}
#fuzoku_news .tab li.tab2 {
	border-bottom: 1px solid #9EB4C6;
	background: #f0f5ff;
    float: left;
    position: relative;
    text-align: center;
    width: 18.5%;
	background: none;
	padding: 0;
}
#fuzoku_news .tab li.tab3 {
    float: right;
    position: relative;
    text-align: right;
	background: none;
	padding-right: 5px;
	padding-top: 4px;
	display: block;
	border-bottom: 1px solid #9EB4C6;
	width: 30.9%;
}
#fuzoku_news .tab li.tab4 {
    float: right;
    position: relative;
    text-align: right;
	background: none;
	padding-right: 5px;
	padding-top: 4px;
	display: block;
	border-bottom: 1px solid #9EB4C6;
	width: 48.9%;
}
#fuzoku_news .tab li.tab4_tt {
    float: right;
    position: relative;
    text-align: right;
	background: none;
	padding: 4px 3px 5px;
	display: block;
	border-bottom: 1px solid #9EB4C6;
	width: 30.7%;
}
#fuzoku_news .tab li.tab6 {
	border-bottom: 1px solid #9EB4C6;
	background: #f0f5ff;
    float: left;
    position: relative;
    text-align: center;
    width: 16.8%;
	background: none;
	padding: 0;
}
#fuzoku_news .tab li.tab2_st{
	width:14.8%;
}
.tab .on {
    font-weight: bold;
}
#fuzoku_news .tab .on span, #fuzoku_news .tab .off span {
    border-right-color: #9BAAB1;
}
#fuzoku_news .tab .on span {
    border-bottom: 1px solid #FFFFFF;
}
#fuzoku_news .tab li span {
    border-bottom-color: #9BAAB1;
    border-right-color: #9FB7D4;
}
#fuzoku_news .tab li.tab3 span {
    border-right: none;
    display: block;
    position: relative;
    z-index: 9;
}
#fuzoku_news .tab li span {
    border-right: 1px solid;
	border-right-color: #9FB7D4;
    display: block;
    margin-bottom: -1px;
    position: relative;
    z-index: 9;
}
#fuzoku_news .tab li span a {
    display: block;
    margin-right: -2px;
    padding: 4px 2px 5px 0;
    position: relative;
}
.tab .on a, .tab .on a:visited {
    color: #000000;
    text-decoration: none;
}
.tab li a {
    outline: medium none;
}
p.diarynew {
	position:relative;
	line-height: 27px;
}
p.diarynew span {
	position:absolute;
	top:-8px;
	left:3px;
}
p.chokusonew {
	position:relative;
	line-height: 27px;
	z-index: 1;
}
p.chokusonew span {
	position:absolute;
	top:-8px;
	left:3px;
}
div.nightsarrow{
	height: 64px;
	width: 78px;
    position: absolute;
    right: 0px;
    top: 2px;
	background: url("//img.cityheaven.net/img/arrow/nightszenkoku_arrow2.png") no-repeat;
}
div.nightsarrow a{
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 78px;
}
div.nightsarrow:hover{
	background-position: bottom;
}
/*20151020東海追加
---------------------*/
div.nightsarrow_t{
	height: 64px;
	width: 78px;
    position: absolute;
    right: 0px;
    top: 2px;
	background: url("//img.cityheaven.net/img/arrow/nightszenkoku_arrow_t.png") no-repeat;
}
div.nightsarrow_t a{
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 78px;
}
div.nightsarrow_t:hover{
	background-position: bottom;
}


/* -----↓navWide（関東まとめ版へのバナー用。対象エリア：東京、神奈川、埼玉、千葉）----- */
#navWide{
	width:990px;
	margin:0 auto;
}
@media screen and (max-width:1220px){
#navWide{
	display:none;
}
}
#navWide ul{
	position:fixed;
	top:380px;
	z-index:10;
}
#navWide li{
	margin-bottom:10px;
	margin-left:-100px;
}
#navWide li a{
}
.kanto-matome,
.kansai-matome{
	margin-left: 20px;
}
.kanto-matome a,
.kansai-matome a{
	background-color: #999;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px 10px;
}
/* -----↑navWide----- */


/* -----↓bannerJack----- */
div#contents .bannerJack{
	position:relative;
}
div#contents .bannerJack .bannerJackLeft{
	position:absolute;
	right:730px;
	top:0;
}
div#contents .bannerJack .bannerJackRight{
	position:absolute;
	left:775px;
	top:0;
}
div#contents .bannerJack ul li{
	margin-bottom:10px;
	padding:0;
	background:none;
}
div#contents .bannerJack ul li img{
	vertical-align:top;
}
/* -----↑bannerJack----- */


/* -----↓bannerFB----- */
.bannerFB{
	margin-top:10px;
}
.bannerFB p{
	margin-bottom:10px;
	padding:0;
}
.bannerFB p a img{
	max-width:100%;
}
/* -----↑bannerFB----- */
div#sp_link {
    width:101%;
    height:130px;
    margin-top:40px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.10, rgb(0,196,255)),
        color-stop(0.70, rgb(215,250,247))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(0,196,255) 18%,
        rgb(215,250,247) 59%
    );
}
@media screen and (min-width: 600px) and (max-width: 1225px) {
div#sp_link {
	display: none !important;
}
a#sp_link {
	display: none !important;
}
} 
a#sp_link {
    text-decoration:none;
    margin:0;
    padding:0;
}
a#sp_link img {
    margin-top:15px;
}

/* ↓ポップメニュー 20150128 */
ul#genre.popup_area_k > li{
	position:relative;
}
ul#genre.popup_area_k > li .popMenuOuter{
	position:absolute;
	padding-top:5px;
	opacity:0;
	z-index:-1;
	transition-duration:0.5s;
	white-space:nowrap;
	left:0;
	top:100%;
}
ul#genre.popup_area_k > li:hover .popMenuOuter{
	display:block;
	opacity:1;
	z-index:100;
}
ul#genre.popup_area_k > li .popMenuOuter .popMenu{
	background-color:#fff;
	border:2px solid #00adff;
	border-radius:5px;
	position:relative;
	height:auto;
	padding:5px;
}
ul#genre.popup_area_k > li .popMenuOuter .popMenu:before{
	content:"";
	display:block;
	position:absolute;
	border-color:transparent transparent #fff;
	border-style:solid;
	border-width:0 7px 10px;
	top:-6px;
	left:3em;
	margin-left:-7px;
	z-index:2;
}
ul#genre.popup_area_k > li .popMenuOuter .popMenu:after{
	content:"";
	display:block;
	position:absolute;
	border-color:transparent transparent #00adff;
	border-style:solid;
	border-width:0 7px 10px;
	top:-10px;
	left:3em;
	margin-left:-7px;
}
ul#genre.popup_area_k > li .popMenuOuter .popMenu p{
	padding:0;
}
ul#genre.popup_area_k > li .popMenuOuter .popMenu p a{
	margin:0;
	display:inline-block;
	background:NONE !important;
	padding:0 0 0 !important;
}
ul#genre.popup_area_k > li .popMenuOuter .popMenu p a:nth-of-type(n+2){
	margin-left:10px !important;
}
/* ↑ポップメニュー 20150128 */


/* -----↓blogGirlTop----- */
#contents .blogGirlTop{
	border:1px solid #ccc;
	margin-bottom:20px;
}
#contents .blogGirlTop .clearfix:after{
	content:"";
	display:block;
	clear:both;
}
#contents .blogGirlTop .blogGirlTopTitle{
}
#contents .blogGirlTop .blogGirlTopTitle h2{
	height: 17px;
	text-indent: 0px;
	line-height: normal;
	font-weight: bold;
	padding: 7px 15px;
	background: url(../../img/diaryContents/center_line.png) repeat-x;
	line-height: 15px;
	color:#333;
}
#contents .blogGirlTop .blogGirlTopTitle h2 a{
	font-weight: bold;
	color:#333;
}
#contents .blogGirlTop .boxList{
	padding:3px 10px 10px;
}
#contents .blogGirlTop .boxList li{
	background:none;
	padding:0;
}
#contents .blogGirlTop .boxList .box{
	float:left;
	width:110px;
	margin-left:11px;
}
#contents .blogGirlTop .boxList .box:nth-of-type(n+5){
	margin-top:13px;
}
#contents .blogGirlTop .boxList .box:nth-of-type(4n+1){
	margin-left:0;
	clear:both;
}
#contents .blogGirlTop .boxList .box a{
	display:block;
	text-decoration:none;
	position:relative;
}
#contents .blogGirlTop .boxList .box a .img{
	border:1px solid #ccc;
	padding-bottom:0;
}
#contents .blogGirlTop .boxList .box a .img.mkThumb{
	position:relative;
	display:block;
	overflow:hidden;
}
#contents .blogGirlTop .boxList .box a .img.mkThumb:after{
	content:"";
	display:block;
	padding-top:100%;
}
#contents .blogGirlTop .boxList .box a .img.mkThumb img{
	position:absolute;
	left:0;
	top:0;
	max-width:100%;
}
#contents .blogGirlTop .boxList .box a .img.mkThumb.mkThumbL img{
	max-width:none;
	max-height:100%;
}
#contents .blogGirlTop .boxList .box a ul{
	position:absolute;
	bottom:1px;
	left:1px;
	right:1px;
	padding:0 5px;
	background-color:rgba(0, 0, 0, 0.7);
	color:#fff;
}
#contents .blogGirlTop .boxList .box a ul li{
}
#contents .blogGirlTop .boxList .box a ul .date{
	font-size:11px;
}
#contents .blogGirlTop .boxList .box a ul .title{
	font-size:12px;
	color:#3366cc;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#contents .blogGirlTop .boxList .box a ul .name{
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#contents .blogGirlTop .boxList .box a ul .shop{
	font-size:11px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#contents .blogGirlTop .moreLink{
	text-align:right;
	padding-right:10px;
}
#contents .blogGirlTop .moreLink a{
	background:url(../../img/diaryContents/arrow/sirusi.png) 0 50% no-repeat;
	padding-left:10px;
}
/* -----↑blogGirlTop----- */


/* -----↓blogNewsTop----- */
#contents .blogNewsTop{
	padding-bottom:10px;
	display:block;
}
#contents .blogNewsTop .blogNewsTopTitle{
	position:relative;
}
#contents .blogNewsTop .blogNewsTopTitle h2{
	background:none;
	padding:0;
	height:17px;
	line-height:17px;
	position:relative;
	z-index:3;
	text-align:center;
	text-indent:0;
}
#contents .blogNewsTop .blogNewsTopTitle h2 a{
	height:17px;
	line-height:17px;
	background-color:#fff;
	padding:0 10px;
	color:#333;
	font-weight:bold;
}
#contents .blogNewsTop .blogNewsTopTitle .borderBox{
	position:absolute;
	top:8px;
	left:10px;
	right:10px;
	background-color:#999;
	height:1px;
}
#contents .blogNewsTop .newsPickup{
	float:left;
	width:102px;
	margin:0 10px 10px;
	padding-bottom:0;
	border:1px solid #ccc;
}
#contents .blogNewsTop .newsPickup .mkThumb{
	border:1px solid #fff;
	position:relative;
	display:block;
	overflow:hidden;
}
#contents .blogNewsTop .newsPickup .mkThumb:after{
	content:"";
	display:block;
	padding-top:100%;
}
#contents .blogNewsTop .newsPickup .mkThumb img{
	position:absolute;
	left:0;
	top:0;
	max-width:100%;
}
#contents .blogNewsTop .newsBoxList{
	overflow:hidden;
}
#contents .blogNewsTop .newsBoxList .box{
	background:url(../../img/diaryContents/arrow/areatop_arrow.gif) 0 50% no-repeat;
	padding:3px 0 3px 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#contents .blogNewsTop .moreLink{
	padding-bottom:0;
}
#contents .blogNewsTop .moreLink a{
	background:url(../../img/diaryContents/arrow/sirusi.png) 0 50% no-repeat;
	padding-left:10px;
}
/* -----↑blogNewsTop----- */


/* -----↓dailyheaven----- */
#dailyheaven{
	margin-bottom:10px;
}
/* -----↑dailyheaven----- */


/* --- ↓  areatop iframeのinline化対応 */
div.list {
        overflow: auto;
        height: 217px;
        width: 243px;
        border: thin solid #ddd;
}
div.list div.section {
    margin : 0;
    text-align : left;
    width : auto;
}
div.list ul {
    margin : 0;
    width : 98%;
}
div.list ul li {
    margin : 0 4px;
    padding : 3px 0;
    background : transparent;
    border-bottom : 1px solid #9eb4c6;
    line-height : 1.6;
}
div.list ul li img {
    margin : 0 0 0 3px;
    vertical-align : middle;
}
div.list ul li span.tencho_category_mark {
        display:inline-block;
        text-align:center;
        border-radius:3px 3px;
        border-width: 1px;
        border-style:solid;
        width:90px;
}

div#guide div.altiframe {
    width : 236px;
        height: 240px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    font:100% Arial,Helvetica,sans-serif;
    font-size:85%;
    margin:0;
    padding:0;
    overflow: auto;
}

/* リンク */
div.altiframe a {
    color:#3366CC;
    text-decoration:none;
}
/* リンク（マウスオーバー） */
div.altiframe a:hover {
    text-decoration:underline;
}
/* 画像 */
div.altiframe img {
    margin:6px;
    border:none;
}
/* サムネイル画像 */
div.altiframe img.thumbnail {
    width:103px;
}
/* 動画再生ボタン画像 */
div.altiframe img.moviePlayButton {
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-1.6em;
    margin-left:-1.3em;
}
/* メイン領域 */
div.altiframe div.main {
    width:215px;
        margin: auto;
    border-bottom: 1px solid #9EB4C6;
}
/* メイン領域 - 左領域 */
div.altiframe div.main-LeftArea {
    position:relative;
    float:left;
    width:115px;
}
/* メイン領域 - 右領域 */
div.altiframe div.main-RightArea {
    float:left;
    width:100px;
    font-size: 120%;
}
/* フッター領域 */
div.altiframe div.foot {
    clear:both;
}


div.altiframe .rank-image, .rank-prof {
    max-height: 68px !important;
}

div.altiframe .girl-ranking-mini .rank-image {
    max-height: 86px !important;
}

div.altiframe .ranking-mini .title-bar2 {
        background: url("//img.cityheaven.net/t/img/variety_bg2.gif") no-repeat scroll 0 0 transparent;
        height: 22px;
}

/* --- ↑ areaTop iframeのinline化対応 */

div.listMyHeavenNext {
	height: 10px;
	border: 0;
}
/*
div#utilities div.search ul .navH_h{
  position:relative;
  cursor:pointer;
  overflow:visible;
}
div#utilities div.search ul .navH_h .balloon{  
  position:absolute;
  top:-8px;
  left:180px;
  z-index:3;
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:5px;
  width:0px;
  opacity:0;
}
div#utilities div.search ul .navH_h:hover .balloon{
  width:280px;
  transition:all 0.3s ease 0s;
  opacity:1;
  box-shadow:3px 3px 3px rgba(0, 0, 0, 0.4);
}
div#utilities div.search ul .navH_h .balloon p.title{
  background-color:#ff9933;
  color:#fff;
  padding:0 0 0 10px;
  line-height:29px;
  font-weight:bold;
  border-top-right-radius:4px;
}

div#utilities div.search ul .navH_h:hover .balloon ul.kensakuBox{
  width:280px;
  overflow:hidden;
  background:#fff;
  border:none;
}
div#utilities div.search ul .navH_h .balloon ul.kensakuBox li.kensakuList{
  width:80px;
  float:left;
  margin:5px 10px 0 0;
  padding:5px 0;
  background:none;
}
div#utilities div.search ul .navH_h .balloon ul.kensakuBox li.kensakuList:nth-of-type(3n+1){
  margin-left:10px;
}
div#utilities div.search ul .navH_h: .balloon ul.kensakuBox li.kensakuList a{
  background:none;
  border:none;
  box-shadow:none;
  opacity:0;
  border-radius:0;
  margin:0;
  padding:0;
  text-align:center;
  font-size:15px;
}
div#utilities div.search ul .navH_h:hover .balloon ul.kensakuBox li.kensakuList a{
  opacity:1;
  color:#36c;
  padding:0;
  font-size:16px;
}
div#utilities div.search ul .navH_h:hover .balloon ul.kensakuBox li.kensakuList a:hover{
  text-decoration:underline;
  transition:all 0.1s ease 0s;
}
div#utilities div.search ul .navH_h .balloon:before {
  border:10px solid transparent;
  border-right-color:#aaa;
  border-width:12px;
  left:-22px;
  content:"";
  display:block;
  top:8px;
  position:absolute;
  width:0;
  z-index:4;
}
div#utilities div.search ul .navH_h .balloon:after {
  border:10px solid transparent;
  border-right-color:#fff;
  border-width:12px;
  left:-21px;
  content:"";
  display:block;
  top:8px;
  position:absolute;
  width:0;
  z-index:4;
}
*/
/*新潟*/
div#contents ul.n_AreaDaitokusyu{
	width:495px;
	margin:10px 0;
	overflow:hidden;	
}
div#contents ul.n_AreaDaitokusyu li{
	float:left;
	background:none;
	padding:0;
	width:120px;
	margin-right:5px;
}
div#contents ul.n_AreaDaitokusyu li:nth-of-type(4n){
	margin-right:0;
}
div#contents ul.n_AreaDaitokusyu li a{
	display:block;
}
div#contents ul.n_AreaDaitokusyu li a img{
	width:100%;
}

/* mypageHeader
-----------------*/
div#header{
	width:100%;
	background-size:100% 196px;
	height:196px;
}
div#header .headernenreicheck2{
	overflow:hidden;
}
div#header div#global{
	height:165px;
}
div#header div#global div#global_center{
	padding:2px 0 0 5px;
}
div#header div#logo{
	margin-top:0;
	padding:0;
}
div#header ul#pulldown-menu{
	width:990px;
	margin:0 auto;
	height:28px;
	z-index:1003;
}
div#header ul#pulldown-menu li{
	margin:8px 15px 0 0;
}
div#header ul#pulldown-menu li:last-child{
	margin:8px 0 0 0;
}
div#header ul#pulldown-menu li:last-child a{
}
div#header ul#pulldown-menu li ul li{
	margin:0;
}

div#header ul#genre{
	width:990px;
	margin:0 auto;
	overflow:hidden;
	height:28px;
	float:none;
	line-height:28px;
}
div#header ul#genre li{
	margin:8px 15px 0 0;
}
div#header ul#navigation{
	margin:0 auto;
	float:none;
	padding:6px 0 0;
}
div#header div#global div#top_navigation{
	height:33px;
	margin:0 0 4px;
	padding:0;
}
div#header div#global div#top_navigation ul.area_menu,
div#header div#global div#top_navigation ul.area_menu li.area_menu_list ul{
	padding:0;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list ul li.popbox_wrap .popbox{
	z-index:1010;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list{
    float: left;
    margin-right: 7px;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li{
    float: left;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_item>a {
    line-height: 26px;
    padding: 2px 10px 4px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.area_menu_item:not(:last-of-type) a {
    border-right: 1px solid #dfdfdf;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.area_menu_item:not(:last-of-type):not(.current):hover a {
    border-right: 1px solid #1d3994;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.current {
    background: #f9f9f9;
    box-shadow: 0px 0px 3px 1px #dfdfdf inset, 0 0 0 1px #dfdfdf;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.current>a {
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.area_menu_item:not(.current):first-of-type:hover {
    border-radius: 5px 0 0 5px;
}
div#header div#global div#top_navigation ul.area_menu  li.area_menu_list li.area_menu_item:not(.current):hover>a:not(.current){
    color: #fff;
    text-decoration: none;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.area_menu_item:not(.current):hover {
    background: #1d3994;
    text-decoration: none;
}
li.current:hover a{
    text-decoration: none;
}
div#header div#global div#top_navigation ul.area_menu li.popbox_wrap {
    position: relative;;
}
div#header div#global div#top_navigation ul.area_menu li.popbox_wrap:hover {
    border-radius: 5px 5px 0 0;
}
div#header div#global div#top_navigation ul.area_menu li.popbox_wrap:hover{
    border-radius: 0 5px 0 0;
    background: #1d3994;
    text-decoration: none;
}
div#header div#global div#top_navigation ul.area_menu li.popbox_wrap:hover>a{
    color: #fff;
    text-decoration: none;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list.popbox_wrap:hover {
    background: #1d3994;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}
div#header div#global div#top_navigation ul.area_menu li:hover>.popbox {
    display: block;
}
li.popbox_wrap .popbox {
    display: none;
    text-align: left;
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 30;
    border-radius: 0 5px 5px;
    border: 4px solid #1d3994;
    padding: 15px;
    left: 0;
    font-size: 12px;
    line-height: 1rem;
    min-width: 600px;
}
li.popbox_wrap .popzenkoku_list{
    margin-bottom: 10px;
}
li.popbox_wrap .popzenkoku_list:after{
	clear:both;
	content:"";
	display:block;
}
li.popbox_wrap .popzenkoku_list dt{
    margin-bottom: 5px;
    font-weight: bold;
}
li.popbox_wrap .popzenkoku_list dd ul li{
    display: inline-block;
    padding: 0 10px;
}
li.popbox_wrap .popzenkoku_list dd ul li:first-of-type{
    display: inline-block;
    padding: 0 10px 0 0;
}
li.popbox_wrap .popzenkoku_list dd ul li:not(:last-of-type){
    border-right: 1px solid #aaa;
}
ul.area_menu.clearfix{
	margin-top:5px;
}
.clearfix::after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
#contents #myshop_list .sort_shop ul#sortable{
	width:494px;
	overflow:hidden;
}
#contents #myshop_list .sort_shop ul#sortable li{
	width:242px;
	float:left;
	margin:0 5px 5px 0;
}
#contents #myshop_list .sort_shop ul#sortable li:nth-of-type(2n){
	margin-right:0;
}
#contents #myshop_list .sort_shop ul#sortable li .upper_part{
	height:40px;
}
#contents #myshop_list .sort_shop ul#sortable li .upper_part .so_section .myshop_info{
	width:220px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:15px;
}
#contents #myshop_list .sort_shop ul#sortable li .lower_part .so_section{
	width:236px;
	overflow:hidden;
}
#contents #myshop_list .sort_shop ul#sortable li .lower_part .so_section .myshop_info_detail{
	width:148px;
	margin-right:4px;
	margin-left:4px;
}
#contents #myshop_list .sort_shop ul#sortable li .lower_part .so_section .myshop_info_detail .reg_platinum_mail{
	min-height:60px;
	height:auto;
}
#contents #myshop_list .sort_shop ul#sortable li .lower_part .so_section .myshop_info_detail .reg_platinum_mail span{
	line-height:14px;	
}
#contents #myshop_list .sort_shop ul#sortable li .lower_part .so_section .myshop_info_detail .reg_platinum_mail a img{
	width:120px;
	margin-top:3px;	
}
#contents #myshop_list .sort_shop ul#sortable li .lower_part .so_section .myshop_info_detail .req_platinum_mail{
	height:20px;
}
#contents #myshop_list .sort_shop ul#sortable li .lower_part .so_section .myshop_info_detail .req_platinum_mail a{
	line-height:20px;
}
#contents #myshop_list .sort_shop ul#sortable li .lower_part .so_section .myshop_info_detail .req_platinum_mail img{
	vertical-align:middle;
	
}
#shell #guide{
	width:245px;
}
#shell #guide .chokusou table{
	box-sizing:border-box;
}
#shell #guide .chokusou table tr td .list{
	width:auto;
}
#shell #guide .chokusou table tr td .list img{
	margin-right:2px;
	vertical-align:middle;
}
#shell #guide .chokusou table tr td table.last{
	margin:0 0 0 4px;
}
#shell #guide .chokusou table tr td table.begin tbody tr td:nth-of-type(2) img,
#shell #guide .chokusou table tr td table.last tbody tr td:nth-of-type(2) img,
#shell #guide .chokusou table tbody tr td .begin img,
#shell #guide .chokusou table tbody tr td .last img{
	vertical-align:middle;
}

#shell div#guide div.chokusou table tr td div.list{
	padding:8px 0;
}
#shell div#guide div.chokusou table tr td div.list a{
	line-height:11px;
}
#shell #main #contents #myalbum_list ul#sortable li .upper_part .so_section span.check{
	font-size:12px;
	line-height:12px;
}
#shell #main #contents #myalbum_list form.sort_girl ul#sortable li .lower_part{
	height:79px;
}
#shell #main #contents #myalbum_list form.sort_girl ul#sortable li .lower_part .so_section{
	line-height:15px;
}
/* pulldow */
#header #global ul#pulldown-menu li ul li a{
	width:169px;
}
#header #global ul#pulldown-menu li ul li a .pulldown-box{
	width:169px;
}
#header #global ul#pulldown-menu li ul li a .pulldown-box .pulldown-link{
	width:142px;
}
#header #global ul#pulldown-menu li ul li a .pulldown-box .pulldown-link b{
	letter-spacing:-1px;
}
/* 20170123myheaven_header修正
-------------------------------*/
div#header div#global div#top_navigation{
	height:33px;
	margin:0 0 4px;
	padding:0;
}
div#header div#global div#top_navigation ul.area_menu,
div#header div#global div#top_navigation ul.area_menu li.area_menu_list ul{
	padding:0;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list ul li.popbox_wrap .popbox{
	z-index:1010;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list{
    float: left;
    margin-right: 7px;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li{
    float: left;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_item>a {
    line-height: 26px;
    padding: 2px 10px 4px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.area_menu_item:not(:last-of-type) a {
    border-right: 1px solid #dfdfdf;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.area_menu_item:not(:last-of-type):not(.current):hover a {
    border-right: 1px solid #1d3994;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.current {
    background: #f9f9f9;
    box-shadow: 0px 0px 3px 1px #dfdfdf inset, 0 0 0 1px #dfdfdf;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.current>a {
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.area_menu_item:not(.current):first-of-type:hover {
    border-radius: 5px 0 0 5px;
}
div#header div#global div#top_navigation ul.area_menu  li.area_menu_list li.area_menu_item:not(.current):hover>a:not(.current){
    color: #fff;
    text-decoration: none;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list li.area_menu_item:not(.current):hover {
    background: #1d3994;
    text-decoration: none;
}
li.current:hover a{
    text-decoration: none;
}
div#header div#global div#top_navigation ul.area_menu li.popbox_wrap {
    position: relative;;
}
div#header div#global div#top_navigation ul.area_menu li.popbox_wrap:hover {
    border-radius: 5px 5px 0 0;
}
div#header div#global div#top_navigation ul.area_menu li.popbox_wrap:hover{
    border-radius: 0 5px 0 0;
    background: #1d3994;
    text-decoration: none;
}
div#header div#global div#top_navigation ul.area_menu li.popbox_wrap:hover>a{
    color: #fff;
    text-decoration: none;
}
div#header div#global div#top_navigation ul.area_menu li.area_menu_list.popbox_wrap:hover {
    background: #1d3994;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}
div#header div#global div#top_navigation ul.area_menu li:hover>.popbox {
    display: block;
}
li.popbox_wrap .popbox {
    display: none;
    text-align: left;
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 30;
    border-radius: 0 5px 5px;
    border: 4px solid #1d3994;
    padding: 15px;
    left: 0;
    font-size: 12px;
    line-height: 1rem;
    min-width: 600px;
}
li.popbox_wrap .popzenkoku_list{
    margin-bottom: 10px;
}
li.popbox_wrap .popzenkoku_list:after{
	clear:both;
	content:"";
	display:block;
}
li.popbox_wrap .popzenkoku_list dt{
    margin-bottom: 5px;
    font-weight: bold;
}
li.popbox_wrap .popzenkoku_list dd ul li{
    display: inline-block;
    padding: 0 10px;
}
li.popbox_wrap .popzenkoku_list dd ul li:first-of-type{
    display: inline-block;
    padding: 0 10px 0 0;
}
li.popbox_wrap .popzenkoku_list dd ul li:not(:last-of-type){
    border-right: 1px solid #aaa;
}
ul.area_menu.clearfix{
	margin-top:5px;
}
.clearfix::after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
#global a.header_bn{
	display:none;
}
@media screen and (max-width:1024px){
div#header{
	background : url(../../img/icon/accessory/header_background2.jpg?imgopt=y) repeat-x bottom!important;
}
div#header .topheaderbox{
	width:100%;
	max-width:1024px;
}
div#header .topheader .float-l{
	width:60%;
}
div#header .topheader .float-l ul.site_menu{
	margin-left:5px;
	text-align:left;
}
div#header .topheader .float-r{
	width:40%;
}
div#header .topheader .float-r #header_login{
	margin-right:15px;
}
.headernenreicheck_box{
	width:100%;
}
.headernenreicheck_box .headernenreicheck_leftbox{
	margin-left:5px;
}
div#header div#global{
	width:100%;
}
div#header div#global div#top_navigation{
	margin:0 0 4px 5px
}
div#header div#global div#top_navigation ul.area_menu, div#header div#global div#top_navigation ul.area_menu{
	margin-top:2px;
	height:auto;
}

div#header div#global div#logo a{
	display:block;
}
div#header div#global div#logo a img{
	vertical-align:top;	
}
div#header ul#pulldown-menu li{
	margin:0 15px 0 0;
	line-height:26px;
}
div#header ul#pulldown-menu li:last-child{
	margin:0;
}
div#header ul#pulldown-menu li a{
	line-height:26px;
}
div#header ul#navigation{
	padding:4px 0 0!important;
	width:100%;
}
div#header ul#navigation li:nth-of-type(1){
	margin:0 2px 0 2px;
}
div#header ul#navigation li:last-child{
	margin:0;
}
div#header ul#navigation li ul li.guide_myheaven{
	margin:0;
}
div#shell div#guide{
	width:245px;
}
div#shell div#guide div.chokusou table{
}
div#guide div.chokusou table tr td div.list{
	padding:8px 0;
}
div#guide div.chokusou table tr td div.list a{
	line-height:10px;
}
div#contents #myshop_list li div.reg_platinum_mail{
	height:70px;
}
div#contents #myshop_list li div.reg_platinum_mail .noreg_mail span{
	line-height:15px;
}
div#contents #myshop_list li div.reg_platinum_mail .noreg_mail a{
	display:block;
}
div#contents #myshop_list li div.req_platinum_mail{
	height:20px;
}
div#contents #myshop_list li div.req_platinum_mail a{
	line-height:15px;
}
#contents form.sort_shop #sortable li{
	height:143px;
}
#contents #sortable .lower_part{
	height:104px;
}
#contents #myshop_list .upper_part .so_section clr div.myshop_info{
	line-height:15px;
}
div#contents #myshop_list li div.myshop_info_photo a{
	display:block;
}
#contents form.sort_shop .so_section{
	overflow:hidden;
}
#myalbum_list ul#sortable li .upper_part .so_section span.check{
	font-size:12px;
	line-height:12px;
}
#myalbum_list ul#sortable li .lower_part .so_section{
	line-height:15px;
}
div#header #global ul#genre{
	margin:0;
}
}