@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#mainimg {
	text-align: center;
	margin: 0 auto 0px;
	/* padding-top: 70px; */
	position: relative;
	z-index: 1;
	background: url("../image/bg_main.jpg") bottom center no-repeat;
	
}

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 99px;
}
#greeting .image span {
    /* border: 1px solid #CCCCCC; */
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}
#greeting .box{
	margin-bottom: 40px;
}
#greeting .img-index{
	margin-bottom: 30px;
	padding-left: 5px;
}
#greeting p+p{
	margin-top: 26px;
}

.img-arrow{
	text-align: center;
	margin-top: 34px!important;
	margin-bottom: 30px;
}

.btn-price{
	text-align: right;
	margin-top: 25px;
}

.btn-voice{
	text-align: right;
}

/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom: 100px;
}
#case .box {
	margin: 0 0 50px;
	overflow: hidden;
	/zoom: 1;
}
#case .box h4 {
	padding: 6px 0px 3px;
	margin: 0 0 20px;
	color: #555555;
	font-size: 1.142em;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 2px solid #555;
}
#case .box .imgbox {
	float: left;
	background: url(../image/list_ba_arrow.jpg) center top 74px no-repeat;
	overflow: hidden;
	/zoom: 1;
}
#case .box .imgbox dl,
#case .box .imgbox li {
	float: left;
	width: 180px;
	margin: 0 30px 0 0;
	text-align: center;
}
#case .box .imgbox dl.none,
#case .box .imgbox li.none {
	margin-right: 0;
}
#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,
#case .box .imgbox li a,
#case .box .imgbox li span {
	border: 1px solid #E7E7E7;
	width: 178px;
	height: 178px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box .text {
	margin: 0 0 0 420px;
}
#case .box .text .more {
	margin: 15px 0 0;
	text-align: right;
}

/*-------------------------------------------------------------------
	#coupon
-------------------------------------------------------------------*/
#coupon{
	margin-bottom: 100px;
}
#coupon .box {
	margin-bottom: 30px;
}
#coupon .box .link_print {
	text-align: right;
	margin-top: 20px;
}
#coupon .box .coupon {
	border: 3px solid #969696;
	background: #F2F2F2;
}
#coupon .box .coupon dl {
	margin:  30px 37px 10px;
}
#coupon .box .coupon dl dt {
	font-size: 1.285em;
	font-weight: bold;
	border-bottom: 1px dashed #969696;
	margin-bottom: 15px;
}
#coupon .box .coupon p {
	font-size: 0.85em;
	margin: 0 37px 32px ;
}
#coupon .box .coupon ul {
	border-top: 1px dashed #CCCCCC;
	padding: 10px 10px 7px;
}
#coupon .box .coupon ul li {
	text-align: right;
	font-size: 0.85em;
	font-weight: bold;
}


/* .aside
-------------------------------------------- */
#content .aside02 {
	margin-bottom: 80px;
	overflow: hidden;
	/zoom: 1;
}
#content .aside02 dl {
	float: left;
	width: 395px;
	margin: 0 20px 50px 0;
}
#content .aside02 dl.none {
	margin-right: 0;
}
#content .aside02 dl dt {
	margin-bottom: 5px;
	float: left;
}
#content .aside02 dl dd {
	font-size: 1em;
	margin-left: 180px;
	padding-top: 35px;
}

#content .aside02 dl dd.bold_dd{
	font-size: 1.45em;
	font-weight: bold;
	padding-top:  0;
}


/* .aside
-------------------------------------------- */
#content .aside {
	margin-bottom: 15px;
	overflow: hidden;
	/zoom: 1;
}

#content .aside li {
	float: left;
	margin: 0 20px 0 0;
}
#content .aside li.none {
	margin-right: 0;
}
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom:50px;
}
#content .section .box {
	margin-bottom: 40px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

#content .section .box p+p{
	margin-top: 26px;
}
#content .section .box dl{
	width: 560px;
}
#content .section .box dl dt{
	margin-bottom: 20px;
}
#content .section.bg_index{
	background: url("../image/bg_index.jpg") left top 13px no-repeat;
	padding-bottom: 10px;
}


#content .section p+p{
	margin-top: 26px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/

#topics {
	height: 160px;
	margin: 0px auto 70px;
	line-height: 1.6;
	padding: 0px 0;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 9px 0 9px 21px;
	background: url("../image/icon_news.jpg") left top 16px no-repeat;
}
#topics dl.even {
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}
#topics dd a{
	font-weight: bold;
	text-decoration: none;
}

#topics dd a:hover{
	text-decoration: underline;
}