@charset "utf-8";
/* CSS Document */

/*--2015.02.26作成。コンテンツのみで使うcssを記述。--*/
/*--ID、classは一例です。規則に従い命名記述してください--*/




#breadcrumbs{
	clear: both;
	background-color: #e5e5e5;
	margin-bottom: 0px;
}

#sec_location{
	background-image: url(../../image/bg_home_location.jpg);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100px;
	padding-top: 60px;
	text-align: center;
}
#sec_location p{
    text-shadow: 2px 2px 2px #fff,
    -2px 2px 2px #fff,
    2px -2px 2px #fff,
    -2px -2px 2px #fff;}
.reserchbox{
	background-image: url(../../image/bg_home_reserchbox.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FEFEFE;
	border: 2px solid #9FD8D2;
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
	display:table;
}
.reserchbox a{
	text-shadow:none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	display: inline-block;
}
#sec_location .reserchbox p{
	display:table-cell;
}

.reserchbox img{
	vertical-align: top;}
.reserchbox .sideline{
	padding-left: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #727171;
}
