@charset "utf-8";

/* =====================================================================
	global
====================================================================== */
body {
	background : #FFFFFF;
	color : #000000;
	text-align : center;
	overflow-x: hidden;
}


/* =====================================================================
	definition
====================================================================== */

div#shell p#map {
}

/* ___________________________________________________________ field */

form fieldset {
	border : none;
}
/*form fieldset dl {
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    clear: both;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
}*/
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 : #333333;
	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 : #333333;
}
input.logout {/* 修正 */
	margin : 0 0 0 -30px;
	background : url(../img/icon/accessory/button/logout1.gif) no-repeat;
	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 : #AA0000;
	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 : 0;
	font-size : 11px;
}
div.filter p#page_top {
    clear: both;
    font-size: 11px;
    height: 30px;
    margin: 0 0 15px 0;
    position: relative;
    right: 5px;
}
*html p#page_top {
	font-size : 9px;
}
*+html p#page_top {
	font-size : 9px;
}
p#page_top a {
	position : absolute;
	top: 15px;
	right : 0;
	background : url(../img/icon/accessory/button/anchor.gif) no-repeat;
	font-size : 0.95em;
	text-indent : 27px;
	line-height : 22px;
	width : 144px;
	height : 22px;
	color:#111111;
}
p#rss_page_top {
	clear : both;
	position : relative;
	margin : 20px 0 0 0;
	font-size : 11px;
}
p#rss_page_top a {
	position : absolute;
	right : 0;
	top: 30px;
	background : url(../img/icon/accessory/button/anchor.gif) no-repeat;
	font-size : 0.95em;
	text-indent : 27px;
	line-height : 22px;
	width : 144px;
	height : 22px;
	color:#111111;
}

/* ___________________________________________________________ headline */

h1 {
	padding : 0 0 0 15px;
}
h1.title{
	font-size:12px;
	line-height: 24px;
}
//div#header h2 {/* 修正 */
//	overflow : hidden;
//	font-size : 12px;
//	line-height : 1.4em;
//	width : 555px;
//}

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 : 15px;
}
div#guide h5,
div#utilities h5,
div#utilities h6 {
	text-indent : 15px;
}

.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;
}
.note2 {
	padding : 7px 15px 7px 10px;
	background : #ECD2B9;
	text-align : left;
}

.note3 {
	padding : 7px 7px 7px 15px;
	background : #ECD2B9;
	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 : #333333;
	text-align : left;
	font-weight : bold;
}

div.note,
div.note_area,
div.error {
	margin : 10px 0;
	padding : 40px 0;
	background : #F5E9DD;
	text-align : center;
}
div.error {
	margin : 0;
	background : #ffefe0;
}
div.note_area {
	margin : 0;
	padding : 10px;
	text-align : left;
	background: #F5E9DD;
}
div.note_area form {
	padding : 10px 0;
	text-align : center;
}
div.data {
    /*-moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    clear: both;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;*/
}
div.data p.note {
	padding : 7px 15px 7px 5px;
	background : #F5E9DD;
	text-align : left;
	margin: 10px 0 25px ;
}
div.data p.qanda_note {
	padding : 7px 15px 7px 5px;
	background : #F5E9DD;
	text-align : left;
	margin: 10px 0 0 0;
}
div.data p.linkgist_note {
	padding : 7px 15px 7px 5px;
	background : #F5E9DD;
	text-align : left;
	margin: 10px 0 ;
}
div.data p.membership_note {
	padding : 7px 15px 7px 5px;
	background : #F5E9DD;
	text-align : left;
	margin: 10px 0 0 0;
}
div.data p.sitepolicy_note {
	padding : 7px 15px 7px 5px;
	background : #F5E9DD;
	text-align : left;
	margin: 10px 0 0 0;
	text-align: justify;
	text-justify: distribute;
}

div.data p.articles {
    background:#F5E9DD;
}

div.detail p.note {
	margin : 0 0 5px 0;
	padding : 10px ;
	background : #FFFFFF;
	border-bottom : 1px solid #BB9966;
	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;
}
h4 img,
h5 img {
	margin : 0 3px 0 0;
}
div.rank img {
	margin : 0 0 2px 0;
}
p.thumbsnail {
	float : left;
	margin : 0 5px 0 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;
  /**/
}

/* ___________________________________________________________ box */


div#global,
div#shell {
	clear: both;
	margin : 0 auto;
	width : 990px;
	font-size : 1.2em;
	text-align : left;
}
div#header {/* 修正 */
//	margin : 0;
	height : 100px;
//	background:  url("/img/header/header_bg.jpg") repeat-x scroll 0 0 transparent;
}
div#footer {
	padding-left: 50px; 
	margin-bottom: 10px;
	font-size : 12px;
	text-align : center;
	clear: both;
}
div.gradation {
	background: url(../../img/bg05.jpg) repeat-x;
	height: 30px;
	margin-top: 30px;
	width: 100%;
	z-index: -9999;
}
*html div#footer {
	font-size : 0.9em;
}

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

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

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

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

div#global_center h2 {/* 修正 */
	overflow : hidden;
	width:555px;
	font-weight: normal;
}
div#global_center_all {/* 修正 */
	overflow : hidden;
	padding : 3px 0 0 5px;
	width:367px;
}

div#global_center_all h2 {/* 修正 */
	overflow : hidden;
	width:354px;
}

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

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 15px;
	width:465px;
}

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 : 2px 0px 0 0;
	padding : 3px 0 0 0;
	width : 180px;
	height : 60px;
}
p#logo_h {
	margin : 2px 0px 0 0;
	padding : 3px 0 0 0;
	width : 200px;
	height : 60px;
}
p#logo_all {
	margin : 0 10px 0 0;
	padding : 3px 0 0 0;
	width : 140px;
	height : 60px;
}
*html p#logo {
	margin : 0 0 0 5px;
}

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


