﻿@charset "UTF-8";
/* +++++++++++++++++++++++++++++++　画面独自　+++++++++++++++++++++++++++++++ */
html {
}
a#home {
	background:url("/images/common/header_footer.png") no-repeat 0 0;
}
span#home {
	background:url("/images/common/logo_common.gif") no-repeat;
}

.containerInner #i_footer {
    background: none;
}

/* +++++++++++++++++++++++++++++++　ボックス　+++++++++++++++++++++++++++++++ */
#header {
	position:relative;
}
.wrap {
}
h1 {
	font-size:10px;
	text-align:right;
}
.leftBox {
	width:340px;
	/*margin-right:10px;*/
}
.centerBox {
	float:left;
	width:340px;
	text-align:left;
	margin-bottom:20px;
	position:relative;
}
.section {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	padding:10px;
	font-size:14px;
}
li {
	padding:0;
	margin:0;
}
li a {
	zoom:1;
}
.newIcon ,
.cameraIcon {
	padding-left:5px;
	vertical-align:baseline;
}
.arrowList li {
	padding-left:18px;
	background:url("/images/top/arrow.png") no-repeat 0px 4px;
}
.bannerBox {
	margin-bottom:20px;
}
.go {
	clear:both;
	white-space: nowrap;
	position:relative;
	float:right;
    background: url("/images/top/arrow.png") no-repeat scroll 0 4px transparent;
    padding-left: 18px;
}

/* +++++++++++++++++++++++++++++++　sideMenu　+++++++++++++++++++++++++++++++ */

.sideMenu {
	padding:0px;
	border-bottom:none;
}
.menuList li {
	border-bottom:1px solid #ddd;
	zoom:1;
	height:20px;
	padding:5px 5px 5px 30px;
	/*background-image:url("/images/top/icon_mb.png") ;
	background-repeat: no-repeat;*/
}
.menuList li:hover {
	background-color:#eee;
}
.menuList li a {
	/*display:block;
	padding:5px 5px 5px 30px;
	height:20px;*/
}
.menuList li a:hover {
	/*background-color:#f3f3f3;*/
}
.subContents {
	border-top:1px solid #ddd;
}
.a01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px 5px ;
}
.a02 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -20px ;
}
.a03 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -45px ;
}
.b01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -70px ;
}
.c01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -95px ;
}
.d01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -120px ;
}
.d02 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -145px ;
}
.d03 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -170px ;
}
.e01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -195px ;
}
.f01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -220px ;
}
.f02 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -445px ;
}
.g01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -245px ;
}
.h01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -270px ;
}
.i01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -295px ;
}
.j01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -320px ;
}
.k01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -345px ;
}
.l01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -370px ;
}
.m01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -395px ;
}
.n01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -420px ;
}
.a04 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -470px ;
}
.a05 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -495px ;
}
.a06 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -520px ;
}
.a07 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -545px ;	
}
.a08 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -570px ;	
}
.o01 {
	background:url("/images/top/icon_mb.png") no-repeat 5px -595px ;
}

/************** #スキャッター関連 ***************/

dl.accordion {
	background:#ffffff;
	margin:0 auto 30px;
	padding:1px;
	font-size:14px;
}

dl.accordion .ttl {
	display:none;
}

dl.accordion dt {
    background:#dddddd;
	background-image: url( ../../img/mark_close.png );
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left:30px;
    border-bottom:1px solid #fff;
	height:40px;
	text-indent:10px;
	line-height:40px;
	font-weight:bold;
	cursor:pointer;
	color: #666666;
}

dl.accordion dt.open {
    background:#dddddd;
	background-image: url( ../../img/mark_open.png );
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left:30px;
}

dl.accordion dd {
	background:#FFFFFF;
	margin-left:0px;
	display:none;
}

dl.accordion dd a {
	display:block;
	margin: -1px 0 0 0;
	width:285px;
	height:auto;
	font-size: 14px;
	background-image:none;
	padding-left: 5px;

}

/* +++++++++++++++++++++++++++++++　topic　+++++++++++++++++++++++++++++++ */

.topicList {
	width:300px;
	float:left;
}
.topicList li {
	margin-bottom:3px;
}
.photo {
	width:100px;
	float:right;
	text-align:center;
	border:1px solid #ccc;
	font-size:10px;
	padding:5px;
}
.photo img {
	width:100px;
}

