@charset "utf-8";
/* /common/css/common_renew.css
 ブラウザスタイルの初期化
--------------------------------*/
* {
    margin:0;
    padding:0;
    line-height:1.4;
    font-size:100%;
}

body {
    color: #333;
    background-color:#FFF;
	border-top: solid 4px #990000;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

#container {
	width: 100%;
	text-align: center; /* IE5.5用 */
}


/* 画像のリンクボーダーの削除 */

img {
    border:0;
}

.footTag {
	display: none;
	line-height: 0;
	font-size: 0;
}

/* ------------------------------------------

	Reset

------------------------------------------ */
li{ list-style-type: none }


/* ------------------------------------------

リンク設定

------------------------------------------ */

a:link {
	text-decoration:none;
	color: #333;
}
a:visited {
	text-decoration:none;
	color: #333;
}
a:hover {
	text-decoration:underline;
	color: #23c3d6;
}
#item a:hover {
	text-decoration:underline;
	color: #f7ba00;
}
#servicemaster a:hover {
	text-decoration:underline;
	color: #40cbdb;
}
#merrymaids a:hover {
	text-decoration:underline;
	color: #cc0066;
}
#terminix a:hover {
	text-decoration:underline;
	color: #f7934f;
}
#totalgreen a:hover {
	text-decoration:underline;
	color: #a5cd54;
}
a:active {
    text-decoration:none;
	color: #333;
}

/*矢印付きリンク*/
a.arw{
	background: url("/common/images/ico.gif") no-repeat 0 5px !important;
    padding: 0 0 0 10px !important;
}

/*矢印付きリンク青*/
a.arw_blue{
	background: url("/common/images/ico.gif") no-repeat 0 -95px !important;
    padding: 0 0 0 10px !important;
}

/*矢印付きリンクピンク*/
a.arw_pink{
	background: url("/common/images/ico-merrymaids.gif") no-repeat 0 -95px !important;
    padding: 0 0 0 10px !important;
}

/*矢印付きリンク橙*/
a.arw_orange{
	background: url("/common/images/ico-terminix.gif") no-repeat 0 -95px !important;
    padding: 0 0 0 10px !important;
}

/*矢印付きリンク緑*/
a.arw_green{
	background: url("/common/images/ico-totalgreen.gif") no-repeat 0 -95px !important;
    padding: 0 0 0 10px !important;
}

/*矢印付きリンク紫*/
a.arw_purple{
	background: url("/service/images/renew/ico-drink.gif") no-repeat 0 -95px !important;
    padding: 0 0 0 10px !important;
}


/*下線リンク*/
a.underline{
	background: none !important;
    padding: 0 !important;
	text-decoration:underline !important;
}


/* ------------------------------------------

フォント一括指定

------------------------------------------ */

/* IE6.0以下用 */

p, h1, h2, h3, h4, h5, h6, dt, dd, li, th, td, caption {
	font-size: x-small;
	line-height: 140%;
	color: #333;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
	line-height:140%;
	color:#333;
}

/* その他ブラウザ用 */

html>body p,
html>body h1,
html>body h2,
html>body h3,
html>body h4,
html>body h5,
html>body h6,
html>body dt,
html>body dd,
html>body li,
html>body th,
html>body td,
html>body caption {
	font-size: small;
	line-height:140%;
}



/* ------------------------------------------

フォント個別指定

------------------------------------------ */

/* IE6.0以下用 */

.small {
	font-size: xx-small;
	line-height:140%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	line-height:140%;
}

.middle {
	font-size: x-small;
	line-height:140%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	line-height:140%;
}

.large {
	font-size: small;
	line-height:140%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	line-height:140%;
}

/* その他ブラウザ用 */

html>body .small {
	font-size: x-small;
	line-height:140%;
}

html>body .middle {
	font-size: small;
	line-height:140%;
}

html>body .large {
	font-size: medium;
	line-height:140%;
}



/* ------------------------------------------

強調・価格（オレンジ）指定

------------------------------------------ */

strong {
	font-weight:bold;
}

em {
	font-weight:bold;
	font-style:normal;
	color:#F60;
}

.bold {
	font-weight:bold;
}

.normal {
	font-weight: normal;
}



/* ------------------------------------------

共通レイアウト

------------------------------------------ */

/* フロート用 */

.ftRight {
	float:right;
}

.ftRightPd10 {
	float:right;
	padding:0 0 0 10px;
}

.ftLeft {
	float:left;
}

.ftLeftPd5 {
	float:left;
	padding:5px;
}


/* テキスト位置用 */

.alignCenter {
	text-align:center;
}

.alignRight {
	text-align:right;
}

.alignLeft {
	text-align:left;
}


/* パディング用 */

.pdTop5{
	padding-top:5px;
}

.pdTop10{
	padding-top:10px;
}

.pdTop15{
	padding-top:15px;
}

.pdTop20{
	padding-top:20px;
}


.pdBottom5{
	padding-bottom:5px;
}

.pdBottom10{
	padding-bottom:10px;
}

.pdBottom15{
	padding-bottom:15px;
}

.pdBottom20{
	padding-bottom:20px;
}

.pdBottom40{
	padding-bottom:40px;
}


.pdLeft5 {
	padding-left:5px;
}

.pdLeft10 {
	padding-left:10px;
}

.pdLeft20 {
	padding-left:20px;
}


.pdRight5 {
	padding-right:5px;
}

.pdRight10 {
	padding-right:10px;
}

.pdRight20 {
	padding-right:20px;
}


/* マージン用 */

.mgTop-8{
	margin-top:-8px;
}

.mgTop3{
	margin-top:3px;
}

.mgTop5{
	margin-top:5px;
}

.mgTop8{
	margin-top:8px;
}

.mgTop10{
	margin-top:10px;
}

.mgTop15{
	margin-top:15px;
}

.mgTop20{
	margin-top:20px;
}

.mgTop30{
	margin-top:30px;
}


.mgBottom5{
	margin-bottom:5px;
}

.mgBottom10{
	margin-bottom:10px;
}

.mgBottom15{
	margin-bottom:15px;
}

.mgBottom20{
	margin-bottom:20px;
}

.mgBottom30{
	margin-bottom:30px;
}

.mgBottom40{
	margin-bottom:40px;
}


.mgLeft5 {
	margin-left:5px;
}

.mgLeft10 {
	margin-left:10px;
}

.mgLeft15 {
	margin-left:15px;
}

.mgLeft20 {
	margin-left:20px;
}

.mgLeft25 {
	margin-left:25px;
}


.mgRight5 {
	margin-right:5px;
}

.mgRight10 {
	margin-right:10px;
}

.mgRight15 {
	margin-right:15px;
}

.mgRight20 {
	margin-right:20px;
}

.mgRight25 {
	margin-right:25px;
}


/* クリアフロート用 */

.clear {
	clear:both;
}

