@charset "Shift_JIS";

.content{
	width: 713px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.Box01 {
	border:solid 2px #eee;
	height:100%;
	margin:20px 0px 0px 0px;
	padding:15px;
}
.Box02 {
	border:solid 2px #eee;
	height:100%;
	margin:20px 0px 0px 0px;
	padding:15px;
}


.Box01 dt {
	float:left;
	margin-right:15px;
	margin-bottom:310px;
}
.Box02 dt {
	float:left;
	margin-right:15px;
	margin-bottom:70px;
}

.Box_attenstion {
	border:solid 2px #CC0000;
	background:#ffffee;
	height:50px;
	width:400px;
	margin:10px 0px 0px 60px;
	padding:15px;
}

.checkbtn {
padding-top:10px;
padding-bottom:10px;
}

.freetestbtn {
padding-top:20px;
padding-bottom:10px;
}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content : ".";
	display : block;
	visibility : hidden;
	clear : both;
	height : 0.1px;
	font-size : 0.1em;
	line-height : 0;
}
/**IE6*/
* html .pkg {
	display: inline-block;
}
/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}
