
/*advatage*/
.advantage-info .advantage-detail{
	width: 100%;
	/*background: url("../images/hover-bg.jpg") right bottom no-repeat;*/
	cursor: default;
}
.advantage-info .advantage-detail + .advantage-detail{
	margin-top:30px;
}

/*section small box*/
.section-small-box dt{
	width: 170px;
	height: 168px;
}
.section-small-box dt .line-v{
	left:170px;
	height: 24px;
	margin-top: -12px;
}

/*pc media*/
@media screen and (min-width:768px){
	/*hover scale small*/
	.big-scale:hover .section-small-box{
		transform: scale(0.996,0.98);
		-webkit-transform: scale(0.996,0.98);
		-moz-transform: scale(0.996,0.98);
		-ms-transform: scale(0.996,0.98);
	}
}

/*phone media*/
@media screen and (max-width:767px){
	/*section small box*/
	.mobile-body .section-small-box dt{
		width: 80px;
		height: 120px;
	}
	.section-small-box dt .line-v{
		left:80px;
	}
	.mobile-body .section-small-box img{
		width:36px;
	}
	.mobile-body .section-small-box dd span.title{
		font-size:14px;
		padding-bottom:4px;
	}
}
