@charset "UTF-8";

/*layout*/
#container{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#contents{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width:95%;
	}
	
#main{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#footer {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	width:95%;
	}

/*basic*/
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	-webkit-text-size-adjust: none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000;
	line-height:15px;
	font-size:12px;
	background-color:#FFF;
	}
	
section, nav {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	}
			
.boxclear {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	}

address{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-style:normal;
	}
		
ul {
	margin-left:1.5em;
	padding:0px 0px 0px 0px;
	} 
	
ol {
	margin-left:2em;
	padding:0px 0px 0px 0px;
	}
			
.right{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	float:right;
	}	
		
.center{
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	text-align:center;
	}
		
.small{
	font-size:11px;
	font-weight:normal;
	}
				
.small_b{
	font-size:10px;
	line-height:11pt;
	font-weight:bold;
	}
				
.midium {
	font-size:12px;
	line-height:15pt;
	}
					
.midium_b {
	font-size:12px;
	font-weight:bold;
	}
	
img {
	behavior: url(http://kumamoto-hotpoint.cc/js/iepngfix.htc);
	border:0;
	}

table {
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    border-collapse: collapse;
    border-spacing: 0;
    color:#333;
	}

th {
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
	}
	
td {
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
	}
		
table.base {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border: 1px solid #CCC;
	border-width:1px 1px 0px 0px;
	}

table.base th {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	}
	
table.base td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-weight:bold;
	}
	
.font_gray{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#888;
	}	
			
.font_red_b{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#DF0000;
	font-weight:bold;
	}	
					
.font_red{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#DF0000;
	}	
						
.font_white{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
	}	
									
/*heading*/
h1 {
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	}

h2 {
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

h3 {
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

h4 {
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
/*link*/
a {
	-webkit-tap-highlight-color: rgba(255,255,555,0.5); /*白背景・不透明度50％*/
	}
	
a:link {
	text-decoration:none;
	color:#000000;
	}
	
a:visited {
	text-decoration:none;
	color:#000000;
	}

/*entrance*/				
#entrance {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(../img/ent_back.png);
	background-repeat: repeat;
	z-index:10000;
	position:fixed;
	width:100%;
	height:4000px;
	color:#FFF;
	}

#entrance_box {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width:95%;
	position:relative;
	z-index:9999;
	top:10px;
	border:1px solid #FFF;
	}  

#entrance_rogo {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(../img/ent_rogo.png);
	background-repeat: no-repeat;
	background-position:center;
	height:140px;
	text-indent:-9999px;
	border-bottom:1px solid #FFF;
	}
	
#entrance_18 {
	margin:5px auto;
	padding:0px 0px 0px 0px;
	background-image: url(../img/ent_18.png);
	background-repeat: no-repeat;
	width:47px;
	height:46px;
	text-indent:-9999px;
	} 
	
#entrance_txt {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	font-size:11px;
	line-height:12px;
	} 
	  
#entrance_anata {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	letter-spacing: 0.2em;
	}  
  
#entrance_anata_en {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	text-align:center;
	font-family:helvetica;
	font-size:11px;
	}  

#entrance_yes_no{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #FFF;
	height:85px;
	}  
		
#entrance_yes_no ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	} 
	
#entrance_yes_no li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float:left;
	font-size:10px;
	line-height:14px;
	text-decoration: none;
	width: 50%;
	}
	
#entrance_yes_no li a:link, #entrance_yes_no li a:visited, #entrance_yes_no li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	display:block;
	outline:0;
	font-weight:bold;
	height:60px;
	color:#FFF;
	}
	
#entrance_yes_no li.box01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#DF0000;
	}
	
#entrance_yes_no li.box01 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right:1px solid #FFF;
	}

#entrance_yes_no li.box02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.entrance_btn_font{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:helveticaneue;
	font-size:24px;
	} 
	
/*header*/
#header h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:transparent !important;
	text-indent: -9999px;
	height:40px;
	}
	
#header_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#header_title_add_box {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width:940px;
	}

#header_title_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	}

#header_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#df0000;
	background-image: url(../img/title.png);
	background-position:center;
	background-repeat: no-repeat;
	float:left;
	width: 20%;
	height: 63px;
	}
			
#header_title a:link, #header_title a:visited, #header_title a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:transparent !important;
	display: block;
	text-indent: -9999px;
	height: 63px;
	outline: 0;
	}
				
#header_title a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/over_b.png);
	background-repeat: repeat;
	background-color:transparent !important;
	display: block;
	text-indent: -9999px;
	height: 63px;
	outline: 0;
	}
		
#main_navi {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 80%;
	height: 61px;
	font-size:120%;
	float:left;
	text-shadow:none;
	}
	
#main_navi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 61px;
	text-align: center;
	border-right:1px solid #d2d2d2;
	}
	
#main_navi li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-family: milfcd_b;
	line-height:61px;
	float:left;
	width: 25%;
	height: 61px;
	font-size:75%;
	text-decoration: none;
	}
	
#main_navi li a:link, #main_navi li a:visited  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#4F4F4F;
	display :block;
	height: 61px;
	outline: 0;
	font-weight:bold;
	border-top:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	}
	
 #main_navi li a:hover  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#EFEFEF;
	color:#4F4F4F;
	display :block;
	height: 61px;
	outline: 0;
	font-weight:bold;
	border-top:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	}

#header_navi_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#EEE;
	line-height:24px;
	}
	
#header_navi {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../img/header_navi.gif);
	background-repeat: no-repeat;
	width: 940px;
	height:25px;
	}
	
#header_navi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 940px;
	height:25px;
	text-align: center;
	}
	
#header_navi li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-indent:-9999px;
	float:left;
	height:25px;
	background-color:transparent !important;
	text-decoration: none;
	}
	
#header_navi li a:link, #header_navi li a:visited, #header_navi li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display :block;
	height:25px;
	outline: 0;
	font-weight:bold;
	}
				
#header_navi li.box01 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:135px;
	}
						
#header_navi li.box02 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:80px;
	}
						
#header_navi li.box03 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:101px;
	}
							
#header_navi li.box04 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100px;
	}
							
#header_navi li.box05 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:52px;
	}
							
#header_navi li.box06 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:142px;
	}
							
#header_navi li.box07 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:101px;
	}
							
#header_navi li.box08 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:90px;
	}
							
#header_navi li.box09 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:117px;
	}
			
#header_navi li.box01 a:link, #header_navi li.box01 a:visited, #header_navi li.box01 a:hover {
	background-position:0px 0px;
	}

#header_navi li.box02 a:link, #header_navi li.box02 a:visited, #header_navi li.box02 a:hover {
	background-position:-135px 0px;
	}

#header_navi li.box03 a:link, #header_navi li.box03 a:visited, #header_navi li.box03 a:hover {
	background-position:-215px 0px;
	}

#header_navi li.box04 a:link, #header_navi li.box04 a:visited, #header_navi li.box04 a:hover {
	background-position:-316px 0px;
	}

#header_navi li.box05 a:link, #header_navi li.box05 a:visited, #header_navi li.box05 a:hover {
	background-position:-416px 0px;
	}
	
#header_navi li.box06 a:link, #header_navi li.box06 a:visited, #header_navi li.box06 a:hover {
	background-position:-468px 0px;
	}
	
#header_navi li.box07 a:link, #header_navi li.box07 a:visited, #header_navi li.box07 a:hover {
	background-position:-610px 0px;
	}
	
#header_navi li.box08 a:link, #header_navi li.box08 a:visited, #header_navi li.box08 a:hover {
	background-position:-711px 0px;
	}
	
#header_navi li.box09 a:link, #header_navi li.box09 a:visited, #header_navi li.box09 a:hover {
	background-position:-801px 0px;
	}
		
/*top*/	
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	overflow-y:hidden;
	}	

#index {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	overflow-y:hidden;
	}	

#first_icon_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../img/first_icon.png);
	background-repeat: no-repeat;
	background-position:center left;
	display:inline-block;
	width:130px;
	color:#FFF;
	}	
	
#top_headline_box {
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	height:20px;
	line-height:20px;
	}
		
