@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) 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 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:475px;
}

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 : 5px 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;
}

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;
}
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.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.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;
}
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;
}
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: 83px;
}

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) 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 マイページ、マイヘブン対応 */

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) 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;
}
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 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 */


/** 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: 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; }
.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;
}
.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;
}

.stickyscroll{
	position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 990px;
    text-align: left;
}

/* -----↓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 */



/* =====================================================================
	[ピラミッド検索]ガイドページ対応 SMC 2016/05/26
====================================================================== */
.red {
	color: red;
}

.bgw {
	background-color: white;
}

.c_black {
	color: #333;
}

.c_gray {
	color: #aaa;
}

#shell img,
.topheader img {
	max-width: 100%;
}

.FlexBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.FlexBox--justify {
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.FlexBox--reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.FlexBox--column {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.FlexBox--Wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.FlexBox--middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.FlexBox--baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

.FlexBox--end {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: flex-end;
}

.FlexBox__item {
	display: block;
}

.FlexBox__item.half {
	width: 50%;
	box-sizing: border-box;
}

.FlexBox__item.one_third {
	width: 33.333%;
}

.FlexBox>.FlexBox__item.one_four {
	width: 25%;
}

.border_box {
	border: 1px solid #d5deef;
	margin-bottom: 10px;
	font-size: 12px;
}

.border_box.gbc_b {
	background-color: #e6ecfe;
}

.border_box.gbc_b_gr {
	background: -webkit-repeating-linear-gradient(0deg, white, white 90%, #f1f5fe 100%);
	background: -moz-repeating-linear-gradient(0deg, white, white 90%, #f1f5fe 100%);
	background: -ms-repeating-linear-gradient(0deg, white, white 90%, #f1f5fe 100%);
	background: repeating-linear-gradient(0deg, white, white 90%, #f1f5fe 100%);
}

.border_box.border_bgc {
	background-color: #f0f3f8;
}

.border_title {
	background-color: #e6ecfe;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 13px;
}

.more_link {
	display: block;
	text-align: right;
	padding: 8px 10px;
}

.def_p {
	padding-left: 10px;
	padding-right: 10px;
}

.fz10 {
	font-size: 10px;
}

.fz11 {
	font-size: 11px;
}

.fz12 {
	font-size: 12px;
}

.fz13 {
	font-size: 13px;
}

.fz14 {
	font-size: 14px;
}

.fz15 {
	font-size: 15px;
}

.fz30 {
	font-size: 30px;
}

.fz50 {
	font-size: 50px;
}

.line01 {
	height: 1px;
	border-top: 1px solid #d5deef;
}

.line02 {
	height: 1px;
	border-top: 2px dotted #DCDAAF;
}

.logojack_button {
	width: 200px;
	left: -205px;
	position: absolute;
	top: 45px;
}

.logojack_button2 {
	width: 200px;
	position: absolute;
	right: -205px;
	top: 45px;
}

.tgt {
	opacity: 0;
	z-index: 0;
	position: absolute;
	top: 6px;
	left: 8px;
}

.tgt span {
	display: none;
	float: left;
}

.tgt span.cur {
	display: block;
}

.loginbox {
	display: none;
	z-index: 20001;
}

.loginbox:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.loginbox .loginbox_in {
	width: 929px;
	height: 475px;
	display: inline-block;
	vertical-align: middle;
	background: -webkit-linear-gradient(230deg, rgba(232, 200, 39, 0.48) 0%, rgba(42, 60, 87, 0) 100%), -webkit-linear-gradient(-80deg, #106ba4 0%, #8b5972 100%);
	background: linear-gradient(230deg, rgba(232, 200, 39, 0.48) 0%, rgba(42, 60, 87, 0) 100%), linear-gradient(-80deg, #106ba4 0%, #8b5972 100%);
	background: -ms-linear-gradient(230deg, rgba(232, 200, 39, 0.48) 0%, rgba(42, 60, 87, 0) 100%), -ms-linear-gradient(-80deg, #106ba4 0%, #8b5972 100%);
	border-radius: 2px;
}

#newreco.loginbox .loginbox_in {
	height: auto;
	padding-bottom: 10px;
}

.loginbox .loginbox_in .loginbox_form {
	width: 250px;
	height: 330px;
	background: white;
	margin: 30px 26px 0 0;
	float: right;
	position: relative;
	box-shadow: 0 0 0 3px rgba(200, 200, 200, 0.5), 2px 2px 20px 1px;
}

.loginbox .loginbox_in .loginbox_form {
	position: absolute;
	right: 0;
}

.loginbox .loginbox_in .loginbox_form .loginfree {
	position: absolute;
	right: 0;
	top: 0;
}

.sign-up {
	padding: 20px;
}

.loginbox_form .newmember {
	background-color: #4dc837;
	width: 200px;
	height: 68px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	border-top: 3px solid rgba(255, 255, 255, 0.2);
	border: 1px solid #559A27;
	margin: 20px auto 0;
	-webkit-appearance: none;
	font-size: 20px;
	font-weight: bold;
	color: white;
	border-radius: 5px;
	box-shadow: -3px -3px 5px 3px rgba(0, 0, 0, 0.15) inset, 2px 2px 5px 1px rgba(255, 255, 255, 0.5) inset;
}

.loginbox_form input[type="submit"],
.loginbox_form input[type="text"],
.loginbox_form input[type="password"] {
	width: 100%;
	height: 40px;
	padding: 3px 0 3px 4px;
	margin-bottom: 5px;
	font-size: 13px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 2px;
}

input[type="submit"].login {
	border: 1px solid #FFBD30;
	border-radius: 0;
	background-color: #FFE587;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFE27A), color-stop(1, #FFD348));
	background-image: -webkit-linear-gradient(top, #FFE27A, #FFD348);
	background-image: -moz-linear-gradient(top, #FFE27A, #FFD348);
	background-image: -o-linear-gradient(top, #FFE27A, #FFD348);
	background-image: linear-gradient(to bottom, #FFE27A, #FFD348);
	border-radius: 5px;
	color: #000;
	font-weight: 900;
	height: 40px;
	padding: 3px 0 3px 4px;
	font-size: 13px;
	min-width: 200px;
}

.loginbox_form ul>li:before {
	content: ' ';
	border: transparent solid 0.3em;
	border-left-color: #999;
	position: absolute;
	height: 0;
	width: 0;
	margin: 0px;
	margin-top: 0.4em;
	padding: 0px;
	left: 20px;
}

.loginbox_form_b {
	padding: 15px 28px;
	background: #f0f0f0;
	text-align: left;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

.loginbox_jack {
	margin: 5px;
	float: left;
	width: 620px;
	height: 465px;
	background-image: url(/img/adbanner2/bn0000048501.jpg);
	background-size: 100%;
}

.newrecobox {
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	text-align: left;
	margin: 10px;
	padding: 10px;
	border-radius: 2px;
}

#lean_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
	z-index: 2;
}

/** header */

div#global {
	height: auto;
}

div#logo .logoarea {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
}

div#logo>a {
	display: inline-block;
	vertical-align: bottom;
}

div#logo>p {
	display: inline-block;
	width: 202px;
}

ul.near>li {
	display: inline-block;
	background-image: url(/img/icon/icon_week.jpg);
	background-repeat: no-repeat;
	background-position: center left 5px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	position: relative;
}

ul.near>li:hover {
	background-image: url(/img/icon/icon_popopen.png);
	background-color: #1d3994;
	border-radius: 2px 2px 0 0;
}

ul.near>li:hover>a {
	color: white;
	text-decoration: none;
}

.topheaderbox .near {
	display: none;
}

.topheaderbox .near a {
	line-height: 1.2rem;
}

.topheader .site_menu {
	font-size: 12px;
}

.topheader .float-l>.site_menu>li,
.topheader .float-r .site_menu>li {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}

.thiscount {
	position: relative;
	top: 0px;
}

.thiscount li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.thiscount li:not(:first-child):before {
	width: 1px;
	height: 12px;
	content: " ";
	background-color: #333333;
	position: absolute;
	left: 0;
	top: 6px;
}

.thiscount .num {
	font-size: 18px;
	font-weight: bold;
	padding-right: 2px;
}

div#common-header-wrap {
	border-bottom: 2px solid #3e8bff;
	box-shadow: none;
	margin-top: 30px;
}

.site_menu.area_map {
	padding: 5px 0 5px;
	vertical-align: middle;
}

.site_menu.area_map li {
	position: relative;
	text-align: center;
	padding: 0 3px 0 4px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.site_menu.area_map li:first-child {
	padding-left: 0;
}

.site_menu.area_map li:not(:first-child):before {
	width: 1px;
	height: 12px;
	content: " ";
	background-color: #999;
	position: absolute;
	left: 0;
	top: 4px;
}

.site_menu.area_map li.on:after {
	width: 10px;
	height: 10px;
}

.site_menu.area_map li a {
	height: 21px;
	line-height: 21px;
	padding: 0px 4px;
	display: block;
}

.site_menu.area_map li.on a {
	background-color: #3E8BFF;
	border-radius: 4px;
	color: white;
}

ul#navigation {
	background-color: #f9f9f9;
	vertical-align: middle;
	font-size: 13px;
}

ul#navigation li {
	background: none;
	text-align: left;
	height: 32px;
}

ul#navigation li.on,
ul#navigation li:hover {
	background-color: #3E8BFF;
	position: relative;
}

ul#navigation li.on:not(:first-child):after,
ul#navigation li:not(:first-child):hover:after {
	content: "";
	position: absolute;
	right: 0;
	border-width: 7px 7px 0px 0px;
	border-style: solid;
	background: #F9F9F9;
	display: block;
	width: 0;
	bottom: 0;
	border-color: #3475d6 #F9F9F9 #3E8BFF #3E8BFF;
}

ul#navigation li a {
	background: none;
	color: #333;
	line-height: 32px;
	padding: 0 18px;
	width: auto;
}

ul#navigation li a.home {
	display: inline-block;
	width: 15px;
	background-image: url(/img/icon/icon_home.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px 20px;
}

ul#navigation li a.home:hover,
ul#navigation li.on a.home {
	background-image: url(/img/icon/icon_home_w.svg);
}

ul#navigation li a.l_bold {
	font-weight: bold;
	position: relative;
	padding-left: 24px;
}

ul#navigation li a.l_bold:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 5px;
	border-radius: 1px;
	background-image: url(/img/icon/icon_001.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 100% auto;
}

ul#navigation li:hover a.l_bold:before,
ul#navigation li.on a.l_bold:before {
	background-image: url(/img/icon/icon_001_w.png);
}