div.zenkoku_header p#pr {
	float: right;
	margin : 3px 0 0 2px;
	padding : 0;
	width : 468px;
	height : 60px;
}

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

div#top_navigation {
	clear: both;
	height: 20px;
	/* ↓ TOUCH 2013-08 ↓ */
	padding-top: 4px;
	/* ↑ TOUCH 2013-08 ↑ */
  margin-bottom: 3px;
}

div#top_navigation ul#area_link {
	float: left;
	/* ↓ TOUCH 2013-08 ↓ */
	padding : 7px 0 0 5px;
	/* ↑ TOUCH 2013-08 ↑ */
}

div#top_navigation ul#area_link li {
}

div#top_navigation ul#area_link li a {
	font-weight: normal;
}

/* ___________________________________________________________ navigation */

//div#header ul {
//	clear : both;
//	padding : 0 0 0 15px;
//	font-size : 12px;
//	height : 20px;
//}
ul#pulldown-menu li a {
	color: #AA0000;
}
//div#header ul#navigation {
//	padding : 0;
//	margin-top : 4px;
//	color : #ffffff;
//	height : 27px;
//	/*↓コンテンツ改修@KSOL 20120702*/
//	/*width:950px;*/
//	/*width:1000px;*/
//	/*↑コンテンツ改修@KSOL 20120702*/
//	/* ↓ TOUCH 2013-08 ↓ */
//	width:1050px;
//	letter-spacing: -1px;
//	/* ↑ TOUCH 2013-08 ↑ */
//	float:left;/* 修正 */
//}

//body#whole div#header ul#navigation {
//	height : 20px;
//}

//div#header ul#navigation li,
//div#header ul#navigation li a {
//	line-height : 27px;
//	/* ↓ TOUCH 2013-08 ↓ */
//	width : 86px;
//	/* ↑ TOUCH 2013-08 ↑ */
//	height : 27px;
//	font-weight: normal;
//}
//div#header ul#navigation li {
//	margin-left: -1px;
//}
//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;
	background : url(../../img/icon/header/navbtn.gif) no-repeat bottom;
	text-align : center;
}
div#header ul#navigation li a {
	display : block;
	background : url(../../img/icon/header/navbtn.gif) no-repeat top;
	color : #663300;
}
div#header ul#navigation li a.on {
	display : block;
	background : url(../../img/icon/header/navbtn.gif) no-repeat bottom;
	color : #FFFFFF;
}
*/
//div#header ul#navigation li.message_navi {
	/* ↓ TOUCH 2013-08 ↓ */
//	margin-left: 0px;
//	width: 91px;
	/* ↑ TOUCH 2013-08 ↑ */
//	background: url("../../img/icon/header/navbtn_message.gif") no-repeat scroll center bottom transparent;
//}
//div#header ul#navigation li.message_navi a {
//	/* ↓ TOUCH 2013-08 ↓ */
//	margin-left: 0px;
//	width: 91px;
//	/* ↑ TOUCH 2013-08 ↑ */
//	background: url("../../img/icon/header/navbtn_message.gif") no-repeat scroll center top transparent;
//}
/*
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 -27px;
	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#genre {
	margin : 4px 0 0 0;
	width: 960px;
	float: left;
}
div#header ul#genre li {
	margin : 0 10px 0 0;
	padding : 0;
	font-weight: bold;
	color: #000000;
	float:left;
}
div#header ul#genre li a{
	margin : -1px 0 0 0;
	padding : 0 0 0 15px;
	background : url(../../img/icon/accessory/arrow/white.png) no-repeat left center;
	zoom : 1;
	font-weight: bold;
	color : #AA0000;
}
div#header ul#genre li.index,
div#header ul#genre li.index a {
	background : transparent;
	color : #ffffff;
	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 {
	width: 410px;
	float: right;
	text-align: right;
	padding-top: 5px;
	font-size: 12px;
}

div#header_login h5 {
	margin-right: 12px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

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

div#header_login a {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

div.keyword_search{
	width: 280px;
	margin-top: 7px;
	padding: 5px 5px 5px 10px;
	background: #EFDFCB;
	border-radius: 3px; /*css3*/
	-webkit-border-radius : 3px; /*ChromeSafari用*/
	-moz-border-radius: 3px; /*Firefox用*/
}

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

input#keyword {
	width: 140px;
	color: #666666;
	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 {
	width: 85px;
}

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

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

/* ↓↓↓2011年下期 Nights全文検索機能対応 @ESS 2011/10/21 */
div.keyword_search td.textbox {
	padding-left: 5px;
}

div.keyword_search span.sl-bold {
	font-weight: bold;
}
/* ↑↑↑2011年下期 Nights全文検索機能対応 @ESS 2011/10/21 */

dl.keisai_number dt,
dl.keisai_number dd {
	display: inline;
}

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

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

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

