/* -----------------------------------------------------------------------------
	INDEX
----------------------------------------------------------------------------- */
#contents{
	background:#eeeeee;
	padding:45px 0 60px 0;
}
.wrap{
	width:940px;
	margin:0 auto;
}
@media screen and (max-width: 1000px){
	.wrap{
		width:100%;
		padding: 0 20px;
	}
}
#main{
	height:530px;
	width:100%;
}
#ttl{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-19px;
	margin-left:-220px;
}
@media screen and (max-width: 750px){
	#ttl{
		width: 100%;
		left:0;
		margin-top:0;
		margin-left:0;
		text-align: center;
	}
	#ttl img {
		max-width: 90%;
		height: auto;
	}
}
#office_list{
	margin-bottom:40px;
}
#office_list li {
	float:left;
	background:url(../img/list_line.gif) top repeat-x;
	padding:10px 0;
	width:460px;
	margin-right:20px;
}
#office_list li.turn{
	width:460px;
	max-width: 100%;
	margin-right:0px;
}
#office_list li dt{
	float:left;
	width:100px;
	line-height:1;
}
#office_list li dd{
	float:left;
	width:360px;
	font-size:100%;
	font-weight:bold;
	line-height:1;
	background:url(../img/list_arrow.gif) no-repeat right;
	margin-top:7px;
}
#office_list li dd.line2{
	margin-top:0px;
	line-height:1.2;
}

#office_list li dd span{
	font-weight:normal;
	font-size:93%;
}

#office_list a:link{
	color:#5b5555;
	text-decoration:none;
}
#office_list a:visited{
	color:#5b5555;
	text-decoration:none;
}
#office_list a:hover {
	color:#6cc1cc;
	text-decoration:none;
}
#office_list a:active {
	color:#6cc1cc;
	text-decoration:none;
}
@media screen and (max-width: 1000px){
	#office_list{
		margin-bottom:40px;
	}
	#office_list li {
		float:left;
		background:url(../img/list_line.gif) top repeat-x;
		padding:10px 0;
		width:48%;
		margin-right:20px;
	}
	#office_list li.turn{
		width:48%;
		max-width: 100%;
		margin-right:0px;
	}
	#office_list li dt{
		float:none;
		width:100%;
		margin-bottom: 10px;
	}
	#office_list li dd{
		float:none;
		width:100%;
		font-size:100%;
		font-weight:bold;
		line-height:1;
		background:url(../img/list_arrow.gif) no-repeat right;
		margin-top:7px;
	}
	#office_list li dd.line2{
		margin-top:0px;
		line-height:1.2;
	}

	#office_list li dd span{
		font-weight:normal;
		font-size:93%;
	}
}
@media screen and (max-width: 600px){
	#office_list li {
		float:none;
		padding:10px 0;
		width:100%;
		margin-right:0;
	}
	#office_list li.turn{
		width:100%;
	}
}
/*-------------------------*/
#link_area{
	background:#e2e2e2;
	padding:15px 15px 15px 15px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#link_area li{
	background:url(../img/link_arrow.gif) no-repeat;
	padding-left:18px;
}
#link_area a:link{
	color:#5b5555;
	text-decoration:none;
}
#link_area a:visited{
	color:#5b5555;
	text-decoration:none;
}
#link_area a:hover {
	color:#6cc1cc;
	text-decoration:none;
}
#link_area a:active {
	color:#6cc1cc;
	text-decoration:none;
}
