@charset "utf-8";
/* 水王舎index */

body {
	margin:30px auto;
	padding:0;
	background:url(../../images/back.png) center top no-repeat;
	font-family:"Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	color:#717171;
	line-height:1.5em;
	font-size:14px;
	width:1180px;
}

/* ヘッダー */

header {
	margin-bottom:30px;
	position: relative;
}

#logo {
	float:left;
}

h1 {
	font-size:14px;
	line-height:1.3em;
	margin:15px 0 0 10px;
	float:left;
}

#google {
	float:right;
	margin:17px 0 0 0;
}

#search {
	float:right;
	margin:0 0 0 5px;
}

.clear {
	clear:both;
}

article {
	margin-bottom:20px;
}

.global-btn {
	float:left;
	margin-right:20px;
}

.global-btn-02 {
	float:left;
}
#tel{
	position: absolute;
	top: 40px;
	bottom: 0;
	right: 0;
}
/* 左コンテンツ */

#box-l {
	float:left;
	width:860px;
}

.tag {
	margin:0;
}

.wrap-l {
	border:#DCDBDC solid 5px;
	margin:-5px 0 20px 0;
}

.btn-wrap {
	margin:20px 0 0 100px;
}

.wrap-btn {
	float:left;
	margin-right:50px;
}

/* 右コンテンツ */

#box-r {
	float:right;
	width:300px;
}

.wrap-r {
	border:#DCDBDC solid 5px;
	margin:-5px 0 20px 0;
	height:270px;
	overflow:auto;
}

.wrap-r ul {
	list-style:none;
	padding-left: 20px;
}

.wrap-r ul li {
	background:url(../../images/square.png) no-repeat 0 9px;
	padding-left:12px;
}

.banner {
	margin-bottom:20px;
}
.banner img:hover {
	opacity: 0.7;
}

#footer-title {
	font-size:18px;
	padding-left:12px;
	background:url(../../images/arrow.png) no-repeat 0 5px;
}

#footer-text {
	padding:10px 0 0 12px;
}


#footer-text a{
	text-decoration:none;
	color:#717171;
}

#footer-text a:hover{
	text-decoration:underline;
}

.preload {
display:none;
}