div#main {
	float : left;
	width : 730px;
}
div#contents {
	float : right;
	width : 500px;
	text-align: justify;
	text-justify: distribute;
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    clear: both;
    height: auto;
    margin: 0 0 10px 15px;
    padding: 5px;
}
div#areatop_contents {
	float : right;
	width : 515px;
	text-align: justify;
	text-justify: distribute;
    clear: both;
    height: auto;
}
div.rss {
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    clear: both;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
}
div#utilities {
	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 {
	clear: both;
	margin : 10px 0;
	font-size : 11px;
}
ul.topic_path li {
	display : inline;
	color: #885511;
	font-size: 11px;
}
*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;
	color:ffffff;
}
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/new.jpg) no-repeat;
	color:#111111;
	height:34px;
}
div#areatop_contents h3 {
    background: url("../img/icon/contents/headline/announce.gif") no-repeat;
	margin: 0;
	text-indent: 35px;
}
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 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	position : relative;
	background : url(../img/icon/contents/headline/long500.gif) no-repeat;
	margin-bottom: 10px;
	text-align: 100px;
}
/* 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#areatop_contents div.fuzoku_news {
	margin-bottom : 10px;
	padding : 2px;
	background : #FFFFFF none no-repeat scroll left bottom;
	border:1px solid #BB9966;
	box-shadow: 0 0 5px 0 #BB9966; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/
}

div#areatop_contents div.fuzoku_news h3 {
	margin : 0;
	height: 32px;
	background : url(../img/headline/sectiontitle_news.jpg) no-repeat;
	/*border: 1px solid #A19899;*/
	position: relative;
	text-indent: 150px;
	/*padding: 0 5px;*/
	text-indent: -9999px;
}

div#areatop_contents div.fuzoku_news h3 a {
	color: #333333;
	font-weight: bold;
	line-height: 32px;
}

div#areatop_contents div.fuzoku_news h3 span {
	position: absolute;
	width: 200px;
	top: 5px;
	right: 8px;
	text-align: right;
	color: #885511;
	line-height: 23px;
}

div#areatop_contents div.fuzoku_news div.fuzoku_news_contents {
	padding: 5px;
	/*border-left: 1px solid #A19899;
	border-right: 1px solid #A19899;
	border-bottom: 1px solid #A19899;*/
	position: relative;
}

div#areatop_contents div.fuzoku_news div.fuzoku_news_list {
	width: 340px;
	float: left;
	/*padding-bottom: 10px;*/
}

div#areatop_contents div.fuzoku_news div.fuzoku_news_list ul {
}

div#areatop_contents div.fuzoku_news div.fuzoku_news_list li {
	font-size: 13px;
	border-bottom: solid 1px #BB9966;
	padding: 5px 0;
}
div#areatop_contents div.fuzoku_news div.fuzoku_news_list li a {
	line-height: 20px;
}

div#areatop_contents div.fuzoku_news div.fuzoku_news_list li img {
	vertical-align: middle;
}
div#areatop_contents div.fuzoku_news div.fuzoku_news_more {
	right: 170px; bottom: 6px;
	text-align: right;
	margin-top: 5px;
}

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

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

div#areatop_contents div.fuzoku_news div.pickup_news_content {
	margin: 0 5px 5px 5px;
	border: 1px solid #BB9966;
	background: url(../img/headline/title_chumoku.jpg) no-repeat;
	height: 100px;
}
div#areatop_contents div.fuzoku_news div.pickup_news_content div.chumoku_subtitle {
	text-align: right;
	color: #885511;
	margin-top: 5px;
	margin-right: 5px;
}

/*注目情報書き直し*/
div.pickup_news_body div {
	margin: 25px 5px 0 105px ;
}
/*注目情報書き直しここまで*/

div#contents div#fuzoku_news div.pickup_news_content div.chumoku_subtitle span {
	margin-left: 55px;
}
div#contents div#fuzoku_news td.pickup_news_img {
	width: 100px;
	margin-top: -26px;
}

div#contents div#fuzoku_news td.pickup_news_body {
	width: 382px;
	padding: 10px;
	font-size: 13px;
	line-height: 75px;
	height: 75px;
}
div#contents div#fuzoku_news td.pickup_news_body a {
}
div.pickup_news_content div.chumoku_more {
	position: absolute;
	right: 5px; top: 5px;
	text-align: right;
}
/** fuzoku_news End */

/** center_pr_banner */

div#contents div.center_pr_banner {
	padding: 5px 7px;
	border: 1px solid #A19899;
	margin: 0 0 12px 0;
}

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

/** center_pr_banner End */

div#ranking-area {
	margin-bottom : 5px;
	padding : 2px 0;
	background : #FFFFFF none no-repeat scroll left bottom;
	border:1px solid #BB9966;
	box-shadow: 0 0 5px 0 #BB9966; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/
	
	
	
	
	
	
}
div.ranking_header {
}
div#contents div.ranking h3 {
	margin : 0 0 10px 0;
}

div#contents div.favorite_girl h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;	background : url(../img/icon/contents/headline/favorite_girl.gif) no-repeat;
}
div#contents div.favorite_shop h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;	background : url(../img/icon/contents/headline/favorite_shop.gif) no-repeat;
}
div#contents div.favorite_community h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;	background : url(../img/icon/contents/headline/favorite_community.gif) no-repeat;
}
div#contents div.cellphone h3 {
	background : url(../img/icon/contents/headline/long.gif) no-repeat;
}
div#contents.assist h4 {
	margin : 20px 0 10px 0;
	background : #F5E9DD;
	border-top : 1px solid #BB9966;
	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 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	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;
	font-weight:bold;
}
div#contents div.information h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/long500.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 : 5px 0 10px 0;
	background : url(../img/icon/contents/headline/long500.gif) no-repeat;
	font-weight : normal;
	text-indent : 15px;
}
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 : 5px auto 10px auto;
	background : url(../img/icon/contents/headline/long500.gif) no-repeat;
}

div#contents div.cellphone h3 {
	margin-bottom: 10px;
}

