@charset "utf-8";

/* =====================================================================
	global
====================================================================== */
* {
	margin : 0;
	padding : 0;
	font : normal normal 100% Arial,Helvetica,sans-serif;
}
*html {
	border-style : none;
}
body {
	background : #ffffff;
	color : #333333;
	font-size : 62.5%;
	text-align : center;
}

td {
	font-size: 12px;
}

/* =====================================================================
	definition
====================================================================== */

div#shell p#map {
}

/* ___________________________________________________________ field */

form fieldset {
	border : none;
}
input:focus,
select:focus,
textarea:focus {
	background : #f5f5f5;
}
input {
	padding : 1px;
}
input.login,
input.logout,
input.member,
input.submit,
input.search {
	border : none;
}
input.login,
input.submit {/* 修正 */
	cursor : pointer;
	background : url(../img/icon/accessory/button/login.gif) no-repeat;
	color : #ffffff;
	line-height : 22px;
	width : 119px;
	height : 22px;
}
input.logout,
input.member,
input.submit {/* 修正 */
	cursor : pointer;
	background : url(../img/icon/accessory/button/login.gif) no-repeat;
	color : #ffffff;
}
input.logout {/* 修正 */
	margin : 0 0 0 -30px;
	background : url(../img/icon/accessory/button/logout1.gif) no-repeat;
	color : #ff666d;
	width : 98px;
	height : 22px;
	float:left;
}
input.member {/* 修正 */
	background : url(../img/icon/accessory/button/member1.gif) no-repeat;
	width : 98px;
	height : 22px;
	float:left;
}
input.search {/* 修正 */
	width : 55px;
	height : 19px;
}

select option {
	padding :1px 3px;
}

/* ___________________________________________________________ anchor */

a {
	color : #3366cc;
	text-decoration : none;
	font-size: 12px;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration : underline;
}
a:active {
}

div#header ul#navigation li a:hover,
div#contents div.news ul.navigation li a:hover,
div#contents div.ranking li a:hover {
	text-decoration : none;
}

p#page_top {
	clear : both;
	position : relative;
	margin : 20px 0 0 0;
	font-size : 11px;
}
*html p#page_top {
	font-size : 9px;
}
*+html p#page_top {
	font-size : 9px;
}
p#page_top a {
	position : absolute;
	right : 0;
	background : url(../img/icon/accessory/button/anchor.gif?imgopt=y) no-repeat;
	font-size : 0.95em;
	text-indent : 27px;
	line-height : 21px;
	width : 144px;
	height : 21px;
}

/* ___________________________________________________________ headline */

h1 {
	padding : 0 0 0 15px;
}

div#header h2 {/* 修正 */
	overflow : hidden;
	font-size : 12px;
	line-height : 1.4em;
	width : 555px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
h3,
div#guide h5,
div#utilities h5,
div#utilities h6 {
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	line-height : 26px;
	height : 26px;
}
h3 {
	text-indent : 45px;
}
}
div#guide h5,
div#utilities h5,
div#utilities h6 {
	text-indent : 35px;
}

.lines{
 height: 1px;
 border-top : 1px solid #999999;
}

*+html .lines{
 height: 1px;
 border-top : 1px solid #999999;
 margin : 0 0 5px 0;
}

/* ___________________________________________________________ document */

strong,
b {
	font-weight : bold;
}

p {
	padding : 0 0 5px 0;
	line-height : 1.35;
	font-size : 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
p {
	padding : 0 0 5px 0;
	line-height : 1.35;
}
}

.note {
	padding : 7px 15px 7px 0;
	background : #cde8f6;
	text-align : right;
}

.note2 {
	padding : 7px 15px 7px 10px;
	background : #cde8f6;
	text-align : left;
}

.keitaititle{
 color: #ff9900;
}

.qa_note {
	padding : 7px 15px 7px 15px;
	background : #cde8f6;
	text-align : left;
	font-weight : bold;
}

div.note,
div.note_area,
div.error {
	margin : 10px 0;
	padding : 40px 0;
	background : #f5fafe;
	text-align : center;
}
div.error {
	margin : 0;
	background : #ffefe0;
}
div.note_area {
	margin : 0;
	padding : 10px;
	text-align : left;
}
div.note_area form {
	padding : 10px 0;
	text-align : center;
}
div.data p.note {
	padding : 7px 15px 7px 5px;
	background : #f5fafe;
	text-align : left;
}
div.detail p.note {
	margin : 0 0 5px 0;
	padding : 10px ;
	background : #ffffff;
	border-bottom : 1px solid #9eb3c4;
	text-align : left;
}
div.detail p.note em,
div.note em {
	font-weight : bold;
}
div.detail p.movie em {
	display : block;
	padding : 0 0 0 35px;
}

/* ___________________________________________________________ list */

ul {
	list-style : none;
}
ol {
	list-style-position : inside;
}

/* ___________________________________________________________ image */

img {
	vertical-align : bottom;
	border : none;
}
h4 img,
h5 img {
	margin : 0 3px 0 0;
}
div.rank img {
	margin : 0 0 2px 0;
}
p.thumbsnail {
	float : left;
	margin : 0 8px 3px 0;
}
*html p.thumbsnail {
	margin : 0 5px 0 0;
}

p.thumbs {
	float : right;
	margin : 0 0 7px 10px;
}
*html p.thumbs {
	margin : 0 0 0 5px;
}

/* ___________________________________________________________ rule,clearfix */

hr,
div#contents div.attention hr.cut,
div#contents div.news div.column hr {
	clear : both;
	visibility : hidden;
}

div#header ul#navigation:after,
body#whole div.information:after,
body#whole div.cover:after,
div#contents div.news ul.navigation:after,
div#contents div.ranking ul:after,
div#contents div.favorite_list ul:after,
div#contents div.backnumber:after {
	display : block;
	clear : both;
	content : ".";
	visibility : hidden;
	height : 0;
}

/* 回り込み解除用 clearfix */
.clr:after {
  content: ".";	 /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clr {
	min-height: 1px;
}

* html .clr {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ---------- 固定ヘッダー 2013/3/25 katsuno ---------- */
.topheader { background: #000033;
	position: fixed;
	top:0;
	left:0;
	z-index: 20000;
	height: 40px;
	width: 100%;
}
* html div.topheader {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));   
}
.topheaderbox {
	line-height: 40px;
    margin: 0 auto;
    width: 990px;
}
.topheaderbox {
	color: #FFF;
}
.topheaderbox a{
	color: #FFF;
	line-height: 40px;
}
.topheader .float-l{
	float: left;
	line-height: 40px;
}
.topheader .float-r{
	float: right;
	line-height: 40px;
}
div#header ul.site_menu {
    clear: both;
    font-size: 12px;
    height: 40px;
    padding: 0;
}
ul.site_menu li{
    display: inline;
}
/* ___________________________________________________________ box */


div#global,
div#shell {
	margin : 0 auto;
	width : 990px;
	font-size : 1.2em;
	text-align : left;
	padding-top: 5px;
}
div#header {/* 修正 */
	margin : 0;
	background : url(../img/icon/accessory/background20100501.gif) repeat-x bottom;
	height : 196px;

}
div#footer {
	margin : 25px auto 0 auto;
	padding : 17px 0 0 0;
	font-size : 1.0em;
	text-align : center;
	width : 990px;
}
*html div#footer {
	font-size : 0.9em;
}

div#header ul li,
div#footer ul li {
	display : inline;
}

/* =====================================================================
	全国header
====================================================================== */
div#zenkoku_global_center {/* 修正 */
	float:left;
}

div#zenkoku_global_center {/* 修正 */
	overflow : hidden;
	padding : 2px 0 0 5px;
	width:600px;
}

div#zenkoku_global_center h2 {/* 修正 */
	overflow : hidden;
	width:600px;
}

div#zenkoku_global_center ul#area_link {/* 修正 */
	padding : 24px 0 0 0;
	margin : 0 0 0 -2px;
}

div#zenkoku_global_center ul#area_link li a,
div#zenkoku_global_center ul#area_link_zenkoku li a {/* 修正 */
	padding : 0 2px;
}

div#zenkoku_global_center ul#area_link_zenkoku {/* 修正 */
	padding : 7px 0 0 0;
	margin : 0 0 0 -2px;
}

p#zenkoku_logo {
	margin : 0 5px; 0 2px;
	padding : 3px 0 0 0;
	width : 180px;
	height : 60px;
}
*html p#zenkoku_logo {
	margin : 0 0 0 5px;
}

/* =====================================================================
	header
====================================================================== */

p#logo,
div#logo,
div#global_center,
div#global_center2,
p#pr {/* 修正 */
	float:left;
}

div#global_center {/* 修正 */
	overflow : hidden;
	padding : 3px 0 0 5px;
	width:460px;
}

div#global_center h2 {/* 修正 */
	overflow : hidden;
	width:555px;
}

div#global_center ul#area_link {/* 修正 */
	padding : 24px 0 0 0;
	margin : 0 0 0 -2px;
}

div#global_center ul#area_link li a,
div#global_center ul#area_link_zenkoku li a {/* 修正 */
	padding : 0 2px;
}

div#global_center ul#area_link_zenkoku {/* 修正 */
	padding : 7px 0 0 0;
	margin : 0 0 0 -2px;
}

div#global_center2 {/* 修正 */
	overflow : hidden;
	padding : 3px 0 0 5px;
	width:460px;
}

div#global_center2 h2 {/* 修正 */
	overflow : hidden;
	width:475px;
}

div#global_center2 ul#area_link {/* 修正 */
	padding : 24px 0 0 0;
	margin : 0 0 0 -2px;
}

div#global_center2 ul#area_link li a,
div#global_center2 ul#area_link_zenkoku li a {/* 修正 */
	padding : 0 2px;
}

div#global_center2 ul#area_link_zenkoku {/* 修正 */
	padding : 7px 0 0 0;
	margin : 0 0 0 -2px;
}

p#logo {
	margin : 0 10px 0 0;
	padding : 3px 0 0 0;
	width : 180px;
	height : 60px;
}
*html p#logo {
	margin : 0 0 0 5px;
}

div#logo {
	margin : 0 10px 0 0;
	padding : 3px 0 0 0;
	width : 260px;
	height : 60px;
}
*html div#logo {
	margin : 0 0 0 5px;
}


p#pr {
	float: right;
	margin : 3px 0 0 2px;
	padding : 0;
	width : 234px;
	height : 60px;
}

div#top_navigation {
	clear: both;
	height: 20px;
  padding-top: 4px;
  margin-bottom: 3px;
}

div#top_navigation ul#area_link {
	float: left;
	padding : 5px 0 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div#top_navigation {
	clear: both;
	height: 20px;
  padding-top: 4px;
}
div#top_navigation ul#area_link {
	float: left;
	padding : 5px 0 0 5px;
	font-size: 10px;
}
div#header ul#navigation {
	padding : 0;
	margin : 0;
	color : #ffffff;
	height : 32px;
	width:990px;
	_width:990px;
	float:left;/* 修正 */
}
}

/* ___________________________________________________________ navigation */

div#header ul {
	clear : both;
	padding : 0 0 0 15px;
	font-size : 12px;
	height : 20px;
}

div#header ul#navigation {
	padding : 9px 0 0 0;
	margin : 0;
	color : #ffffff;
	height : 32px;

	width:990px;
	_width:990px;
	float:left;/* 修正 */
}

body#whole div#header ul#navigation {
	height : 20px;
}

