@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 50px;
}
#content .section .box {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

#content .aside dl{
	background: #1A1A1A;
	padding: 18px 22px;

}
#content .aside dl dd{
	font-size: 1em;
}
#content .aside dl{
	width: 256px;

}
#content .aside dl dt {
	margin-bottom: 4px;
	font-size: 1.2em;
	color: #F15A24;
	font-weight: bold;
}
#content .aside{
	margin-bottom: 40px;
}

#case{
	margin-bottom: 46px;
}
#case .box h4 {
	background: #1A1A1A;
	padding: 6px 10px 2px;
	border-left: 3px solid #F15A24;
	margin: 0 0 20px;
	color: #B3B3B3;
	font-size: 1.15em;
	line-height: 1.4;
	letter-spacing: 2px;
}

#case .box .text{
	
	margin-bottom: 30px;
}
.mgbt50{margin-bottom: 50px !important;}