.clearfix {
	display: inline-table;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* インライン・ボックス */

.displayInline {
	display: inline;
}

.displayBlock {
	display: block;
}



/* ------------------------------------------

width指定関連

------------------------------------------ */

.width100 {
	width:100px;
}

.width150 {
	width:150px;
}

.width165 {
	width:165px;
}

.width200 {
	width:200px;
}

.width250 {
	width:250px;
}

.width262 {
	width:262px;
}

.width312 {
	width:312px;
}

.width324 {
	width:324px;
}

.width362 {
	width:362px;
}

.width424 {
	width:424px;
}



/* ------------------------------------------

ボーダー関連

------------------------------------------ */

.bdDotGray {
	background-image: url(../images/bd_dot_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



/* ------------------------------------------

リスト関連

------------------------------------------ */

ul.pdLeft1em {
	list-style:disc;
	margin:0;
	padding: 0 0 0 1em;
}
ol.NumList li{
	width: 150px;
	float: left;
	margin-right:10px;
	list-style-type: decimal;
}
ul.listNone {
	list-style-type: none;
}


ul.list131,
ul.list262 {
	width: 524px;
	list-style-type: none;
	display: inline-table;
}
ul.list131:after,
ul.list262:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* MacIE以外に適用 \*/
* html ul.list131,
* html ul.list262 {
	height: 1%;
}
*+html ul.list131,
*+html ul.list262 {
	height: 1%;
}
ul.list131,
ul.list262 {
	display: block;
}
/* */
ul.list131 li {
	float: left;
	width: 131px;
}
ul.list262 li {
	float: left;
	width: 262px;
}



/* ------------------------------------------

枠線

------------------------------------------ */

.boxType01 {
	width: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFF0FF;
}

.boxType02 {
	width: auto;
	border: 1px solid #FEB2B4;
	background-color: #EFFAD8;
}

.boxType02 p {
	color: #FF0000;
	font-weight: bold;
}

.boxType03 {
	width: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.boxType04 {
	width: auto;
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
}



/* ------------------------------------------

インクルードのお知らせエリア（外枠）

------------------------------------------ */

#infoArea-head740 {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#infoArea-head524 {
	width: 524px;
	text-align: left;
}

#infoArea-foot524 {
	width: 524px;
	text-align: left;
}

#infoArea-foot740 {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* ------------------------------------------

詳細ページ共通

------------------------------------------ */
/* お客様の声 */
#voice {
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
	padding: 1px;
	width: 296px;
}

div.jContent {
	float: left;
}

div.slides {
	background-color: #fff;
}

div.jContent p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.jContent a {
	float: left;
	display: block;
}

div.jContent a.hide {
	visibility: hidden;
}

/* vertical */
div.jc-vertical {
	margin:0;
}

div.jc-vertical a {
	width: 296px;
	height: 20px;
}

div.jc-vertical a.prev {
	margin: 0;
	background: url(/common/images/bt-voice-up.gif) no-repeat top center;
}

div.jc-vertical a.next {
	margin:0;
	background: url(/common/images/bt-voice-down.gif) no-repeat top center;
}

/* auto and circle */
div.jc-auto {
	margin: 0 auto;
}

.jContent {
	width: 270px;
	padding: 13px;
}

.jContent div.slides{
	height: 160px;
}

.jContent div.slides p.txt{
	font-size: 0.9em;
	padding: 13px 13px 0;
}

.jContent div.slides p.name{
	text-align: right;
	font-size: 0.9em;
	padding: 0 13px 13px;
}



/* こんな商品にも興味をもっています */
#content .recommendWrap {
	background: url(/common/images/bg-dot-h.gif) repeat-y 0 0;
}

#content .recommend {
	background: url(/common/images/bg-dot-w.gif) repeat-x 0 100%;
	padding: 0 0 20px;
}

#content .recommendBox {
	margin: 0 0 0 19px;
}

#content .recommend dl {
	width: 170px;
	float: left;
	display: inline;
	margin: 0 7px 0 0;
}

#content .recommend dl dd a {
    background-image: url("/common/images/ico.gif");
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}


/* ------------------------------------------

テキスト化

------------------------------------------ */

.hiragino {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* ------------------------------------------

ラベルテキスト化

------------------------------------------ */

#content .tit_hiragino_dc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ffc000;
	border-left: 4px #a24500 solid;
	height: 25px;
	width: 728px;
	font-size: 17px;
	font-weight: bold !important;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0 0 10px 8px!important;
	line-height: 36px;
}

#content .tit_hiragino_sm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #23c3d6;
	border-left: 4px #002b5b solid;
	height: 25px;
	width: 728px;
	font-size: 17px;
	font-weight: bold !important;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0 0 10px 8px!important;
	line-height: 36px;
}

#content .tit_hiragino_mm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f37aaa;
	border-left: 4px #cc0066 solid;
	height: 25px;
	width: 728px;
	font-size: 17px;
	font-weight: bold !important;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0 0 10px 8px!important;
	line-height: 36px;
}

#content .tit_hiragino_tmx {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f48d48;
	border-left: 4px #a24500 solid;
	height: 25px;
	width: 728px;
	font-size: 17px;
	font-weight: bold !important;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0 0 10px 8px!important;
	line-height: 36px;
}

#content .tit_hiragino_tg {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #99cc33;
	border-left: 4px #336600 solid;
	height: 25px;
	width: 728px;
	font-size: 17px;
	font-weight: bold !important;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0 0 10px 8px!important;
	line-height: 36px;
}

#content .tit_hiragino_other {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #9b77db;
	border-left: 4px #4a258f solid;
	height: 25px;
	width: 728px;
	font-size: 17px;
	font-weight: bold !important;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0 0 10px 8px!important;
	line-height: 36px;
}

.icoPrice {
	vertical-align: text-bottom;
	padding: 0 8px 0 0;
}


/* 人気KW */
#keyword ul {
    border: 1px solid #dddddd;
    margin: -1px 0 30px;
    padding: 10px 0 10px 10px;
}
#keyword ul li {
    background-image: url("/common/images/dot-glay.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
    float: left;
    margin: 0 10px 7px 0;
    padding: 0 0 8px;
    width: 170px;
	list-style:none;
}
#keyword ul li.last {
    background-image: none;
    margin: 0 10px 0 0;
    padding: 0;
}

#keyword ul li a:link{
	color: #333;
    text-decoration: none;
	}
	
#keyword ul li a:visited {
    color: #333;
    text-decoration: none;
}

#pro #keyword ul li a:hover,
#terminix #keyword ul li a:hover,
#totalgreen #keyword ul li a:hover
{
    color: #23c3d6;
    text-decoration: underline;
}

#merrymaids #keyword ul li a:hover {
    color: #cc0066;
    text-decoration: underline;
}

#terminix #keyword ul li a {
    background-image: url("/common/images/ico-terminix.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}

#merrymaids #keyword ul li a {
    background-image: url("/common/images/ico-merrymaids.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}

#pro #keyword ul li a {
    background-image: url("/common/images/ico.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}

#totalgreen #keyword ul li a{
	background-image: url("/common/images/ico-totalgreen.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}

.detailFaq h2.mgBottom20{
	 margin-bottom:20px !important;
}

.NotoSans {
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif !important;
}


#headerSp,
#footerSp,
.sp_mainTtl,
.sp_only{
	display:none;
}
.pc_only{
	display:block;
}

@media print {
	#kvPc,
	#kvSp,
	#thumbKv,
	#tvcm,
	#story .scroll {
		display: none;
	}
}

/* /common/css/header_renew.css
 ヘッダ
--------------------------------*/
/* ------------------------------------------

	header

------------------------------------------ */
/*  headerWrapper  */
body{
	border-top: none !important;	
}
#headerWrapper {
	border-top: solid 4px #990000;
	width: 100%;
}

/*  header  */
#headerWrapper #header {
	width: 956px;
	margin: 0 auto;
}
#headerWrapper #header h1,
#headerWrapper #header #logo {
	float: left;
    margin: 13px 0 0 0;
 }
#headerWrapper #header .tel {
	float: right;
    margin: 8px 93px 0 0;
 }

/*  nav  */
#headerWrapper #nav {
	float: right;
	width: 783px;
}

/*  menu  */
#headerWrapper #menu {
	float: left;
    width: 446px;
}
#headerWrapper #menu .first {
	width: 102px;
    float: left;
	margin: 13px 5px 0px 4px;
}
#headerWrapper #menu .first02 {
	width: 60px;
	margin: 0 5px 0 4px;
}
#headerWrapper #menu .list02 {
	margin: 0 5px 0 10px;
}
#headerWrapper #menu li.cart{
	width: 110px;
	margin-top:0;
	padding:0;	
}
#headerWrapper #menu li {
	width: 92px;
    float: left;
	margin: 13px 5px 0px 8px;
}
#headerWrapper #menu li.cart a:hover img{
	opacity: 0.8;
   	filter: alpha(opacity=80);
    -filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
#headerWrapper #menu li.last {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
}
#headerWrapper #menu li a{
	dislay:block;	
}

/*  type  */
#headerWrapper #type {
	float: right;
	width:325px;
	height:40px;
	background:url(/common/images/tab-bg.gif) transparent top left no-repeat;
    position: relative;
}
#headerWrapper #type li {
	position:absolute;
	width:83px;
	height:40px;
	overflow:hidden;
	display:block;
}
#headerWrapper #type li a {
	width:83px;
	height:42px;
	display:block;
	background:none;
}
#headerWrapper #type li a img{
	visibility:hidden;
}
#headerWrapper #type li.home {
	width:83px;
	height:40px;
	top:0;
	left:0;	
}
#headerWrapper #type li.home a{
	left:0;
	top:0;
    width: 83px;
}
#headerWrapper #type li.home a img{
	visibility:visible;
}
#headerWrapper #type li.dduet {
	width:81px;
	top:0px;
	left: 80px;
}
#headerWrapper #type li.dduet a:hover img {
	visibility:visible;
}
#headerWrapper #type li.business {
	top:0px;
	left: 160px;
}
#headerWrapper #type li.business a{
	width:auto;
	height: auto;
	display: block;
}
#headerWrapper #type li.business a:hover img {
	visibility:visible;
}
#headerWrapper #type li.company {
	top:0px;
	left: 242px;
}
#headerWrapper #type li.company a {
	width:auto;
	height: auto;
	display: block;
}
#headerWrapper #type li.company a:hover img {
	visibility:visible;
}