div#header ul#navigation li,
div#header ul#navigation li a {
	line-height : 30px;
	width : 88px;
	height : 32px;
}
div#header ul#navigation li.letters_07,
div#header ul#navigation li.letters_07 a {
	width : 94px;
}
div#header ul#navigation li.letters_08,
div#header ul#navigation li.letters_08 a {
	width : 110px;
}
div#header ul#navigation li.letters_11,
div#header ul#navigation li.letters_11 a {
	width : 142px;
}
div#header ul#navigation li {
	display : block;
	float : left;
	margin : 0 2px 0 0;
	background : url(../img/icon/header/navi.gif) no-repeat bottom;
	text-align : center;
}
div#header ul#navigation li a {
	display : block;
	background : url(../img/icon/header/navi.gif) no-repeat top;
	color : #666666;
}
div#header ul#navigation li.letters_07 {
	background : url(../img/icon/header/letters_07.gif) no-repeat bottom;
}
div#header ul#navigation li.letters_07 a {
	background : url(../img/icon/header/letters_07.gif) no-repeat top;
}
div#header ul#navigation li.letters_08 {
	background : url(../img/icon/header/letters_08.gif) no-repeat bottom;
}
div#header ul#navigation li.letters_08 a {
	background : url(../img/icon/header/letters_08.gif) no-repeat top;
}
div#header ul#navigation li.letters_11 {
	background : url(../img/icon/header/letters_11.gif) no-repeat bottom;
}
div#header ul#navigation li.letters_11 a {
	background : url(../img/icon/header/letters_11.gif) no-repeat top;
}
div#header ul#navigation li a:hover {
	background-position : 0 -32px;
	color : #ffffff;
}

/** 即ヒメ ナビゲーション ------------------- */
div#header ul#navigation li.sokuhime_navi {
	background : url(../img/icon/header/sokuhime_navi.gif) no-repeat bottom;
}

div#header ul#navigation li.sokuhime_navi a {
	background : url(../img/icon/header/sokuhime_navi.gif) no-repeat top;
}

div#header ul#navigation li.sokuhime_navi a:hover {
	background-position : 0 -32px;
	color : #ffffff;
}
/** 即ヒメ ナビゲーション ------------------- */

div#header ul#genre {
	margin : 10px 0 0 0;
	width:950px;
	float:left;
}
div#header ul#genre li {
	margin : 0 10px 0 0;
	padding : 0;
	font-weight: bold;
	color: #3366cc;
}
div#header ul#genre li a{
	margin : 0 0 0 0;
	padding : 0 0 0 15px;
	background : url(../img/icon/accessory/arrow/white.gif) no-repeat left center;
	zoom : 1;
	font-weight: bold;
}
div#header ul#genre li.index,
div#header ul#genre li.index a {
	background : transparent;
	color : #3366cc;
	font-weight : bold;
}

div#header ul#genre li span {
	font-weight : normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div#header ul#genre {
	margin : 10px 0 0 0;
	width:950px;
	float:left;
	font-size: 95%;
}
div#header ul#genre li {
	margin : 0 10px 0 0;
	padding : 0;
	font-weight: bold;
	color: #3366cc;
	font-size: 95%;
}
div#header ul#genre li a{
	margin : 0 0 0 0;
	padding : 0 0 0 15px;
	background : url(../img/icon/accessory/arrow/white.gif) no-repeat left center;
	zoom : 1;
	font-weight: bold;
	font-size: 95%;
}
}

/** コメントアウト
div.keyword_search{
	float:right;
	height:27px;
	padding:21px 0 0 0;
	margin:0 0 0 0;
	width:270px;
}

input#keyword{
	color:#666666;
}

div.keyword_search table {
	float:right;
}

* html div.keyword_search label {
	letter-spacing: -0.1em;
}

*/

/****************************************** 追加 S */

div#header_login {
	float: right;
	text-align: right;
	font-size: 12px;
}
div#header_login a.red {
    color: #FF0000;
}
div#header_login h5 {
	margin-right: 5px;
}

div#header_login h5,
div#header_login form,
div#header_login div {
	display: inline;
}

div#header_login h5,
div#header_login a {
	font-weight: bold;
	text-align: right;
}

div.keyword_search{
	height:21px;
	width:350px;
	margin-top: 7px;
}

* 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: 73px;
}

td#googleSearch ul {
	display: inline;
	padding: 0;
}

td#googleSearch li {
	list-style: none;
}

dl.keisai_number dt,
dl.keisai_number dd {
	display: inline;
}

dl.keisai_number dt {
	margin-right: 3px;
}

/****************************************** 追加 E */

/* =====================================================================
	shell
====================================================================== */

div#main {
	float : left;
	width : 720px;
}
div#contents {
	float : right;
	width : 495px;
}
div#utilities {
	float : left;
	width : 200px;
}
div#guide {
	float : right;
	width : 246px;
}

/* ___________________________________________________________ topic path */

div.text11 {
	display : inline;
	font-size : 11px;
}

*html div.text11 {
	display : inline;
	font-size : 9px;
}

ul.topic_path {
	margin : 5px 0 11px 15px;
	font-size : 12px;
}
ul.topic_path li {
	display : inline;
	font-size : 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
ul.topic_path {
	margin : 5px 0 11px 15px;
	font-size : 65%;
}
ul.topic_path li {
	display : inline;
	font-size : 65%;
}
}
*html ul.topic_path {
	font-size : 65%;
}
*+html ul.topic_path {
	font-size : 65%;
}
*+html>/**/body ul.topic_path {
	font-size : 65%;
}

/* ___________________________________________________________ common */

div#contents h2,
body#whole div#contents h3 {
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	text-indent : 45px;
	line-height : 26px;
	height : 26px;
}

div#guide dl,
div.information dl {
	padding : 1px 0 0 12px;
	color : #ffffff;
	font-weight : bold;
	height : 46px;
}

div#guide dt,
div#guide dd,
div.information dt,
div.information dd {
	padding : 0.35em 0 0 0;
	font-size : 12px;
}
div#guide dt,
div.information dt {
	float : left;
}
div#guide dd,
div.information dd {
	margin : 0 0 0 85px;
	font-size: 12px;
}

/* =====================================================================
	contents
====================================================================== */

div#contents h2,
div#contents h3,
div#contents h4 {
	font-size : 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div#contents h2,
div#contents h3,
div#contents h4 {
	font-size : 90%;
}
}

div#contents h2 {
	background : url(../img/icon/contents/headline/new01.gif) no-repeat;
	height:27px;
	padding:6px 0 0 190px;
	font-weight:normal;
}
div#contents h3 {
	background : url(../img/icon/contents/headline/announce.gif) no-repeat;
}
div#contents div.section div.pickup h3 a,
div#contents div.summary h4 a,
div#contents div.ranking h4 a,
div#contents td h3 a,
div#contents td h4 a {
	font-weight : bold;
}

div#contents div.section div.pickup h3,
div#contents td h3,
div#contents div.section div.digest h4 {
	font-size : 1.2em;
	line-height : 1.2;
}

div#contents div.column h4 {
	margin : 5px 0 0 0;
}

div#contents div.section div.pickup h3,
div#contents td h3 {
	margin : 0 0 5px 0;
	background : transparent;
	text-indent : 0;
	width : auto;
	height : auto;
}
div#contents div.news h3 {
	position : relative;
	background : url(../img/icon/contents/headline/news.gif) no-repeat;
}
div#contents div.news h3 a {
	position : absolute;
	top : 5px;
	right : 15px;
}
div#contents div.new h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/new.gif) no-repeat;
}

/** fuzoku_news */

div#contents div#fuzoku_news {
	margin: 0 0 12px 0;
}

div#contents div#fuzoku_news h3 {
	font-size: 12px;
	margin : 0;
	height: 23px;
	background : url(../img/headline/inline.gif) no-repeat;
	border: 1px solid #9EB4C6;
	text-indent: 0px;
	padding: 0 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div#contents div#fuzoku_news h3 {
	font-size: 95%;
	margin : 0;
	height: 23px;
	background : url(../img/headline/inline.gif) no-repeat;
	border: 1px solid #9EB4C6;
	text-indent: 0px;
	padding: 0 5px;
}
}

div#contents div#fuzoku_news h3 a {
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	line-height: 23px;
}

div#contents div#fuzoku_news h3 span {
	position: relative;
	width: 230px;
	top: 0px;
	color: #333333;
	line-height: 23px;
	margin-left: 233px;
	text-indent: 232px;
}

div#contents div#fuzoku_news div.fuzoku_news_contents {
	padding: 6px 7px 6px 6px;
	border-left: 1px solid #9EB4C6;
	border-right: 1px solid #9EB4C6;
	border-bottom: 1px solid #9EB4C6;
}

div#contents div#fuzoku_news div.fuzoku_news_list {
	width: 320px;
	float: left;
	padding-bottom: 10px;
}

div#contents div#fuzoku_news div.fuzoku_news_list ul {
	margin-top: 6px;
}

div#contents div#fuzoku_news div.fuzoku_news_list li {
	margin: 2px 0;
}

div#contents div#fuzoku_news div.fuzoku_news_more {
	position: static;
	right: 162px; bottom: 6px;
	text-align: right;
}

div#contents div#fuzoku_news div.fuzoku_news_img {
	width: 150px;
	float: right;
}

div#contents div#fuzoku_news div.fuzoku_news_img div.news_img_subtitle {
	font-size : 11px;
	margin-top: 4px;
}

div#contents div#fuzoku_news div.pickup_news_content {
	padding: 6px;
	background: #F0F5FF;
	border-left: 1px solid #9EB4C6;
	border-right: 1px solid #9EB4C6;
	border-bottom: 1px solid #9EB4C6;
	
}

div#contents div#fuzoku_news td.pickup_news_img {
	width: 83px;
}

div#contents div#fuzoku_news td.pickup_news_body {
	width: 392px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#contents div#fuzoku_news div.pickup_news_content {
	padding: 6px;
	background: #F0F5FF;
	border-left: 1px solid #9EB4C6;
	border-right: 1px solid #9EB4C6;
	border-bottom: 1px solid #9EB4C6;
	font-size: 95%
	
}
div#contents div#fuzoku_news td.pickup_news_body {
	width: 392px;
	font-size: 95%
}
}
/** fuzoku_news End */

/** center_pr_banner */
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#contents div.center_pr_banner {
	padding: 5px 3px;
	margin: 0 0 12px 0;
	font-size: 90%
}

div#contents div.center_pr_banner strong,
div#contents div.center_pr_banner a {
	line-height: 20px;
	padding-right: 2px;
	font-size: 90%
}
}
div#contents div.center_pr_banner {
	padding: 5px 3px;
	margin: 0 0 12px 0;
	font-size: 13px;
}

div#contents div.center_pr_banner strong,
div#contents div.center_pr_banner a {
	line-height: 20px;
	padding-right: 2px;
}

/** center_pr_banner End */

/** area sokuhime */

div#contents div#area_sokuhime {
	margin: 0 0 18px 0;
	text-align: center;
}

div#contents div#area_sokuhime * {
	text-align: left;
}

div#contents div#area_sokuhime h3 {
	margin : 0 0 8px;
	height: 25px;
	background : url(../img/headline/inline.gif) no-repeat;
	border: 1px solid #9EB4C6;
	position: relative;
	text-indent: 0px;
	padding: 0 5px;
}

div#contents div#area_sokuhime h3 a {
	color: #333333;
	font-weight: bold;
	line-height: 23px;
}

div#contents div#area_sokuhime h3 span {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 8px;
	text-align: right;
	color: #333333;
	line-height: 23px;
}

