@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin:19px 0 28px;
}
#company table th {
	width: 160px;
}
#company table th, #company table td {
	padding: 3px 9px 1px;
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin-bottom:29px;
}
#info .box {
	overflow: hidden;
 /zoom: 1;
	margin-bottom:25px;
}
#info #map01, #info #map02, #info #map03, #info #map04 {
	width:200px;
	height:200px;
	float: left;
	padding-top:5px;
}
#info .box dl {
	margin-bottom:12px;
	padding-left:10px;
	margin-left:300px;
}
#info .box dl dt {
	color:#66A306;
	font-weight:bold;
	padding:0 0 2px 10px;
	margin-bottom:15px;
	border-bottom:1px solid #CCCCCC;
}
#info .box dl dd {
	margin-bottom:6px;
	padding-left:10px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:auto;
	z-index: -1;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
	margin:30px 10px;/*スライド左右の余白調整*/
}