@charset "utf-8";

/* ------------------------------------------

ブラウザスタイルの初期化

------------------------------------------ */

* {
    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;
}
#merrymaids a:hover {
    text-decoration:underline;
	color: #cc0066;
}
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;
}