div#contents div#area_sokuhime table {
	border-collapse: collapse;
	width: 482px;
	margin: 0 auto;
}

div#contents div#area_sokuhime table td {
	padding: 4px;
	width: 20%;
	vertical-align: top;
}

div#contents div#area_sokuhime table td div.sokuhime_girl_img {
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
}

div#contents div#area_sokuhime table td div.sokuhime_time * {
	vertical-align:middle;
}

div#contents div#area_sokuhime table td div.sokuhime_time span {
	color: #ff0000;
}

div#contents div#area_sokuhime table td div.sokuhime_comment span {
	color: #ff00ff;
	display: block;
	margin-top: 2px;
}

div#contents div#area_sokuhime div.area_sokuhime_more {
	margin-top: 6px;
	color: #999999;
	text-align: right;
}

div#contents div#area_sokuhime table td div.sokuhime_comment span,
div#contents div#area_sokuhime div.area_sokuhime_more span {
	font-size: 80%;
}

div#contents div#area_sokuhime table td * {
	line-height: 1.2em;
}

/** area sokuhime End */


div#contents div.ranking h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/ranking.gif) no-repeat;
}

div#contents div.favorite_girl h3 {
	background : url(../img/icon/contents/headline/favorite_girl.gif) no-repeat;
}
div#contents div.favorite_shop h3 {
	background : url(../img/icon/contents/headline/favorite_shop.gif) no-repeat;
}
div#contents div.favorite_community h3 {
	background : url(../img/icon/contents/headline/favorite_community.gif) no-repeat;
}
div#contents div.cellphone h3 {
	background : url(../img/icon/contents/headline/cellphone.gif) no-repeat;
	position: static;
}
div#contents.assist h4 {
	margin : 20px 0 10px 0;
	background : #ecf1f7;
	border-top : 1px solid #c2d5e6;
	height : 30px;
	line-height : 30px;
	font-size : 1.2em;
	text-indent : 10px;
}
div#contents div.backnumber div.summary h4 a {
	font-weight : normal;
	font-size : 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#contents div.backnumber div.summary h4 a {
	font-weight : normal;
	font-size : 90%;
}
}
div#contents div.data h3 {
	background : url(../img/icon/contents/headline/caption.gif?imgopt=y) no-repeat;
}
div#contents div.data h4 {
	margin : 20px 0 10px 0;
	background : url(../img/icon/contents/headline/topic.gif) no-repeat;
	height : 26px;
	line-height : 26px;
	color : #ffffff;
	text-indent : 45px;
}
div#contents div.information h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/information.gif) no-repeat;
}
div#contents div.mobile h3 {
	background : url(../img/icon/contents/headline/cellphone_495.gif) no-repeat;
}
div#contents div.related h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/topic.gif) no-repeat;
	font-weight : normal;
	text-indent : 45px;
}
div#contents div.request h3 {
	background : url(../img/icon/contents/headline/request10.gif) no-repeat;
	text-indent : 45px;
}
div#contents div.request h4 {
	margin : 5px 0;
	background : url(../img/icon/contents/headline/back.gif) no-repeat;
	color : #333333;
	text-indent : 10px;
}

div#contents div.favorite_girl h3,
div#contents div.favorite_shop h3,
div#contents div.favorite_community h3,
div#contents div.cellphone h3,
div#contents div.data h3,
div#contents div.fresh h3,
div#contents div.filter h3,
div#contents div.mobile h3 {
	margin : 0;
}
div#contents div.movie h3 {
	background : url(../img/icon/contents/headline/movie.gif) no-repeat;
	position: static;
}
div#contents div.fresh h3 {
	background : url(../img/icon/contents/headline/fresh.gif) no-repeat;
	position: static;
}
div#contents div.search h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/search.gif) no-repeat;
}
div#contents div.filter h3 {
	background : url(../img/icon/contents/headline/search.gif) no-repeat;
}
div#contents.search div.filter h3 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/search.gif) no-repeat;
}

div#contents div.outturn h3 {
	background : url(../img/icon/contents/headline/outturn.gif) no-repeat;
	text-indent : 10px;
}
div#contents.event div.outturn h3,
div#contents.newface div.outturn h3,
div#contents.ring div.outturn h3 {
	text-indent : 45px;
}
div#contents.event div.outturn h3 {
	background : url(../img/icon/contents/headline/event.gif) no-repeat;
}
div#contents.newface div.outturn h3 {
	background : url(../img/icon/contents/headline/newface.gif) no-repeat;
}
div#contents.ring div.outturn h3 {
	background : url(../img/icon/contents/headline/ring.gif) no-repeat;
}

div#contents div.more h3 {
	margin : 20px 0 10px 0;
	background : url(../img/icon/contents/headline/filter_more.gif) no-repeat;
	height : 28px;
}
div#contents div.more h3 {
	overflow : hidden;
	width : 495px;
	text-indent : -2000px;
}
div#contents div.form h3 {
	background : url(../img/icon/contents/headline/form.gif) no-repeat;
}
div#contents div.resign h3 {
	background : url(../img/icon/contents/headline/resign.gif) no-repeat;
}
div#contents div.clip_girl h3 {
	position : relative;
	background : url(../img/icon/contents/headline/favorite_girl_maypage.gif) no-repeat;
}
div#contents div.clip_shop h3 {
	position : relative;
	background : url(../img/icon/contents/headline/favorite_shop_mypage.gif) no-repeat;
}
div#contents div.clip_community h3 {
	position : relative;
	background : url(../img/icon/contents/headline/favorite_community_mypage.gif) no-repeat;
}
div#contents div.shop h3 {
	position : relative;
	background : url(../img/icon/contents/headline/good.gif) no-repeat;
}
div#contents div.favorite h3 a,
div#contents div.news h3 a {
	position : absolute;
	top : 7px;
	right : 15px;
	color : #ffffff;
	text-decoration : underline;
}
/* 修正 start */
div#contents div.favorite h3 a:link,
div#contents div.news h3 a:link {
	text-decoration : underline;
}
/* 修正 end */

div#contents div.community h3 {
	position : relative;
	background : url(../img/icon/contents/headline/community.gif) no-repeat;
}
div#contents.sitemap h3 {
	background : url(../img/icon/contents/headline/sitemap.gif) no-repeat;
}
div#contents.rss h3 {
	background : url(../img/icon/contents/headline/rss.gif) no-repeat;
}
div#contents div.search h4 {
	margin : 10px 0 0 0;
	font-size : 1.25em;
}
div#contents div.gift h3,
div#contents div.photo h3 {
	margin : 10px 0;
	background : url(../img/icon/contents/headline/gift.gif) no-repeat;
}
div#contents div.photo h3 {
	background : url(../img/icon/contents/headline/photo.gif) no-repeat;
}
div#contents div.photo h4 {
	margin : 0 0 5px 0;
}
div#contents div.filter div.more fieldset#filter h4 {
	padding : 5px 0 0 10px;
	background : url(../img/icon/contents/headline/more.gif) no-repeat;
	height : 26px;
	color : #ffffff;
}
div#contents div.filter form.note h4,
div#contents div.result form.note h4 {
	padding : 0 0 10px 0;
	font-size : 1.2em;
	font-weight : bold;
	text-align : left;
	text-indent : 10px;
}
div#contents div.mobile_info h3 {
	background : url(../img/icon/contents/headline/mobile_495.gif) no-repeat;
}
div#contents div.function h3,
div#contents.assist div.area h3 {
	margin : 10px 0 0 0;
	background : url(../img/icon/contents/headline/topic.gif) no-repeat;
	font-weight : normal;
	text-indent : 45px;
}
div#contents div.function h4 {
	position : relative;
	overflow : hidden;
	margin : 10px 0 5px 0;
	width : 266px;
	height : 26px;
	text-indent : -2000px;
}
div#contents div.function h4.check {
	background : url(../img/icon/contents/mobile/title_check.gif) no-repeat;
}
div#contents div.function h4.news {
	background : url(../img/icon/contents/mobile/title_news.gif) no-repeat;
}
div#contents div.function h4.get {
	background : url(../img/icon/contents/mobile/title_get.gif) no-repeat;
}

div#contents div.introduction h3 {
	margin : 10px 0 0 0;
	background : url(../img/icon/contents/headline/topic.gif) no-repeat;
	font-weight : normal;
	text-indent : 45px;
}

div#contents div.qr h3 {
	margin : 0;
	background : url(../img/icon/contents/headline/topic_qr.gif) no-repeat;
	font-weight : normal;
	text-indent : 10px;
}

div#contents div.detail h4,
div#contents div.detail div.section div.summary h5 {
	margin : 0 0 10px 0;
	background : url(../img/icon/contents/headline/back.gif) no-repeat;
	height : 22px;
	text-indent : 10px;
}
div#contents div.detail div.section div.summary h5 {
	margin : 20px 0 10px 0;
	background : url(../img/icon/contents/headline/back_270.gif) no-repeat;
}
div#contents div.result {
	float : left;
	background : #cde9f7;
	width : 285px;
}
div#contents div.request div.report,
div#contents div.filter div.result {
	float : none;
	margin : 0 0 10px 0;
	padding : 5px 10px 5px 10px;
	background : #cde9f7;
	width : auto;
}


/* @ESS 2010/7/12 追加*/
div#contents div.filter div.result, x:-moz-any-link {
	float : none;
	margin : 0 0 0 0;
	padding : 5px 10px 5px 10px;
	background : #cde9f7;
	width : auto;
}
/* @ESS 2010/7/12 追加*/


div#contents div.filter div.result p {
	padding : 0 0 3px 0;
}
div#contents div.result form {
	margin : 0 0 10px 10px;
	padding : 0 0 5px 0;
}
div#contents div.result form select {
	margin : 5px 0 0 0;
	width : 170px;
}
div#contents div.result h4 {
	background : url(../img/icon/contents/headline/topic_285.gif) no-repeat;
	color : #ffffff;
	width :285px;
	height : 26px;
	line-height : 26px;
	font-weight : bold;
	text-indent : 10px;
}
div#contents div.result dl {
	width : 285px;
}
div#contents div.result dl dt {
	margin : 5px 0 0 10px;
	padding : 0;
	background : none;
}
div#contents div.result dl dd {
	margin : 0 0 0 20px;
}
div#contents div.banner {
	padding : 7px 0 0 100px;
	background : url(../img/icon/accessory/pr.gif) no-repeat;
	border : 1px solid #9db4c6;
}

div#contents div.banner img {
	margin : 0 0 0 5px;
}

div#contents div.filter div.section {
	padding : 10px 0 0 0;
	border-top : 1px solid #9fb4c7;
}
div#contents div.filter div.more div.section {
	padding : 0;
	border : none;
}
div#contents div.filter div.more div.section h4 {
	margin : 0;
}
div#contents div.filter div.hot {
	margin : 0 0 10px 0;
	padding : 1px;
	background : #fcffd4;
	border : 0;
	width : 495px;
}
div#contents div.filter div.result_list {
	padding : 0;
	width : 495px;
}
*html div#contents div.result div.hot {
	position : absolute;
}
div#contents div.filter div.hot h4,
div#contents div.filter div.result_list h4 {
	position : relative;
	padding : 10px 0;
	background : #eff8ff;
	border-top : 1px solid #9cb5c9;
	border-bottom : 1px dotted #9cb5c9;
	text-indent : 10px;
	font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#contents div.filter div.hot h4,
div#contents div.filter div.result_list h4 {
	position : relative;
	padding : 10px 0;
	background : #eff8ff;
	border-top : 1px solid #9cb5c9;
	border-bottom : 1px dotted #9cb5c9;
	text-indent : 10px;
	font-size: 70%;
}
}
div#contents div.filter div.reduction h4 {
	background : #fafafa;
}

