@charset "UTF-8";

@import "import.css";

/* ./index.html Style
--------------------------------------*/

.center_banner{
	margin-top: 5px;
	margin-bottom: 20px;
}
.box{
	float: left;
	width: 190px;
	max-width: 170px;
	height: 265px;
	max-height: 235px;
	border: 1px solid #999;
	padding: 15px 10px;
}
.box ul{
	margin-top: 15px;
}
.box ul li{
	list-style-type: decimal;
	list-style-position: inside;
}
.box strong{
	font-weight: bold;
}
.box p{
	margin-top: 15px;
}
.box p.line{
	border-top: 1px solid #999;
	padding-top: 15px;
}
.box p.center{
	text-align: center;
}
.small_sbox{
	float: left;
	width: 180px;
	max-width: 160px;
	padding: 15px 10px;
}
.large_sbox{
	float: left;
	width: 380px;
	max-width: 360px;
	padding: 15px 10px;
}
.large_sbox strong{
	font-weight: bold;
}



/* margin only class
--------------------------------------*/

.left5{
	margin-left: 5px;
}
.left10{
	margin-left: 10px;
}
.bottom30{
	margin-bottom: 30px;
}