/*  action  */
#headerWrapper #action {
	text-align: right;
	width: 783px;
    margin: 13px 0 0px 0;
}
#headerWrapper #action li {
	float: left;
	line-height: 0;
}
#headerWrapper #action li.tel {
    margin: 0 27px 0 9px;
}
#headerWrapper #action li.mail {
    margin: 9px 28px 0 0;
}
#headerWrapper #action li.shoplist{
	vertical-align:middle;	
	margin: 12px 38px 0 0;
}
#headerWrapper #action li.search {
    margin: 4px 0 0 0;
}
#headerWrapper #action li.search dl dt {
	float: left;
}
#headerWrapper #action li.search dl dt .searchBox {
	text-align: left;
	box-sizing: content-box;
    width: 195px;
    height: 24px;
    padding: 2px 2px 2px 25px;
    background-image: url("/common/images/ico-search.gif");
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-color: #fefbea;
    border-top: solid 1px #bab288;
    border-left: solid 1px #bab288;
    border-bottom: solid 1px #f4f0db;
}
#headerWrapper #action li.search dl dd {
	float: left;
}
* html #action li.search dl dd {
	padding: 1px 0 0 0;
}

/*  gNav  */
#headerWrapper #gNav {
	width: 100%;
    height: 70px;
    margin-top: 12px;
    background-image: url("/common/images/gnav-bg_re.gif");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #f1f1f1;
}
#headerWrapper #gNav ul {
	width: 956px;
	margin: 0 auto;
}
#headerWrapper #gNav ul li {
	width:137px;
	float: left;
}
#headerWrapper #gNav ul li a {
	display: block;
    width:137px;
    height: 70px;
    background-image: url("/common/images/gnav.png");
    background-repeat: no-repeat;
}
#headerWrapper #gNav ul li.g1 a {
	width:137px;
	background-position: 0 0;
}
#home #headerWrapper #gNav ul li.g1 a,
#headerWrapper #gNav ul li.g1 a:hover {
	background-position: 0 -70px;
}
#headerWrapper #gNav ul li.g2 a {
	width: 137px;
	background-position: -137px 0;
}
#headerWrapper #item #gNav ul li.g2 a,
#headerWrapper #gNav ul li.g2 a:hover {
	background-position:  -137px -70px;
}
#headerWrapper #gNav ul li.g3 {
	width:136px;
}
#headerWrapper #gNav ul li.g3 a {
	width: 136px;
	background-position: -274px 0;
}
#pro #headerWrapper #gNav ul li.g3 a,
#headerWrapper #gNav ul li.g3 a:hover {
	background-position: -274px -70px;
}
#headerWrapper #gNav ul li.g4 a {
	width: 137px;
	background-position: -410px 0;
}
#merrymaids #headerWrapper #gNav ul li.g4 a,
#headerWrapper #gNav ul li.g4 a:hover {
	width: 137px;
	background-position: -410px -70px;
}
#headerWrapper #gNav ul li.g5 {
	width:136px;
}
#headerWrapper #gNav ul li.g5 a {
	width: 136px;
	background-position: -547px 0;
}
#terminix #headerWrapper #gNav ul li.g5 a,
#headerWrapper #gNav ul li.g5 a:hover {
	width: 137px;
	background-position: -547px -70px;
}
#headerWrapper #gNav ul li.g6{
	width:136px;
} 
#headerWrapper #gNav ul li.g6 a {
	width: 136px;
	background-position: -683px 0;
}
#totalgreen #headerWrapper #gNav ul li.g6 a,
#headerWrapper #gNav ul li.g6 a:hover {
	background-position: -683px -70px;
}
#headerWrapper #gNav ul li.g7 a {
	width: 137px;
	background-position: -819px 0;
}
#other #headerWrapper #gNav ul li.g7 a,
#service #headerWrapper #gNav ul li.g7 a,
#headerWrapper #gNav ul li.g7 a:hover {
	background-position: -819px -70px;
}


/*  breadcrumbs  */
#breadcrumbs {
	width: 100%;
	margin: 0 0 25px 0;
	background-color: #f1f1f1;
}
#breadcrumbs ul {
	width: 956px;
	margin: 0 auto;
    padding: 9px 0 9px 0;
}
#breadcrumbs ul li {
	float: left;
}
#breadcrumbs ul li a {

}
#breadcrumbs ul li span {
	margin: 0 8px;
	font-size: 72%;
}
#breadcrumbs ul li strong {
	font-weight: normal;
}
/* /common/css/content_renew.css
--------------------------------*/
/* ------------------------------------------

	wrapper

------------------------------------------ */
/*  wrapper  */
#wrapper {
	width: 956px;
	margin: 0 auto 50px;
}

/*  pageTop  */
#pageTop {
	width: 956px;
	margin: 0 auto 18px;
	text-align: right;
}
#pageTop p{
	width:130px;
	height:60px;
	margin-left:auto;
	float:none;
}
#pageTop p a{
	display:block;
	width:130px;
	height:60px;
	background:url(/images/renew/btn_pagetop2.gif) transparent left top no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#pageTop p a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}
.pagetop {
    margin: 0 auto 18px;
    text-align: right;
    width: 740px;
}
.pagetop p {
	float: right;
}
.pagetop p a {
	display: block;
	width: 130px;
	height: 21px;
	background-image: url("/servicemaster/images/bt-pagetop.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
}
.pagetop p a:hover {
	background-position: 0 -21px;
}

/*  透過  */
a.op:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#topMain {
	position: relative;
	width: 956px;
	margin: 0 auto 30px;
}
#mask {
	position: absolute;
	display: none;
	width: 720px;
	height: 290px;
	top: 44px;
	left: 0;
	background: #ffffff;
}
#main {
	position: relative;
}
#main .phList {
	position: relative;
	float: left;
	width: 720px;
}
#main .phList li {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
#panel {
	width: 719px;
	height: 290px;
	background: #bcb4a1;
}
#panel p {
	float: left;
	width: 140px;
	height: 290px;
	overflow: hidden;
}
#panel p.def {
	width: 299px;
	height: 290px;
	overflow: hidden;
}
#panel p.def img {
	margin-left: -140px;
}

#main .phList li.dis {
	display: block;
}
#main .bnrList {
	position: relative;
	float: right;
	width: 237px;
	height: 290px;
	background-image: url("/servicemaster/images/main-bnrarea-bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#main .bnrList .btNav li {
	position: absolute;
}
#main .bnrList .btNav li.up {
	top: 0;
	left: 90px;

}
#main .bnrList .btNav li.down {
	top: 275px;
	left: 90px;
}
#main .bnrList .btNav li a {
	display: block;
	width: 60px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#main .bnrList .btNav li.up a {
	background-image: url("/servicemaster/images/main-nav-up.gif");
}
#main .bnrList .btNav li.down a {
	background-image: url("/servicemaster/images/main-nav-down.gif");
}
#main .bnrList .btNav li.up a:hover,
#main .bnrList .btNav li.down a:hover {
	background-position: 0 100%;
}
#main .bnrList .bnr {
	margin: 20px 0 0 0;
}
#main .bnrList .bnr li img {
	border: solid 3px #ffffff;
}
#main .bnrList .bnr li.ac img {
	border: solid 3px #23c3d6;
}

#service #main .bnrList .carousel {
	margin: 20px 0 0 14px;
}


/* ------------------------------------------

	content

------------------------------------------ */
/*  content  */
#content {
	float: right;
	width: 740px;
	text-align: left;
}

/*  anchorWrapper  */
#anchorWrapper {
	margin: 0 0 40px 0;
}
#anchorWrapper dt {
	line-height: 0;
	font-size: 0;
}
#anchorWrapper dd li {
	float: left;
}
#anchorWrapper dd li a {
	display: block;
	height: 45px;
	background-repeat: repeat-x;
	background-position: 0 0;
}
/*  pro praceSearchWrapper  */
#praceSearchWrapper {
	margin: 0 0 40px 0;
}
#praceSearchWrapper h2 {
	margin: 0 0 17px 0;
}
#praceSearchWrapper .mb20 {
	margin-bottom: 20px;
}
#praceSearchWrapper dl {
	float: left;
	width: 370px;
}
#praceSearchWrapper .room dt a,
#praceSearchWrapper .kitchen dt a,
#praceSearchWrapper .window dt a,
#praceSearchWrapper .entrance dt a,
#praceSearchWrapper .laundry dt a,
#praceSearchWrapper .home dt a,
#praceSearchWrapper .delivery dt a,
#praceSearchWrapper .other dt a {
	display: block;
	width: 370px;
	height: 86px;
	background-image: url("/servicemaster/images/ct-placeSearch.jpg");
	background-repeat: no-repeat;
}
#praceSearchWrapper .room dt a { background-position: 0 0; }
#praceSearchWrapper .room dt a:hover { background-position: 0 -86px; }
#praceSearchWrapper .room dt a.open { background-position: 0 100%; }
#praceSearchWrapper .kitchen dt a { background-position: -369px 0; }
#praceSearchWrapper .kitchen dt a:hover { background-position: -369px -86px; }
#praceSearchWrapper .kitchen dt a.open { background-position: -369px 100%; }