div#contents div.filter div.result form {
	margin : 0 0 5px 0;
	padding : 0;
}
div#contents div.filter div.result form select {
	margin : 0 10px 0 0;
	width : 170px;
}
div#contents div.filter div.hot h4 img,
div#contents div.filter div.result_list h4 img {
	margin : -3px 0 0 5px;
	vertical-align : middle;
}
div#contents div.filter div.result_list h4 {
	margin : 0;
	border-bottom : 1px dotted #9cb5c9;
}
div#contents div.filter h4 span.date {
	position : absolute;
	right : 15px;
}
div#contents div.filter div.hot p.thumbs,
div#contents div.filter div.hot div.summary {
	position : relative;
	padding : 10px;
}
div#contents div.filter div.result_list p.thumbs,
div#contents div.filter div.result_list div.summary {
	position : relative;
	padding : 10px 10px 0 10px;
}
div#contents div.filter div.hot div.summary,
div#contents div.filter div.result_list div.summary {
	padding : 3px 10px;
}

div#contents div.filter div.hot div.summary {
	width : 360px;
}
div#contents div.opt div.section {
	clear : both;
	padding : 5px 0 0 0;
	height : 100%;
}
div#contents.newface div.opt div.section {
	padding : 8px 0 0 0;
}
div#contents div.opt div.section p {
	padding : 0;
	line-height : 1.1;
}
div#shell div#contents div.opt div.section p.note {
	margin : 3px 0 0 0;
	padding : 3px 0 3px 0;
	border-bottom : none;
}
*html div#shell div#contents div.opt div.section p.note {
	padding : 3px 0 0 0;
}
div#contents div.opt div.section div.summary {
	float : left;
	margin : 0 0 0 5px;
	width : 401px;
}
div#contents.newface div.opt div.section div.summary {
	padding : 0 0 3px 0;
}
*html div#contents div.opt div.section div.summary {
	width : 405px;
}
div#contents div.opt div.section div.summary p img {
	vertical-align : middle;
}
div#contents div.mobile div.section div.summary h4,
div#contents div.cellphone div.summary h4,
div#contents div.opt div.summary h4 {
	margin : 0;
	padding : 2px 0;
	background : #eff8ff;
	font-weight : bold;
	text-indent : 5px;
}
body div#contents div.cellphone div.summary {
	clear : both;
	padding : 5px 0 0 0;
	height : 100%;
}
div#contents div.cellphone div.summary h4{
	margin : 0 0 5px 90px;
}
div#contents div.cellphone div.summary p {
	margin : 0 0 0 90px;
	line-height : 1.1;
}
div#contents div.cellphone div.summary p.thumbsnail {
	margin : 0 10px 0 0;
	padding : 0 0 5px 0;
}
div#contents div.cellphone div.summary p.note {
	padding : 5px 0 0 0;
	border-top : 1px dotted #9fb4c7;
	background : none;
	text-align : left;
}

p.keitainote {
	padding : 5px 0 0 0;
	border-top : 1px dotted #9fb4c7;
	background : none;
	text-align : left;
}

div#contents div.mobile div.section div.thumbnail {
	margin : 0 0 10px 0;
}
div#contents div.mobile div.section div.summary h4 {
	margin : 10px 0 5px 0;
	color : #333333;
}
div#contents div.mobile div.section div.summary h4 a {
	margin : 0 0 0 10px;
}
div#contents div.mobile div.section div.summary p {
	line-height : 1.4;
	padding : 0 0 10px 0;
}
div#contents div.mobile div.section div.summary p.note {
	margin : 0;
	padding : 5px 0 5px 5px;
	border-top : 1px dotted #9fb4c7;
	border-bottom : none;
	line-height : 1.1;
}
div#contents div.filter div.section p.note {
	margin : 0 0 10px 0;
	background : none;
	border-top : 1px dotted #9fb4c7;
	border-bottom : 1px dotted #9fb4c7;
	text-align : left;
}
div#contents div.result div.summary p.thumbsnail img {
	border : 1px solid #ffb363;
}
div#contents div.filter ul.result {
	margin : 10px 0 0 0;
	padding : 5px 0 0 0;
	background : url(../img/icon/contents/headline/back_blue.gif) no-repeat;
	color : #ffffff;
	height : 26px;
	text-indent : 10px;
}
div#contents div.filter ul.result li {
	display : inline;
	padding : 0;
	background : none;
}
div#contents div.filter ul.result li.search {
	margin : 0 0 0 15px;
}
div#contents div.filter ul.result li.display {
}
div#contents.ring div.outturn div.section {
	border : none;
}
div#contents div.sort {
	padding : 5px 10px;
}
div#contents div.outturn div.sort {
	padding : 0 10px;
}
div#contents.newface div.outturn div.sort,
div#contents.event div.outturn div.sort {
	padding : 0 10px 5px 10px;
}
div#contents div.sort ul li {
	display : inline;
	padding : 0 15px 0 0;
	background : none;
}
div.confirm {
	margin : 10px 0 0 0;
	padding : 5px 10px;
	border : 1px solid #51a3d5;
}
body div#shell div#contents h3.confirm {
	padding : 0 0 5px 5px;
	height : 20px;
	color : #333333;
	font-weight : normal;
	text-indent : 0;
}
div.data div.confirm p {
	padding : 0 0 5px 0;
}
span.date {
	color : #333333;
	font : normal normal 0.9em Arial,Helvetica,sans-serif;
}
span.check {
	color : #ff0000;
}
.alert {
	margin : 0 0 10px 0;
	color : #ff0000;
	font-weight : bold;
}

.select,
/* @ESS 2010/7/12 追加*/
.example,
/* @ESS 2010/7/12 追加*/
.writer {
	text-align : right;
}

/* @ESS 2010/7/12 追加*/
html>/**/body .example {
	margin:0 0 0 115px;
}
/* @ESS 2010/7/12 追加*/

div#contents div.filter fieldset#filter p.select {
	margin : 20px 0;
	border-top : 1px solid #9eb3c6;
	text-align : center;
}
.url {
	color : #008000;
}
.state {
	margin : 15px 0 0 10px;
	background : url(../img/icon/accessory/button/red_line.gif) no-repeat;
	color : #ff0000;
	width : 115px;
	height : 26px;
	line-height : 26px;
	text-align : center;
}
div#contents div.filter div.result span.state {
	margin : 0 0 0 20px;
	background : transparent;
	color : #ff0000;
	line-height : 1;
	text-align : right;
	height : auto;
}
*html div#contents div.filter div.result span.state {
	margin : 0 0 0 7px;
}


div#section_ajax_loading {
   padding: 40px 0 0 0;
   text-align: center;
   height: 230px;
}

/* @ESS 2010/7/12 追加*/
.pink {
	color:#FF69B4;
	/vertical-align:bottom;
}
/* @ESS 2010/7/12 追加*/

/* ___________________________________________________________ table */

div.attention td {
	vertical-align : top;
}
div.attention td.pickup,
div.attention td.info_note {
	padding : 0 5px 0 0;
	width : 343px;
}
div.attention div.column td.pickup,
div.attention div.column td.info_note {
	padding : 0 0 0 5px;
}

div.attention td.info_note {
	vertical-align : bottom;
	text-align : right;
}
div#contents div.attention div.summary p.info_note {
	text-align : left;
}
div.present table,
div.favorite table,
div.community table {
	margin : 0 0 0 1px;
	border : 1px solid #f79935;
	border-collapse : collapse;
	width : 494px;
	text-align : center;
}
div.community table {
	background : #f5fafe;
	border : 1px solid #3a97d2;
}
*html div.present table,
*html div.favorite table,
*html div.community table {
	margin : 0;
	width : 495px;
}
div.present table tr td,
div.favorite table tr td,
div.community table tr td {
	padding : 8px 5px 6px 5px;
	border : 1px solid #f79935;
	border-collapse : collapse;
	vertical-align : top;
	font-size : 12px;
	width : 123px;
}
div.clip_shop table tr td {
	vertical-align : middle;
}
div.present table,
div.present table tr td {
	border : 1px solid #9fb4c7;
}
*html div.present table tr td,
*html div.favorite table tr td,
*html div.community table tr td {
	font-size : 10px;
}
*+html div.present table tr td,
*+html div.favorite table tr td,
*+html div.community table tr td {
	font-size : 10px;
}
*+html>/**/body div.present table tr td,
*+html>/**/body div.favorite table tr td,
*+html>/**/body div.community table tr td {
	font-size : 10px;
}

div.present table tr.thumbnail td,
div.favorite table tr.thumbnail td,
div.community table tr.thumbnail td {/* ESS 修正 */
	/*vertical-align : bottom;*/
}
div.present table div.summary p {
	text-align : left;
}
div.community table tr td img {
	border : 1px solid #3a97d2;
}
div.present table tr td p.thumbnail img {
	margin : 0 0 5px 0;
}
div.community table tr td {
	vertical-align : middle;
	border : 1px solid #3a97d2;
}
div.favorite table.shop tr td img {
	border : 1px solid #ffb363;
}
div.favorite table.shop tr td p.flag img {
	border : none;
}
div.shop table tr td img {
	border : 1px solid #ffb363;
}
div.present table tr td p.thumbnail img {
	yborder : 1px solid #9fb4c7;
}
div#contents div.present table tr td p,
div#contents div.favorite table tr td p {
	padding : 0;
}
div#contents div.present table tr td ul li,
div#contents div.favorite table tr td ul li,
div#contents div.community table tr td ul li {
	padding : 0;
	background : none;
	text-align : center;
}
div#contents div.present table tr td ul li {
	text-align : left;
}
div#contents div.favorite table tr td ul li.note {
	font-size : 10px;
	text-align : left;
}

*html div#contents div.favorite table tr td ul li.note {
	font-size : 9px;
}
*+html div#contents div.present table tr td ul li.note,
*+html div#contents div.favorite table tr td ul li.note {
	font-size : 9px;
}
*+html>/**/body div#contents div.favorite table tr td ul li.note {
	font-size : 10px;
}
div.favorite table tr td.orange {
	background : #ffd780;
}
div.favorite table tr td.beige {
	background : #fff2d7;
}
div.favorite table tr td p.present img {
	border : none;
}
html p.hours {
color:#FF6600;
}
*html p.hours {
	font-size : 12px;
}
*+html p.hours {
	font-size : 12px;
}
/* ___________________________________________________________ field */