.top_menu_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius-bottomleft: 		5px;
	-webkit-border-bottom-left-radius: 	5px;
	border-bottom-left-radius: 			5px;
	-moz-border-radius-bottomright: 	5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 		5px;
	-moz-box-shadow: 0px 1px 4px 			rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 4px 		rgba(0,0,0,.3);
	box-shadow: 0px 1px 4px 				rgba(0,0,0,.3);
	}
				
.top_menu_box h3 {
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 13px 0px;
	font-size:14px;
	color:#4F4F4F;
	}
				
#top_headline_news {
	margin: 0px 3px 0px 0px;
	padding: 0px 3px 0px 0px;
	font-family: milfcd_b;
	background:url(../img/top_news_arrow.gif);
	background-repeat: no-repeat;
	background-position:center right;
	font-weight:bold;
	color:#df0000;
	width:40px;
	height:20px;
	line-height:20px;
	float:left;
	}
		
#top_headline h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#df0000;
	float:left;
	}

#top_girls_on_stage_box{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 3px 1px #bbb;
	-webkit-box-shadow: 0px 3px 1px #bbb;
	box-shadow: 0px 3px 1px #bbb;
}
	
#top_girls_on_stage_box ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#top_girls_on_stage_box li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-color:transparent !important;
	text-decoration: none;
	}
	
#top_girls_on_stage_box li a:link, #top_girls_on_stage_box li a:visited{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display :block;
	outline: 0;
	font-weight:bold;
	}	
				
#top_girls_on_stage_box li.box01 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEE)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEE); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EEE); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EEE); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFFFFF, #EEE); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FFFFFF, #EEE);
	font-family: milfcd_b;
	}
	
#top_ranking_title {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	font-family:helveticaneue;
	font-weight:bold;
	color:#8e8e8e;
	font-size:20px;
	}		

#top_ranking_back a:link, #top_ranking_back a:visited, #top_ranking_back a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#000;
	}	

.top_line_head_box {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCC;
	position:relative;
	background-color:#000;
	}		

.top_line_head_box_arrow {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	position:relative;
	background-color:#FFF;
	}		

.top_left_p {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:53px;
	height:80px;
	float:left;
	}		

.top_left_p2 {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #a0a0a0;
	height:58px;
	float:left;
	}		

.top_left_p_shikaku {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #a0a0a0;
	height:58px;
	float:left;
	}		

.top_left_p_movie {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #a0a0a0;
	width:52px;
	height:78px;
	float:left;
	position:relative;
	}		

.top_movie_arrow {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/top_movie_arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	width:52px;
	height:78px;
	position:absolute;
	}	
	
.top_right_body {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	}		

.top_cast_blog_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-weight:bold;
	}		

.top_right_body dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:90%;
	color:#8A8A8A;
	}		

.top_right_body dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	}		

.top_right_body dt.small {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-size:12px;
	}		

.top_right_body dt.black {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-weight:bold;
	color:#000;
	}		

.top_right_body dt.black a:link, .top_right_body dt.black a:visited, .top_right_body dt.black a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:underline;
	color:#000;
	}		

.news_morning {
	color: #16b9d7;
	}		
.news_day {
	color: #fcb316;
	}		

.news_night {
	color: #000;
	}		

.news_all {
	color: #df0000;
	}		

.top_right_body dt.red_t {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-weight:bold;
	}		

.top_right_body dt.red_t a:link, .top_right_body dt.red_t a:visited, .top_right_body dt.red_t a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#DF0000;
	}		

.top_right_body dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	}		

.top_right_body dd.small {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}		

.arrow_right {
	margin: -6px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/arrow_right.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:50%;
	width:9px;
	height:12px;
	text-indent: -9999px;
	z-index:0;
	}		

#top_ranking_font_gray {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#7e7e7e;
	font-weight:bold;
	}		

#top_ranking_no1_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:30px;
	}		
		
#top_ranking_no1 {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	background-image:url(../img/torofie.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	font-family:BODONI-B;
	font-size:30px;
	float:left;
	color:#DF0000;
	line-height:30px;
	}		
									
.top_ranking_name {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-weight:bold;
	color:#DF0000;
	font-size:12px;
	}
										
.top_ranking_3size {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	}
	
#top_ranking_no1_comment {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	}		
	
.top_line_bottom_box_b {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}	
			
.top_line_bottom_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #a0a0a0;
	}	
		
.top_line_bottom_box a {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}	
			
.top_ranking_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/gray.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:50%;
	float:left;
	background-color:#000;
	}		
		
.top_ranking_right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:50%;
	float:left;
	background-color:#000;
	}		
		
.top_ranking {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}		

.top_ranking_p {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:37px;
	height:56px;
	float:left;
	}		

.top_ranking_body {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	font-size:11px;
	}		

.top_ranking_body dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}		

.top_ranking_body dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-weight:bold;
	color:#DF0000;
	}		

.top_ranking_body dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}		

.top_ranking_no_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	font-family:BODONI-B;
	font-size:18px;
	color:#DF0000;
	line-height:18px;
	}
	
.top_btn {
	margin: -8px 0px 0px 0px;
	padding: 8px 10px 0px 10px;
	}
	
#top_movie_bnr {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width:225px;
	height:138px;
	overflow:hidden;
	border: 1px solid #CCC;
	}
			
#top_movie_bnr_line {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}			
.top_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}	
		
.top_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family:helveticaneue;
	font-weight:bold;
	font-size:20px;
	color:#DF0000;
	}		

#top_new_photo_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	}	
		
#top_new_photo_box dl {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align:center;
	}	
			
#top_new_photo_box dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	font-family:helveticaneue;
	font-weight:bold;
	font-size:18px;
	color:#DF0000;
	}	
			
#top_new_photo_box dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	font-size:12px;
	}	
		
#top_new_photo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/gray.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:33%;
	float:left;
	}		
		
#top_new_face {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/gray.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:34%;
	float:left;
	}		
			
#top_push {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:33%;
	float:left;
	}		
	
.top_new_photo_btn {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #CCC;
	}	
			
.top_new_photo_btn a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}	
			
#top_movie {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #CCC;
	text-align:center;
	}	
			
#top_movie img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	}	
			
#top_movie_btn_box {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#000000;
	position:relative;
	height:38px;
	line-height:38px;
	font-size:12px;
	}	
				
#top_movie_name {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color:#DF0000;
	color:#FFF;
	font-weight:bold;
	float:left;
	width:35%;
	}	
				
#top_movie_more {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color:#FFF;
	float:left;
	font-weight:bold;
	}	

.arrow_right_b {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/arrow_right_b.gif);
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	width:30px;
	height:38px;
	text-indent: -9999px;
	}		

.arrow_right_b a:link, .arrow_right_b a:visited, .arrow_right_b a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height:38px;
	outline: 0;
	}		
	
#top_news_title_box {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}	
			
#top_news_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	width:18%;;
	font-family:helveticaneue;
	font-weight:bold;
	font-size:20px;
	color:#DF0000;
	}	
			
#top_news_bnr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#DF0000;
	float:right;
	width:82%;
	}
		
#top_news_bnr ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	}
	
#top_news_bnr li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	list-style-type: none;
	float:left;
	height:20px;
	line-height:20px;
	width:25%;
	text-decoration: none;
	font-size:12px;
	}
				
#top_news_bnr li.box01 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../img/white.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#16b9d7;
	}
						
#top_news_bnr li.box02 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../img/white.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#fcb316;
	}
						
#top_news_bnr li.box03 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../img/white.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#000000;
	}
							
#top_news_bnr li.box04 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
							
.top_bnr_line_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #CCC;
	}	
	
.top_bnr_line .top_line_head_box_arrow {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: none;
	position:relative;
	}		
								
.top_bnr_line{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color:#000;
	}	
							
.top_bnr_line img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: bottom;
	}

#top_event {
	margin:3px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	border: 1px solid #CCC;
}

#top_event ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_event ul li {
	float: left;
	margin: 0;
	padding: 0;
	display:inline-table;
	width: 50%;
    border-collapse: collapse;
}

#top_event ul li#top_event_01 {
	border-right: 1px solid #c9c9c9;
}

#top_event ul li#top_event_02 {
	border: 0;
}

#top_event ul li .top_event_box {
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
}