#praceSearchWrapper .window dt a { background-position: -740px 0; }
#praceSearchWrapper .window dt a:hover { background-position: -740px -86px; }
#praceSearchWrapper .window dt a.open { background-position: -740px 100%; }

#praceSearchWrapper .entrance dt a { background-position: -1109px 0; }
#praceSearchWrapper .entrance dt a:hover { background-position: -1109px -86px; }
#praceSearchWrapper .entrance dt a.open { background-position: -1109px 100%; }

#praceSearchWrapper .laundry dt a { background-position: -1480px 0; }
#praceSearchWrapper .laundry dt a:hover { background-position: -1480px -86px; }
#praceSearchWrapper .laundry dt a.open { background-position: -1480px 100%; }

#praceSearchWrapper .home dt a { background-position: -1849px 0; }
#praceSearchWrapper .home dt a:hover { background-position: -1849px -86px; }
#praceSearchWrapper .home dt a.open { background-position: -1849px 100%; }

#praceSearchWrapper .delivery dt a { background-position: -2220px 0; }
#praceSearchWrapper .delivery dt a:hover { background-position: -2220px -86px; }
#praceSearchWrapper .delivery dt a.open { background-position: -2220px 100%; }

#praceSearchWrapper .other dt a { background-position: -2590px 0; }
#praceSearchWrapper .other dt a:hover { background-position: -2590px -86px; }
#praceSearchWrapper .other dt a.open { background-position: -2590px 100%; }

#praceSearchWrapper dl dd {
	padding: 17px 5px 12px 15px;
	background-color: #f4f4f4;
	border: solid 1px #dddddd;
	border-top: none;
}
#praceSearchWrapper dl dd ul li {
	float: left;
	display: inline;
	width: 163px;
	margin: 0 10px 7px 0;
	padding: 0 0 8px 0;
	background-image: url("/common/images/dot-glay.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#praceSearchWrapper dl dd ul li.last {
	margin: 0 10px 0 0;
	padding: 0;
	background-image: none;
}
#praceSearchWrapper dl dd ul li a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -95px;
}



/*  pro roomSearchWrapper  */
#roomSearchWrapper {
	margin: 0 0 40px 0;
}
#roomSearchWrapper h2 {
	margin: 0 0 17px 0;
}
#housearea {
	position: relative;
	width: 740px;
	height: 410px;
	background-image: url("/servicemaster/images/housearea-bg0.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#housearea .areaBg {

}
#housearea .areaBg li {
	display: none;
}
#housearea .areaBg li.def {
	display: block;
}

#housearea .areaLink {

}
#housearea .areaLink .s1,
#housearea .areaLink .s2,
#housearea .areaLink .s3,
#housearea .areaLink .s4,
#housearea .areaLink .s5,
#housearea .areaLink .s6,
#housearea .areaLink .s7,
#housearea .areaLink .s8,
#housearea .areaLink .s9 {
	position: absolute;
}
#housearea .areaLink .s1 {
	top: 101px;
	left: 306px;
}
#housearea .areaLink .s2 {
	top: 88px;
	left: 461px;
}
#housearea .areaLink .s3 {
	top: 92px;
	left: 593px;
}
#housearea .areaLink .s4 {
	top: 160px;
	left: 227px;
}
#housearea .areaLink .s5 {
	top: 134px;
	left: 365px;
}
#housearea .areaLink .s6 {
	top: 246px;
	left: 289px;
}
#housearea .areaLink .s7 {
	top: 257px;
	left: 432px;
}
#housearea .areaLink .s8 {
	top: 212px;
	left: 592px;
}
#housearea .areaLink .s9 {
	top: 172px;
	left: 400px;
}
#housearea .areaLink .s1 a,
#housearea .areaLink .s2 a,
#housearea .areaLink .s3 a,
#housearea .areaLink .s4 a,
#housearea .areaLink .s5 a,
#housearea .areaLink .s6 a,
#housearea .areaLink .s7 a,
#housearea .areaLink .s8 a,
#housearea .areaLink .s9 a {
	display: block;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#housearea .areaLink .s1 a {
	width: 106px;
	background-image: url("/servicemaster/images/bt-bath.png");
}
#housearea .areaLink .s2 a {
	width: 66px;
	background-image: url("/servicemaster/images/bt-toilet.png");
}
#housearea .areaLink .s3 a {
	width: 76px;
	background-image: url("/servicemaster/images/bt-kitchen.png");
}
#housearea .areaLink .s4 a {
	width: 66px;
	background-image: url("/servicemaster/images/bt-entrance.png");
}
#housearea .areaLink .s5 a {
	width: 86px;
	background-image: url("/servicemaster/images/bt-laundry.png");
}
#housearea .areaLink .s6 a {
	width: 91px;
	background-image: url("/servicemaster/images/bt-child.png");
}
#housearea .areaLink .s7 a {
	width: 66px;
	background-image: url("/servicemaster/images/bt-bedroom.png");
}
#housearea .areaLink .s8 a {
	width: 76px;
	background-image: url("/servicemaster/images/bt-living.png");
}
#housearea .areaLink .s9 a {
	width: 95px;
	background-image: url("/servicemaster/images/bt-closet.png");
}
#housearea .areaLink .s1 a.ac,
#housearea .areaLink .s2 a.ac,
#housearea .areaLink .s3 a.ac,
#housearea .areaLink .s4 a.ac,
#housearea .areaLink .s5 a.ac,
#housearea .areaLink .s6 a.ac,
#housearea .areaLink .s7 a.ac,
#housearea .areaLink .s8 a.ac,
#housearea .areaLink .s1 a:hover,
#housearea .areaLink .s2 a:hover,
#housearea .areaLink .s3 a:hover,
#housearea .areaLink .s4 a:hover,
#housearea .areaLink .s5 a:hover,
#housearea .areaLink .s6 a:hover,
#housearea .areaLink .s7 a:hover,
#housearea .areaLink .s8 a:hover,
#housearea .areaLink .s9 a:hover {
	background-position: 0 100%;
}



/*  pro troubleSearchWrapper  */
#troubleSearchWrapper {
	margin: 0 0 40px 0;
}
#troubleSearchWrapper h2 {
	margin: 0 0 17px 0;
}
#troubleList {

}
* html #troubleList .titleWrap {
	width: 740px;
	padding: 0 0 0 1px;
}
#troubleList .titleWrap li {
	float: left;
}
#troubleList .titleWrap li a {
	display: block;
	height: 66px;
	background-image: url("/servicemaster/images/ct-wish.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#troubleList .titleWrap li.c1 a,
#troubleList .titleWrap li.c5 a,
#troubleList .titleWrap li.c9 a {
	width: 184px;
}
#troubleList .titleWrap li.c2 a,
#troubleList .titleWrap li.c6 a,
#troubleList .titleWrap li.c10 a {
	width: 185px;
}
#troubleList .titleWrap li.c3 a,
#troubleList .titleWrap li.c7 a,
#troubleList .titleWrap li.c11 a {
	width: 185px;
}
#troubleList .titleWrap li.c4 a,
#troubleList .titleWrap li.c8 a,
#troubleList .titleWrap li.c12 a {
	width: 186px;
}

#troubleList .titleWrap li.c1 a { background-position: 0 0; }
#troubleList .titleWrap li.c2 a { background-position: -184px 0; }
#troubleList .titleWrap li.c3 a { background-position: -369px 0; }
#troubleList .titleWrap li.c4 a { background-position: -554px 0; }
#troubleList .titleWrap li.c5 a { background-position: -740px 0; }
#troubleList .titleWrap li.c6 a { background-position: -924px 0; }
#troubleList .titleWrap li.c7 a { background-position: -1109px 0; }
#troubleList .titleWrap li.c8 a { background-position: -1294px 0; }
#troubleList .titleWrap li.c9 a { background-position: -1480px 0; }
#troubleList .titleWrap li.c10 a { background-position: -1664px 0; }
#troubleList .titleWrap li.c11 a { background-position: -1849px 0; }
#troubleList .titleWrap li.c12 a { background-position: -2034px 0; }

