@charset "utf-8";
/*前頁共通のデザイン用*/
*{

	margin:0px;
	padding:0px;
}
body{
	color:#663333;
	font-family:"メイリオ","MS Gosic","Osaka-等幅";
	font-size:small;
	text-align:center;
	margin:0;
}


img{
	border-style:none;
}

a{
	text-decoration:none;
}

a:link{
	color:#000066;
}


a:visited{
	color:#000066;
}

a:hover{
	color:#cc3399;
}

/*ヘッダー部分のデザイン用*/
#header{
	height:350px;
}
.hed{
	width:1000px;
	margin-right:auto;
	margin-left:auto;

}
.rogo{
	text-align:left;
}

/*ナビボタン部分のデザイン用*/
#navi{
	height:90px;
	background-color:#434343;
	margin-bottom:15px;

}

.nav{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

.nav ul{
	width:1000px;
	height:90px;
}

.nav ul li{
	float:left;
	display:block;
	padding-left:5px;
	margin-right:auto;
	margin-left:auto;


}

/*本文部分共通デザイン用*/
#box{
	height:auto;
}

.in_box{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
/*右ボックスデザイン用*/
.right_box{
	width:700px;
	height:auto;
	float:right;
	text-align:left;
}
h3{
    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    font-size:14px;
    font-weight:bold;
    background: #fff;
    margin: 0 0 15px -15px;
    padding: 5px 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
  
h3:after
{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 15px;
    width: 70%;
    height: 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}
.section_01{
	width:700px;
	height:300px;
	margin-bottom:20px;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	/* box-shadow */
	box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;

}

.section_01 ul{
	width:680px;
	height:270px;
	padding-left:5px;

}
.section_01 li{
	width:330px;
	display:block;
	float:left;
	line-height:23px;
	padding-left:10px;
}
label{
	background: #fcfcfc;
	font-size: 13px;
	display:block;
	font-weight:bold;
	line-height: 1;
	margin:10px 0px;
	padding: 6px 6px 10px 6px;
	box-shadow:0px 3px 7px 0px #666666 ;
	border-top:7px solid #c2cfde;
	border-bottom:7px solid #c2cfde;
	border-radius: 0px ;
}

input[type="checkbox"].on-off{
    display: none;
}
input[type="checkbox"].on-off2{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
	float:left;
	line-height:20px;
	padding-left:10px;
}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}
input[type="checkbox"].on-off2 + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 200px;
}

input[type="checkbox"].on-off2:checked + ul{
    height: 100px;
}

.section_02{
	width:700px;
	height:250px;
	margin-botton:15px;
}
.section_02 ul{
	width:330px;
	padding:10px;
	float:left;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	/* box-shadow */
	box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;

}
.section_02 li img{
	padding:10px;
}

.section_03{
	width:700px;
	height:250px;
	margin-botton:15px;

}

.section_03 h4{
	background: #fcfcfc;
	font-size: 14px;
	display:block;
	font-weight:bold;
	line-height: 1;
	margin:10px 0px;
	padding: 6px 6px 10px 6px;
	box-shadow:0px 3px 7px 0px #666666 ;
	border-top:7px solid #c2cfde;
	border-bottom:7px solid #c2cfde;
	border-radius: 0px ;

}
.section_03 ul{
	width:680px;
	height:200px;
	padding-left:5px;

}
.section_03 li{
	width:330px;
	float:left;
	line-height:20px;
	padding-left:10px;
}

.section_04{
	width:700px;
	height:850px;
	margin-botton:15px;

}
.section_04 ul{
	width:680px;
	height:180px;
	padding-left:5px;

}
.section_04 li{
	width:330px;
	float:left;
	line-height:20px;
	padding-left:10px;
}
.tik_text{
	color:#2F4F4F;
	font-size:15px;
	font-weight:bold;
}
.tik_text2{
	color:#B22222;
	font-size:18px;
	font-weight:bold;
	font-family:'Verdana';

}
.tik_text3{
	font-size:16px;
	line-height:25px;
}







/* 特殊清掃の流れ */

.section_10{
	width:700px;
	height:250px;
	
	margin-botton:20px;
}
.section_10 ul{
	width:330px;
	padding:20px 10px 10px 10px;
	margin-bottom:20px;
	float:left;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	/* box-shadow */
	box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;

}
.section_10 li img{
	padding:10px;
}




.flow_text{
	color:#2F4F4F;
	font-size:16px;
	font-weight:bold;
}
.flow_text2{
	color:#B22222;
	font-size:18px;
	font-weight:bold;
	font-family:'Verdana';

}
.flow_text3{
	font-size:16px;
	line-height:25px;
}

.flow_spe{
	margin-left:10px;
	line-height:20px;
}








.section_05{
	width:700px;
	height:900px;
	margin-botton:15px;

	/* box-shadow */
	box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;

}
.section_05 ul li{
	font-size:14px;
	line-height:23px;
	text-indent:1em;
}

.section_06{
	width:700px;
	height:300px;
	margin-botton:15px;
}
.section_06 ul{
	width:330px;
	padding:10px;
	float:left;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;

	/* box-shadow */
	box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 3px 1px;

}
.section_06 li img{
	padding:10px;
}
.section_07{
	width:700px;
	height:200px;
	margin-bottom:20px;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	/* box-shadow */
	box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;

}

.section_07 ul{
	width:680px;
	height:180px;
	padding-top:5px;
	padding-left:5px;

}
.section_07 li{
	width:330px;
	display:block;
	float:left;
	line-height:23px;
	padding-left:10px;
}

.section_08{
	width:700px;
	height:430px;
	margin-bottom:20px;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	/* box-shadow */
	box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;

}

.section_08 ul{
	width:680px;
	height:180px;
	padding-top:5px;
	padding-left:5px;

}
.section_08 li{
	width:330px;
	display:block;
	float:left;
	line-height:23px;
	padding-left:10px;
}
.triangle{
	width:0px;
	height:0px;
	border-top:solid 30px #7DB9DE;
	border-right:solid 30px transparent;
	border-bottom:solid 30px transparent;
	border-left:solid 30px transparent;
	margin-right:auto;
	margin-left:auto;
}

/*左ボックスデザイン用*/
.left_box{
	width:280px;
	height:auto;
	float:left;
}

.left_box p{
	padding-top:10px;
	border:1px dotted #808080;
	line-height:25px;
}
.left_box ul{
	padding-top:20px;
}
.left_box ul li{
	display:block;
	paaddng:5px;
	padding-top:10px;
}

/*フッター部分のデザイン用*/

#footer{
	height:220px;
	color:#fff;
	background-color:#434343;
	clear:both;
	
}
#footer a:link{
	color:#fff;
}


#footer a:visited{
	color:#fff;
}

#footer a:hover{
	color:#CCFFCC;
}

.foot{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

.foot ul{
	float:left;
	padding:30px;
}
.foot ul li{
	display:block;
	text-align:left;
	padding:5px;
	
}

