@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
* {
	font-style:normal;
}
img {
	border:0px;
}
#outline {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: #ffffff;
}
header {
	width: 960px;
	height: 55px;
	margin-top:10px;
}
#logo {
	float: left;
	width: 391px;
}
#h-line {
	float: left;
	width: 180px;
	font-size:12px;
	margin-top:10px;
	margin-left:40px;
}
#mail {
	float: right;
	width: 156px;
	margin-top:10px;
	margin-right:15px;
}
#tel {
	float: right;
	width: 156px;
	margin-top:10px;
}
/*section*//*div*/
#top {
	width: 960px;
	height:574px;
}
#nayami {
	width: 960px;
	height:710px;
}
#mitsumori {
	width: 960px;
	background:#E6E6E6;
	padding-top:30px;
	padding-bottom:30px;
}
#hiyou {
	width: 960px;
	height:430px;
	margin-top:70px;
}
#hiyou .hiyou-img {
	float:left;
	width:250px;
	margin-left:100px;
}
#hiyou .sankou {
	width:451px;
	float:right;
	margin-right:50px;
}
#hiyou .attention {
	margin-top:10px;
	font-size:13px;
	border-radius:15px;
}
.attention ul {
	list-style-type: square;
	margin-top:10px;
	margin-left:30px;
}
.attention li {
	margin-top:10px;
}
#mail-soudan {
	width: 960px;
	background:#FDF9F0;
	padding-top:30px;
	padding-bottom:30px;
	border-top:#FF931E solid 13px;
}
#mail-soudan h1 {
	margin-left:60px;
}
#soudan {
	width: 960px;
}
#toiawase {
	width:880px;
	height:190px;
	background:#fff;
	margin:0 auto;
	border-radius:20px;
}
#toiawase .tel_m {
	float:left;
	margin-left:40px;
	margin-top:55px;
}
#toiawase .mail_m {
	float:right;
	margin-top:40px;
	margin-right:30px;
}
#nagare {
	width:880px;
	background:#fff;
	margin:30px auto;
	text-align:center;
	padding:50px 0;
	border-radius:20px;
}
#mailform {
	width:880px;
	background:#fff;
	margin:30px auto;
	padding:50px 0;
	border-radius:20px;
}
/*footer*/
footer {
	clear:both;
	width:100%;
	height:200px;
	border-top:solid 15px #BDCCD4;
	background: linear-gradient(to bottom, #D4F5FF, white);
	padding-bottom:20px;
}
address {
	margin:20px 0 0 0px;
}
address p {
	line-height:1.2em;
	margin-bottom:10px;
}
#foot-logo {
	float:left;
	margin:20px 0 30px 40px;
}
#foot-tel {
	float:right;
	margin:20px 40px 30px 0px;
	font-size: 13px;
}
.shamei {
	margin:20px 0 0 60px;
	font-size:13px;
	line-height:1.5em;
}
.shamei a {
	text-decoration:none;
	color:#000;
}
.copy {
	clear:both;
	width:100%;
	height:30px;
	text-align:center;
}
/*go top*/
.gototop {
	float:right;
	position: fixed;/*位置固定*/
	bottom: 30px;
	right: 15px;
	opacity: 0.3;/*透明度*/
	transition: 0.2s linear;/*透明度の変化を一定のスピード0.2Sで*/
}
.gototop:hover {
	opacity: 1;
}
/* link */
.hover a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.center {
	text-align:center;
}
.w680 {
	width:680px;
	margin:10px auto;
}
.w680 p {
	margin-bottom:20px;
	line-height:1.2em;
}
.waku {
	border: 1px solid #C1AC9D;
	padding:20px;
}
/*テーブル*/
table {
 *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	border-top: 1px solid #C1AC9D;
	border-left: 1px solid #C1AC9D;
	width:680px;
	border-radius: 8px;
	margin:30px auto;
}
table tr:first-child td:last-child {
	border-radius: 0 8px 0 0;
}
table tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}
table tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
}
tr td {
	border-right: 1px solid #C1AC9D;
	border-bottom: 1px solid #C1AC9D;
}
td {
	padding:10px;
	font-size:16px;
}
.odd {
	background:#F4DDCE;
}
.even {
	background:#ffffff;
}
