@charset "euc-jp";

/***************************************************
	outline.css
***************************************************/

#content {
	background: url(/img/common/bg01.png) 0 0 repeat;
}


/* #outline.index
------------------------------------------------------------ */
.index #outlineAtc {
	padding-bottom: 1px;
}
.index #outlineAtc .container {
	margin-bottom: 30px;
	background-color: #fff;
}
.index #outlineAtc .content_inn {
	padding: 35px 70px 50px;
}

/* guidanceSec */
.index #guidanceSec {
	margin: -30px 0 50px;
	padding: 30px 0 35px;
	border-bottom: 1px solid #bbb;
}
.index #guidanceSec .ttl01 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.index #guidanceSec .table01 {
	float: left;
	width: 330px;
}
.index #guidanceSec #map01_wrap {
	float: right;
}
.index #guidanceSec #map01 {
	width: 410px;
	height: 260px;
	background: #eaeaea;
}

/* facilitySec */
.index #facilitySec {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bbb;
}
.index #facilitySec .ttl01 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.index #facilitySec .box01 {
	float: right;
	width: 560px;
}
.index #facilitySec .image01 {
	float: left;
}

/* greetingSec */
.index #greetingSec {
	margin: -65px 0 0;
	padding: 65px 0 0;
}
.index #greetingSec .ttl01 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;

	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9 1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
.index #greetingSec .box01 {
	float: left;
	width: 525px;
}
.index #greetingSec .box01 p {
	margin-bottom: 30px;
	line-height: 2.4;
}
.index #greetingSec .image01 {
	float: right;
}
.index #greetingSec .signature01 {
	clear: both;
	text-align: center;
}

