@charset "UTF-8";
@import "/include/css/common.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	background-image: url(../images/visual.png);
}

/* ---------------------------------------------------------
	CSS Document office
--------------------------------------------------------- */

#office h3 {
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	position: relative;
}

#office h3:after {
	content: '';
	width: 140px;
	height: 1px;
	background: #58b7b4;
	margin-left: -70px;
	position: absolute;
	bottom: 0;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document greeting
--------------------------------------------------------- */

#greeting {
	margin-bottom: 90px;
}

#greeting .f_left {
	width: 640px;
	text-align: left;
}

#greeting p {
	margin-top: 30px;
}

#greeting dl {
	margin-top: 40px;
	padding: 30px;
	background: #efe8e2;
	font-size: 13px;
}

#greeting dt {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1;
}

#greeting .f_right {
	line-height: 1.3;
}

#greeting .f_right img {
	margin-bottom: 10px;
}

#greeting .f_right span {
	font-family: "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin-bottom: 90px;
}

#outline table {
	width: 100%;
	margin-top: 20px;
}

#outline th {
	width: 26%;
	padding: 15px 15px 15px 50px;
	border-bottom: solid 1px #dfdedf;
	text-align: left;
	font-weight: 500;
	line-height: 17px;
}

#outline td {
	padding: 15px;
	border-bottom: solid 1px #dfdedf;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document gmap
--------------------------------------------------------- */

#gmap h3 {
	margin-bottom: 30px;
}

#gmap #map_canvas {
	width: 100%;
	height: 410px;
}

#gmap iframe {
	width: 100%;
	height: 410px;
	overflow: hidden;
	border: 0;
}

#gmap #map_anchor {
	margin-top: 10px;
	text-align: right;
	font-size: 13px;
}
