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

/*-------------------------------------------------------------------
	#coupon
-------------------------------------------------------------------*/
#coupon {
	margin-bottom: 45px;
}
.printbox {
	border: 1px solid #5A5A5A;
	margin: 0 auto 20px;
	width: 638px;
}
.printbox p.title {
	background: #191919;
	text-align: center;
}
.printbox .coupon {
	padding-bottom: 7px;
}
.printbox .coupon dl {
	border-top: 2px solid #5A5A5A;
	padding: 10px 10px 3px;
}
.printbox .coupon dl dt {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #5A5A5A;
	margin-bottom: 7px;
}
.printbox .coupon dl dd {
	padding: 0 2px;
}
.printbox .coupon p {
	font-size: 0.85em;
	margin: 0 13px;
}
.printbox  ul {
	border-top: 1px dotted #5A5A5A;
	padding: 7px 10px 5px;
}
.printbox ul li {
	text-align: right;
	font-size: 0.85em;
}
#coupon .link_print {
	margin-bottom: 30px;
	text-align: right;
}

/*プリント用CSS*/
.print-off {
    display: none !important;
}
@media print {
  .area {
    width: 100% !important;
  }
  .print-btn,.print-all {
    display: none !important;
  }
}


/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom: 10px;
	overflow: hidden;
	/zoom: 1;
}
#case .box {
	float:left;
	width: 310px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	/zoom: 1;
}
#case .none,
#case .box .imgbox .none {
	margin-right: 0;
}
#case .box h4 {
	margin-bottom: 20px;
}
#case .box h4 span {
	display: block;
	background: #BDBDBD url(../image/h4_bg.jpg) left top repeat-y;
	padding: 4px 10px 2px 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4;
}
#case .box .imgbox {
	background: url(../image/list_ba_arrow.jpg) center 57px no-repeat;
	overflow: hidden;
	/zoom: 1;
}
#case .box .imgbox dl,
#case .box .imgbox li {
	float: left;
	width: 145px;
	margin: 0 20px 0 0;
	text-align: center;
}
#case .box .imgbox dl dt {
	margin: 10px 0 0;
	line-height: 1.0;
}
#case .box .imgbox dl dd a,
#case .box .imgbox dl dd span {
	border: 1px solid #CCCCCC;
	width: 143px;
	height: 143px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box .imgbox dl dd span img {
	width: 141px;
}
#case .box p.more {
	margin-top: 20px;
	text-align: center;
}
#content .case_btn {
	margin-bottom: 45px;
}


/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 40px;
}
#content .section .box {
	margin-bottom: 20px;
}
#content .section  p.top {
	margin-bottom: 28px;
}
#content .section  p span {
	color: #D8AE0C;
	font-weight: bold;
}


/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 45px;
}
#greeting ul {
	overflow: hidden;
	margin-bottom: 30px;
}
#greeting ul li {
	float: left;
}
#greeting ul li.none {
	float: right;
}
#greeting .box {
	background: #EBE8E6 url(../image/index_bg.jpg) no-repeat;
	padding: 30px 25px 24px;
}
#greeting .box p {
	margin-bottom: 23px;
}
#greeting .box p.last {
	margin: 0;
}


/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	border: 1px solid #BDBDBD;
	height: 175px;
	margin-bottom: 50px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 9px 10px 5px 20px;
}
#topics dl.even {
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}