ul#navigation li a:hover {
	color: #1d3994;
}

ul#navigation li.on a,
ul#navigation li:hover a:hover {
	color: white;
}

ul#navigation li a.home img {
	position: relative;
	top: 7px;
	left: 0;
}

div.keyword_search form {
	position: relative;
	width: 100%;
	height: 30px;
	background: -webkit-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
	background: -moz-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
	background: -ms-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
	-webkit-appearance: none;
	border-radius: 0 2px 2px 0;
}

div.keyword_search input[type="search"] {
	background-color: #fff;
	border: 1px solid #eee;
	height: 30px;
	width: 205px;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 5px;
	border-radius: 0;
}

div.keyword_search input[type="image"] {
	border: none;
	padding: 0;
	position: absolute;
	left: 204px;
	top: 0px;
	height: 30px;
	width: 30px;
	background-image: url(/img/icon/search03.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0 2px 2px 0;
	background-size: 12px auto;
	z-index: 1;
}

div.keyword_search input[type="image"]:after {
	content: " ";
	width: 30px;
	height: 30px;
	background: repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

div#header_login h5,
div#header_login a.myh {
	color: red;
	font-size: 17px;
	font-weight: bold;
	background-image: url(/img/icon/iconBtnBig06.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 27px auto;
	padding-left: 28px;
	display: inline-block;
	vertical-align: middle;
}

#global ul.near>li .popbox {
	text-indent: 0;
}

ul.near>li:hover .popbox {
	display: block;
}

.popbox {
	display: none;
	text-align: left;
	position: absolute;
	top: auto;
	background-color: white;
	max-width: 600px;
	z-index: 2;
	border-radius: 0 5px 5px;
	border: 4px solid #1d3994;
	padding: 15px;
	left: 0;
	font-size: 12px;
	line-height: 1rem;
	min-width: 180px;
}

.popbox .poptitle {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	text-indent: 0px;
	margin-bottom: 4px;
	color: #333333;
	width: 600px;
}

.popbox .popsubtitle {
	padding: 2px 0;
}

.popbox .popsubtitle a {
	background-image: url(/img/icon/icon_circlearrow_left.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 11px auto;
	padding-left: 15px;
}

.popbox dl>dd {
	margin-bottom: 15px;
}

.popbox .poplocal {
/* ↓[ピラミッド検索][ガイド対応][障害対応]ST-0529-082 @EXCEED 崔 2016/05/30 */
/*	padding-left: 200px;*/
/* ↑[ピラミッド検索][ガイド対応][障害対応]ST-0529-082 @EXCEED 崔 2016/05/30 */
}

span.solid {
	padding: 0 2px;
	color: #ccc;
}

span.genre {
	font-size: 9px;
	border: 1px solid #FFA500;
	color: #FFA500;
	border-radius: 2px;
	margin-right: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

span.genre.kana {
	letter-spacing: -2px;
}

span.genre.gravure {
	letter-spacing: -2px;
	color: #fff;
	background-color: #FFA500;
}

/* =====================================================================
	fotter.cssから追加
====================================================================== */
.fottermenu {
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #999;
	margin-bottom: 6px;
}
#ritSpecialContents {
	margin: 0 0 3px;
	text-align: left;
	font-size: 100%;
	float: right;
	width: 860px;
}
.fotterlogo {
	float: left;
	width: 130px;
	padding-top: 27px;
}
.ritfootTtl {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	padding: 7px;
}
.ritFootBox {
	clear: both;
	overflow: hidden;
	padding: 5px 0 0 0;
}
#ritSpecialContents .ritSpCntMainCtg dl {
	overflow: hidden;
	padding-left: 7px;
	position: relative;
}
#ritSpecialContents .ritSpCntMainCtg dl dt {
	float: left;
	font-weight: bold;
	padding-right: 5px;
	font-size: 12px;
	width: 100px;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.heaven {
	color: #06F;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.nights {
	color: #963;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.girls {
	color: #F39;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.etc {
	color: #000;
}
#ritSpecialContents .ritSpCntMainCtg dl dd {
	float: left;
	width: 83%;
	border-left: 1px solid #06F;
}
#ritSpecialContents .ritSpCntMainCtg li {
	float: left;
	padding-bottom: 7px;
	padding-right: 10px;
}
#ritSpecialContents a {
	white-space: nowrap;
}
#ritSpecialContents a {
	color: #000;
	text-decoration: none;
}
#ritSpecialContents a:hover {
	text-decoration: underline;
}
#dummy-height-slide-banner{
	z-index:1;
}
/* =====================================================================
	[ピラミッド検索]ガイドページ対応 SMC 2016/05/26
====================================================================== */
.heaven_info{
    margin-top: 20px;
}
.heaven_info .info_attention{
    font-size: 14px;
    background: none!important;
    color: #333;
    text-indent: 0;
    font-weight: bold;
    margin-bottom: 0;
}
.heaven_info .info_list{
    display: block;
    color: #333;
}
.heaven_info .info_list:hover {
    opacity: 0.5;
}
.heaven_info .info_list:nth-of-type(n+2){
    margin-top: 15px;
}
.heaven_info .info_top{
    overflow: hidden;
}
.heaven_info .info_new{
    background: #ffc000;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10px;
    padding: 2px 5px;
}
.heaven_info .info_day{
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
}
.heaven_info .info_title{
    margin-top: 5px;
    font-size: 12px;
}