#top_event dl {
	margin: 10px 0 0 0;
	padding: 0;
}

#top_event dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #df0000;
}

#top_event dd {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 11px;
	line-height: 14px;
	color: #5c5c5c;
}

.event_cat {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 19px;
	line-height:19px;
	background-color: #df0000;
	text-align: center;
	color:#FFF;
	font-weight:bold;
	font-family:helveticaneue;
}	

.event_cat span {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image:url(../img/middle_bnr_arrow.png);
	background-repeat:no-repeat;
	display:inline-block;
	font-size:12px;
}	
		
/*contents*/
			
.linkbox{
	display: block;
	cursor: pointer;
	background-color:#FFF;
	position:relative;
	z-index:1;
	height: 100%;
	}
			
.linkbox:hover{
	filter:alpha(opacity=90);
	-ms-filter:0.90;
	opacity:0.90;
	display: block;
	}
				
.linkbox a:link, .linkbox a:visited, .linkbox a:hover{
	display: block;
	outline: 0;
	}
		
.linkbox_r{
	display: block;
	cursor: pointer;
	background-color:#DF0000;
	position:relative;
	z-index:1;
	height: 100%;
	}
		
.linkbox:hover_r{
	filter:alpha(opacity=90);
	-ms-filter:0.90;
	opacity:0.90;
	display: block;
	}
					
#page_title {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:24pt;
	font-family: helveticaneue;
	}
						
#page_title {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:24pt;
	font-family: helveticaneue;
	}
					
#girls_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
			
#girls_name_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}	
					
#girls_name_box dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
					
#girls_name_box dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 15px;
	background:url(../girls_list/girls/img/heart.gif);
	background-repeat: no-repeat;
	background-position:left center;
	color:#DF0000;
	font-size:18px;
	font-weight:bold;
	}
							
#girls_name_box dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	}
				
#girls_gread {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	width:11px;
	height:12px;
	}	
			
#girls_3size {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	height:14px;
	line-height:14px;
	float:left;
	}	
			
#girls_funiki {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	font-weight:bold;
	}	
			
#girls_main_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:1px solid #DF0000;
	height:717px;
	}	
				
#girls_red_left_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:158px;
	float:left;
	}	
					
#girls_icon_box {
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	background-color:#DF0000;
	}	
						
#girls_icon {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width:75%;
	height:24px;
	}		
							
#girls_icon  img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:24px;
	}		
	
#girls_icon ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
	
#girls_icon li {
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-color:#FFF;
	float:left;
	width:33%;
	height:24px;
	line-height:24px;
	}

#girls_icon li a:link, #girls_icon li a:visited, #girls_icon li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display :block;
	height:24px;
	outline: 0;
	}
				
#girls_icon li.out {
	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 0px;
	filter:alpha(opacity=30);
	-ms-filter:0.30;
	opacity:0.30;
	}
						
#girls_red_center_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left:1px solid #DF0000;
	border-right:1px solid #DF0000;
	border-bottom:1px solid #DF0000;
	}	
					
#girls_red_right_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left:1px solid #DF0000;
	width:157px;
	height:717px;
	float:left;
	position:relative;
	}	
						
#girls_qa {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
							
#girls_qa_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../girls_list/girls/img/t_qa.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	height:21px;
	background-position:center;
	background-color:#df0000;
	}
									
.girls_qa_box {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #DF0000;
	}
											
#girls_qa dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	line-height:15px;
	}	
									
#girls_qa dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
	}	
									
#girls_qa dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#DF0000;
	}
												
.girls_schedule {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
											
#girls_schedule dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
									
#girls_schedule dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../girls_list/girls/img/t_schedule.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position:center;
	background-color:#df0000;
	height:20px;
	}	
									
#girls_schedule dd {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #DF0000;
	}
													
.girls_main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	}				
		
.girls_new {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../girls_list/girls/img/new.gif);
	background-repeat: no-repeat;
	width:27px;
	height:27px;
	position:absolute;
	text-indent:-9999px;
	top:0;
	right:0;
	}
	
.girls_on_stage {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../girls_list/girls/img/on_stage.gif);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#df0000;
	width:100%;
	height:16px;
	position:absolute;
	text-indent:-9999px;
	bottom:0;
	}
											
#girls_body {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	}	
												
#girls_body dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
									
#girls_body dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	color:#DF0000;
	}	
									
#girls_body dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#666;
	}
						
#girls_right_blog {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}	
							
#girls_right_blog_title {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../girls_list/girls/img/t_blog.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position:center;
	background-color:#df0000;
	height:21px;
	}
							
#girls_right_blog_p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width:98px;
	float:left;
	}
												
#girls_right_blog dl {
	margin: 0px 0px 0px 108px;
	padding: 0px 7px 0px 7px;
	font-size:12px;
	}	
									
#girls_right_blog dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-weight:bold;
	color:#DF0000;
	}	
									
#girls_right_blog dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	color:#666;
	font-size:11px;
	line-height:15px;
	}
					
#girls_other_girls_box {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
																	
#other_girls {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
																
#other_girls dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
																	
#other_girls dt {
	margin: 0px 0px 0px 0px;
	padding: .5em 0px .5em 0px;
	width:100%;
	text-align:center;
	color: 					#FFFFFF;
	background: 			#df0000;
	height:30px;
	line-height:30px;
	-moz-border-radius-topleft: 		5px;
	-webkit-border-top-left-radius: 	5px;
	border-top-left-radius: 			5px;
	-moz-border-radius-topright: 	5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 		5px;
	}
																				
#other_girls dd {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border:1px solid #DF0000;
	}
																		
#other_girls_thumb_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
																		
.other_girls_thumb {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width:279px;
	border-top:1px solid #DF0000;
	border-left:1px solid #DF0000;
	}
																		
.other_girls_thumb ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	}
																				
.other_girls_thumb li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right:1px solid #DF0000;
	border-bottom:1px solid #DF0000;
	background-color:#000;
	float:left;
	width:92px;
	}
																									
.other_girls_name {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	height:21px;
	color:#444;
	line-height:21px;
	text-align:center;
	overflow:hidden;
	width:92px;
	}
		
/*footer*/	
#footer_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
		
#footer_add {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	font-size:70%;
	line-height:12px;
	font-family:Century_Gothic;
	}
			
#footer_add_pink {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:100%;
	color:#e5006b;
	}
				
#footer_phone {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:120%;
	}

#footer_phone a:link, #footer_phone a:visited, #footer_phone a:hover {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#000;
	}		
	
#footer_index_box {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width:896px;
	}
	
#footer_index_box dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
			
#footer_index_box dt {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background-image:url(../img/footer_index.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #C9C9C9;
	text-indent:-9999px;
	height:17px;
	}
			
#footer_index_box dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
ul-footer{
	box-shadow: 0 -1px 0 #58584A;
	}
	
#footer_navi {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #000;
	}
	
#footer_navi ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#footer_navi li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-shadow: 0 2px 0 	#fff;
	font-size:70%;
	width:25%;
	}

#footer_navi li a:link, #footer_navi li a:visited, #footer_navi li a:hover {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#a0a0a0;
	background-color:#4c4c4c;
	border-right:1px solid #626262;
	box-shadow: -1px 0 0 #444 inset;
	border-left:none;
	height: 4.5em;
	}		

#footer_navi li span {
	margin:0px 0px 0px 0px;
	padding:37px 0px 0px 0px;
	}
				
#footer_navi li.box01 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
						
#footer_navi li.box02 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
						
#footer_navi li.box03 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
							
#footer_navi li.box04 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	}
			
#footer_navi li.box01 a:link, #footer_navi li.box01 a:visited, #footer_navi li.box01 a:hover {
	background-image:url(../img/icon_menu.png);
	background-repeat:no-repeat;
	background-position:center 15px;
	}

#footer_navi li.box02 a:link, #footer_navi li.box02 a:visited, #footer_navi li.box02 a:hover {
	background-image:url(../img/icon_phone.png);
	background-repeat:no-repeat;
	background-position:center 8px;
	}

#footer_navi li.box03 a:link, #footer_navi li.box03 a:visited, #footer_navi li.box03 a:hover {
	background-image:url(../img/icon_map.png);
	background-repeat:no-repeat;
	background-position:center 9px;
	}