#troubleList .titleWrap li.c1 a:hover { background-position: 0 -66px; }
#troubleList .titleWrap li.c1 a.ac,
#troubleList .titleWrap li.c1 a.ac:hover { background-position: 0 -132px; }
#troubleList .titleWrap li.c2 a:hover { background-position: -184px -66px; }
#troubleList .titleWrap li.c2 a.ac,
#troubleList .titleWrap li.c2 a.ac:hover { background-position: -184px -132px; }
#troubleList .titleWrap li.c3 a:hover { background-position: -369px -66px; }
#troubleList .titleWrap li.c3 a.ac,
#troubleList .titleWrap li.c3 a.ac:hover { background-position: -369px -132px; }
#troubleList .titleWrap li.c4 a:hover { background-position: -554px -66px; }
#troubleList .titleWrap li.c4 a.ac,
#troubleList .titleWrap li.c4 a.ac:hover { background-position: -554px -132px; }
#troubleList .titleWrap li.c5 a:hover { background-position: -740px -66px; }
#troubleList .titleWrap li.c5 a.ac,
#troubleList .titleWrap li.c5 a.ac:hover { background-position: -740px -132px; }
#troubleList .titleWrap li.c6 a:hover { background-position: -924px -66px; }
#troubleList .titleWrap li.c6 a.ac,
#troubleList .titleWrap li.c6 a.ac:hover { background-position: -924px -132px; }
#troubleList .titleWrap li.c7 a:hover { background-position: -1109px -66px; }
#troubleList .titleWrap li.c7 a.ac,
#troubleList .titleWrap li.c7 a.ac:hover { background-position: -1109px -132px; }
#troubleList .titleWrap li.c8 a:hover { background-position: -1294px -66px; }
#troubleList .titleWrap li.c8 a.ac,
#troubleList .titleWrap li.c8 a.ac:hover { background-position: -1294px -132px; }
#troubleList .titleWrap li.c9 a:hover { background-position: -1480px -66px; }
#troubleList .titleWrap li.c9 a.ac,
#troubleList .titleWrap li.c9 a.ac:hover { background-position: -1480px -132px; }
#troubleList .titleWrap li.c10 a:hover { background-position: -1664px -66px; }
#troubleList .titleWrap li.c10 a.ac,
#troubleList .titleWrap li.c10 a.ac:hover { background-position: -1664px -132px; }
#troubleList .titleWrap li.c11 a:hover { background-position: -1849px -66px; }
#troubleList .titleWrap li.c11 a.ac,
#troubleList .titleWrap li.c11 a.ac:hover { background-position: -1849px -132px; }
#troubleList .titleWrap li.c12 a:hover { background-position: -2034px -66px; }
#troubleList .titleWrap li.c12 a.ac,
#troubleList .titleWrap li.c12 a.ac:hover { background-position: -2034px -132px; }

#troubleList .list {
	display: none;
	padding: 5px;
	background-color: #dad9d9;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}
* html #troubleList .list {
	width: 730px;
	margin: 0 0 0 1px;
}
#troubleList .list.dis {
	display: block;
}

#troubleList #seane9.list,
#troubleList #seane10.list,
#troubleList #seane11.list,
#troubleList #seane12.list {
	border-bottom: solid 1px #dddddd;
}
#troubleList .list .box {
	padding: 10px 0 0 0;
	background-image: url("/servicemaster/images/troubleSearch-list-bg-top.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#troubleList .list .box .boxBtm {
	padding: 0 0 10px 0;
	background-image: url("/servicemaster/images/troubleSearch-list-bg-btm.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#troubleList .list .box .boxBtm ul {
	padding: 0 0 0 15px;
	background-color: #ffffff;
}
#troubleList .list .box .boxBtm ul li {
	float: left;
	display: inline;
	width: 223px;
	margin: 0 14px 8px 0;
	padding: 0 0 10px 0;
	background-image: url("/common/images/dot-white.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#troubleList .list .box .boxBtm ul li.last {
	margin: 0 14px 0 0;
	padding: 0;
	background-image: none;
}
#troubleList .list .box .boxBtm ul li a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -95px;
}



/*  etcWrapper  */
#etcWrapper {
	margin: 0 0 40px 0;
}



/*  rankingWrapper  */
#rankingWrapper {
	float: left;
	width: 345px;
}
#rankingWrapper h2,
#areaWrapper h2 {
	width: 341px;
	height: 35px;
	font-size: 17px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
}
#areaWrapper h2 {
	width: 370px;
}
#areaWrapper p {
	margin: 20px 0 0 0;
}
#rankingWrapper ul {
	margin: 15px 0 0 0;
}
#rankingWrapper ul li {
	padding: 20px 0;
	background-image: url("/common/images/dot-white.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#rankingWrapper ul li dl {
	padding: 5px 0 0 0;
}
#rankingWrapper ul li.rank1,
#rankingWrapper ul li.rank2,
#rankingWrapper ul li.rank3 {
	padding: 0 0 5px 0;
}
#rankingWrapper ul li.rank2,
#rankingWrapper ul li.rank4 {
	background-color: #fdfdfd;
}
#rankingWrapper ul li.rank5 {
	background-image: none;
}
#rankingWrapper ul li.rank1 dl dt {
	float: left;
	padding: 25px 0 0 38px;
	text-indent: -38px;
	font-weight: bold;
	width: 205px;
}
#rankingWrapper ul li.rank2 dl dt,
#rankingWrapper ul li.rank3 dl dt {
	float: left;
	padding: 25px 0 0 38px;
	text-indent: -38px;
	width: 205px;
}
* html #rankingWrapper ul li.rank1 dl dt,
* html #rankingWrapper ul li.rank2 dl dt,
* html #rankingWrapper ul li.rank3 dl dt {
	float: left;
	padding: 0;
	text-indent: 0;
	zoom: 1;
}

#rankingWrapper ul li.rank4,
#rankingWrapper ul li.rank5 {
	padding: 20px 0 20px 35px;
	text-indent: -35px;
}

#rankingWrapper ul li.rank1 dl dt a,
#rankingWrapper ul li.rank2 dl dt a,
#rankingWrapper ul li.rank3 dl dt a,
#rankingWrapper ul li.rank4 a,
#rankingWrapper ul li.rank5 a {
	padding: 20px 0 20px 35px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#rankingWrapper ul li.rank1 dl dt a,
#rankingWrapper ul li.rank2 dl dt a,
#rankingWrapper ul li.rank3 dl dt a{
	background-position: 0 50%;
}
* html #rankingWrapper ul li.rank1 dl dt a,
* html #rankingWrapper ul li.rank2 a,
* html #rankingWrapper ul li.rank3 a {
	background-position: 5px 50%;
}
#rankingWrapper ul li.rank1 dl dt a {
	background-image: url("/common/images/ico-rank1.gif");
}
* html #rankingWrapper ul li.rank1 dl dt a,
* html #rankingWrapper ul li.rank2 dl dt a,
* html #rankingWrapper ul li.rank3 dl dt a {
	zoom: 1;
}
#rankingWrapper ul li.rank1 dl dd,
#rankingWrapper ul li.rank2 dl dd,
#rankingWrapper ul li.rank3 dl dd {
	float: right;
}
#rankingWrapper ul li.rank2 a {
	background-image: url("/common/images/ico-rank2.gif");
}
#rankingWrapper ul li.rank3 a {
	background-image: url("/common/images/ico-rank3.gif");
}
#rankingWrapper ul li.rank4 a {
	background-image: url("/common/images/ico-rank4.gif");
	background-position: 6px 50%;
}
#rankingWrapper ul li.rank5 a {
	background-image: url("/common/images/ico-rank5.gif");
	background-position: 6px 50%;
}
* html #rankingWrapper ul li.rank4 a,
* html #rankingWrapper ul li.rank5 a {
	background-position: 10px 50%;
}
#rankingWrapper p {
	padding: 3px 10px;
	background-color: #f1f1f1;
}



/*  areaWrapper  */
#areaWrapper {
	position: relative;
	float: right;
	width: 370px;
}
#areaWrapper .map {
	width: 370px;
	height: 324px;
	background-image: url("/servicemaster/images/map-bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#areaWrapper .map li {
	position: absolute;
}