div#contents div.fresh h3 {
	background : url(../img/icon/contents/headline/long500.gif) no-repeat;
	margin-bottom: 10px;
}
div#contents div.search h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/long.gif) no-repeat;
}
div#contents div.filter h3 {
	background : url(../img/icon/contents/headline/long.gif) no-repeat;
}
div#contents.search div.filter h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/long.gif) no-repeat;
}

div#contents div.outturn h3 {
	background : url(../img/icon/contents/headline/long.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 : 15px;
}
div#contents.event div.outturn h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	background : url(../img/icon/contents/headline/long500.gif) no-repeat;
	/*↓コンテンツ改修@KSOL 20120720*/
	margin-bottom: 10px; 
	/*↑コンテンツ改修@KSOL 20120720*/
}
div#contents.newface div.outturn h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	background : url(../img/icon/contents/headline/long500.gif) no-repeat;
	margin-bottom: 10px;
}
div#contents.ring div.outturn h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	background : url(../img/icon/contents/headline/long500.gif) no-repeat;
	margin-bottom: 10px;
}

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;
	margin-bottom: 10px;
}
div#contents div.resign h3 {
	background : url(../img/icon/contents/headline/resign.gif) no-repeat;
}
div#contents div.clip_girl h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	position : relative;
	background : url(../img/icon/contents/headline/favorite_girl_maypage.gif) no-repeat;
}
div#contents div.clip_shop h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	position : relative;
	background : url(../img/icon/contents/headline/favorite_shop_mypage.gif) no-repeat;
}
div#contents div.clip_community h3 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	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 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	background : url(../img/icon/contents/headline/long491.gif) no-repeat;
	margin-bottom: 10px;
}
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 {
    color:#FFFFFF;
	height : 26px;
	line-height : 26px;
	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/long491.gif) no-repeat;
	font-weight : normal;
	text-indent : 15px;
}
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 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 h4 {
	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;
	color:#111111;
	/*background : url(../img/icon/contents/headline/back_270.gif) no-repeat;*/
}
div#contents div.result {
	float : left;
	background : #666666;
	width : 285px;
}
div#contents div.request div.report,
div#contents div.filter div.result,
div#contents div.filter div.event_result,
div#contents div.filter div.newface_result {
	float : none;
	margin : 0 0 10px 0;
	padding : 5px 10px 5px 10px;
	background : #F5E9DD;
	width : auto;
}

/* 繧ゃ・繝潟ヨ髢句ｆ縺E・宮・若＄モ・ュ痰｢ */
div#contents div.filter div.event_result,
div#contents div.filter div.newface_result {
    background:#ECD2B9;
}

/* @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 : #ECD2B9;
	width : auto;
}
/* @ESS 2010/7/12 追加*/

div#contents div.filter div.result p,
div#contents div.filter div.event_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 3px 0 3px;
	border-top : 1px solid ##BB9966;
}
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 15px 0;
	padding : 0px;
	background : #F5E9DD;
	width : 486px;
	
	margin-bottom : 10px;
	padding : 5px;
	border:1px solid #BB9966;
	box-shadow: 0 0 5px 0 #BB9966; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/

}
div.section div.search {
	margin: 5px 0 0 5px;
}
div#contents div.filter div.result_list {
	padding : 5px;
	width : 486px;
	
	margin-bottom : 10px;
	background : #FFFFFF none no-repeat scroll left bottom;
	border:1px solid #BB9966;
	/*
	box-shadow: 0 0 5px 0 #BB9966; /*css3
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用
	*/
}
*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 : #ECD2B9;
	border-bottom : 1px dotted #BB9966;
	text-indent : 10px;
	width: 487px;
}
div#contents div.filter div.reduction h4 {
	background : #FAFAFA;
}

div#contents div.filter div.result form,
div#contents div.filter div.event_result form,
div#contents div.filter div.newface_result form {
	margin : 0 0 5px 0;
	padding : 0;
}
div#contents div.filter div.result form select,
div#contents div.filter div.event_result form select,
div#contents div.filter div.newface_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 #BB9966;
}
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;
}
div#contents div.filter div.result_list div.search {
	padding : 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 {
	width: 488px;
	
    border: 1px solid #B96;  
    padding: 5px;
	background: #FFF;
	box-shadow: 0 0 5px 0 #B96; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #B96;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #B96;  /*ChromeSafari用*/
	margin-bottom: 10px;
	
}
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 0;
	width : 403px;
}

div#contents div.opt div.section div.myshopnewface_section {
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none no-repeat scroll left bottom #FFFFFF;
    border: 1px solid #BB9966;
    margin-bottom: 10px;
    padding: 5px;
}

div#contents div.opt div.section div.myshopnewface_summary {
}

div#contents.newface div.opt div.section div.summary {
	padding : 0;
}
*html div#contents div.opt div.section div.summary {
	width : 416px;
}
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 : #ECD2B9;
	font-weight : bold;
	text-indent : 5px;
}
body div#contents div.cellphone div.summary {
	clear : both;
	padding: 5px;
	height : 100px;
	
    border: 1px solid #B96;  
	background: #FFFFFF;
	box-shadow: 0 0 5px 0 #B96; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #B96;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #B96;  /*ChromeSafari用*/
	margin-bottom: 10px;	
}


/* ESS 2010/10/06 マイページ、マイヘブン対応 */
div#contents div.opt div.summary h4.syame {
	margin : 0;
	padding : 2px 0;
	background : #F5E9DD;
	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 : #F5E9DD;
	border-top : 1px solid ##BB9966;
	border-bottom : 1px dotted ##BB9966;
	text-indent : 10px;
	margi-bottomn:10px;
}
/* ESS 2010/10/06 マイページ、マイヘブン対応 */