#footer_navi li.box04 a:link, #footer_navi li.box04 a:visited, #footer_navi li.box04 a:hover {
	background-image:url(../img/icon_pc.png);
	background-repeat:no-repeat;
	background-position:center 10px;
	}
	
#footer_bnr_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:68px;
	background-color:#DF0000;
	}
		
#footer_bnr{
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width:900px;
	}
	
#footer_bnr_area {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:382px;
	height:68px;
	float:left;
	}

#footer_bnr_area dl{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-indent:-9999px;
	}

#footer_bnr_area dt {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../img/footer_bnr_area.gif);
	background-repeat:no-repeat;
	background-color:#DF0000;
	width:212px;
	height:68px;
	clear:both;
	float:left;
	}

#footer_bnr_area dd {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:170px;
	height:68px;
	background-color:#000;
	float:left;
	}
	
#footer_bnr_area dd a:link, #footer_bnr_area dd a:visited, #footer_bnr_area dd a:hover {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../img/footer_bnr_area.gif);
	background-repeat:no-repeat;
	background-position:-212px 0px;
	height:68px;
	display :block;
	outline:0;
	}
		
#footer_bnr_area_kakuten {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:518px;
	height:68px;
	float:left;
	}

#footer_bnr_area_kakuten dl{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-indent:-9999px;
	}

#footer_bnr_area_kakuten dt {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../img/footer_bnr_area_kakuten.gif);
	background-repeat:no-repeat;
	background-color:#DF0000;
	width:164px;
	height:68px;
	clear:both;
	float:left;
	}

#footer_bnr_area_kakuten dd {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#000;
	width:140px;
	height:68px;
	text-decoration:none;
	float:left;
	}
		
#footer_bnr_area_kakuten dd a:link, #footer_bnr_area_kakuten dd a:visited, #footer_bnr_area_kakuten dd a:hover{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../img/footer_bnr_area_kakuten.gif);
	background-repeat:no-repeat;
	height:68px;
	display :block;
	outline:0;
	}
			
#footer_bnr_area_kakuten dd.box01 a:link, #footer_bnr_area_kakuten dd.box01 a:visited, #footer_bnr_area_kakuten dd.box01 a:hover{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-position:-164px 0px;
	}
					
#footer_bnr_area_kakuten dd.box02 a:link, #footer_bnr_area_kakuten dd.box02 a:visited, #footer_bnr_area_kakuten dd.box02 a:hover{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-position:-304px 0px;
	}
		
#footer_bnr_area_kakuten dd.box01 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-position:-164px 0px;
	}
		
#footer_bnr_area_kakuten dd.box02 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-position:-304px 0px;
	}
	
#footer_bnr_group {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width:896px;
	height:54px;
	}

#footer_bnr_group dl{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-indent:-9999px;
	}

#footer_bnr_group dt {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../img/footer_bnr_group.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:54px;
	float:left;
	clear:both;
	}

#footer_bnr_group dd {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#000;
	width:150px;
	height:54px;
	float:left;
	text-decoration:none;
	}
	
#footer_bnr_group dd a:link, #footer_bnr_group dd a:visited, #footer_bnr_group dd a:hover {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../img/footer_bnr_group.jpg);
	background-repeat:no-repeat;
	display :block;
	outline:0;
	height:54px;
	}
			
#footer_bnr_group dd.box01 a:link, #footer_bnr_group dd.box01 a:visited, #footer_bnr_group dd.box01 a:hover{
	background-position:-230px 0px;
	}	
				
#footer_bnr_group dd.box02 a:link, #footer_bnr_group dd.box02 a:visited, #footer_bnr_group dd.box02 a:hover{
	background-position:-380px 0px;
	}	
				
#footer_bnr_group dd.box03 a:link, #footer_bnr_group dd.box03 a:visited, #footer_bnr_group dd.box03 a:hover{
	background-position:-530px 0px;
	}	
				
#footer_bnr_group dd.box04 a:link, #footer_bnr_group dd.box04 a:visited, #footer_bnr_group dd.box04 a:hover{
	background-position:-680px 0px;
	}	
				
#footer_bnr_group dd.box01{
	background-position:-230px 0px;
	}	
#footer_bnr_group dd.box02{
	background-position:-380px 0px;
	}	
	
#footer_bnr_group dd.box03{
	background-position:-530px 0px;
	}	
	
#footer_bnr_group dd.box04{
	background-position:-680px 0px;
	}
										
#footer_copy_box {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width:896px;
	}
											
#footer_chui {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	font-size:11px;
	line-height:14px;
	color:#A0A0A0;
	}
	
#copy h4 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#A0A0A0;
	font-weight:normal;
	}

#copy h4 a:link, #copy h4 a:visited, #copy h4 a:hover {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	outline:0;
	color:#A0A0A0;
	}

#return_top {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}	
	
#return_top a:link, #return_top a:visited {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	background-image:url(../img/return_top.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:12px;
	height:93px;
	position:fixed;
	right:12px;
	bottom:10px;
	display:block;
	text-indent:-9999px;
	outline:0;
	}
	
#return_top a:hover {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	background-image:url(../img/return_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	text-indent:-9999px;
	outline:0;
	}
																																								
/*web_font*/	
@font-face {
	font-family: milfcd_b;
	src: url('../img/milfcd_b.ttf') format("truetype");
	font-weight:bold;
	}

@font-face {
	font-family: milfcd_b;
	src: url('../img/milfcd_b.eot');
	font-weight:bold;
	}

@font-face {
	font-family: bankgothic_md_bt;
	src: url('../img/bankgothic_md_bt.ttf') format("truetype");
	}

@font-face {
	font-family: bankgothic_md_bt;
	src: url('../img/bankgothic_md_bt.eot');
	}

@font-face {
	font-family: bankgothic_md_bt;
	src: url('../img/bankgothic_md_bt.woff') format('woff');
	}
		
@font-face {
	font-family: futura;
	src: url('../img/futura.eot');
	}

@font-face {
	font-family: futura;
	src: url('../img/futura.woff') format('woff');
	}	

@font-face {
	font-family: Century_Gothic;
	src: url('../img/Century_Gothic.ttf') format("truetype");
	}
		
@font-face {
	font-family: Century_Gothic;
	src: url('../img/Century_Gothic.eot');
	}
	
@font-face {
	font-family: helveticaneue;
	src: url('../img/helveticaneue.ttf') format("truetype");
	}
		
@font-face {
	font-family: helvetica;
	src: url('../img/helveticaneue.eot');
	}
	
@font-face {
	font-family: BODONI-B;
	src: url('../img/BODONI-B.ttf') format("truetype");
	}
		
@font-face {
	font-family: BODONI-B;
	src: url('../img/BODONI-B.eot');
	}
																																					
/*smart_phone*/
#blus_button_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius-bottomleft: 		0;
	-webkit-border-bottom-left-radius: 	0;
	border-bottom-left-radius: 			0;
	-moz-border-radius-bottomright: 	0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 		0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.red {
	border: 1px solid 		#CCCCCC;
	color: 					#FFFFFF;
	background: 			#df0000;
	height:30px;
	line-height:30px;
}
.top_girls_on_stage_title {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-left: 1px solid 		#CCCCCC;
	border-right: 1px solid 		#CCCCCC;
	border-top: 1px solid 		#CCCCCC;
	font-family: bankgothic_md_bt;
	text-shadow: 0 1px 1px 	#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEE)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEE); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EEE); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EEE); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFFFFF, #EEE); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FFFFFF, #EEE);
	font-weight:bold;
	text-align:center;
	-moz-border-radius-topleft: 		5px;
	-webkit-border-top-left-radius: 	5px;
	border-top-left-radius: 			5px;
	-moz-border-radius-topright: 	5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 		5px;

}
.top_girls_on_stage_title_red {
	color:#DF0000;
	font-size:21px;
}
.top_girls_on_stage_title_gray {
	color:#7e7e7e;
	font-size:11px;
}
li.top_girls_on_stage_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#000;
	list-style-type:none;
}

