@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/* SERVICEページリンクボタン
--------------------------------------------------------------------*/
#content ul.cty_service {
	overflow: hidden;
	margin: 10px 0 30px;
}

#content ul.cty_service li {
	float: left;
	margin: 0 35px 30px 0;
}

#content ul.cty_service li:nth-child(3n) {
	margin-right: 0;
}

/* 夢を形に変える
--------------------------------------------------------------------*/
#content .dream_box{
	background: #717171 url(../image/index_bg.jpg) left bottom no-repeat;
	margin-bottom: 60px;
	padding: 17px 18px 56px;
	color: #FFFFFF;
	line-height: 1.6;
}

#content .dream_box p.dream_text1 {
	padding-bottom: 30px;
}


/* 新着情報
--------------------------------------------------------------------*/
#content #topics {
	/*height:180px;
	overflow-y:scroll;*/
	margin-bottom:56px;
}

#content #topics dl {
	zoom:1;
	overflow:hidden;
	padding:5px 20px 3px;
	background: url(../image/index_topics_icon.jpg) left 15px no-repeat;
}

#content #topics dl dt {
	float:left;
}

#content #topics dl dd {
	margin-left:100px;
}

#content .andmore {
	margin:0 0 30px;
	text-align:right;
}

/* 挨拶文
--------------------------------------------------------------------*/

#content .index {
	overflow:hidden;
	zoom:1;
	margin-bottom:30px;
}

#content .index ul li {
	width:200px;
	text-align:center;
}


#content .imgright .text {
	margin-right:220px;
}

#content .imgleft .text {
	margin-left:220px;
}


/* アクセス
--------------------------------------------------------------------*/

#content .access {
	overflow:hidden;
	zoom:1;
	margin-bottom:60px;
}

#content .access .ind_map {
	width:334px;
	height:254px;
	border:3px solid #000000;
	float:left;
	margin-right: 20px;
}

#content .access .text {
	float: left;
	width: 260px;
	line-height: 1.6;
}

#content .access dl dt {
	margin-bottom:2px;
	font-size:1em;
	font-weight:bold;
	color: #EE671E;
	line-height: 1.6;
}
