@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .hello {
	margin-bottom:50px;
}
#content .hello p {
	padding-bottom:4px;
}
#content p.text {
	padding:5px 0 7px;
}
/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom:50px;
}
#case .box {
	margin:18px 0 15px;
	overflow: hidden;
 /* /zoom: 1; */
}
#case .box .imgbox {
	float: left;
	background: url(../image/list_ba_arrow.jpg) 150px 61px no-repeat;
	overflow: hidden;
 /* /zoom: 1; */
	padding-top:2px;
}
@media screen and (max-width: 680px) {
  #case .box .imgbox {
    float: none;
    width: 311px;
    margin: 0 auto 20px;
  }
}
#case .box .imgbox dl, #case .box .imgbox li {
	float: left;
	width: 145px;
	margin: 0 20px 0 0;
	text-align: center;
}
#case .box .imgbox dl.none, #case .box .imgbox li.none {
	margin-right: 0;
}
#case .box .imgbox dl dt {
	margin:6px 0 0;
	line-height: 1.0;
}
#case .box .imgbox dl dd a, #case .box .imgbox dl dd span, #case .box .imgbox li a, #case .box .imgbox li span {
	border: 1px solid #CCCCCC;
	width: 143px;
	height: 143px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box .text {
	margin: 0 0 0 330px;
}
@media screen and (max-width: 680px) {
  #case .box .text {
    margin: 0;
  }
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	border-bottom:1px dotted #BCA181;
	margin-bottom:17px;
}
#greeting .image {
	margin-left:20px;
	padding:5px 0 0;
}
#greeting p {
	margin-bottom:22px;
}
#greeting p.none {
	margin-bottom:14px;
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	overflow: hidden;
 /* /zoom: 1; */
	margin-bottom:51px;
}
#info .map {
	float: left;
	width:300px;
	height: 300px;
	padding-top:3px;
}
@media screen and (max-width: 680px) {
  #info .map {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#info .text {
	margin-left:320px;
}
@media screen and (max-width: 680px) {
  #info .text {
    margin-left: 0;
  }
}
#info .text dl {
	margin-bottom:22px;
}
#info .text dl dt {
}
#info .text dl dd {
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	margin:20px 0 21px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
 /* /zoom: 1; */
	padding:5px 0 3px 12px;
	background:url(../image/icon01.jpg) left top 13px no-repeat;
}
#topics dl.even {
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 115px;
}
#topics dd a {
	font-weight:bold;
}