.top_girls_on_stage {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid 		#CCCCCC;
	border-right: 1px solid 		#CCCCCC;
	border-top: 1px solid 		#CCCCCC;
	color: 					#000000;
	text-align:left;
	font-weight:normal;
	position:relative;
}

.top_girls_on_stage_photo {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:53px;
	height:80px;
	float:left;
}
.top_girls_on_stage_right_box {
	margin: 0px 0px 0px 63px;
	padding: 0px 0px 0px 0px;
}
.top_girls_on_stage dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:13px;
	font-size:12px;
}
.top_girls_on_stage dt {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 14px;
	background-color:#DF0000;
	background-image:url(../img/top_girlsonstage_arrow.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	font-weight:bold;
	color:#FFFFFF;
}			
.top_girls_on_stage dt a:link, .top_girls_on_stage dt a:visited, .top_girls_on_stage dt a:hover{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display :block;
	outline: 0;
	color:#FFFFFF;
	}	
		
.top_girls_on_stage dd {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
.top_onstage_size {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
}
.top_onstage_no {
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
	color:#DF0000;
	font-weight:bold;
	font-family: milfcd_b;
	font-size:20px;
	text-align:right;
	display:block;
	height:20px;
	position:absolute;
	right:0;
	bottom:0;
}

#girls_on_stage_bottom h3 {
	margin: 0px 0px 0px 0px;
	padding: .6em 75px .6em 15px;
	text-align:center;
}
		
#top_group_link_btn {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid 		#CCCCCC;
	border-right: 1px solid 		#CCCCCC;
	border-top: 1px solid 		#CCCCCC;
	background-color:#DF0000;
	text-align:center;
	font-size:11px;
	}
		
#top_group_link_btn a:link, #top_group_link_btn a:visited, #top_group_link_btn a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#FFFFFF;
	}
				
#top_khpg_btn {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-image:url(../img/gray.gif);
	background-repeat:repeat-y;
	background-position:right;
	font-weight:bold;
	width:33%;
	float:left;
	}		
		
#top_style_btn {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-image:url(../img/gray.gif);
	background-repeat:repeat-y;
	background-position:right;
	font-weight:bold;
	width:34%;
	float:left;
	}		
			
#top_celeb_btn {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#DF0000;
	width:33%;
	float:left;
	font-weight:bold;
	color:#FFF;
	}	
	
.ui-btn-up-c a.ui-link-inherit {
	color: 					#4F4F4F;
}

.ui-btn-hover-c a.ui-link-inherit {
	color: 					#4F4F4F;
}
.ui-btn-down-c a.ui-link-inherit {
	color: 					#4F4F4F;
}

.showhide{
	margin: 0px 0px 10px 0px;
	padding: .5em 0px .5em 0px;
	border: 1px solid 		#CCCCCC;
	text-shadow: 0 1px 1px 	#fff;
	-moz-border-radius-bottomleft: 		5px;
	-webkit-border-bottom-left-radius: 	5px;
	border-bottom-left-radius: 			5px;
	-moz-border-radius-bottomright: 	5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 		5px;
	-moz-box-shadow: 0px 1px 4px 			rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 4px 		rgba(0,0,0,.3);
	box-shadow: 0px 1px 4px 				rgba(0,0,0,.3);
	font-size:14px;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEE)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEE); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EEE); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EEE); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFFFFF, #EEE); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FFFFFF, #EEE);
	text-align:center;

}
.showhide:hover{
	background: 			#dadada;
	color: 					#101010;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dadada)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ededed, #dadada); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ededed, #dadada); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ededed, #dadada); /* IE10 */
	background-image:      -o-linear-gradient(top, #ededed, #dadada); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ededed, #dadada);
}
.plus_icon{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	background-image:url(../img/plus_icon.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	height:29px;
	line-height:29px;
	display:inline-block;
}
.minus_icon{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	background-image:url(../img/minus_icon.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	height:29px;
	line-height:29px;
	display:inline-block;
}
#menu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.menu li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	font-size:15px;
	}
		
.menu li a:link, .menu li a:visited, .menu li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:35px;
	display :block;
	color:#444;
	outline: 0;
	}
	
#header_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
.back {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/btn_back.png);
	background-repeat:no-repeat;
	position:absolute;
    left: 10px;
	width:52px;
    height: 31px;
}
a.back {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:block;
	text-indent:-9999px;
	outline:0;
}
.back:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/btn_back_over.png);
	background-repeat:no-repeat;
}
.back.active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/btn_back_over.png);
	background-repeat:no-repeat;
}
.home {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/btn_home.png);
	background-repeat:no-repeat;
	position:absolute;
    right: 10px;
	width:63px;
    height: 31px;
}
a.home {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:block;
	text-indent:-9999px;
	outline:0;
}
.home:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/btn_home_over.png);
	background-repeat:no-repeat;
}
.home.active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/btn_home_over.png);
	background-repeat:no-repeat;
}

/* flickGal style sheet */
.flickBox .moving { -webkit-transition: -webkit-transform .2s ease-out } 

#slideShow { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#slideShow .nav {
  width: 100%;
  text-align: center;
}
#slideShow .nav ul {
  margin: 0 auto;
	padding: 10px 0px 0px 0px;
  width: 12em;
}
#slideShow .nav ul li {
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
#slideShow .nav ul li a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
#slideShow .nav ul li.selected a { color: #dedede }
#slideShow .containerOuter {
  position: relative;
  padding: 10px 0 5px;
}
#slideShow .container {
  position: relative;
  cursor: pointer;
}
#slideShow .containerInner { }
#slideShow .containerInner > div.item {
  width: 220px;
  height: 320px;
  margin: 0 5px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#slideShow .item { position: relative }
#slideShow .item > span {
  position: absolute;
  width: 200px;
  padding: 10px;
  left: 0;
  bottom: 0;
  text-align: right;
  color: #fff;
  font-size: 10px;
}
#slideShow .arrows {
  position: relative;
  padding: 0 8px;
  top: -26px;
}
#slideShow .arrows > .prev {
	float: left; 
	color:#FFF;
	}
	
#slideShow .arrows > .next {
	float: right;
	color:#FFF;
	}
	
/*top_bnr_box*/
.item_top_t_back{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 19px;
	line-height:19px;
	background-color: #bcbcbc;
	text-align: center;
	color:#FFF;
	font-weight:bold;
	font-family:helveticaneue;
	}
		
.item_top_t_back span {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image:url(../img/middle_bnr_arrow.png);
	background-repeat:no-repeat;
	display:inline-block;
}	
		
#top_bnr_box {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-top:1px solid #a0a0a0;
	position:relative;
	overflow:hidden;
	}
			
#top_bnr_box ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.news_pager_prev_td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:34px;
}
.news_pager_prev_td img {
	margin: -250px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	top:50%;
	left:0;
	border-left:1px solid #a0a0a0;
}
.news_pager_next_td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:34px;
}
.news_pager_next_td img {
	margin: -250px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	top:50%;
	right:0;
	border-right:1px solid #a0a0a0;
}
.news_picture {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.news_picture_width {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.news_picture ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pic_page_prev {
	cursor: pointer;
	display: none;
}

#pic_text_prev {
	display: inline;
	background-color:#a37e39;
}

#pic_page_next {
	cursor: pointer;
}

#pic_text_next {
	display:none;
	background-color:#a37e39;
}

.pic_nologin {
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.pic_nologin_msg {
	color: #FF0000;
	font-size: 10px;
	padding-bottom: 6px;
}

.pic_nologin_link {
	padding: 15px 0;
}

.none {
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.jCarouselWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 35px 0px 35px;
}

div.item_review {
	font-size: 13px;
	line-height: 12px;
	text-align: left;
}

.top_bnr_box {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.top_bnr_box_p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.top_bnr_box_p a:link, .top_bnr_box_p a:visited, .top_bnr_box_p a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display :block;
	outline: 0;
	font-weight:bold;
	}
				
.top_bnr_box_comment {
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	font-size:11px;
	text-align:left;
	width:85%;
	color:#000;
	}
						
.top_bnr_t_back{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 19px;
	line-height:19px;
	background-color: #bcbcbc;
	text-align: center;
	color:#FFF;
	font-weight:bold;
	font-family:helveticaneue;
	}
		
.top_bnr_t_back span {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image:url(../img/middle_bnr_arrow.png);
	background-repeat:no-repeat;
	display:inline-block;
}
.jCarouselNavi_dot{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	bottom:-50px;
	z-index:9999;
	width:100%;
	background-color:#FFF;
	height:65px;
	text-align:center;
	left:0;
	border-top:1px solid #a0a0a0;
}
/*  button  */
.button {
  -moz-user-select: none;
  -webkit-user-select: none;
  background: #DF0000;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration: none;
  vertical-align: middle;
}

.button:hover {
  background: #4f4f4f;
  color: #ccc;
}
.button:active {
  background: #474747;
}


/*concept*/

#concept_title{
	padding:10px 0px 10px 0px;
	margin:10px 0px 10px 0px;
}