h2 {
	position:relative;
	white-space:pre-wrap;
}

/* +++++++++++++++++++++++++++++++　tepco　+++++++++++++++++++++++++++++++ */

.tepco {
	position:relative;
}
.photo {
	width:100px;
	float:right;
	text-align:center;
	border:1px solid #ccc;
	font-size:10px;
	padding:5px;
}
.photo img {
	width:100px;
}

.data {
	line-height:1.0;
	background: url("/images/top/rateBg.png") no-repeat 0px -0px ;
	padding:0px 10px;
	height:55px;
	margin-bottom:3px;
	font-size:9px;
	color:#fff;
}
.data span.value {
	font-size:15px;
	font-weight:bold;
	float:right;
}
.data span.cap {
	float:left;
}
.data p {
	height:18px;
	overflow:hidden;
	padding-top:9px;
}
.data p.supply {
	clear:both;
	border-top:1px dotted #555;
	padding-top:7px;
}
.rate {
	font-size:32px;
	line-height:5.2;
	color:#fff;
	height:100px;
	width:215px;
	font-weight:bold;
	text-align:center;
	background-image: url("/images/top/rateBg.png") ;
	overflow:hidden;
}
.p50 {
	background-position: 0px -90px ;
}
.p55 {
	background-position: 0px -190px ;
}
.p60 {
	background-position: 0px -290px ;
}
.p65 {
	background-position: 0px -390px ;
}
.p70 {
	background-position: 0px -490px ;
}
.p75 {
	background-position: 0px -590px ;
}
.p80 {
	background-position: 0px -690px ;
}
.p85 {
	background-position: 0px -790px ;
}
.p90 {
	background-position: 0px -890px ;
}
.p95 {
	background-position: 0px -990px ;
}
.p100 {
	background-position: 0px -1090px ;
}
.ssub {
	font-size:10px;
	padding:1px 0;
}
.rate span {
	font-size:14px;
}

/* +++++++++++++++++++++++++++++++　appli　+++++++++++++++++++++++++++++++ */

.appliBlock {
    margin-bottom: 20px;
}
.appliBlock a {
	display:block;
	border:1px dotted #ccc;
	font-size:0.9em;
	font-weight:bold;
	background:url("/images/top/appliBg.png") no-repeat right center;
	text-indent:-9999px;
	height:120px;
	width:210px;
}
.appliBlock a:hover {
	border:1px dotted #f90;
}

/* +++++++++++++++++++++++++++++++　trend　+++++++++++++++++++++++++++++++ */

.trend {
}
.trendlist li {
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	width:210px;
	overflow:hidden;
	line-height:1.3;
}
.trendlist img {
	width:20px;
	height:20px;
	float:left;
	padding:0 3px 3px 0;
}

/* +++++++++++++++++++++++++++++++　zexy　+++++++++++++++++++++++++++++++ */

.sub {
	font-size:12px;
}
.zexyBox h3 {
	margin-bottom:5px;
}
.zexyBox .photo {
	float:left;
	margin-right:5px;
	width:100px;
	text-align:center;
	border:1px solid #ccc;
	font-size:10px;
	padding:5px;
}
.pTB5 {
	padding:5px 0;
}

/* +++++++++++++++++++++++++++++++　サロン　+++++++++++++++++++++++++++++++ */

.salonList {
	width:340px;
}
.salonList li {
	float:left;
	padding:0 3px 0 2px;
	position:relative;
	height:90px;
}
.salonList a img {
	width:58px;
	padding:3px;
	display:block;
	border:1px solid #ccc;
	display:block;
}
.salonList a:hover img {
	border:1px solid #f90;
}

/* +++++++++++++++++++++++++++++++　地域選択　+++++++++++++++++++++++++++++++ */

.areamapBox {
}
.areamapBox {
	position:relative;
	background:url("/images/top/areamap.png") no-repeat right bottom;
	min-height:280px;
}
.areamapBox h3 {
	clear:both;
	float:left;
	width:70px;
	border-left:3px solid #ccc;
	padding-left:5px;
}
.areaList {
	float:left;
	width:260px;
	margin-bottom:10px;
	margin-bottom:10px;\9; /* IE8 and below */
	*margin-bottom:0px;; /* IE7 and below */
	_margin-bottom:0px;; /* IE6 */
}
.areaList li {
	float:left;
	zoom:1;
	line-height:0;
}
.areaList a {
	padding:2px 5px;
	line-height:1.6;
	white-space:nowrap;
	word-break:break-all;
	word-wrap:break-word;
}