div#contents div.cellphone div.summary h4{
	margin : 0 0 5px 90px;
}
div#contents div.cellphone div.summary p {
	line-height : 1.3em;
}
div#contents div.cellphone div.summary p span{
	margin-left: 105px;
}

div#contents div.cellphone div.summary p.thumbsnail {
	margin-right: 10px;
}
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 : #FFFFFF;
}
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 #BB9966;
	border-bottom : 1px dotted #BB9966;
	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 : 5px 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 : #000000;
	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 110px;
	width: auto;
}
/* @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 マイページ、マイヘブン対応 */

/* ___________________________________________________________ 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 {
	/*border-collapse : collapse;*/
	width : 100%;
	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 : 100%;
}
div.present table tr td,
div.favorite table tr td,
div.community table tr td {
	border-collapse : collapse;
	vertical-align : top;
	font-size : 12px;
	width : 110px;
	
	padding : 5px;
	background : #FFFFFF none no-repeat scroll left bottom;
	border:1px solid #BB9966;
	box-shadow: 0 0 5px 0 #BB9966; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/
}
div.present table tr td img,
div.favorite table tr td img,
div.community table tr td img {
	margin: 0 auto;
}





td.movie_box {
	-moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    clear: both;
    height: 100px;
    margin-bottom: 10px;
    padding: 5px;
}

/* 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 : 0px solid #BB9966;
}
html* div.present table.shukkin,
html* div.present table.shukkin tr td{
	border : 1px solid #BB9966;
}
div.present table.shukkin tr td{
	width:110px;
	border : 1px solid #BB9966;
}
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 {
}
*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 #BB9966;
}
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 : #FF9933;
}
div.favorite table tr td.beige {
	background : #FFCC99;
}
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 #BB9966;
	margin : 5px 0px;
	background: #FFFFFF;	
}
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 #BB9966;
}

div#guide div.chokusou table tr td table.begin {
	cellspacing : 0;
	cellpadding : 0;
	border-bottom : 1px solid #BB9966;
	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 : #FFE8F1;"
}
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 : #F5E9DD;
	border-top : 1px solid ##BB9966;
	border-bottom : dotted 1px ##BB9966;
	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 : 5px 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 #DDBB99;
	width : 479px;
	line-height : 1.5;
}
div.data textarea#comment {
	height : 300px;
	width: 479px;
    border: 1px solid #DDBB99;
	margin-bottom: 5px;
}
div.data dl dd p input,
div.data select {
	margin : 0;
    border: 1px solid #DDBB99;
}
div.data input {
	margin : 5px 0 0 10px;
}
div.data input#subject {
	padding : 2px 5px;
	width : 479px;
    border: 1px solid #DDBB99;
}
*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;
	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 : 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;
}
div.goto_mypage {
	margin: 15px 0 ;
}

/* ESS 2010/10/06 マイページ、マイヘブン対応 */
div#contents p.syame_title {
	background-color : #F5E9DD;
}
/* 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 #C6B5A5;
	width : 100%;
}
div#contents div.news hr {
	visibility : visible;
	border : 1px solid #BB9966;
	width : 100%;
}
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 0 15px;
	background :url(../img/icon/accessory/arrow/arrow03.png) no-repeat 0 center;
}

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

div#areatop_contents div.effect ul {
	padding : 10px 0 0 10px;
}
div#areatop_contents div.effect li {
	background :url(../img/icon/accessory/arrow/orange.gif) no-repeat 0 2px;
	padding-left: 15px;
}

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 {
	text-align : center;
	padding: 10px 0;
}

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 ##BB9966;
}
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 : 0;
	padding : 5px;
	background : #F5E9DD;
}
div#contents dl dd {
	margin : 5px 0 20px 0;
	width: 491px;
}

/* ___________________________________________________________ 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;
	width: 491px;
}
*+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 {
	/*width: 515px;
	margin : 0 0 5px 0;
	padding : 5px;
	background : #FFFFFF none no-repeat scroll left bottom;
	border:1px solid #BB9966;
	box-shadow: 0 0 5px 0 #BB9966; /*css3
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/
}
div.chumokunews_section {
	width: 500px;
	margin-bottom: 15px;
}
p.chumokunews_note {
	margin: 10px 0;
}
div.chumokunews_thumbnail {
	float: left;
}
div.chumokunews_summary {
    float: right;
    width: 290px;
}
div.related ul {
	margin-bottom: 15px;
}


div.goto_pagetop {
	position: relative;
}
p.goto_pagetop {
    background: url("../img/icon/accessory/button/anchor.gif") no-repeat;
    height: 22px;
    text-indent: 27px;
    width: 144px;
	position: absolute;
	top: 10px;
    right: 0;
}
p.goto_pagetop a {
    color: #111111;
    font-size: 0.95em;
    line-height: 22px;
}






div.filter {
	/*padding : 2px;
	background : #FFFFFF none no-repeat scroll left bottom;
	border:1px solid #BB9966;
	box-shadow: 0 0 5px 0 #BB9966; /*css3
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用
	
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/
}

/*除外用の設定*/
div#girlmeaasge  {
	padding : 0px;
	background : #FFFFFF none no-repeat scroll left bottom;
	border:0px solid #BB9966;
	box-shadow: 0 0 0 0 #BB9966; /*css3*/
	-moz-box-shadow:  0 0 0 0 #BB9966;/*Firefox用*/
	-webkit-box-shadow: 0 0 0 0 #BB9966;  /*ChromeSafari用*/
}
/*除外用の設定ここまで*/