#areaWrapper .map li.hokkaido {
	top: 98px;
	left: 294px;
}
#areaWrapper .map li.tohoku {
	top: 180px;
	left: 272px;
}
#areaWrapper .map li.kanto {
	top: 233px;
	left: 263px;
}
#areaWrapper .map li.shinetsu {
	top: 230px;
	left: 245px;
}
#areaWrapper .map li.tokai {
	top: 250px;
	left: 240px;
}
#areaWrapper .map li.kinki {
	top: 261px;
	left: 208px;
}
#areaWrapper .map li.chugoku {
	top: 256px;
	left: 170px;
}
#areaWrapper .map li.shikoku {
	top: 278px;
	left: 177px;
}
#areaWrapper .map li.kyusyu {
	top: 298px;
	left: 132px;
}
#areaWrapper .map li.okinawa {
	top: 307px;
	left: 301px;
}
#areaWrapper .map li a {
	display: block;
	width: 12px;
	height: 21px;
	background-image: url("/servicemaster/images/ico-map-point.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#areaWrapper .map li a.ac {
	background-position: 0 100%;
}
#areaWrapper .box {
	position: absolute;
	top: 55px;
	left: 15px;
	width: 191px;
	padding: 10px 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#areaWrapper .box .btm {

}
#areaWrapper .box .btm dl {
	display: none;
}
#areaWrapper .box .btm dl.dis {
	display: block;
}
#areaWrapper .box .btm dl dt {
	padding: 0 0 5px 0;
	border-bottom: solid 1px #ffffff;
	font-weight: bold;
	text-align: center;
}
#areaWrapper .box .btm dl dt span {
	padding: 5px 0 5px 15px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -796px;
}
#areaWrapper .box .btm dl dd {
	padding: 0 0 10px 0;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#areaWrapper .box .btm dl dd ul {
	padding: 10px 0 10px 10px;
}
#areaWrapper .box .btm dl dd ul li {
	float: left;
	display: inline;
	width: 76px;
	margin: 0 10px 9px 0;
	padding: 0 0 9px 0;
	background-image: url("/common/images/dot-beige.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#areaWrapper .box .btm dl dd ul li.last {
	margin: 0 10px 2px 0;
	padding: 0 0 2px 0;
	background-image: none;
}
#areaWrapper .box .btm dl dd ul li a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -95px
}



/*  contentsBnrWrapper  */
.contentsBnrWrapper .bnrWrap {
	margin: 0 0 20px 0;
	padding: 8px 9px;
	background-color: #f1f1f1;
}
.contentsBnrWrapper .bnrWrap li {
	float: left;
	line-height: 0;
	font-size: 0;
}
.contentsBnrWrapper .bnrWrap li.mb {
	margin-bottom: 9px;
}
* html .contentsBnrWrapper p {
	padding: 0 0 0 1px;
}



/*  ctMerrymaidsSearchWrapper  */
#ctMerrymaidsSearchWrapper {
	margin: 0 0 40px 0;
}
#ctMerrymaidsSearchWrapper h2 {
	margin-bottom: 16px;
}
#ctMerrymaidsSearchWrapper .patternA {
	margin: 0 0 10px 0;
}
#ctMerrymaidsSearchWrapper .patternA .left {
	float: left;
	width: 476px;
}
#ctMerrymaidsSearchWrapper .patternA .left dd li {
	float: left;
	width: 238px;
}
#ctMerrymaidsSearchWrapper .patternA .right {
	float: right;
	width: 250px;
}
#ctMerrymaidsSearchWrapper .patternB .left {
	float: left;
	width: 238px;
}
#ctMerrymaidsSearchWrapper .patternB .right {
	float: right;
	width: 488px;
}
#ctMerrymaidsSearchWrapper .patternA .left dt,
#ctMerrymaidsSearchWrapper .patternA .left dd li,
#ctMerrymaidsSearchWrapper .patternA .right dt,
#ctMerrymaidsSearchWrapper .patternA .right dd li,
#ctMerrymaidsSearchWrapper .patternB .left dt,
#ctMerrymaidsSearchWrapper .patternB .right dt,
#ctMerrymaidsSearchWrapper .patternB .left dd li,
#ctMerrymaidsSearchWrapper .patternB .right dd li {
	line-height: 0;
	font-size: 0;
}



/*  troubleMerrymaidsSearchWrapper  */
#troubleMerrymaidsSearchWrapper {
	margin: 0 0 40px 0;
}
#troubleMerrymaidsSearchWrapper h2 {
	margin: 0 0 16px 0;
}
#troubleMerrymaidsWrapper .troubleWrap {
	padding-top: 10px;
	background-image: url("/merrymaids/images/common/top-trouble-warp-top.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm {
	padding-bottom: 10px;
	background-image: url("/merrymaids/images/common/top-trouble-warp-btm.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg {
	padding: 3px 0 7px;
	border: solid 1px #dddddd;
	border-top: none;
	border-bottom: none;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList {
	width: 704px;
	margin: 0 0 5px 0;
	padding: 4px 19px
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li {
	float: left;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c2,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c5,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c8,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c11 {
	margin: 0 23px;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li a {
	display: block;
	width: 218px;
	height: 25px;
	background-image: url("/merrymaids/images/common/top-trouble-list.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c1 a { background-position: 0 0; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c1 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c1 a:hover { background-position: -218px 0; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c2 a { background-position: 0 -25px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c2 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c2 a:hover { background-position: -218px -25px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c3 a { background-position: 0 -50px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c3 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c3 a:hover { background-position: -218px -50px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c4 a { background-position: 0 -75px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c4 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c4 a:hover { background-position: -218px -75px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c5 a { background-position: 0 -100px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c5 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c5 a:hover { background-position: -218px -100px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c6 a { background-position: 0 -125px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c6 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c6 a:hover { background-position: -218px -125px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c7 a { background-position: 0 -150px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c7 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c7 a:hover { background-position: -218px -150px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c8 a { background-position: 0 -175px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c8 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c8 a:hover { background-position: -218px -175px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c9 a { background-position: 0 -200px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c9 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c9 a:hover { background-position: -218px -200px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c10 a { background-position: 0 -225px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c10 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c10 a:hover { background-position: -218px -225px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c11 a { background-position: 0 -250px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c11 a.ac,
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .troubleList li.c11 a:hover { background-position: -218px -250px; }
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .box {
	display: none;
	width: 700px;
	margin: 0 auto;
	padding-top: 15px;
	background-image: url("/merrymaids/images/common/top-trouble-warp-box-top.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .box.dis {
	display: block;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .box .boxBtm {
	padding-bottom: 15px;
	background-image: url("/merrymaids/images/common/top-trouble-warp-box-btm.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .box .boxBtm dl {
	background-image: url("/merrymaids/images/common/top-trouble-warp-box-bg.gif");
	background-repeat: repeat-y;
	background-position: 0 0;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .box .boxBtm dl dt {
	float: left;
	width: 360px;
	padding: 30px 0 0 45px;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .box .boxBtm dl dd {
	float: right;
	width: 278px;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .box .boxBtm dl dd li {
	margin: 0 0 3px 0;
}
#troubleMerrymaidsWrapper .troubleWrap .troubleWrapBtm .troubleWrapBg .box .boxBtm dl dd li a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico-merrymaids.gif");
	background-repeat: no-repeat;
	background-position: 0 -95px
}
/* 140602 */
div .att {
	font-size:10px;
	text-align:right;
	padding:0 0 10px;
}
/* 140812 「h1 img」を対象外に */
.tit span img {
	margin:0 5px;
}

/* --------------------------------------------

よくあるご質問

-------------------------------------------- */

.faqCont {
	width: 740px;
	margin: 10px 0 0 0;
	padding: 0;
}


.faqCont dl.qaBox {
	margin: 10px 0 0 0;
	text-align:left;
}
.faqCont dl.qaBox dt {
	display: block;
	padding: 0 0 0 40px;
	text-indent: -2em;
	font-weight: bold;
	color: #5C8AE6;
}
.faqCont dl.qaBox dt.double {
	text-indent: -2.4em;
}
.faqCont dl.qaBox dd {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 4px 40px;
	text-indent: -2em;
	border-bottom: 1px solid #CCCCCC;
}
.faqCont dl.qaBox dd.double {
	text-indent: -2.4em;
}
.faqCont dl.qaBox dd strong {
	color: #CC0000;
}

.faqCont dl.qaBox dd.noline{
	border-bottom:none;
}

.faqCont dl.qaBox dt.line {
	padding: 0 0 0 48px;
	text-indent: -2.5em;
}
.faqCont dl.qaBox dd.line {
	padding: 0 0 4px 48px;
	text-indent: -2.5em;
}

.faqCont dl.linkBox {
	margin: 10px 0 0 0;
}
.faqCont dl.linkBox dt {
	margin: 0 0 10px 14px;
}
.faqCont ul.lineBox {
	width: auto;
	padding: 10px 0 5px 10px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
}
.faqCont ul.lineBox li {
	float: left;
	width: 215px;
	padding: 0 10px 5px 0;
}
.faqCont ul.lineBox li a {
	display: block;
	padding: 0 0 0 16px;
	line-height: 1.2;
	background: url(/common/images/arrow_common02.gif) no-repeat 0 1px;
}

/* /common/css/sidebar_renew.css
--------------------------------*/
/* ------------------------------------------

	sidebar

------------------------------------------ *
/*  sidebar  */
#sidebar {
	float: left;
	width: 200px;
	text-align: left;
}

p.info {
	margin: 0 0 20px;
}

/*  .bnrWrap  */
#sidebar .bnrWrap {
	margin: 0px;
}
#sidebar .bnrWrap li {
	margin: 0 0 5px 0;
	line-height: 0;
}
#sidebar .bnrWrap li .recommendedService {
	margin: 0 0 10px 0;
	padding: 0 9px 3px;
	border: solid 1px #dddddd;
	border-top: none;
}

#item #sidebar .bnrWrap li.item,
#area #sidebar .bnrWrap li.item {
	display: block;
}

/*  .noOpenMenu  */
#sidebar .noOpenMenu {
	margin: 0 0 10px 0;
	border-bottom: solid 1px #dddddd;
}
#item #sidebar .noOpenMenu .title {
	background-color: #a24500;
	padding: 0;
}
#area #sidebar .noOpenMenu .title,
#service #sidebar .noOpenMenu .title {
	background-color: #5c0000;
	padding: 0;
}
#pro #sidebar .noOpenMenu .title {
	background-color: #002b5b;
}
#merrymaids #sidebar .noOpenMenu .title {
	background-color: #cc0066;
}
#terminix #sidebar .noOpenMenu .title {
	background-color: #933b00;
}
#totalgreen #sidebar .noOpenMenu .title {
	background-color: #336600;
}
#tvcm #sidebar .noOpenMenu .title {
	background-color: #142a69;
	padding: 0;
}

