@import "../css/common.css";
@import "../css/print.css";
@import "../css/advanced.css";
@media screen and (max-device-width: 480px) {
body {
-webkit-text-size-adjust: none; /* iPhone */
}
}

@media all{
/*--------------------------------------------------------
1、total設定
-------------------------------------------------------*/
/*背景画像設定*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	background-color: #EFEFEF;
	text-align: center;
}

/*文字設定*/
body,pre{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
}

#wrapper{ background-color: #FFF; }

pre{
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
}


/*リンク色*/
a{ text-decoration: underline; }
a:link{ color: #4169E1; }
a:visited{ color: #4169E1; }
a:hover{
	position:relative;
	color:#ff3300; }/*リンクに乗った時*/

a:hover img{
	position: relative;
	top: 1px;
	left: 1px;
}

/*--------------------------------------------------------
3、サイト全体の配置＆横幅
--------------------------------------------------------*/

/*■サイト全体の横幅*/
div#container,
div#main{
	margin: 0 auto;
	width: 906px;
}

/*--------------------------------------------------------
     TOP
--------------------------------------------------------*/
#top{
	position: fixed;
	top: 0;
	width: 100%;
	background: url(images/top_bg.png) top repeat-x;
}
#top-logo{
	margin: 0 auto;
	width: 900px;
	height: 94px;
	background: url(images/top_tel.jpg) no-repeat;
}
#top h1 a{
	float: left;
	display: block;
	margin: 15px 0 10px 0;
	width: 218px;
	height: 65px;
	background: url(images/logo.png) no-repeat;
	outline: none;
	text-indent: -9999px;
}
#top .top-mail{
	float: right;
	margin-right: 311px;
	margin-top: 6px;
}

/*--------------------------------------------------------
     サイドナビ
--------------------------------------------------------*/
#navi{
	overflow: hidden;
	position: fixed;
	right: 5px;
	top: 150px;
	width: 160px;
	z-index: 9999px;
}
#navi ul{ list-style: none; }
#navi li a{
	display: block;
	width: 160px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}
#navi li a:hover, #navi li.current a{ background-position: -160px 0; }
#navi li#nv01 a{ height: 42px; background-image: url(images/side_navi01.png); }
#navi li#nv02 a{ height: 37px; background-image: url(images/side_navi02.png); }
#navi li#nv03 a{ height: 37px; background-image: url(images/side_navi03.png); }
#navi li#nv04 a{ height: 40px; background-image: url(images/side_navi04.png); }
#navi li#nv05 a{ height: 38px; background-image: url(images/side_navi05.png); }
#navi li#nv06 a{ height: 41px; background-image: url(images/side_navi06.png); }
#navi li#nv07 a{ height: 36px; background-image: url(images/side_navi07.png); }
#navi li#nv08 a{ height: 49px; background-image: url(images/side_navi08.png); }

/*--------------------------------------------------------
4-1、エリアの設定「最上部ヘッダー帯」
--------------------------------------------------------*/
div#header{
	margin-top: 90px;
	background: url(images/back.gif) left top repeat-x;
}

/*--------------------------------------------------------
4-2、エリアの設定「ヘッダーロゴ」
--------------------------------------------------------*/

div#header-logo{
	margin: 0 auto;
	width: 1000px;
	height: 443px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
}

/*--------------------------------------------------------
4-4、エリアの設定「コンテンツ全体」
--------------------------------------------------------*/

div#main{
	clear: both;
	background: #fff;
	text-align: left;
	margin: 15px 0;
}

/*コンテンツ
-------------------------------*/

/* 浴室クリーニング */
#main .rangefood{
	margin-top: 50px;
	padding: 112px 287px 23px 32px;
	min-height: 165px;
	background: url(images/rangefood.jpg) no-repeat;
	line-height: 140%;
	font-size: 20px;
}

/* ビフォーアフター */
#main #beforeafter{
	margin: 50px 0;
	padding-bottom: 32px;
	background: url(images/ba_btm.png) 0 bottom no-repeat;
}
#main .ba-in{
	overflow: hidden;
	padding: 0 10px 40px 10px;
	background: url(images/ba_bg.png) repeat-y;
}
#main .ba-in img.ba{
	float: left;
	margin: 10px 10px 10px 0;
}