div#areatop_contents div.effect {
	margin : 0 0 8px 0;
	padding : 0 0 5px 0;
	background : #F5E9DD;
	border: 1px solid #f79a35;
}
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: 1px solid #B96;  
    padding: 5px;
	background: #FFF;
	box-shadow: 0 0 5px 0 #B96; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #B96;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #B96;  /*ChromeSafari用*/
	margin-bottom: 10px;
	text-align: justify;
    text-justify: distribute;
	height: 110px;
}
div#contents div.detail div.section div.thumbnail,
div#contents div.mobile div.section div.thumbnail {
	float : left;
	width : 200px;
}
div#contents div.detail div.section div.summary,
div#contents div.mobile div.section div.summary {
	float : right;
	width : 270px;
	padding-right: 15px;
}
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 : #F5E9DD;
}
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;
	background : #F5E9DD;
}
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 : 10px 5px 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;
	line-height: 20px;
}
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 : -17px 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-left : 10px;
	background : #FFFFFF;
	/*border : 1px solid #BB9966;*/
}
div#contents div.fresh div.section {
	padding : 10px;
}
div.section div.tenchobox {
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    overflow: hidden;
    padding: 2px;
    width: 495px;
	margin-bottom: 10px;
}

div#contents div.fresh p.writer {
	padding-left : 10px;
	border : none;
	text-align : left;
	background: #ECD2B9;
	height: 30px;
	line-height: 28px;
}

/* ESS 2010/10/06 マイページ、マイヘブン対応 */
div#contents div.fresh p.chokusou {
	margin-bottom: 10px;
	padding : 10px;
	border : none;
	border-top : 1px solid ##BB9966 ;
	border-left : 1px solid ##BB9966 ;
	border-right : 1px solid ##BB9966 ;
	text-align : left;
	background : #F5E9DD;
}

div#contents div.fresh div.chokusou_box {
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none no-repeat scroll left bottom #FFFFFF;
    border: 1px solid #BB9966;
    margin: 5px;
    padding: 5px;
}

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%;
}

/* ESS 2010/10/06 マイページ、マイヘブン対応 */

div#contents div.fresh p.writer span.stamp {
	display : block;
	margin : -20px 10px 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 : #F5E9DD;
	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 : 15px 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 : #F5E9DD;
	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 : #F5E9DD;
	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:7px;
    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 {
/* ↓↓↓ 変更依頼対応 サーチリンクバナー画像サイズ変更 @ ESS 2011/12/08 ↓↓↓ */
//    width:30px;
//    height:30px;
	width:50px;
	height:50px;
/* ↑↑↑ 変更依頼対応 サーチリンクバナー画像サイズ変更 @ ESS 2011/12/08 ↑↑↑ */
    float:left;
    padding-right:3px;
}
/* F1.85 サーチリンクバナー画像追加対応 @ ESS 2010/12/13 END */

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

div#utilities h5 {
	font-size : 12px;
	font-weight: normal;
	background : #DDBB99;
	height : 35px;
    color: #885511;
	height : 32px;
}
div#utilities div.search h5 {
	background : url(../img/icon/utilities/headline/title_search.jpg) no-repeat;
	text-indent: 50px;
}
div#utilities div.news_flash h5 {
	background : url(../img/icon/utilities/headline/search2_black.gif) no-repeat;
	padding : 0 0 0 -5px;
}
div#utilities div.mobile h5 {
	background : url(../img/icon/utilities/headline/sectiontitle_nightsnetmob.jpg) no-repeat;
	text-indent: -9999px;
}
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-bottom : 10px;
	padding : 2px;
	background : #FFFFFF none no-repeat scroll left bottom;
	border:1px solid #BB9966;
	box-shadow: 0 0 5px 0 #BB9966; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/
}
div#utilities div.section div.effect {
}
div#utilities div.banner p {
	text-align : center;
	padding-bottom: 10px;
}
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, div#utilities div.news_flash ul {
	background : #FFFFFF;
	text-align:center;
	width: 180px;
	margin: 0 auto;
}
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.event {
	background : url(../img/icon/utilities/banner/event2.gif) no-repeat top center;
	height : 50px;
	margin:5px 0 5px 0;
}
div#utilities div.news_flash li.event {
	background : url(../img/icon/utilities/banner/size_event.gif) no-repeat top center;
	height : 70px;
	margin-top:5px;
}
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.news_flash li.check_in {
	background : url(../img/icon/utilities/banner/size_ontime.gif) no-repeat top center;
	height : 70px;
	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 3px 0;
}
div#utilities div.news_flash ul li.new_face {
	background : url(../img/icon/utilities/banner/size_newface.gif) no-repeat top center;
	height : 70px;
	margin:0 0 3px 0;
}
div#utilities div.search ul li.go {
	/*background : url(../img/icon/utilities/banner/size_10.gif) no-repeat top center;*/
	background : url(../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 70px;*/
	height : 25px;
	margin:5px 0 3px 0;
}
div#utilities div.search ul li.shop,/* 修正 */
div#utilities div.search ul li.girl {
	height: 44px;
	border: 1px solid #BB9966;
	margin-bottom: 4px;
	overflow : hidden;	
	text-align: center;
	box-shadow: 0 0 5px 0 #BB9966; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/
}
div#utilities div.search ul li.deli {/* 修正 */
	/*background : url(../img/icon/utilities/banner/deli.gif) no-repeat top center;*/
	background : url(../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 71px;*/
	width: 178px;
	height : 25px;
	margin:0 0 8px 0;
}
div#utilities div.search ul li.girl01 {/* 修正 */
	background : url(../img/icon/utilities/banner/girl01.gif) no-repeat top center;
	height : 71px;
}

