@charset "utf-8";
/* CSS Document */

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

/* ヘッダー写真 */
.header_ph01{
float:left;
width:1200px;
height:200px;
margin:0 0 50px 0;
background-image: url("../images/original/header_i.jpg");
background-repeat: no-repeat;
font-size:40px;
letter-spacing:0.2em;
line-height:200px;
color:#fff;
font-weight:bold;
text-shadow:#000 1px 1px 2px;
}

/* ヘッダー写真(止水) */
.header_ph02{
float:left;
width:1200px;
height:200px;
margin:0 0 50px 0;
background-image: url("../images/original/header_s.jpg");
background-repeat: no-repeat;
font-size:40px;
letter-spacing:0.2em;
line-height:200px;
color:#fff;
font-weight:bold;
text-shadow:#000 1px 1px 2px;
}

/* ヘッダー写真(塗装) */
.header_ph04{
float:left;
width:1200px;
height:200px;
margin:0 0 50px 0;
background-image: url("../images/original/header_p.jpg");
background-repeat: no-repeat;
font-size:40px;
letter-spacing:0.2em;
line-height:200px;
color:#fff;
font-weight:bold;
text-shadow:#000 1px 1px 2px;
}

/* ヘッダー写真(空気清浄) */
.header_ph05{
float:left;
width:1200px;
height:200px;
margin:0 0 50px 0;
background-image: url("../images/original/header_pro.jpg");
background-repeat: no-repeat;
font-size:40px;
letter-spacing:0.2em;
line-height:200px;
color:#fff;
font-weight:bold;
text-shadow:#000 1px 1px 2px;
}


/* イントロ */
.method_intro{
	float:left;
	width:1200px;
	height:auto;
    margin:0 0 40px 0;
	padding:20px 0 20px 0;
	background-color:#edf5fe;
	color:#001D7E;
	font-size:18px;
}

/* 塗装イントロ */
.paint_intro{
	float:left;
	width:1200px;
	height:auto;
    margin:20px 0 40px 0;
	padding:20px 0 20px 0;
	background-color:#E4E4E4;
	color:#001D7E;
	font-size:18px;
}

/* 止水イントロ */
.water_intro{
	float:left;
	width:1200px;
	height:auto;
    margin:0 0 40px 0;
	padding:20px 0 20px 0;
	background-color:#edf5fe;
	color:#001D7E;
	font-size:18px;
}
/* 工事中 */
.method_intro_02{
	clear:both;
	width:1200px;
	height:400px;
    margin:0;
	padding:0;
	background-image:url("../images/under_c.png");
	background-repeat:no-repeat;
	color:#001D7E;
	font-size:18px;
}
/* ----------------------------------- */

.exm_rd{ 
	float:left;
	width:1184px;
    height:auto;
	margin:0 0 0 0;
	padding:8px;
	font-size:20px;
	font-weight:bold;
	color:#001D7E;
	line-height:34px;
	border-top:1px #001D7E dotted;
    border-bottom:1px #001D7E dotted;
}


/* 写真一覧 */
.drill_k{
float:left;
width:1160px;
margin:0 0 30px 0;
padding:20px;
list-style: none;	
}

.drill_k li{
margin:10px;
display: inline-block;
background-color:#cedbea;
font-size:18px;
font-weight:bold;
}

.drill_k li a:hover img {
	opacity: 0.6;

}
/* ----------------------------------- */
/* タブメニュー */

ul .tab_menu {
	clear:both;
	list-style: none;
	margin:0 auto;
	padding:0;
	width:1240px;
	height:40px;

}

ul.tab_menu li {
	margin:10px 10px 0 10px;
	padding:0;
	width:200px;
	height:40px;
	display:inline-block;
	color: #001D7E;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	background-color:#fff;
	border:2px solid #001D7E;
	border-radius: 8px 8px 8px 8px; 
}

ul.tab_menu li a {
	display:block;
	color: #001D7E;
	text-decoration: none;
	border-radius: 8px 8px 8px 8px; 
}
ul.tab_menu li:hover a {
	display:block;
	color: #001D7E;
	background-color:#fff0d6;
	border-radius: 8px 8px 8px 8px; }

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


.paint_tit{
	margin-bottom:30px;
	color:#001D7E;
}


.paint_tips{
	float:left;
	width:1040px;
	height:auto;
    margin:0 auto;
	padding:30px 80px 60px 80px;
	font-size:18px;
	color:#000;
	line-height:1.8em;
	background-color:#edf5fe;
	
}

.paint_rd{
	float:left;
	margin:0;
	padding:20px;
	width:1000px;
	background-color:#fff;
	border:1px #000 solid;
	border-radius: 8px;

}

.tips_bld{
	font-weight:bold;
	background: linear-gradient(transparent 0%, #f6ff50 0%);
}

.red_arrow{
	float:left;
	width:100%;
	height:auto;
	text-algin:center;

	
}