#main .contents{
	margin-bottom: 50px;
	padding-top: 20px;
	background: url(images/contents_top.jpg) 0 top no-repeat;
}
#main .contents-in{
	overflow: hidden;
	padding: 15px;
	background: url(images/contents_bg.jpg) repeat-y;
}
#main .contents-btm{
	height: 20px;
	background: url(images/contents_btm.jpg) 0 bottom no-repeat;
}

#main #menu{
	margin-bottom: 30px;
	padding-bottom: 10px;
	background: url(images/menu_bottom.png) bottom no-repeat;
}
#main #menu-in{
	padding: 3px;
	background: url(images/menu_bg.png) repeat-y;
}
#main #menu ul{
	overflow: hidden;
	margin: 15px 8px;
	list-style: none;
}
#main #menu ul li{
	float: left;
	margin-right: 6px;
	margin-bottom: 15px;
}

#main .note{
	overflow: hidden;
	padding: 5px 0 11px 45px;
	margin-bottom: 20px;
	margin-left: 10px;
	background: url(images/note_bottom.png) 0 bottom no-repeat;
}
#main .note img{
	float: left; 
	margin-left: 30px;
}

#main .set{
	height: 280px;
	margin: 15px 0;
}
#main .set-l{
	float: left;
	padding: 186px 42px 35px 54px;
	background: url(images/kitchenset.png) no-repeat;
}
#main .set-r{
	float: left;
	padding: 200px 48px 21px 48px;
	background: url(images/waterset.png) no-repeat;
}

#main #menu .faq{ padding: 15px 27px; }
#main .faq-a{
	margin: 10px 0 40px 0;
	padding: 17px 166px 27px 14px;
	min-height: 155px;
	background: url(images/faq_a_back.png) no-repeat;
	line-height: 26px;
	font-size: 1.0em;
}

/* お見積ボタン
-------------------------------*/
#main #contact{
	margin: 50px 0;
	padding: 167px 138px 0 9px;
	background: url(images/contact_bg.jpg) no-repeat;
}

/* アンカー
-------------------------------*/
#wrapper, #aircon, #range, #kitchen, #bath, #toilet, #glass, #flooring, #housewide, #erabu, #review, #form{
	padding-top: 90px;
	margin-top: -90px;
}

#main table.mailform th{
	background-color: #666;
	color: #FFF;
}

/*--------------------------------------------------------
4-7、エリア設定「フッター」
--------------------------------------------------------*/
#page_top{
	width: 900px;
	margin: 0 auto;
}
#page_top .img{
	margin-top: 30px;
	text-align: right;
}

div#footer{
	position: relative;
	width: 100%;
	margin-top: 30px;
	background-color: #EFEFEF;
	line-height:18px;
	font-size:12px;
}

div#footer #footer-in{
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
	color: #333;
	text-align: left;
	padding: 20px 0 0 0;
}

div#footer hr{
	clear: both;
	margin: 0;
	padding: 0;
	color: #ccc;
}

#footer .logo{
	float: left;
	margin: 0 20px 0 0;
}
#footer .logo img{
	width: 150px;
	height: 45px;
}

#footer .add{
	float: left;
}

div#footer .menu{
	float: right;
	margin-top: 15px;
}

div#footer .menu li{
	display: inline;
	margin: 0 1.0em;
	font-size: 85%;
	line-height: 14pt;
}

div#footer #copyright{
	margin-top: 5px;
	font-size: 10pt;
	line-height: 14pt;
	color: #333;
}

div#footer #copyright a{ text-decoration: underline; }
div#footer #copyright a:link{ color: #fff; }
div#footer #copyright a:visited{ color: #fff; }
div#footer #copyright a:hover{ color: #cc6600; }


div#footer address{ margin: 15px 0; }

/*------------------------------------------------------------
　written＆copyright by Shigeoki Matsuo
-------------------------------------------------------------*/
}