/* +++++++++++++++++++++++++++++++　吹き出しアイコン　+++++++++++++++++++++++++++++++ */

.rankList li span {
	width:25px;
	height:25px;
	float:left;
	display:block;
	text-indent:-9999px;
	position:relative;
	top:-7px;
	margin-bottom:-7px;
	background-image:url("/images/top/icon_mb.png") ;
	background-repeat:no-repeat;
}
.odd {
    background-color: #eee;
}
.even {
    background-color: #FFFFFF;
}
.shushoku {
	background-position: 0px -20px ;
}
.tenshoku {
	background-position: 0px -45px ;
}
.house {
	background-position: 0px -70px ;
}
.carsensor {
	background-position: 0px -95px ;
}
.daigaku {
	background-position: 0px -145px ;
}
.senmon {
	background-position: 0px -170px ;
}
.hotpepper {
	background-position: 0px -195px ;
}
.travel {
	background-position: 0px -220px ;
}
.beauty {
	background-position: 0px -245px ;
}
.nail {
	background-position: 0px -245px ;
}
.esthetic {
	background-position: 0px -245px ;
}
.study {
	background-position: 0px -270px ;
}
.zexy {
	background-position: 0px -295px ;
}
.akasugu {
	background-position: 0px -320px ;
}
.tuhan {
	background-position: 0px -345px ;
}
.fashion {
	background-position: 0px -370px ;
}
.healthcare {
	background-position: 0px -395px ;
}
.senior {
	background-position: 0px -420px ;
}
.arbeit {
	background-position: 0px -470px ;
}
.shain {
	background-position: 0px -495px ;
}
.area {
	background-position: 0px -595px ;
}


/* +++++++++++++++++++++++++++++++　ランキング　+++++++++++++++++++++++++++++++ */

.rankList li {
	clear:both;
	zoom:1;
	line-height:0;
	padding:2px;
}
.rankList p {
	background-color:#999;
	color:#fff;
	width:20px;
	height:20px;
	line-height:1.6;
	text-align:center;
	float:left;
	margin-right:5px;
}
.rankList a {
	/*
	padding:2px 0px;
	*/
	line-height:1.6;
	display:block;
}
.rankList li span {
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:right;
	position:relative;
	top:-7px;
	margin-bottom:-7px;
	background-image:url("/images/top/rankIcon.png") ;
	background-repeat:no-repeat;
}

/* +++++++++++++++++++++++++++++++　特集　+++++++++++++++++++++++++++++++ */

.tokuList li {
	clear:both;
	zoom:1;
	line-height:0;
	padding:2px;
}
.tokuList p {
	background-color:#999;
	color:#fff;
	width:20px;
	height:20px;
	line-height:1.6;
	text-align:center;
	float:left;
	margin-right:5px;
}
.tokuList a {
	/*
	padding:2px 0px;
	*/
	margin:0px 0px 0px 5px;
	padding: 0px 5px 0px 15px;
	line-height:1.6;
	background-image:url("/study/images/study/list003.gif") ;
	background-repeat: no-repeat;
	background-position:0px 3px;
	display: block;
}
.tokuList li span {
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:right;
	position:relative;
	top:-7px;
	margin-bottom:-7px;
	background-repeat:no-repeat;
}

/* +++++++++++++++++++++++++++++++　口コミ　+++++++++++++++++++++++++++++++ */

.kuchikomiList {
}
.kuchikomiList li {
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	width:310px;
	overflow:hidden;
	line-height:1.3;
}
.more {
	padding:0px 5px;
}
.kuchikomiList li a.shopName {
	display:block;
	padding-bottom:5px;
	line-height:1.6;
	word-break:break-all;
	word-wrap:break-word;
}
.kuchikomiList li a {
}


/* +++++++++++++++++++++++++++++++　求人　+++++++++++++++++++++++++++++++ */

.kyujinList {
}
.kyujinList li {
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	width:310px;
	overflow:hidden;
	line-height:1.3;
}
.kyujinList img {
	width:60px;
	float:left;
	padding:0 3px 3px 0;
}
.kyujinList li a.shopName {
	display:block;
	padding-bottom:5px;
	line-height:1.6;
	word-break:break-all;
	word-wrap:break-word;
}