#concept_title_text1{
	font-size:24pt;
	color:#df0000;
	font-family: helveticaneue;
	margin:10px 0px 10px 0px;
}

#concept_title_text2{
	font-size:12pt;
	color:#000;
	font-family: helveticaneue;
	margin:10px 0px 10px 0px;
}

#concept_box1{
	margin:0;
	padding:0;
	border:1px solid #df0000;
	background-color:#000;
}

#concept_text_box1{
	background:url(../concept/img/concept_01.gif) top left;
	background-repeat:no-repeat;
	border-top:1px solid #F00;
	padding:25px 10px 20px 10px;
	margin-top:-2px;
}

#concept_text_box2{
	background:url(../concept/img/concept_02.gif) top left;
	background-repeat:no-repeat;
	border-top:1px solid #F00;
	padding:25px 10px 20px 10px;
	margin-top:-2px;
}

#concept_text_box3{
	background:url(../concept/img/concept_03.gif) top left;
	background-repeat:no-repeat;
	border-top:1px solid #F00;
	padding:25px 10px 20px 10px;
	margin-top:-2px;
}

#concept_text1{
	color:#FFF;
	font-size:10pt;
}

#concept_text2{
	color:#df0000;
	font-size:10pt;
}

#concept_text3{
	color:#F00;
	font-size:8pt;
}

#concept_logobox{
	margin:0 0 0 0;
	padding:0px 0px 10px 10px;
	border:1px solid #CCC;
	font-size:8pt;
}


/*visit_guid*/

.visit_title{
	margin:10px 10px 10px 10px;
	padding:0;
	font-size:24px;
	font-family: helveticaneue;
}

.visit_title_text1{
	color:#df0000;
	font-family: helveticaneue;
}

.visit_title_text2{
	color:#000;
	font-family: helveticaneue;
}

#visit_phone_box{
	margin:0 0 10px 0;
	padding:10px;
	color:#FFF;
	background-color:#df0000;
	font-size:12px;
}

#visit_clear{
	clear:both;
}


.visit_main_box{
	margin:0;
	padding:0 0 5px 0;
	border:1px solid #666;
}

.visit_main_title{
	background-color:#eeeeee;
	font-size:14px;
	color:#000;
	padding:4px 10px 4px 10px;
}

#visit_main_text1{
	margin:0;
	padding:5px 10px 10px 10px;
	font-size:12px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	line-height:20px;
}

#visit_main_text2{
	margin:0;
	padding:5px 10px 0px 10px;
	font-size:12px;
	border-top:1px solid #666;
	line-height:20px;
}

#visit_main_text2 span{
	color:#F00;
}


/* Cast Blog */

h2.page_head {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-family: helveticaneue;
}

h2.page_head span {
	color: #df0000;
}

.number_link {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #DF0000;
	border-bottom:1px solid #DF0000;
	background-color: #df0000;
	}
	
.number_link ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
	
.number_link li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
	float:left;
	text-align:center;
	font-size: 18px;
	background-color:#FFF;
	color:#FFFFFF;
	line-height: 34px;
	width: 12%;
	height: 34px;
	text-decoration: none;
	}
	
.number_link li a:link, .number_link li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display :block;
	height: 34px;
	outline: 0;
	color:#000;
	border-left:1px solid #DF0000;
	background-color: #fff;
	}
	
.number_link li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#000;
	color:#FFF;
	display :block;
	height: 34px;
	outline: 0;
	}

.number_link li.box01{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-color: #df0000;
	width: 8%;
	}
	
.number_link li.box01 a:link, .number_link li.box01 a:visited, .number_link li.box01 a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../img/btn_prev.gif) center center no-repeat;
	background-repeat:no-repeat;
	display :block;
	height: 34px;
	outline: 0;
	background-color: #df0000;
	border: 0;
	}

.number_link li.box02{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-color: #df0000;
	width: 8%;
	}
	
.number_link li.box02 a:link, .number_link li.box02 a:visited, .number_link li.box02 a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../img/btn_next.gif) center center no-repeat;
	display :block;
	height: 34px;
	outline: 0;
	background-color: #df0000;
	border: 0;
	}
	
.number_link li em{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#000;
	color:#FFF;
	display :block;
	height: 34px;
	outline: 0;
	font-style:normal;
	}

#cast_blog_container {}

#cast_blog_box {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	}
	
#cast_blog_box ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#cast_blog_box li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-color:#000;
	text-decoration: none;
	border-bottom:1px solid #CCC;
	position:relative;
	}
	
#cast_blog_box li a {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	display :block;
	outline: 0;
	font-weight:bold;
	background: url(../img/arrow.gif) center right no-repeat;
	}
	
#cast_blog_box li a img {
	float: left;
	width: 30%;
	height: auto;
	}

#cast_blog_box li a dl {
	margin: 0 20px 0 35%;
	padding: 0;
	}
	
#cast_blog_box li a dt {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	}
	
#cast_blog_box li a dd {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	font-weight: normal;
	}
	
/* FAQ */

#faq_container {}

.faq_box { 
	border: 1px solid #ccc;
}

.faq_box dl {
	margin: 0;
	padding: 10px;
}

.faq_box dt {
	margin: 0;
	padding: 0 0 0 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	display: block;
	cursor: pointer;
	overflow: hidden;
	background: url(../img/bg_dt.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 1px 4px 			rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 4px 		rgba(0,0,0,.3);
	box-shadow: 0px 1px 4px 				rgba(0,0,0,.3);
}

.faq_box dd { 
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

.faq_box dd ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq_box dd ul li {
	margin: 0;
	padding: 0;
}

.faq_box dd ul li p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

.faq_box dd ul li p.faq_q {
	color: #df0000;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.faq_box dd ul li p.faq_a {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
}


/* Group */

#group_container {}

dl#group_head {
	margin: 10px 0 0 0;
	padding: 0;
}

dl#group_head dt {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-family: helveticaneue;
}

dl#group_head dt span {
	color: #df0000;
}

dl#group_head dd#group_head_title {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

dl#group_head dd#group_head_body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}

dl#group_head dd#group_head_body span {
	font-weight: bold;
	color: #df0000;
}

#group_contents {}

.group_box {
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #ccc;
}

#group_kyoto {}

.group_box dl {
	margin: 0;
	padding: 0;
}

.group_box dt {
	margin: 0;
	padding: 0;
	height: 22px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	background-color: #000;
	border-bottom: 1px solid #ccc;
}

.group_box dt span {
	width: 90px;
	display: block;
	text-align: center;
	background-color: #df0000;
	border-right: 1px solid #ccc;
}

.group_box dd.group_list {
	margin: 0;
	padding: 0;
}

.group_box dd.group_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.group_box dd.group_list li {
	float: left;
	margin: 0;
	padding: 0;
}

.group_box dd.group_list li img {
	width: 100%;
	height: auto;
}

#group_kyoto dd.group_list li {
	width: 25%;
}

#group_kobe dd.group_list li,
#group_yokohama dd.group_list li,
#group_fukuoka dd.group_list li,
#group_kumamoto dd.group_list li {
	width: 33.3%;
}

.group_box dd.group_top {
	margin: 0;
	padding: 5px 0 5px 0;
}


/*guide*/

.visit_title{
	margin:10px 0px 10px 0px;
	padding:0;
	font-size:24px;
	font-family: helveticaneue;
}