div.data p {
	padding : 10px 0;
}
*html div.data p {
	padding : 0 0 10px 0;
}
*+html div.data p {
	padding : 0 0 10px 0;
}
div.data textarea {
	padding : 5px;
	border : 1px solid #76a2cf;
	width : 483px;
	line-height : 1.5;
}
div.data textarea#comment {
	height : 300px;
}
div.data dl dd p input,
div.data select {
	margin : 0;
	border : 1px solid #629acd;
}
div.data input {
	margin : 5px 0 0 10px;
}
div.data input#subject {
	padding : 2px 5px;
	width : 483px;
}
*html div.data input#subject,
*html div.data textarea {
	width : 100%;
}
div#contents div.data p.submit,
div#contents div.favorite p.submit,
div#contents div.community p.submit {
	padding : 10px 0 20px 0;
	border-top : 1px solid #9eb3c4;
	text-align : center;
}
div#contents div.favorite p.submit,
div#contents div.community p.submit {
	padding : 0;
	border : none;
}
div#contents div.data p.submit input {
	margin : 0 5px;
	padding : 0 15px;
}
div#contents div.filter dl dt {
	position : relative;
	padding : 5px 0 0 25px;
	height : 25px;
}
div#contents div.filter dl dt img {
	position : absolute;
	top : 2px;
	left : 0;
	margin : 0 10px 0 0;
}
div#contents div.filter dl dd {
	padding : 0 0 0 10px;
}
div#contents div.filter fieldset#filter {
	background : #d5ebf9;
}
div#contents div.more fieldset#filter ul {
	margin : 10px 0;
}
div#contents div.more fieldset#filter ul li {
	float : left;
	padding : 0 0 10px 0;
	background : none;
	width : 123px;
	text-align : center;
}
form.narrow fieldset {
	padding : 10px 0;
}
form.narrow fieldset select {
	width : 190px;
}
form.event fieldset{
	text-align : left;
	width : 100%;
}
form.event fieldset select {
	margin : 0 0 0 20px;
	width : 200px;
}
form fieldset dl.field_01 {
	float : left;
	width : 240px;
}
form fieldset dl.field_02 {
	float : right;
	margin : 0 0 0 10px;
	width : 240px;
}
form fieldset dl.field_01 select,
form fieldset dl.field_02 select {
	width : 200px;
}

/* ___________________________________________________________ horizontal rule */

div#contents div.attention hr {
	visibility : visible;
	border : 1px solid #3b97d2;
	width : 100%;
}
div#contents div.news hr {
	visibility : visible;
	border : 1px solid #3b97d2;
	width : 100%;
}
div#contents div.detail hr,
div#contents div.backnumber hr {
	visibility : hidden;
}
div#contents div.detail div.digest hr {
	position : absolute;
	width : 1px;
	clear: both;
}
div#contents div.ranking div.point hr {
	visibility : visible;
	border : 1px solid #51a3d3;
}

/* ___________________________________________________________ unordered list */
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#contents div.effect ul {
	padding : 10px 0 0 10px;
	font-size: 90%;
}
div#contents div.effect li {
	background :url(../img/icon/accessory/arrow/orange.gif) no-repeat 0 2px;
	font-size: 90%;
}
div#contents div.effect_red a {
	color : #FF0000;
	font-size: 90%;
}
}

div#contents ul li {
	padding : 0 0 5px 15px;
	background :url(../img/icon/accessory/arrow/blue.gif) no-repeat 0 2px;
}
div#contents div.effect ul {
	padding : 10px 0 0 10px;
}
div#contents div.effect li {
	background :url(../img/icon/accessory/arrow/orange.gif) no-repeat 0 2px;
}
div#contents div.effect_red a {
	color : #FF0000;
}

div#contents div.news ul {
	margin : 10px 0;
}

div#contents ul.paging {
	padding : 10px 0;
	text-align : center;
}

div#contents ul.paging li {
	margin : 0;
	padding : 0;
	display : inline;
	background : transparent;
}
div#contents ul.paging li.prev {
	margin : 0 12px 0 0;
}
div#contents ul.paging li.next {
	margin : 0 0 0 12px;
}

div#contents div.detail ul.navigation {

}
div#contents div.detail ul.paging {
	position : relative;
	top : 0;
	left : 0;
	width : 495px;
	height : 40px;
}
div#contents div.detail ul.paging1 {
	position : relative;
	top : 0;
	left : 0;
	width : 495px;
	height : 30px;
}
div#contents div.detail ul.paging li.prev {
	position : absolute;
	top : 5px;
	left : 0;
}
div#contents div.detail ul.paging li.next {
	position : absolute;
	top : 5px;
	right : 0;
}
div#contents div.detail ul.paging li.back {
	position : absolute;
	top : 25px;
	right : 0;
}

div#contents ul.footer,
div#contents p#page_top.footer {
	clear : both;
	border-top : 1px solid #9eb4c6;
}
div#contents ul.footer1{
	clear : both;
}
div#contents ul.top_pager {
	clear : both;
}
div#contents ul.footer,
div#contents p#page_top.footer {
	padding : 10px 0;
}

/* ___________________________________________________________ definition list */

div#contents dl dt,
body div#contents h3.confirm {
	margin : 10px 0;
	padding : 5px;
	background : url(../img/icon/contents/headline/back.gif?imgopt=y) no-repeat;
}
div#contents dl dd {
	margin : 5px 0 20px 0;
}

/* ___________________________________________________________ navigation */

div#contents div.news ul.navigation,
div#contents div.ranking ul {
	margin : 10px 0 0 0;
	color : #ffffff;
	height : 23px;
}
div#contents div.detail ul.navigation,
div#contents div.backnumber ul.navigation,
div#contents div.fresh ul.navigation {
	margin : 0;
}
*html div#contents div.news ul.navigation,
*html div#contents div.ranking ul {
	margin : 0;
}
*+html div#contents div.news ul.navigation,
*+html div#contents div.ranking ul {
	margin : 0;
}
*+html>/**/body div#contents div.news ul.navigation {
	margin : 10px 0 0 0;
}
div#contents div.news ul.navigation li,
div#contents div.news ul.navigation li a,
div#contents div.ranking ul li,
div#contents div.ranking ul li a {
	margin : 0 4px 0 0;
	padding : 0;
	font-size : 11px;
	line-height : 23px;
	height : 23px;
}

*html div#contents div.news ul.navigation li a,
*html div#contents div.ranking ul li a {
	margin : 0;
	font-size : 9px;
}
*+html div#contents div.news ul.navigation li,
*+html div#contents div.news ul.navigation li a,
*+html div#contents div.ranking ul li,
*+html div#contents div.ranking ul li a {
	font-size : 9px;
}
*+html>/**/body div#contents div.news ul.navigation li,
*+html>/**/body div#contents div.news ul.navigation li a,
*+html>/**/body div#contents div.ranking ul li,
*+html>/**/body div#contents div.ranking ul li a {
	font-size : 10px;
}

*html div#contents div.news ul.navigation li.all a {
	margin : 0;
}
*html div#contents div.news ul.navigation li,
*html div#contents div.news ul.navigation li.all,
*html div#contents div.news ul.navigation li.all2,
*html div#contents div.ranking ul li {
	margin : 0 4px 0 0;
	font-size : 9px;
}
div#contents div.news ul.navigation li.moving,
div#contents div.news ul.navigation li.moving a {
	margin : 0;
}
*html div#contents div.ranking ul li.shop {
	margin : 0 4px 0 0;
}

div#contents div.news ul.navigation li,
div#contents div.news ul.navigation li a {
	width : 80px;
}
*html div#contents div.news ul.navigation li,
*html div#contents div.news ul.navigation li a {
	font-size : 9px;
}
div#contents div.news ul.navigation li.all,
div#contents div.news ul.navigation li.all a,
div#contents div.news ul.navigation li.all2,
div#contents div.news ul.navigation li.moving,
div#contents div.news ul.navigation li.moving a {
	width : 30px;
}
div#contents div.news ul.navigation li.allnews,
div#contents div.news ul.navigation li.allnews a {
	width : 45px;
}
div#contents div.news ul.navigation li,
div#contents div.ranking ul li {
	float : left;
	text-align : center;
}
div#contents div.news ul.navigation li a,
div#contents div.ranking ul li a {
	display : block;
	color : #666666;
}
div#contents div.news ul.navigation li {
	background : url(../img/icon/contents/navi/else.gif) no-repeat left bottom;
}
div#contents div.news ul.navigation li.all,
div#contents div.news ul.navigation li.moving {
	background : url(../img/icon/contents/navi/all.gif) no-repeat left bottom;
}
div#contents div.news ul.navigation li.allnews {
	background : url(../img/icon/contents/navi/allnews.gif) no-repeat left bottom;
}
div#contents div.news ul.navigation li a {
	background : url(../img/icon/contents/navi/else.gif) no-repeat left top;
}
div#contents div.news ul.navigation li.all a,
div#contents div.news ul.navigation li.moving a {
	background : url(../img/icon/contents/navi/all.gif) no-repeat left top;
}
div#contents div.news ul.navigation li.all2{
 background : url(../img/icon/contents/navi/all.gif) no-repeat left top;
 color: #666666;
}
div#contents div.news ul.navigation li.allnews a {
	background : url(../img/icon/contents/navi/allnews.gif) no-repeat left top;
}

div#contents div.ranking ul li,
div#contents div.ranking ul li a {
	width : 150px;
}
div#contents div.ranking ul li.shop,
div#contents div.ranking ul li.shop a {
	width : 140px;
}
div#contents div.ranking ul li {
	background : url(../img/icon/contents/navi/ranking.gif) no-repeat left bottom;
}
div#contents div.ranking ul li.shop {
	background : url(../img/icon/contents/navi/shop.gif) no-repeat left bottom;
}
div#contents div.ranking ul li a {
	background : url(../img/icon/contents/navi/ranking.gif) no-repeat left top;
}
div#contents div.ranking ul li.shop a {
	background : url(../img/icon/contents/navi/shop.gif) no-repeat left top;
}

div#contents div.news ul.navigation li a:hover,
div#contents div.ranking ul li a:hover {
	background-position : 0 -23px;
	color : #ffffff;
}

/* ___________________________________________________________ section */

div#contents div.section,
div#contents div.news {
	margin : 0 0 5px 0;
}

div#contents div.effect {
	margin : 0 0 8px 0;
	padding : 0 0 5px 0;
	background : url(../img/icon/accessory/section/orange_495.gif) no-repeat bottom;
}
div#contents div.attention {
	margin : 0;
	padding : 12px 0 0 0px;
}
div#contents div.attention div.pickup {
	margin : 0 0 7px 0;
}
*html div#contents div.attention div.pickup {
	margin : 0;
}

div#contents div.column hr {
	visibility : hidden;
}
div#contents div.column {
	float : left;
	width : 240px;
}
div#contents div.column p {
	padding : 0 0 2px 0;
}
div#contents div.jumbled {
	margin : 0 0 0 14px;
}
div#contents div.jumbled p.thumbsnail {
	margin : 0 7px 0 0;
}

*html div#contents div.section div.cover {
	width : 99%;
}
*+html div#contents div.section div.cover {
	height : 100%;
}

div#contents div.backnumber div.summary {
	padding : 10px 0;
	border-top : 1px solid #9eb4c6;
}
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;
}
div#shell div#contents div.mobile div.section div.thumbnail {
	width : 240px;
}
div#shell div#contents div.mobile div.section div.thumbnail p {
	margin : 10px 0 0 0;
	padding : 0;
}
div#contents div.mobile div.section div.summary {
	width : 240px;
}
div#contents div.mobile div.summary p {
	padding : 10px 0;
}
div#contents div.detail div.section div.thumbnail ul,
div#contents div.section div.thumbnail p.thumbs_movie {
	margin : 0 0 0 4px;
	padding : 5px 0 0 0;
	width : 193px;
	height : 100px;
}
div#contents div.newscaption{
	background : #ecf1f7;
}
div#contents div.detail div.section div.thumbnail ul {
	height : auto;
}
div#contents div.section div.thumbnail p.thumbs_movie {
	margin : 20px 0 10px 0;
	height : 140px;
	text-align : cecnter;
}
div#contents div.section div.thumbnail p.thumbs_movie img {
	margin : 0 10px;
	text-align : center;
}
div#contents div.detail div.section div.thumbnail ul li {
	float : left;
	padding : 0 0 8px 0;
	background : none;
	width : 48px;
	text-align : center;
}
div#contents div.detail div.section div.thumbnail ul.column2 li {
	float : left;
	padding : 2px 0 5px 0;
	background : none;
	width : 100px;
	text-align : center;
}

