@charset "shift_jis";

/* ===========================================
 * Cleaning
 * -------------------------------------------
 * 
=========================================== */




/* Common
=========================================== */
#contentsWrapper {
	background: none;
	text-align: center;
}
#contentsWrapper #container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container img {
	vertical-align: bottom;	
}
#ft_link {
	position: relative;
	margin-bottom: 30px;
	width: 740px;
	height: 74px;
	background: url(/service/cleaning/images/common/fl_bg.png) no-repeat left top;
}
#ft_link ul {
	position: absolute;
	top: 28px;
	left: 11px;
}
#ft_link li {
	float: left;
	display: inline;
	padding-right: 20px;
	font-size: 0;
	line-height: 0;
	list-style: none;
}
#ft_link .tel {
	position: absolute;
	top: 8px;
	right: 14px;
}

#ft_nav ul {
	margin-left: -7px;
	width: 747px;
}
#ft_nav li {
	float: left;
	display: inline;
	margin-left: 7px;
	font-size: 0;
	line-height: 0;
	list-style: none;
}



/* Index
=========================================== */

#index h2 {
	margin-bottom: 10px;
}
#index h3 {
	position: relative;
	margin-bottom: 10px;
}
#index h3 a {
	position: absolute;
	top: 17px;
	left: 416px;
}

#index .section {
	margin-bottom: 25px;
}
#index .section li {
	float: left;
	display: inline;
	font-size: 0;
	line-height: 0;
	list-style: none;
}

/* ---------------------------------------- */

#index ul.pd {
	margin-left: -4px;
	width: 744px;
}
#index ul.pd li {
	margin-left: 4px;
}

#index ul.sv {
	margin-bottom: 20px;
	margin-left: -15px;
	width: 746px;
}
#index ul.sv li {
	margin-left: 20px;
	margin-bottom: 20px;
}

/* ---------------------------------------- */

#index #day {
	margin: 0 0 15px 6px;
}
#index #day img {
	margin-bottom: 5px;
}
#index #day ul {
	margin-left: -2px;
	width: 729px;
}
#index #day li {
	margin-left: 2px;
}

/* ---------------------------------------- */


#index #box_ws_w {
	float: left;
	padding: 0 20px 0 6px;
}
#index #box_ws {
	padding: 6px 0 2px 8px;
	width: 320px;
	border-left: 3px solid #CC3300;
	background: url(/service/cleaning/images/index/ws_ph.jpg) no-repeat right top;
}
#index #box_ws h4 {	margin-bottom: 11px;}
#index #box_ws .txt {	margin-bottom: 12px;}


#index #box_bag {
	float: left;
	padding: 6px 6px 2px 13px;
	width: 355px;
	border: 1px solid #69B7E3;
	background-color: #D3EDFB;
}
#index #box_bag .fl {	float: left;}
#index #box_bag .fr {	float: right;}
#index #box_bag .fr img { padding-bottom: 6px;}
#index #box_bag h4 {	margin-bottom: 6px;}
#index #box_bag .txt {	margin-bottom: 18px;}


#index #box_cs_w {
	margin: 0 0 30px 6px;
}
#index #box_cs {
	margin-bottom: 5px;
	padding: 1px 0 0 8px;
	width: 729px;
	border-left: 3px solid #339900;
}
#index #box_cs .fl {
	float: left;
	margin-right: 10px;
}
#index #box_cs h4 {	margin-bottom: 10px;}


#index #box_cs li {
	margin-top: 10px;
}
#index #box_cs ul.tul li {
	margin-top: 0;
}

/* ---------------------------------------- */

#index #banner {
	text-align: right;
}
#index #banner a {
	padding-bottom: 3px;
}



/* Price_list
=========================================== */

#price_list h2 {
	margin-bottom: 30px;
}

#price_list h3 {
	margin-bottom: 10px;
}

#price_list .section {
	margin: 0 auto 15px;
	width: 728px;
}

#price_list .section table {
	margin-bottom: 10px;
	border: 1px solid #666;
	width: 100%;
}
#price_list .section table th,
#price_list .section table td  {
	line-height: 1.4;
}
#price_list .section table tr.hd th {
	padding: 2px 5px;
	border-left: 1px solid #ccc;
	border-bottom: none;
	background-color: #fff;
	color: #333;
}
#price_list .section table tr.hd th.hl {
	border-left: 1px solid #666;
}

#price_list .section table tr.bd td {
	border-top: 2px solid #666;
}
#price_list .section table th {
	padding: 2px 8px;
	border-bottom: 1px solid #fff;
	background-color: #666;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#price_list .section table td {
	padding: 2px 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
}
#price_list .section table td.item {
	width: 30%;
}
#price_list .section table td.price {
	padding: 2px 20px 2px 10px;
	width: 10%;
	white-space: nowrap;
	text-align: right;
}
#price_list .section table td.note {
	padding: 5px 10px;
	width: 55%;
	font-size: 85%;
}
#price_list .section table tr.jq td {
	background-color: #DFF4FF;
}

#price_list .section p {
	line-height: 1.8;
}
#price_list .section p span {
	font-size: 85%;	
}
#price_list .section ul {
	margin-bottom: 15px;
}
#price_list .section ul li {
	padding-left: 10px;
	background: url(/service/cleaning/images/price_list/icn_ast.gif) no-repeat left 0.5em;
	line-height: 1.8;
	font-size: 85%;
}

#price_list sup {
	position:relative;
	top:0.5em;
}


/* FAQ
=========================================== */

#faq h2 {
	margin-bottom: 30px;
}

#faq h3 {
	margin-bottom: 20px;
}

#faq .section {
	margin: 0 auto 35px;
	width: 728px;
}

#faq dt {
	margin-bottom: 13px;
}
#faq dd {
	margin-bottom: 20px;
	padding: 0 15px 20px 45px;
	border-bottom: 1px solid #CCCCCC;
	background: url(/service/cleaning/images/faq/icn_a.gif) no-repeat 6px 0;
	line-height: 1.4;
}


.kajitaxi01 {
	width: 727px;
	margin: 30px auto 70px;
	clear: both;
}
.kajitaxi01 h2,
.kajitaxi01 p {
margin: 0 !important;
padding:0 !important;
}
.kajitaxi01 .colLeft {
	position: relative;
}
.kajitaxi01 .colLeft .btn {
	position: absolute;
	top: 130px;
	left: 18px;
}
.kajitaxi01 .colRight {
	position: relative;
}
.kajitaxi01 .colRight .btn {
	position: absolute;
	top: 130px;
	left: 24px;
}
.kajitaxi02 {
	position: relative;
	width: 727px;
	margin: 30px auto 70px;
	clear: both;
}
.kajitaxi02 h2,
.kajitaxi02 p {
margin: 0 !important;
padding:0 !important;
}
.kajitaxi02 .btn {
	position: absolute;
	top: 168px;
	left: 200px;
}



/* Clear
=========================================== */
#container .clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}

#container .addclear {
	display: block;
	clear: both;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; min-height: 1%; }
/* IE for Mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Dreamweaver
.clearfix { overflow: hidden; } */