.visit_title_text1{
	color:#df0000;
	font-family: helveticaneue;
}

.visit_title_text2{
	color:#000;
	font-family: helveticaneue;
}

#visit_phone_box{
	margin:0 0 10px 0;
	padding:10px;
	color:#FFF;
	background-color:#df0000;
	font-size:12px;
}

#visit_clear{
	clear:both;
}


.visit_main_box{
	margin:0;
	padding:0 0 5px 0;
	border:1px solid #666;
}

.visit_main_title{
	background-color:#eeeeee;
	font-size:14px;
	color:#000;
	padding:4px 10px 4px 10px;
}

#visit_main_text1{
	margin:0;
	padding:5px 10px 10px 10px;
	font-size:12px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	line-height:20px;
}

#visit_main_text2{
	margin:0;
	padding:5px 10px 0px 10px;
	font-size:12px;
	border-top:1px solid #666;
	line-height:20px;
}

#visit_main_text2 span{
	color:#F00;
}


/* Access Map */

#map_container {}

dl#map_head {
	margin: 10px 0 10px 0;
	padding: 0;
}

dl#map_head dt {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-family: helveticaneue;
}

dl#map_head dt span {
	color: #df0000;
}

dl#map_head dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-family: helveticaneue;
}

#map_contents {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}

#map_contents_01 {}

#map_contents_01 dl {
	margin: 0;
	padding: 0;
}

#map_contents_01 dt {
	margin: 0;
	padding: 0;
}

#map_contents_01 dt img {
	width: 100%;
	height: auto;
}

#map_contents_01 dd {
	margin: 0;
	padding: 0;
}

#map_contents_01 dd img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 40%;
	height: auto;
}

#map_contents_01 dd dl {
	margin: 0;
	padding: 0;
	line-height: 15px;
}

#map_contents_01 dd dl dt {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
}

#map_contents_01 dd dl dd {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#map_contents_02 {}

#map_contents_02 iframe {
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#map_contents_03 {}

#map_contents_03 dl {
	margin: 0;
	padding: 10px 10px 0 10px;
}

#map_contents_03 dt {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#map_contents_03 dd {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}


/* New Face */

#newface_container {}

dl#newface_head {
	margin: 10px 0 0 0;
	padding: 0;
}

dl#newface_head dt {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-family: helveticaneue;
}

dl#newface_head dt span {
	color: #df0000;
}

dl#newface_head dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#newface_contents {}

#newface_contents ul {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	list-style: none;
}

#newface_contents ul li {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_box.gif) top right repeat-y;
}

#newface_contents ul li a {
	display: block;
	background: url(../img/arrow.gif) right center no-repeat;
}

#newface_contents ul li img.newface_photo {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	height: auto;
}

#newface_contents ul li dl {
	margin: 0 35px 0 23.5%;
	padding: 0;
}

#newface_contents ul li dt {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 30px;
	line-height: 20px;
	color: #df0000;
	font-family:bankgothic_md_bt;
}

#newface_contents ul li dd.newface_name {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

#newface_contents ul li dd.newface_size {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
}

#newface_contents ul li dd.newface_note {
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #626262;
	border-top: 1px dotted #ccc;
}


/*point_card*/

.pointcard_title{
	padding:10px 10px 10px 0px;
	margin:0;
	font-size:24px;
	font-family: helveticaneue;
}

.pointcard_title_text{
	color:#df0000;
}

.pointcard_mainbox{
	border:1px solid #CCC;
	padding:0px;
	margin:0px;
}

.pointcard_mainimg{
	margin:10px 10px 0px 10px;
	padding:0;
}

#pointcard_title_box{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:-2px 0 0 0;
	padding:10px 10px 10px 10px;
	background-color:#eeeeee;
}

#pointcard_subtitle1{
	font-size:14px;
}

#pointcard_subtitle2{
	color:#df0000;
}

#pointcard_text{
	padding:10px;
	margin:0px;
	line-height:16px;
}


/*privacy*/

.privacy_title{
	font-size:24px;
	margin:10px 0px 10px 0px;
	font-family: helveticaneue;
}

.privacy_titletext{
	color:#df0000;
}

.privacy_subtitle{
	font-size:12px;
	margin-bottom:10px;
	line-height:26px;
}

.privacy_subtitles{
	font-size:12pt;
	margin-bottom:10px;
}

.privacy_main_box{
	border:1px solid #CCC;
	margin:0px; padding:0px;
}

.privacy_child_box{
	padding:10px 10px 10px 10px;
}

.privacy_child_box2{
	border-bottom:1px solid #CCC;
	padding:0px 0px 10px 0px;
}

.privacy_child_box3{
	border-bottom:1px solid #CCC;
	margin-top:10px;
	padding:0px 0px 10px 0px;
}

.privacy_child_box3_last{
	margin-top:10px;
}

.privacy_subtitle{
	color:#df0000;
	font-size:14px;
	line-height:22px;
}

.privacy_maintext{
	font-size:12px;
	line-height:18px;
}


/* Ranking */

#ranking_container {}

#ranking_box {
	margin: 0;
	padding: 0px 0px 0px 0px;
	border:1px solid #DF0000;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	}
			
#ranking_syurui {
	margin: 10px 0px 0px 68px;
	padding: 0px 0px 0px 0px;
	background-color:#000;
	}
		
#ranking_syurui ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#ranking_syurui li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-decoration: none;
	height:38px;
	line-height:38px;
	border-top:1px solid #DF0000;
	border-left:1px solid #DF0000;
	border-bottom:1px solid #DF0000;
	font-weight:bold;
	}
	
#ranking_syurui li a:link, #ranking_syurui li a:visited, #ranking_syurui li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
	background:url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position:11px center;
	color:#444;
	height:38px;
	display :block;
	outline: 0;
	}
				
#ranking_syurui li.active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	border-bottom:none;
	height:38px;
	line-height:38px;
	}
	
#ranking_syurui li.active a:link, #ranking_syurui li.active a:visited, #ranking_syurui li.active a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
	background:url(../img/arrow_red.gif);
	background-repeat: no-repeat;
	background-position:11px center;
	background-color:#DF0000;
	color:#FFF;
	display :block;
	outline: 0;
	line-height:38px;
	}
												
#ranking_no1_box {
	margin: 0px 0px 0px 68px;
	padding: 0;
	}		

#ranking_no1_box img {
	margin: 20px 0 10px 0;
	width: 80%;
	height: auto;
	border: 10px solid #fff;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	}	
					
#ranking_no1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
			
#ranking_no1 dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
					
#ranking_no1 dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
	background:url(../img/no1.png);
	background-repeat: no-repeat;
	height: 24px;
	font-size:16px;
	line-height: 24px;
	font-weight:bold;
	color:#DF0000;
	}
					
#ranking_no1 dd {
	}	
												
#ranking_no1 dd#ranking_no1_3size {
	margin: 0px 0px 0px 24px;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	}
													
#ranking_no1 dd#ranking_no1_body {
	margin: 0px 35px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-weight:bold;
	font-size: 12px;
	line-height: 15px;
	}
			
#ranking_no1 dd#ranking_btn_prof {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#ranking_no1 dd#ranking_btn_prof a:link,
#ranking_no1 dd#ranking_btn_prof a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 16px;
	display :block;
	width: 110px;
	height: 19px;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #df0000;
	}
			
#ranking_no1 dd#ranking_btn_prof a:active {
	background-color: #000;
	}
				
#ranking_no_box {
	margin: 20px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #DF0000;
	border-left:1px solid #DF0000;
	border-right:1px solid #DF0000;
	}
		
#ranking_no_box ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#000;
	}
	
#ranking_no_box li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	overflow:hidden;
	border-bottom:1px solid #DF0000;
	font-weight:bold;
	}
	
#ranking_no_box li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	display :block;
	outline: 0;
	}

#ranking_no_box li img {
	float: left;
	width: 15%;
	height: auto;
	}

#ranking_no_box dl {
	margin: 0 0 0 20%;
	padding: 15px 0 15px 60px;
}

