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

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#content p.btn{
	text-align: center;
	margin-top: 30px;
}
#greeting {
	margin-bottom: 80px;
}
#greeting .image span {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}
#greeting .text {
	margin-right: 220px;
}

#greeting > ul{
	background: #F0F2FF;
	padding: 16px 20px;
	margin-bottom: 30px;
}
#greeting > ul >li{
	background: url(../image/tick.jpg) left top 2px  no-repeat;
	padding-left: 40px;
	margin-bottom: 10px;
	color: #2C4D7F;
	font-weight: bold;
	font-size: 1.25em;
}
#greeting > ul >li:last-child{
	margin-bottom: 0;
}
#greeting p{
	font-size: 1.125em;
}
#greeting p span{
	font-weight: bold;
}
#greeting p span.cl_D2599F{
color:#D2599F;
}

#trial{
	margin-bottom: 80px;
}
#trial p span{
	font-weight: bold;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	border: 1px solid #E6E6E6;
	height: 150px;
	margin-bottom: 80px;
	line-height: 1.6;
	overflow-y: scroll;
	font-size: 0.875em;
	padding: 0 20px;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 8px 0 8px 0px;
	border-bottom: 1px solid #E3E3E3;
}
#topics dl.even {
	background: #E3E3E3;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 120px;
}
#topics dd  a{
	color: #6596E1;
	font-weight: bold;
}
/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom: 80px;
}
#case .box {
	margin: 0 0 20px;
	overflow: hidden;
	/zoom: 1;
}
#case .box h4 {
	background: #2C4E80;
	padding: 4px 10px 2px;
	margin: 0 0 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4;
}
#case .box .imgbox {
	float: left;
	background: url(../image/list_ba_arrow.jpg) 174px 70px no-repeat;
	overflow: hidden;
	/zoom: 1;
}
#case .box .imgbox dl,
#case .box .imgbox li {
	float: left;
	width: 170px;
	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: 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 #CCCCCC;
	width: 168px;
	height: 166px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box .text {
	margin: 0 0 0 380px;
}
#case .box .text .more {
	margin: 15px 0 0;
	text-align: right;
}

#makes{
	margin-bottom: 80px;
}