#repair #sidebar .noOpenMenu .title {
	background-color: #990144;
	padding: 0;
}

#sidebar .noOpenMenu .title span {
	display: block;
	width: 184px;
	margin: 0 0 0 4px;
	padding: 8px 6px 7px 6px;
	color: #ffffff;
	font-size: 117%;
}
#item #sidebar .noOpenMenu .title span {
	background-color: #ffc000;
	color: #664d00;
	font-weight: bold;
}
#area #sidebar .noOpenMenu .title span,
#service #sidebar .noOpenMenu .title span {
	background-color: #990000;
	font-weight: bold;
}
#pro #sidebar .noOpenMenu .title span {
	background-color: #23c3d6;
	font-weight: bold;
}
#merrymaids #sidebar .noOpenMenu .title span {
	background-color: #f37aaa;
	font-weight: bold;
}
#terminix #sidebar .noOpenMenu .title span {
	background-color: #f48d48;
}
#totalgreen #sidebar .noOpenMenu .title span {
	background-color: #99cc33;
}
#tvcm #sidebar .noOpenMenu .title span {
	background-color: #314d9b;
}
#sidebar .noOpenMenu .ct dt {
	padding: 6px 10px 5px;
	background-color: #f0ece0;
	font-weight: bold;
}
#sidebar .noOpenMenu .ct dd {
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
}
#sidebar .noOpenMenu .ct dd li {
	padding: 8px 8px 7px 8px;
	background-image: url("/common/images/dot-white.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#sidebar .noOpenMenu .ct dd li.ac {
	background-color: #fff8e3;
}
#sidebar .noOpenMenu .ct dd li.last {
	background-image: none;
}
#sidebar .noOpenMenu .ct dd li a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -94px;
	display:block;
}
#item #sidebar .noOpenMenu .ct dd li a {
    background-image: url("/common/images/ico-item.gif");
}
#merrymaids #sidebar .noOpenMenu .ct dd li a {
	background-image: url("/common/images/ico-merrymaids.gif");
}
#terminix #sidebar .noOpenMenu .ct dd li a {
	background-image: url("/common/images/ico-terminix.gif");
}
#totalgreen #sidebar .noOpenMenu .ct dd li a {
	background-image: url("/common/images/ico-totalgreen.gif");
}
#tvcm #sidebar .noOpenMenu .ct dd li a {
	background-image: url("/common/images/ico-tvcm.gif");
}

/*  .openMenu  */
#sidebar .openMenu {
	margin: 0 0 10px 0;
	border-bottom: solid 1px #dddddd;
}
#item #sidebar .openMenu .title {
	background-color: #a24500;
}
#area #sidebar .openMenu .title,
#service #sidebar .openMenu .title {
	background-color: #5c0000;
}
#pro #sidebar .openMenu .title {
	background-color: #002b5b;
}
#merrymaids #sidebar .openMenu .title {
	background-color: #cc0066;
}
#terminix #sidebar .openMenu .title {
	background-color: #933b00;
}
#totalgreen #sidebar .openMenu .title {
	background-color: #336600;
}
#tvcm #sidebar .openMenu .title {
	background-color: #142a69;
}
#sidebar .openMenu .title span {
	display: block;
	width: 184px;
	margin: 0 0 0 4px;
	padding: 8px 6px 7px 6px;
	background-color: #23c3d6;
	color: #ffffff;
	font-size: 117%;
}
#item #sidebar .openMenu .title span {
	background-color: #ffc000;
	color: #664d00;
	font-weight: bold;
}
#area #sidebar .openMenu .title span,
#service #sidebar .openMenu .title span {
	background-color: #990000;
	font-weight: bold;
}
#pro #sidebar .openMenu .title span {
	background-color: #23c3d6;
	font-weight: bold;
}
#merrymaids #sidebar .openMenu .title span {
	background-color: #f37aaa;
	font-weight: bold;
}
#terminix #sidebar .openMenu .title span {
	background-color: #f48d48;
	font-weight: bold;
}
#totalgreen #sidebar .openMenu .title span {
	background-color: #99cc33;
	font-weight: bold;
}
#tvcm #sidebar .openMenu .title span {
	background-color: #314d9b;
}
#sidebar .openMenu .ct {
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
}
/*IE6 hack*/
* html #sidebar .openMenu .ct{zoom:1;}

#sidebar .openMenu .ct dt {
	padding: 8px 8px 8px 8px;
	background-image: url("/common/images/dot-white.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#sidebar .openMenu .ct.last dt {
	background-image: none;
}
#sidebar .openMenu .ct dt a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -94px;
	display:block;
}
/*IE6 hack*/
* html #sidebar .openMenu .ct dt a{zoom:1;}
#item #sidebar .openMenu .ct dt a {
	background-image: url("/common/images/ico-item.gif");
}
#merrymaids #sidebar .openMenu .ct dt a {
	background-image: url("/common/images/ico-merrymaids.gif");
}
#terminix #sidebar .openMenu .ct dt a {
	background-image: url("/common/images/ico-terminix.gif");
}
#totalgreen #sidebar .openMenu .ct dt a {
	background-image: url("/common/images/ico-totalgreen.gif");
}
#tvcm #sidebar .openMenu .ct dt a {
	background-image: url("/common/images/ico-tvcm.gif");
}
#sidebar .openMenu .ct dt a.open {
	background-position: 0 -195px;
}
#sidebar .openMenu .ct dd {
	display: none;
	padding: 5px 8px 7px 8px;
	background-color: #f4f4f4;
	border-bottom:1px solid #dddddd;
}

#item #sidebar .openMenu .ct dd {
	padding: 0;
}

#item #sidebar .openMenu .ct dd span {
	display: block;
	font-weight: bold;
	background-color: #e1e1e1;
	padding: 3px 0 3px 8px;
}

#sidebar .openMenu .ct dd li {
	padding: 1px 0 1px 8px;
}
#sidebar .openMenu .ct dd li a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -93px;
	display:block;
}
/*IE6 hack*/
* html #sidebar .openMenu .ct dd li a{zoom:1;}