div#contents div.filter div.section div.thumbnail p {
	float : left;
	margin : 10px 20px 10px 0;
}

div#contents div.filter div.section div.summary div.detail {
	margin : 0 0 10px 0;
	padding : 2px 0 10px 0;
	border-bottom : 1px dotted #9cb5c9;
	height : 100%;
}
div#contents div.opt div.section div.summary p.thumbsnail,
div#contents div.filter div.section div.summary div.detail p {
	margin : 0;
	padding : 0 0 3px 0;
	line-height : 1.2;
}
div#contents div.opt div.section div.summary p.thumbsnail {
	padding : 0 5px 3px 0;
}

div#contents div.opt div.section hr {
	display : block;
	margin : -15px 0 0 0;
	height : 5px;
}

*+html>/**/body div#contents div.opt div.section div.summary hr {
	height : 1px;
}
*html div#contents div.filter div.section div.summary div.detail {
	padding : 2px 0 0 0;
}
*+html div#contents div.filter div.section div.summary div.detail {
	padding : 2px 0 0 0;
}
*+html>/**/body div#contents div.filter div.section div.summary div.detail {
	padding : 2px 0 15px 0;
}
div#contents div.section div.view hr {
	display : block;
	margin : -10px 0 0 0;
	height : 5px;
}
*html div#contents div.section div.view hr {
	margin : -15px 0 0 0;
	height : 5px;
}
div#contents div.section div.view {
	padding : 1px;
}
div#contents div.section div.info {
	margin : 10px 0 0 0;
}
div#contents div.section div.info p {
	padding : 0 0 2px 0;
	line-height : 1.2;
}
div#contents div.section div.info p a {
	font-weight : bold;
}
div#contents div.detail div.section div.summary p.navi {
	font-size : 11px;
}
div#contents div.detail div.section div.summary p.navi a {
	font-weight : normal;
}
div#contents div.section div.view p.clip {
	margin : 0 5px;
	font-size : 12px;
	font-weight : bold;
}
div#contents div.section div.view p.caption {
	margin : 0 5px;
	font-size : 11px;
}
*html div#contents div.detail div.section div.summary p.navi,
*html div#contents div.section div.view p.caption {
	font-size : 9px;
}
*+html div#contents div.detail div.section div.summary p.navi,
*+html div#contents div.section div.view p.caption {
	font-size : 9px;
}
*+html>/**/body div#contents div.detail div.section div.summary p.navi,
*+html>/**/body div#contents div.section div.view p.caption {
	font-size : 11px;
}
div#contents div.section div.notice {
	color : #ff0000;
}
div#contents div.section div.notice2 {
	color : #ff0000;
	margin: 0 0 20px 0;
}

div.digest div.rank,
div.digest p.rank {
	float : left;
	margin : 3px 0 0 0;
	width : 35px;
	min-height : 14px;
}
*html div.digest div.rank,
*html div.digest p.rank {
	height : 14px;
}
div#contents div.digest p {
	float : left;
	width : 400px;
}
div#contents div.point hr {
	width : 100%;
}
div#contents div.digest div.rank p {
	padding : 0;
	width : 35px;
	min-height : 14px;
	line-height : 1;
}
div#contents div.digest div.point p {
	width : 458px;
}
div#contents div.digest div.point p.rank {
	width : 35px;
}

div#contents div.related ul li {
	position : relative;
}
div#contents div.related div.digest div.rank {
	float : left;
	min-height : 14px;
	line-height : 1;
	clear: both;
}
*html div#contents div.related div.digest div.rank {
	height : 14px;
}
div#contents div.related div.digest p {
	float : none;
	padding : 3px 0 5px 0;
}
div#contents div.related div.digest div.rank p {
	padding : 0;
}
div#contents div.related ul li span.summary {
	display : block;
	margin : -15px 0 0 70px;
	width : 405px;
}
div#contents div.related p span.summary {
	display : block;
	margin : -16px 0 0 105px;
	width : 385px;
}
*html div#contents div.related p span.summary {
	margin : -16px 0 0 70px;
}
*+html div#contents div.related p span.summary {
	margin : -16px 0 0 70px;
}
div#contents div.ranking div.point {
	clear : both;
	margin : 0 0 4px 0;
}

div#contents div.ranking div.digest div.point {
	margin : 0;
}
div#contents div.digest p {
}
div#contents div.ranking div.point p.thumbsnail{
	margin : 3px 8px 0 0;
}

div#contents div.information div.section,
div#contents div.fresh div.section,
div#contents div.fresh p.writer {
	margin : 10px 0 10px 0;
	padding : 10px;
	background : #f5fafe;
	border : 1px solid #51a3d3;
}
div#contents div.fresh div.section {
	margin : 0 0 20px 0;
	padding : 10px;
}
div#contents div.fresh p.writer {
	margin : 0;
	padding : 10px;
	border : none;
	border-top : 1px solid #51a3d3;
	border-left : 1px solid #51a3d3;
	border-right : 1px solid #51a3d3;
	text-align : left;
}

div#contents div.fresh p.writer span.stamp {
	display : block;
	margin : -15px 0 0 380px;
	text-align : right;
}
*html div#contents div.fresh p.writer span.stamp {
	width : 100%;
}

div#contents div.favorite_shop,
div#contents div.favorite_girl,
div#contents div.favorite_community {
	margin : 0 0 5px 0;
	padding : 0;
}
div#contents div.favorite p.note {
	margin : 3px 0 0 0;
	padding : 0;
	background : none;
	font-size : 10px;
	text-align : left;
}
*html div#contents div.favorite p.note {
	letter-spacing : 0.5;
	font-size : 9px;
}
*+html div#contents div.favorite p.note {
	font-size : 9px;
}
*+html>/**/body div#contents div.favorite p.note {
	font-size : 10px;
}
div#contents div.gift ul {
	margin : 10px 0;
}
div#contents div.gift ul li {
	padding : 0;
	background : none;
}
div#contents div.mobile_info {
	margin : 0;
}
div#contents div.qr {
	position : relative;
	overflow : hidden;
	margin : 20px 0 10px 0;
	padding : 0 0 10px 0;
	background : #fff9d7;
	height : 180px;
}
div#contents div.qr p.thumbnail {
	position : absolute;
	display : block;
	top : 36px;
	left : 10px;
	width : 120px;
	height : 141px;
}
div#contents div.qr div.summary {
	position : absolute;
	top : 36px;
	right : 20px;
	width : 320px;
}
div#contents div.qr form {
	margin : 20px 0 0 0;
	text-align : right;
}
div#contents div.qr form p {
	padding : 0 0 5px 0;
	margin : 0;
}
div#contents div.qr form p input {
	padding : 0 10px;
}
div#contents div.function {
	margin : 0;
	padding : 0 0 20px 0;
	background : #fff9d7 url(../img/icon/contents/mobile/info.gif) no-repeat 10px 35px;
}
div#contents div.function div.summary p {
	padding : 0 5px 5px 5px;
}
div#contents div.function div.summary {
	margin : 0 10px 0 210px;
}

div#contents div.introduction {
	margin : 0;
	padding : 0 0 20px 0;
	background : #F5FAFF url(../img/icon/contents/step/preview.gif) no-repeat 10px 35px;
}
div#contents div.introduction div.summary p {
	padding : 0 5px 5px 5px;
}
div#contents div.introduction div.summary {
	margin : 10px 10px 0 210px;
	height : 290px;
}

div#contents.assist ul,
div#contents.assist p {
	margin : 0 0 0 10px;
}
div#contents.assist ul li {
	padding : 3px 0;
	background : none;
}
div#contents.rss div.note_area p a {
	display : block;
	margin : 20px 0 0 0;
}
div#contents.rss ul,
div#contents.rss p {
	margin : 0 0 0 10px;
}
div#contents.rss div.area p,
div#contents.rss ul li {
	padding : 3px 0 3px 20px;
	background : url(../img/icon/accessory/option/rss.gif) no-repeat 0 0.4em;
}
div#contents div.new ul {
	margin : 0 0 0 10px;
}
div#contents p.map {
	position : relative;
	left : -10px;
}
div#contents p.video {
	margin : 10px 0;
	text-align : center;
}

div#contents div.request em {
	color : #ff0033;
}
div#contents div.request ul {
	margin : 5px 0 0 0;
}
div#contents div.request ul li {
	padding : 1px 0 1px 15px;
}
div#contents div.request p {
	padding : 0 0 5px 0;
}
div#contents div.request dl {
	margin : 5px 0;
	border : 1px solid #9cb5c9;
	border-top : none;
}
div#contents div.request dl dt {
	background : #eff8ff;
	border-top : 2px solid #9cb5c9;
	border-bottom : 1px dotted #9cb5c9;
	margin : 0;
	font-weight : bold;
}
div#contents div.request dl dd {
	margin : 0;
	padding : 5px 10px 10px 10px;
}
div#contents div.request dl dd div.section {
	padding : 5px 0;
	border-top : 1px dotted #9cb5c9;
}
div#contents div.request address {
	margin : 20px 0 0 0;
	padding : 5px 0 0 0;
	border-top : 1px dotted #1694d3;
}
div#contents div.request div.note {
	margin : 0 0 5px 0;
	padding : 10px;
	border : 1px solid #1192d4;
	text-align : left;
}
div#contents div.request p.banner {
	margin : 5px 0 5px 0;
	text-align : center;
}

div#contents div.choice h4,
div#contents div.choice h5 {
	font-weight : bold;
}
div#contents div.choice h4 {
	margin : 5px 0 0 0;
}

div#contents div.choice table {
	margin : 0 5px 10px 5px;
	text-align : left;
	width : 480px;
}
div#contents div.choice table tr {
	clear : both;
}
div#contents div.choice table td {
	padding : 2px 0;
}
div#contents div.choice td label {
	display : block;
	float : left;
	width : 75px;
}
div#contents div.choice tr.free label {
	display : inline;
	float : none;
	width : auto;
}

div#contents div.choice ul {
	margin : 0 10px 5px 10px;
	padding : 0;
}
div#contents div.choice p {
	margin : 0;
	padding : 3px;
}
*html div#contents div.choice p input {
	margin : 0 0 1px 0;
}
*+html div#contents div.choice p input {
	margin : 0 0 1px 0;
}
div#contents div.choice p.outturn {
	margin : 5px 0;
	padding : 5px;
	background : #f5fafe;
	font-weight : bold;
}
div#contents div.choice div.note {
	margin : 7px 0;
	padding : 5px 7px;
}


div#contents p.info_note {
	margin : 0;
	padding : 0;
	text-align : right;
}

div#contents div.submit {
	margin : 15px 20px 15px 20px;
	padding : 15px 0;
	background : #e9f5fc;
	text-align : center;
}
div#contents div.submit input {
	margin : 0 5px;
}

div#contents div.search_link_field {
    width:495px;
    background-color:#fcffd4;
    margin-top:5px;
}

div#contents div.search_link_inside_field {
    padding:7px;
    text-align:left;
	font-size: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
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;
}

/* =====================================================================
	utilities
====================================================================== */

div#utilities h5 {
	font-size : 12px;
	background : url(../img/icon/utilities/headline/entrance.gif) no-repeat;
}
div#utilities div.search h5 {
	/*background : url(../img/icon/utilities/headline/search.gif) no-repeat;*/
	background : url(../img/headline/inline_orange.gif) no-repeat;
	border-top: solid 1px #F79A35;
	border-left: solid 1px #F79A35;
	border-right: solid 1px #F79A35;
	color: #333333;
	text-indent: 5px;
}
div#utilities div.mobile h5 {
	background : url(../img/icon/utilities/headline/mobile.gif) no-repeat;
}
div#utilities ul li {
	margin : 5px 0 0 10px;
	padding : 0 0 0 20px;
	background : url(../img/icon/accessory/arrow/blue.gif) no-repeat left;
}