div#utilities div.search ul li.shop a,
div#utilities div.search ul li.deli a,
div#utilities div.search ul li.girl a,
div#utilities div.search ul li.go a {
	background: url(../img/search/searchbtn.jpg) no-repeat ;
	background-position: -1px 0;
	display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
	color: #AA0000;
}
div#utilities div.search ul li.shop a:hover,
div#utilities div.search ul li.deli a:hover,
div#utilities div.search ul li.girl a:hover {
	background-position: 0 -44px;
	color: #FFFFFF;
	text-decoration: none;
}

/** shamelar Start */

div#utilities table.shamelar_block{
	background: #770000;
	margin-bottom: 10px;
	height: 80px;
	
}

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

div#utilities div.shamelar_img div.pickup_mark{
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 99;
}

div.title_syamelar {
	background: url(../img/accessory/shamera/syamailer_title.png) no-repeat;
	height: 18px;
	text-indent: -9999px;
}
div.title_syamelar span {
	color: #FFFFFF;
}
div.utilities span {
	color: #FFFFFF;
}

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

/** shamelar End */

div#utilities div.block_part{
	border: solid 1px #BB9966;
}
div#utilities div.block_part_girl {
	border: solid 1px #FF68B9;
}

div#utilities h5.areaedition {
    background: url("../img/icon/utilities/headline/title_areaedition.jpg") no-repeat scroll 0 0 transparent;
    text-indent: 95px;
}
div#utilities h5.rss {
	background: url(../img/icon/utilities/headline/sectiontitle_rss.jpg) no-repeat scroll 0 0 transparent;
    text-indent: -9999px;
}
div#utilities h5.nn_mobile {
	background: url(../img/icon/utilities/headline/sectiontitle_nightsnetmob.jpg) no-repeat scroll 0 0 transparent;
    text-indent: -9999px;
	margin-bottom: -10px;
}
	
div#utilities div.block_part h5,
div#utilities div.block_part_girl h5 {
    color: #885511;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
}
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 div.block_contents div.catchcopy {
	font-size:10px; 
	width:200px;
	height: 12px;
	margin-bottom: 1px;
}
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: 239px;
	text-align:center;
	margin: 5px 0 10px 0;
	padding:15px 2px 2px 2px;
	
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    margin-bottom: 10px;
}

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

/* _____________ 蜷・・・李@禹・就・ｻE繧・繝ャモ央oﾂ繝舌･・竢・鷭ｨ _____________ */
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 p.thumbnail {
	text-align: center;
}

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

div#guide {
	width: 245px;
}
div#guide dl {/* 修正 */
	background : url(../img/icon/guide/dl/login_bg_black.jpg) no-repeat;
	color:#ffffff;
	padding:3px 0 0 60px;
	margin:0 0 5px 0;
	height:60px;
}

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

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

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

/* ___________________________________________________________ headline */

div#guide h5 {
	background : url(../img/icon/guide/headline/books.gif) no-repeat;
}


div.box {
	width: 240px;
	border: 1px solid #BB9966;
	margin-bottom: 10px;
	overflow : hidden;	
	padding: 2px;
	background: #FFFFFF;
	box-shadow: 0 0 5px 0 #BB9966; /*css3*/
	-moz-box-shadow:  0 0 5px 0 #BB9966;/*Firefox用*/
	-webkit-box-shadow: 0 0 5px 0 #BB9966;  /*ChromeSafari用*/
}
div.box div.title_shame {
	font-size : 12px;
	font-weight: normal;
	height : 32px;
    color: #885511;
	line-height : 32px;
	background : url(../img/icon/utilities/headline/sectiontitle_diary.jpg) no-repeat;
	text-align: right;
	padding: 10px 5px 0 0;
	margin-bottom: -12px;
}
div.box div.title_chokuso {
	font-size : 12px;
	font-weight: normal;
	height : 32px;
    color: #885511;
	line-height : 32px;
	background : url(../img/icon/utilities/headline/sectiontitle_chokusoubinn.jpg) no-repeat;
	text-align: right;
	padding: 10px 5px 0 0;
	margin-bottom: -12px;
}

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 h6.chokuso a,
div#guide h6.shame a,
div#guide h6.pr_banner {/* 修正 */
	/*color:#FFFFFF;*/
}



div#guide h6 a {
	position : absolute;
	top : 5px;
	right : 18px;
}
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 0 0;
	background: #FFFFFF;
}
div#guide div.banner p {
	margin : 0 0 0 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;
}
div#guide div.new object {
	height : 125px;
}

div#guide iframe {
	width : 237px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
*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;
	width: 237px;
	background: #FFFFFF;
}
div#guide div.new iframe {
	height : 125px;
}

div#guide div.block_part {
	border: solid 1px #BB9966;
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 2px;
    width: 240px;
}
div#guide div.block_part_girl {
	border: solid 1px #FF77CC;
    -moz-box-shadow: 0 0 5px 0 #FF77CC;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF77CC;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 2px;
    width: 240px;
}
div#guide div.color_block {
	background: #F9F1E9;
}