#item #sidebar .openMenu .ct dd li a {
	background-image: url("/common/images/ico-item.gif");
}
#merrymaids #sidebar .openMenu .ct dd li a {
	background-image: url("/common/images/ico-merrymaids.gif");
}
#terminix #sidebar .openMenu .ct dd li a {
	background-image: url("/common/images/ico-terminix.gif");
}
#totalgreen #sidebar .openMenu .ct dd li a {
	background-image: url("/common/images/ico-totalgreen.gif");
}
#tvcm #sidebar .openMenu .ct dd li a {
	background-image: url("/common/images/ico-tvcm.gif");
}
#pro #sidebar .openMenu .ct dd li a {
	background-image: url("/common/images/ico.gif");
}

#item #sidebar .openMenu .ct dd ul {
    padding: 5px 8px 7px;
}

#item #sidebar .openMenu ul.none {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

#item #sidebar .openMenu ul.none li {
    background-image: url("/common/images/dot-white.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
    padding: 8px 8px 8px 20px;
    text-indent: -12px;
}

#item #sidebar .openMenu ul.none li.last {
    background-image: none;
}

#item #sidebar .openMenu ul.none li a {
    background-image: url("/common/images/ico-item.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}

/*  .priceWrap  */
#sidebar .priceWrap {
	margin: 0 0 10px 0;
}
#sidebar .priceWrap ul {
	padding: 10px 10px 10px 10px;
	border: solid 1px #dddddd;
	border-top: none;
}
#sidebar .priceWrap ul li.area {
	margin: 0 0 12px 0;
	padding: 0 0 15px 0;
	background-image: url("/common/images/dot-white.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
}
/*IE6 hack*/
* html #sidebar .priceWrap ul li.area{width:178px;}
/*IE7 hack*/
*:first-child+html #sidebar .priceWrap ul li.area{width:178px;}

#merrymaids #sidebar .priceWrap ul li.area {
	margin: 0;
	padding: 0;
	background-image: none;
}

#sidebar .priceWrap ul li.area dl {
	padding: 0 0 0 45px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#pro #sidebar .priceWrap ul li.area dl {
	background-image: url("/servicemaster/images/icon/price_icon.gif");
}
#servicemaster #sidebar .priceWrap ul li.area dl {
	background-image: url("/servicemaster/images/icon/price_icon.gif");
}
#merrymaids #sidebar .priceWrap ul li.area dl {
	background-image: url("/merrymaids/images/common/side-ico-price.gif");
}
#sidebar .priceWrap ul li.area dl dt {
	margin: 0 0 2px 0;
}
#sidebar .priceWrap ul li.area dl dd select {
	width: 130px;
	padding: 4px 2px 5px 5px;
}
#sidebar .priceWrap ul li.simulation {
	padding: 10px 0 10px 45px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#pro #sidebar .priceWrap ul li.simulation {
	background-image: url("/servicemaster/images/icon/simulation_icon.gif");
}
#servicemaster #sidebar .priceWrap ul li.simulation {
	background-image: url("/servicemaster/images/icon/simulation_icon.gif");
}

#sidebar #vacationInfo {
	border: 1px solid #CCC;
	background-color:#e5f2ff;
	padding:10px;
	margin-bottom:10px;
}

#sidebar #vacationInfo .tit{
	font-size: 15px;
	font-weight: bold;
	color: #ff0004;
	margin: 5px 0;
}

#sidebar #vacationInfo .txt{
	font-size: 0.7em;
	line-height: 1.7;
}

#sidebar #vacationInfo span{
	font-weight:bold;
}

#sidebar #vacationInfo a {
	text-decoration:underline;
	color: #f00;
}


/* freedial */
#sidebar .infoFreedial {
	background-color:#f4f4f4;
	padding:10px;
	border:1px solid #ddd;
}

#sidebar .infoFreedial ul li {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}

#sidebar .infoFreedial ul li a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/common/images/arrow_side.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 2px 0 0;
}
/* /common/css/footer_renew.css
--------------------------------*/
/* ------------------------------------------

	footer

------------------------------------------ *
/*  footerWrapper  */
#footerWrapper {
	width: 100%;
	background-image: url("/common/images/footer-bg.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #f1f1f1;
}
/*  footer  */
#footer {
	width: 956px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: left;
}

/*  .mainContents  */
#footer .mainContents {
	float: left;
	width: 505px;
}
#footer .mainContents h2 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #c7c7c7;
	font-weight: bold;
	_font-size: 0.8em;
}
#footer .mainContents h2 a {
	padding: 0 0 0 20px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -399px;
}
#merrymaids #footer .mainContents h2 a {
	background-image: url("/common/images/ico-merrymaids.gif");
	background-position: 0 -499px;
}
#terminix #footer .mainContents h2 a {
	background-image: url("/common/images/ico-terminix.gif");
	background-position: 0 -499px;
}
#totalgreen #footer .mainContents h2 a {
	background-image: url("/common/images/ico-totalgreen.gif");
	background-position: 0 -499px;
}
#footer .mainContents .left {
	float: left;
}
#footer .mainContents .right {
	float: right;
}
#footer .mainContents .left,
#footer .mainContents .right {
	width: 241px;
}
#footer .mainContents .left dt,
#footer .mainContents .right dt {
	padding: 3px 0 3px 20px;
	background-image: url("/common/images/dot-glay.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
	text-indent: -10px;
	font-weight: bold;
}
#footer .mainContents .left dt a,
#footer .mainContents .right dt a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -95px;
}
#merrymaids #footer .mainContents .left dt a,
#merrymaids #footer .mainContents .right dt a {
	background-image: url("/common/images/ico-merrymaids.gif");
}

#footer .mainContents .left dd,
#footer .mainContents .right dd {
	padding: 10px 0 10px 20px;
}
#footer .mainContents .left dd li,
#footer .mainContents .right dd li {
	margin: 0 0 8px 0;
}
#footer .mainContents .left dd li a,
#footer .mainContents .right dd li a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -95px;
}
#merrymaids #footer .mainContents .left dd li a,
#merrymaids #footer .mainContents .right dd li a {
	background-image: url("/common/images/ico-merrymaids.gif");
}

/*  .etcContents  */
#footer .etcContents {
	float: right;
	width: 410px;
	margin: 0 0 15px 0;
}
#footer .etcContents h2 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #c7c7c7;
	font-weight: bold;
	_font-size: 0.8em;
}
#footer .etcContents h2 a {
	padding: 0 0 0 20px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 -499px;
}
#footer .etcContents .left {
	float: left;
	width: 223px;
}
#footer .etcContents .right {
	float: right;
	width: 166px;
}
#footer .etcContents .left li,
#footer .etcContents .right li {
	margin: 0 0 8px 0;
	padding: 0 0 7px 0;
	background-image: url("/common/images/dot-glay.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#footer .etcContents .left li.last,
#footer .etcContents .right li.last {
	margin: 0;
	padding: 0;
	background-image: none;
}
#footer .etcContents .left li a,
#footer .etcContents .right li a {
	padding: 0 0 0 20px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
}
#footer .etcContents .left li a {
	background-position: 0 -499px;
}
#footer .etcContents .right li a {
	background-position: 0 -299px;
}

/*  copyWrapper  */
#copyWrapper {
	width: 100%;
	padding: 20px 0;
	background-color: #dddddd;
	text-align: left;
}
#copy {
	width: 956px;
	margin: 0 auto;
}
#copyTxt {
	float: left;
}
#copyTxt .last {
	font-size: 76%;
}
#fNav {
	float: right;
	margin: 5px 0 0 0;
}
#fNav li {
	float: right;
	margin: 0 15px; 0 0;
}
#fNav li a {
	padding: 0 0 0 10px;
	background-image: url("/common/images/ico.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* /common/css/headSearch.css
--------------------------------*/
.SearchArea {
	float: left;
	display: block;
	width: 600px;
	margin: 10px auto 0;
}

.form-pageSearch {
	vertical-align: middle;
	position: relative;
}

.form-pegeSearch{
	width: 590px;
	position: relative;
}

.input-textArea {
	width: 590px;
	height: 39px;
	display: block;
	font-size: 20px;
	box-sizing: border-box;
	text-align: left;
  padding: 0 10px;
}

input.input-textArea[type="text"]{
	border: 1px solid #666;
	border-radius: 5px;
}

.search_do_btn {
	position: absolute;
	top: 0;
	right: 0px;
	background: #9b0000;
	width: 60px;
	height: 39px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
	-webkit-appearance: none!important;
}


/* /common/css/print.css
--------------------------------*/
@media print {
  #dataMemberStatus {
    display: none;
  }
  .nav-bg {
    display: none;
  }
  .nav-bg-inner {
    display: none;
  }
  }
 