@charset "UTF-8";

/*============================================================
//  SYSTEM
//==========================================================*/

.system .visual {
	background:url(/system/image/main.jpg) no-repeat ;
	width:950px;
	height:235px;
	margin-top:60px;
	text-indent:-9999px;
}

.system h3 {
	background:url(/system/image/title.jpg) no-repeat; 
	width:700px;
	height:54px;
	text-indent:-9999px;
	margin-bottom:15px;
}

.system .box-system{
	width:700px;
}

.system .box-system h4 {
	background:url(/system/image/title_sub01.jpg) no-repeat; 
	width:400px;
	height:55px;
	text-indent:-9999px;
	margin-bottom:25px;
}

.system .box-system .photo {
	width:315px;
	float:right;
}

.system .box-system .text {
	width:370px;
	float:left;
}
.system .box-system .text h5{
	font-size:1.2em;
	color:#EFEFEF;
	margin-bottom:3px;
}
.system .box-system .text p{
	font-size:1.0em;
	color:#999;
	margin-bottom:20px;
}
.system .box-system .btn-price{
	font-size:1.0em;
	color:#999;
	margin-bottom:20px;
}