div#guide div.block_part h5.editionandcontents {
	background : url(../img/headline/sectiontitle_editionandcontents.jpg);
}
div#guide div.block_part h5.nowonsale {
	background : url(../img/headline/sectiontitle_nowonsale.jpg);
}
div#guide div.block_part h5.osusume {
	background : url(../img/headline/sectiontitle_osusumesite.jpg);
}
div#guide div.block_part h5.cabatour {
	background : url(../img/headline/sectiontitle_cabatour.jpg);
}
div#guide div.block_part_girl h5 {
	background : url(../img/headline/sectiontitle_onnanoko.jpg);
}
div#guide div.block_part h5,
div#guide div.block_part_girl h5 {
	height: 32px;
	text-indent: -9999px;
}
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.color_block img{
	margin-top: -32px;
	margin-right: 5px;
}
div.color_block div {
	float: left;
}
div.color_block ul li {
	font-size: 11px;
	width: 240px;
	line-height: 1.2em;
}
div.color_block ul li span {
	font-size: 13px;
	font-weight: bold;
	color: #AA0000; 
}
div.color_block ul li.dl_link {
	margin-top: 5px;
	background: url(../img/icon/accessory/arrow/arrow04.png) no-repeat scroll left center transparent;
}
div#guide div.block_part_girl div.block_contents {
	padding: 5px 4px 5px;
}

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

div.section_newshop {
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none no-repeat scroll left bottom #FFFFFF;
    border: 1px solid #BB9966;
    margin-bottom: 5px;
    padding: 2px;
}

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

div#utilities h6.shinchaku {
    background: url("../img/icon/utilities/headline/title_newshop.jpg") no-repeat scroll 0 0 transparent;
    text-indent: 90px;
    color: #885511;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
}
div.new1 iframe {/* 修正 */
	width : 191px;
	height : 200px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;

	background: #FFFFFF !important;
}

/** RightTopBanner Strat */

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

/** RightTopBanner End */

div#utilities h6.shinchaku2 {
	position : relative;
	background : url(http://www.nightsnet.jp/t/img/entrance_black2.gif) no-repeat;
	height : 32px;
	line-height : 27px;
	width : 200px;
	color:#FFFFFF;
	font-weight:normal;
	text-indent : 47px;
	font-weight:bold;
}

div#utilities h5.nightssearch {
	font-size : 12px;
	background : url(../img/icon/utilities/headline/entrance.gif) no-repeat;
	height : 32px;
}
div.section h6.tokushu {
    background: url("../img/icon/utilities/headline/title_tokushu.jpg") no-repeat scroll 0 0 transparent;
    text-indent: 90px;
    color: #885511;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
}

div.section h6.ranking {
    background: url("../img/icon/utilities/headline/title_ranking2.jpg") no-repeat scroll 0 0 transparent;
    text-indent: 90px;
    color: #885511;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
}
/* =====================================================================
	footer
====================================================================== */

div#footer ul,
div#footer address,
div#footer p,
div#footer div#end {
	margin : 0 auto;
	padding : 0 0 3px 0;
	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 繝九ャャ若ｚ巣壹・@盡礇聲發磽瘁皃礇蒹げ萼・甄磧矚畊､SS菴遵刈 ***/

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

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

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 #BB9966;
}

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


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

div#contents div.girlmessage h3 {
	position : relative;
	background : url(../img/icon/contents/headline/long500.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 #BB9966;
  margin: 0 0 0 auto;
}

div#contents div#girlmeaasge div.section {
	height: auto;
    -moz-box-shadow: 0 0 5px 0 #BB9966;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BB9966;
    clear: both;
    margin-bottom: 10px;
    padding: 5px;
}

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 { width: 100%; height: 0px; }
.headernenreicheck_box { width: 990px; margin: 0 auto; line-height: 24px; }
.headernenreicheck_leftbox { float: left; line-height: 25px; font-size: 12px; }
.headernenreicheck_leftbox div.title{ float: left; line-height: 25px; }
.headernenreicheck_leftbox div#wrapper { float: left; }
.headernenreicheck_leftbox div#wrapper div.genretab { float: left; margin-right: 1px; }
.headernenreicheck_leftbox div#wrapper div.genretab img:hover {-ms-filter: "alpha(opacity=50)";/* IE8用記述 */ filter: alpha(opacity=50);	/* IE6~IE7用記述 */ opacity: 0.5; }
.headernenreicheck_leftbox img.heaven{ padding-left: 6px; }
.headernenreicheck_leftbox img.girls{ padding-left: 2px; }
.headernenreicheck_rightbox { float: right; line-height: 24px; font-size: 12px; padding-top: 1px; }
div.headerbg { background: url(/img/header/header_bg.jpg) repeat-x; width: 100%; height: 185px; }
/* -------------------------------------------------------- */

#wrapper {
	margin-right: auto;
	margin-left: 6px;
	margin-top: 2px;
	float: right;
}

#navi {
	height: 25px;
}

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

.submenu {
  visibility: hidden;
  position: absolute;
  z-index: 3;
  font-size: 90%;
  top: 23px;
  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%;
	opacity: 1;
}
/* エリアテキストバナースライド表示 @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 {
	text-decoration: none;
	font-size: 13px;
}
.slide_banner_frame img {
	position: absolute;
}
.slide_banner {
	height: 22px;
	margin-left: 58px;
	padding:2px 0 0 0;
}
.slide_banner_wrap {
	border: #CCCCCC solid 1px;
	width: 495;
	margin-top: 10px;
	margin-bottom: 15px;
}
/* エリアテキストバナースライド表示 @ESS 2011/10/12 */

/*	clearfix  */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*　要素の存在を無くす　*/
.disnon {display:none;}

/*　要素を隠す（見えなくする）　*/
.hidden {visibility: hidden;}

div#utilities div.prbanner {
    margin-bottom: 10px;
}

/* 写メ日記ネタ @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;
	color: #FFF;
}

div.machi_search2 {
    width:485px;
    _width:495px;
    height:79px;
    background-color:#FFECFC;
    padding:10px 0 0 10px;
}
div#contents div.osusume_shop {
    background: url("../img/icon/contents/headline/osusume_shop2.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-indent: 45px;
}