/* ___________________________________________________________ section */

div#utilities div.section {
	margin : 0 0 10px 0;
}
div#utilities div.section div.effect {
	padding : 10px 5px 10px 8px;
	background : #f5faff url(../img/icon/accessory/section/blue_200.gif) no-repeat left bottom;
}
div#utilities div.banner p {
	margin : 5px 0;
	text-align : center;
}
div#utilities div.mobile p {
	line-height : 1.4;
}

/* ___________________________________________________________ field */

div#utilities fieldset {
	padding : 10px 5px 0 7px;
}
div#utilities fieldset.search {
	margin : 5px 0 10px 0;
	background : #fff7e6;
}
div#utilities fieldset input {
	border : 1px solid #6699ce;
}
div#utilities fieldset p {
	text-align : right;
}
div#utilities div.searchbg {
	margin : 5px 0 10px 0;
	padding : 0 0 8px 0;
	background : #fedbba;
	border : 1px solid #f69a35;
}
*html div#utilities div.searchbg {
	margin : 10px 0;
}
div#utilities fieldset.entrance label {
	display : block;
	float : left;
	font-size : 12px;
	width : 65px;
}
div#utilities fieldset.entrance p a {
	font-size : 0.9em;
}
*html div#utilities fieldset.entrance p a {
	font-size : 9px;
}
*html div#utilities fieldset.entrance p a,
*+html div#utilities fieldset.entrance p a {
	font-size : 9px;
}
div#utilities fieldset input#user,
div#utilities fieldset input#pass {
	margin : 0 0 5px 0;
	width : 118px;
}
div#utilities fieldset input#keyword {
	position : relative;
	top : -8px;
	margin : 0 3px 0 0;
	padding : 2px;
	color : #909090;
	width : 125px;
}
*html div#utilities fieldset input#keyword {
	top : -6px;
	padding : 3px 2px;
}
*+html div#utilities fieldset input#keyword {
	top : -6px;
}
div#utilities fieldset input#search {
	border : none;
}
div#utilities input.login{
	margin : 0 0 10px 68px;
	border : none;
	font-size : 12px;
}
div#utilities input.member {
	margin : 0 0 20px -8px;
	border : none;
	font-size : 12px;
	float:left;
}
div#utilities input.logout{
	margin : 0 -5px 20px 0;
	border : none;
	font-size : 12px;
	float:right;
}
div#utilities input.member {
	padding : 0 0 0 10px;
}
div#utilities fieldset input#all,
div#utilities fieldset input#news,
div#utilities fieldset input#stores,
div#utilities fieldset input#girls {
	padding : 0 5px 5px 0;
	border : none;
}
div#utilities div.searchbg fieldset label {
	margin : 0 0 5px 0;
}
*html div#utilities div.searchbg fieldset label {
	font-size : 10px;
}
*+html div#utilities div.searchbg fieldset label {
	zoom : 1;
	vertical-align : middle;
	font-size : 10px;
}

/* ___________________________________________________________ banner */

div#utilities p.member {
	overflow : hidden;
	background : url(../img/icon/utilities/banner/member.gif) no-repeat;
}
div#utilities p.member,
div#utilities p.member a {
	width : 200px;
	height : 49px;
}
div#utilities p.member a {
	display : block;
	padding : 55px 0 0 0;
	border-bottom : 1px solid #ffffff;
}
/* div#utilities div.search ul {
	padding : 10px 0;
	border : 1px solid #f79a35;
	background : #fff7e6;
} */
div#utilities div.search ul {
	padding : 5px 0;
	border : 1px solid #f79a35;
	background : #FFFCDB;
	text-align:center;
}
div#utilities div.search ul li {
	overflow : hidden;
	margin : 0 0 5px 0;
	padding : 0 7px;
}
div#utilities div.search ul li a {
	padding : 110px 0 0 0;
	display : block;
	border-bottom : 1px solid #fff7e6;
}
div#utilities div.search ul li,
div#utilities div.search ul li a {

}
div#utilities div.search ul li.search {
	background : url(../img/icon/utilities/banner/the_search.gif) no-repeat top center;
	height : 110px;
}
div#utilities div.search ul li.machi {
    background : url(../img/standbyGirls/standbyGirls.jpg) no-repeat top center;
    height : 70px;
    margin:0 0 5px 0;
}
div#utilities div.search ul li.event {
	background : url(../img/icon/utilities/banner/event2.gif) no-repeat top center;
	height : 50px;
	margin:5px 0 5px 0;
}
div#utilities div.search ul li.check_in {
	background : url(../img/icon/utilities/banner/check_in2.gif) no-repeat top center;
	height : 50px;
	margin:0 0 5px 0;
}
div#utilities div.search ul li.new_face {
	background : url(../img/icon/utilities/banner/new_face2.gif) no-repeat top center;
	height : 50px;
	margin:0 0 5px 0;
}
div#utilities div.search ul li.go {
	/*background : url(../img/icon/utilities/banner/riq102.gif) no-repeat top center;*/
	background : url(../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 55px;*/
	height : 25px;
	margin:0 0 0 0;
}
div#utilities div.search ul li.shop {/* 修正 */
	/*background : url(../img/icon/utilities/banner/shop2.gif) no-repeat top center;*/
	background : url(../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 55px;*/
	height : 25px;
	margin:0 0 8px 0;
}
div#utilities div.search ul li.deli {/* 修正 */
	/*background : url(../img/icon/utilities/banner/deli2.gif) no-repeat top center;*/
	background : url(../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 55px;*/
	height : 25px;
	margin:0 0 8px 0;
}
div#utilities div.search ul li.girl {/* 修正 */
	/*background : url(../img/icon/utilities/banner/girl2.gif) no-repeat top center;*/
	background : url(../img/button/search_btn_bar.gif) no-repeat top center;
	/*height : 55px;*/
	height : 25px;
	margin:0 0 8px 0;
}

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 {
	color: #333333;
	padding : 5px 0 0 0;
	display : block;
	border-bottom : none;
}


/** shamelar Start */

div#utilities table.shamelar_block{
	background: url(../img/accessory/shamera/shamera.gif) no-repeat;
	margin-bottom: 8px;
}

div#utilities div.shamelar_img{
	position: relative;
}

div#utilities div.shamelar_img img.shamelar_pickup{
	position: absolute;
	top: -6px;
	left: -6px;
}

div#utilities td.shamelar_txt{
	line-height: 1.2em;
}

div#utilities td.shamelar_txt div{
	line-height: 1.2em;
}

div#utilities td.shamelar_txt span{
	line-height: 1.2em;
}

div#utilities td.shamelar_txt a{
	font-weight: bold;
}

/** shamelar End */

div#utilities div.block_part{
	border: solid 1px #9EB4C6;
}
div#utilities div.block_part_girl {
	border: solid 1px #FF68B9;
}
div#utilities div.block_part h5{
	background : url(../img/headline/inline.gif);
}
div#utilities div.block_part_girl h5 {
	background : url(../img/headline/inline_pink.gif);
}
div#utilities div.block_part h5,
div#utilities div.block_part_girl h5 {
	color:#333333;
	font-weight:bold;
	height: 25px;
	text-indent: 5px;
	position:relative; 
}
div#utilities div.block_part h5 span,
div#utilities div.block_part_girl h5 span {
	position:absolute;
	right:2px;
	top:0;
	line-height:26px;
}
div#utilities div.block_part div.block_contents {
	padding: 5px 8px 5px;
}
div#utilities div.block_part_girl div.block_contents {
	padding: 5px 4px 5px;
}

div#utilities div.block_contents p.thumbnail {
	padding: 5px;
}

.pr_banner_area{
width:243px;
text-align:center;
background-color:#F5FAFF;
border:1px solid #51a3d3;
margin:0 0 10px 0;
padding:15px 0 0 0;
}

* html div.pr_banner_area {
width:245px;
}