#ranking_no_box dl#ranking_no2 {
	background: url(../img/no2.gif) left center no-repeat;
}
#ranking_no_box dl#ranking_no3 {
	background: url(../img/no3.gif) left center no-repeat;
}
#ranking_no_box dl#ranking_no4 {
	background: url(../img/no4.gif) left center no-repeat;
}
#ranking_no_box dl#ranking_no5 {
	background: url(../img/no5.gif) left center no-repeat;
}

#ranking_no_box dt {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000;
}

#ranking_no_box dd {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #909090;
}


/*sanitary*/

.sanitary_title{
	margin:10px 0px 5px 0px;
	padding:0px;
	font-size:24px;
	color:#df0000;
	font-family: helveticaneue;
}

.sanitary_subtitle{
	font-size:12px;
	margin-bottom:10px;
	font-family: helveticaneue;
}

.sanitary_main{
	margin:0px;
	padding:0px;
	border:1px solid #CCC;
	position:relative;
}

.sanitary_text{
	position:relative;
	margin:0px;
	padding:0px;
}

.sanitary_text2{
	position:relative;
	margin:0px;
	padding:0px;
}

.sanitary_te{
	color:#df0000;
	font-size:14px;
	position:absolute;
	left:0px;
	bottom:5px;
	margin-left:10px;
}

.sanitary_texts{
	border-top:1px solid #CCC;
	margin:-2px 0px 0px 0px;
	padding:10px;
}



/* store */
										
#store_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	}
	
#store_box img {
	width: 100%;
	height: auto;
	}
											
#store_box dl {
	margin: 0px 0px 0px 0px;
	}
												
#store_box dt {
	margin: 0px 0px 0px 0px;
	padding: 3px 0 0 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#f1f1f1;
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
	color: #df0000;
	}
	
#store_box dt span {
	font-size: 20px;
	font-family: helveticaneue;
	}
												
#store_box dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	}

#store_box dd p {
	margin: 0;
	padding: 10px;
	}



/*system*/

.system_title{
	font-size:24px;
	color:#df0000;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-family: helveticaneue;
}

.system_title2{
	color:#000;
	font-size:14px;
	margin:10px 0px 10px 0px;
	line-height:20px;
}


.system_title3{
	font-size:24px;
	margin:10px 0px 0px 0px;
	padding:0;
	font-family: helveticaneue;
}

.system_title_span1{
	color:#df0000;
	font-size:24px;
	font-family: helveticaneue;
}

.system_title_span2{
	color:#000;
	font-size:24px;
	font-family: helveticaneue;
}

.system_subtitle{
	padding:10px 0 10px 0;
	margin:0;
	font-size:12px;
}

table.system2 {
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	font-weight:bold;
	font-size:15px;
	}
	
table#system_menu2 td.left {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
	font-weight:bold;
	font-size:14px;
	color:#DF0000;
	width:40%;
}

table#system_menu2 td.right {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size:13px;
	width:100%;
}

table.system2 th {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	}
	
table.system2 td {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-weight:bold;
	}
			
table.system2 td.box01 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color:#f5f5f5;
	}
				
table.system2 td.box02 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}
						
table.system2 td.box03 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color:#DF0000;
	font-size:18px;
	font-family:milfcd_b;
	}
								
table.system2 td.left_01 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#51bbff;
	font-size:15px;
	color:#FFF;
	}
									
table.system2 td.right_01 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:16px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	color:#51bbff;
	}
											
table.system2 td.right_01_02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-position:center;
	text-indent:-9999px;
	}
										
table.system2 td.left_02 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#6151ff;
	font-size:15px;
	color:#FFF;
	}
									
table.system2 td.right_02 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:16px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	color:#6151ff;
	}
												
table.system2 td.left_03 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#ab51ff;
	font-size:15px;
	color:#FFF;
	}
									
table.system2 td.right_03 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:16px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	color:#ab51ff;
	}
												
table.system2 td.left_04 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#ff51ed;
	font-size:15px;
	color:#FFF;
	}
									
table.system2 td.right_04 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:16px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	color:#ff51ed;
	}
												
table.system2 td.left_05 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#ff518a;
	font-size:15px;
	color:#FFF;
	}
									
table.system2 td.right_05 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:16px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	color:#ff518a;
	}
												
table.system2 td.left_06 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#df0000;
	font-size:15px;
	color:#FFF;
	}
									
table.system2 td.right_06 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:16px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	color:#df0000;
	}
			
.mozikan {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1em;
	}
				
#system_select_menu2 {
	margin: 45px 0px 0px 0px;
	padding: 35px 0px 25px 0px;
	border-top: 1px solid #CCC;
	}
			
#system_select_menu2 dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
				
#system_select_menu2 dt {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	height:41px;
	text-indent:-9999px;
	}
					
#system_select_menu2 dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	font-family:milfcd_b;
	}
			
table#system_menu2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	border-width:1px 1px 0px 0px;
	}

table#system_menu2 th {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	font-weight:bold;
	font-size:14px;
	}
	
table#system_menu2 td {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
}
/*pop*/
.ui-body-a #news_contents {
	margin: -20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:92.5%;
	border: 1px solid 		#2A2A2A;
	background: 			#FFFFF;
	color: 					#fff;
	font-weight: normal;
}
.ui-body-a #news_header {
	-moz-box-shadow: 0px;
	-webkit-box-shadow:;
	box-shadow: 0px;
}

/*flickSlide*/			
#top_main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.flickSlideContainer {
	position:relative;
	width:100%;
	border-top:0px;
	-webkit-box-sizing:border-box;
}
div.moveWrap {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	-webkit-box-sizing:border-box;
}
ul.moveWrapBG {
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
	visibility:hidden;
	-webkit-box-sizing:border-box;
	margin:0;
	padding:0;
}

/*div.moveWrap:after, */
/*
ul.moveWrapBG:after{
	content:'.';
	visibility:hidden;
	width:100%;
	line-height:0;
	clear:both;
}
*/
div.slideMask {
	position:absolute;
	top:0;
	left:0;
	border:4px #FFF solid;
	-webkit-box-sizing:border-box;
	margin-right:1px;
}
div.moveWrap>ul.move {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	padding:0;
	margin:0;
	width:10000px;
	-webkit-transition:all 0.6s ease-in-out;
	-webkit-transform:translate3d(0,0,0);
	/*-webkit-transition-duration: 400ms;
	-webkit-transition-property: -webkit-transform;
	*/
	margin:0;
	padding:0;
	display:none;
}
div.moveWrap>ul.move li.slideUnit {
    float:left;
    list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	-webkit-box-sizing:border-box;
}
li.slideUnit>div {
    display:inline-block;
	vertical-align:middle;
	text-align:center;
	-webkit-box-sizing:border-box;
}
div.flickSlideBottom {
    width:100%;
}
div.flickSlideBottom div.bottomLeft, div.flickSlideBottom div.bottomRight {
	/*display:table-cell;
  background: #DF0000;
  padding: 0px 10px 0px 10px;
  color: #fff;
  font-size: 14px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
  vertical-align: middle;
  display:table-cell;
}
div.flickSlideBottom div.bottomLeft.off, div.flickSlideBottom div.bottomRight.off {
}
div.flickSlideBottom div.bottomRight {
}
div.flickSlideBottom div.bottomLeft {
}


div.flickSlideBottom div.bottomLeft:after {
    /*content:'PREV';
	text-align:left;
	display:table-cell;*/
}
div.flickSlideBottom div.bottomLeft:before {
}

div.flickSlideBottom div.bottomRight:before {
    /*content:'NEXT';
	text-align:right;
	display:table-cell;*/
}
div.flickSlideBottom div.bottomRight:after {
	text-align:right;
	display:table-cell;
}
div.flickSlideBottom ul.slidePager {
	display:table-cell;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
div.flickSlideBottom ul.slidePager li.slidePagerPointer {
	margin: 5px 5px 0px 5px;
	display:inline-block;
	background-color:#CCC;
	width:4px;
	height:4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.flickSlideBottom ul.slidePager li.slidePagerPointer.active {
	-moz-box-shadow: 0px 0px 4px #DF0000;
	-webkit-box-shadow: 0px 0px 4px #DF0000;
	box-shadow: 0px 0px 4px #DF0000;
	background-color:#DF0000;
}