/* _____________ 各エリア左カラムバナー用 _____________ */
div#utilities div.search ul li.h_01 {
	background : url(../img/icon/utilities/banner/h_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.h_02 {
	background : url(../img/icon/utilities/banner/h_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.h_03 {
	background : url(../img/icon/utilities/banner/h_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.th_01 {
	background : url(../img/icon/utilities/banner/th_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.th_02 {
	background : url(../img/icon/utilities/banner/th_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.th_03 {
	background : url(../img/icon/utilities/banner/th_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.tt_01 {
	background : url(../img/icon/utilities/banner/tt_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.tt_02 {
	background : url(../img/icon/utilities/banner/tt_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.tt_03 {
	background : url(../img/icon/utilities/banner/tt_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.y_01 {
	background : url(../img/icon/utilities/banner/y_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.y_02 {
	background : url(../img/icon/utilities/banner/y_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.y_03 {
	background : url(../img/icon/utilities/banner/y_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.t_01 {
	background : url(../img/icon/utilities/banner/t_01.gif) no-repeat top center;
	height : 65px;
}
div#utilities div.search ul li.t_02 {
	background : url(../img/icon/utilities/banner/t_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.t_03 {
	background : url(../img/icon/utilities/banner/t_03.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.t_04 {
	background : url(../img/icon/utilities/banner/t_04.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.t_05 {
	background : url(../img/icon/utilities/banner/t_05.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.hr_01 {
	background : url(../img/icon/utilities/banner/hr_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.hr_02 {
	background : url(../img/icon/utilities/banner/hr_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.hr_03 {
	background : url(../img/icon/utilities/banner/hr_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.k_01 {
	background : url(../img/icon/utilities/banner/k_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.k_02 {
	background : url(../img/icon/utilities/banner/k_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.k_03 {
	background : url(../img/icon/utilities/banner/k_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.s_01 {
	background : url(../img/icon/utilities/banner/s_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.s_02 {
	background : url(../img/icon/utilities/banner/s_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.s_03 {
	background : url(../img/icon/utilities/banner/s_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.cg_01 {
	background : url(../img/icon/utilities/banner/cg_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.cg_02 {
	background : url(../img/icon/utilities/banner/cg_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.cg_03 {
	background : url(../img/icon/utilities/banner/cg_03.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.q_01 {
	background : url(../img/icon/utilities/banner/q_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.q_02 {
	background : url(../img/icon/utilities/banner/q_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.q_03 {
	background : url(../img/icon/utilities/banner/q_03.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.q_04 {
	background : url(../img/icon/utilities/banner/q_04.gif) no-repeat top center;
	height : 60px;
}

div#utilities div.search ul li.km_01 {
	background : url(../img/icon/utilities/banner/km_01.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.km_02 {
	background : url(../img/icon/utilities/banner/km_02.gif) no-repeat top center;
	height : 60px;
}
div#utilities div.search ul li.km_03 {
	background : url(../img/icon/utilities/banner/km_03.gif) no-repeat top center;
	height : 60px;
}







div#utilities div.rss h5 {
	background : url(../img/icon/utilities/headline/rss.gif) no-repeat;
}
div#utilities p.thumbnail {
	text-align : center;
}

/* =====================================================================
	guide
====================================================================== */

div#guide dl {/* 修正 */
	background : url(../img/icon/guide/dl/login_bg.jpg) no-repeat;
	color:#3366CC;
	padding:1px 0 0 40px;
	margin:0 0 5px 0;
	height:47px;
}

div#guide dl dt,
div#guide dl dd {/* 修正 */
	line-height:17px;
}

* html div#guide dl{/* 修正 */
	height:46px;
}

*:first-child+html div#guide dl{/* 修正 */
	padding:1px 0 0 40px;
	height:45px;
}

/* ___________________________________________________________ headline */

div#guide h5 {
	background : url(../img/icon/guide/headline/books.gif) no-repeat;
}
div#guide h6 {
	position : relative;
	padding : 5px 0 0 0;
	background : url(../img/icon/guide/headline/back.gif) no-repeat;
	font-size : 12px;
	text-indent : 26px;
	line-height : 22px;
	height : 22px;
}
div#guide h6.chokuso {/* 修正 */
	position : relative;
	padding : 1px 0 2px 8px;
	/*background : url(../img/chokuso_bar.jpg) no-repeat;*/
	background : url(../img/headline/inline.gif) no-repeat;
	font-size : 12px;
	text-indent : 0px;
	line-height : 22px;
	height : 22px;
	/*color:#FFFFFF;*/
	font-weight:bold;
	border-top: solid 1px #9EB4C6;
	border-left: solid 1px #9EB4C6;
	border-right: solid 1px #9EB4C6;
}
div#guide h6.shame {/* 修正 */
	position : relative;
	padding : 1px 0 2px 8px;
	/*background : url(../img/shame_bar.jpg) no-repeat;*/
	background : url(../img/headline/inline.gif) no-repeat;
	font-size : 12px;
	text-indent : 0px;
	line-height : 22px;
	height : 22px;
	/*color:#FFFFFF;*/
	font-weight:bold;
	border-top: solid 1px #9EB4C6;
	border-left: solid 1px #9EB4C6;
	border-right: solid 1px #9EB4C6;
}
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 : 10px;
}
div#guide div.section h6 {
	margin : 0 0 5px 0;
	background : transparent;
	font-weight : bold;
	text-indent : 0;
	line-height : 1;
	height : auto;
}

/* ___________________________________________________________ section */

div#guide div.section {
	margin : 0 0 10px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div#guide div.manager {
	margin : 0 0 10px 0;
	height: 245px;
	overflow: auto;
}

div#guide div.diary {
	margin : 0 0 10px 0;
	height: 320px;
	overflow: auto;
}

div#utilities div.new1 {
	margin : 0 0 10px 0;
	height: 200px;
	overflow: auto;
}
}

div#guide div.banner p {
	margin : 0 0 5px 0;
}

div#guide div.effect {
	padding : 10px 5px;
	background : #f5faff url(../img/icon/accessory/section/blue_245.gif) no-repeat left bottom;
}

/* ___________________________________________________________ object */

div#guide object {
	width : 245px;
}
div#guide div.manager object {
	height : 245px;
}
div#guide div.diary object {
	height : 320px;
}
div#guide div.new object {
	height : 125px;
}

div#guide iframe {
	width : 243px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}
*html div#guide iframe {
	width : 245px;
	height: 200px;
}
*html div#guide iframe,
*+html div#guide iframe {
	width : 245px;
	height: 200px;
}
div#guide div.manager iframe {
	height : 217px;
}
div#guide div.diary iframe {
	height : 250px;
}
div#guide div.new iframe {
	height : 125px;
}


div#guide div.block_part{
	border: solid 1px #9EB4C6;
}
div#guide div.block_part_girl {
	border: solid 1px #FF68B9;
}
div#guide div.block_part h5{
	background : url(../img/headline/inline.gif);
}
div#guide div.block_part_girl h5 {
	background : url(../img/headline/inline_pink.gif);
}
div#guide div.block_part h5,
div#guide div.block_part_girl h5 {
	color:#333333;
	font-weight:bold;
	height: 25px;
	text-indent: 5px;
	position:relative; 
}
div#guide div.block_part h5 span,
div#guide div.block_part_girl h5 span {
	position:absolute;
	right:2px;
	top:0;
	line-height:26px;
}
div#guide div.block_part div.block_contents {
	padding: 5px 8px 5px;
}
div#guide div.block_part_girl div.block_contents {
	padding: 5px 4px 5px;
}

div#guide div.block_contents p.thumbnail {
	padding: 5px;
}


div#utilities h6.shinchaku a {/* 修正 */
	position : absolute;
	top : 5px;
	right : 5px;
}

div#utilities h6.shinchaku {/* 修正 */
	position : relative;
	padding : 1px 0 2px 8px;
	background : url(../img/headline/inline.gif) no-repeat;
	font-size : 12px;
	text-indent : 0px;
	line-height : 22px;
	height : 22px;
	color:#333333;
	font-weight:bold;
	border-top: solid 1px #9EB4C6;
	border-left: solid 1px #9EB4C6;
	border-right: solid 1px #9EB4C6;
}

div.new1 iframe {/* 修正 */
	width : 198px;
	height : 200px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}

/** RightTopBanner Strat */

div#guide div.right_top_banner {
	margin-bottom: 8px;
}

/** RightTopBanner End */


/* =====================================================================
	footer
====================================================================== */

div#footer ul,
div#footer address,
div#footer p,
div#footer div#end {
	margin : 0 auto;
	padding : 0 0 3px 25px;
	text-align : left;
	font-size: 10px;
}
*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;
	font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 div#footer address {
	margin : 15px auto 3px auto;
	font-size : 80%;
}
div#footer ul li {
	font-size : 80%;
}
div#footer ul,
div#footer address,
div#footer p,
div#footer div#end {
	margin : 0 auto;
	padding : 0 0 3px 25px;
	text-align : left;
	font-size: 80%;
}
}
div#end,
*html div#end{
	margin : 0 auto;
	padding : 0 0 3px 0;
	text-align : left;
}
*+html div#end{
	margin : 0 auto;
	padding : 0 0 3px 0;
	text-align : left;
	font-size : 0.9em;
}

/*** @ESS 2008 9.22 tsuda ニュースページレイアウト変更につきCSS追加 ***/

div#contents div.attention ul.topnews{
	width:100%;
	border-top:solid 1px #3b97d2;
}

div#contents div.attention ul.topnews li{
	margin-top:4px;
	border-bottom:dotted 1px #3b97d2;
}

div#contents div.attention div.backnumber{
	text-align:right;
	margin-top:2px;
}

div#contents div.attention div.backnumber a{
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

/*** ランキング用バナーCSS ***/

div#guide h5.pr_banner_ranking {
	background : url(../img/rankingHeaven/right_bar.gif) no-repeat;
}

.pr_banner_area_ranking{
background-color:#ffffff;
border:1px solid #ff6699;
}

/*** @ESS 2008 9.22 E N D ***/

/* =================================================================== */


/* =====================================================================
	em要素(イタリック)のスタイル指定 2009 2.13 @ESS 
	*指定のスタイル上書き  2009 2.16 @ESS 
====================================================================== */

div#contents table#tenchoInfo em,
div#contents table#tenchoInfo em *{ font-style: italic; }

div#contents table#tenchoInfo strong,
div#contents table#tenchoInfo strong *{ font-weight : bold; }

/* =================================================================== */


/* =====================================================================
	即ヒメページ　スマートフォン対応
====================================================================== */
@media screen and (-webkit-min-device-pixel-ratio:0) {
div.machi_search2 {
background-color:#FFECFC;
height:75px;
padding:10px 0 0 10px;
width:485px;
font-size: 60%;
}

.girl_time {
color:#FF00FF;
float:right;
font-weight:bold;
text-align:right;
width:125px;
font-size: 60%;
}

div.prof_detail {
line-height:1.5em;
padding:3px 0 0 5px;
width:395px;
font-size: 60%;
}

div#dl_byBusiness div.large {
background-color:#F3F3F3;
color:#FF0000;
font-size: 90%;
font-weight:bold;
line-height:22px;
margin:3px 0 2px;
padding:2px 0 1px 5px;
width:489px;
}

.color_red  {
color:#FF0000;
font-size: 90%;
}

.link_bold {
font-weight:bold;
font-size: 90%;
}

div#search_condition * {
font-size: 100%;
}

div#dl_by_h_Area div.pref, div#dl_byArea div.pref {
background-color:#F3F3F3;
color:#FF0000;
font-size: 90%;
font-weight:bold;
line-height:22px;
margin:3px 0 2px;
padding:0 0 0 5px;
width:489px;
}

div#contents div.related ul li span.summary {
display:block;
margin:-20px 0 0 90px;
width:405px;
font-size: 90%;
}

div#contents div.related ul li span.summary a{
font-size: 90%;
}

div#contents div.news ul {
margin:10px 0;
font-size: 80%;
}

div#contents div.related ul li {
position:relative;
font-size: 100%;
}

}

/* ---------- ヘッダー年齢認証 2010/12/14 katsuno ---------- */
.headernenreicheck { background: url(/img/header/headernenreicheck_bg.gif) repeat-x; width: 100%; height: 25px; }
.headernenreicheck2 { background: url(/img/header/headernenreicheck_bg.gif) repeat-x; width: 100%; height: 25px; margin-top: 40px;}
.headernenreicheck_box { width: 990px; margin: 0 auto; line-height: 24px; }
.headernenreicheck_leftbox { float: left; line-height: 24px; font-size: 12px; }
.headernenreicheck_leftbox h1{line-height: 24px; font-size: 12px; }
.headernenreicheck_leftbox img.heaven{ padding-left: 6px; }
.headernenreicheck_leftbox img.girls{ padding-left: 2px; }
.headernenreicheck_rightbox { float: right; line-height: 24px; font-size: 12px; }
/* -------------------------------------------------------- */

div.areasokuhimetext {
	font-size: 90%;
}
.slide_banner_frame p a {
    font-size: 1.2em;
}
div#utilities div.block_part div.block_contents b{
    font-size: 0.9em;
}
p.diarynew {
	position:relative;
	line-height: 27px;
}
p.diarynew span {
	position:absolute;
	top:-8px;
	left:3px;
}
p.chokusonew {
	position:relative;
	line-height: 27px;
}
p.chokusonew span {
	position:absolute;
	top:-8px;
	left:3px;
}
/* =====================================================================
	footer20140910
====================================================================== */
.fottermenu {
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #999;
	margin-bottom: 6px;
}
#ritSpecialContents {
    margin: 0 0 3px;
	text-align: left;
	font-size: 100%;
	float: right;
	width: 860px;
}
.fotterlogo {
	float: left;
	width: 130px;
	padding-top: 27px;
}
.ritfootTtl {
	font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    padding: 7px;
}
.ritFootBox {
    clear: both;
    overflow: hidden;
    padding: 5px 0 0 0;
}
#ritSpecialContents .ritSpCntMainCtg dl {
    overflow: hidden;
    padding-left: 7px;
    position: relative;
}
#ritSpecialContents .ritSpCntMainCtg dl dt {
    float: left;
    font-weight: bold;
    padding-right: 5px;
	font-size: 12px;
    width: 100px;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.heaven {
	color: #06F;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.nights {
	color: #963;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.girls {
	color: #F39;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.etc {
	color: #000;
}
#ritSpecialContents .ritSpCntMainCtg dl dd {
    float: left;
    width: 83%;
	border-left: 1px solid #06F;
}
#ritSpecialContents .ritSpCntMainCtg li {
    float: left;
    padding-bottom: 7px;
    padding-right: 10px;
}
#ritSpecialContents a {
    white-space: nowrap;
}
#ritSpecialContents a {
    color: #000;
    text-decoration: none;
}
#ritSpecialContents a:hover {
	text-decoration: underline;
}
