@charset "Shift_JIS";

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

.lineBox {
	border:solid 2px #eee;
	height:auto;
	margin:20px 0px 30px 0px;
	padding:15px;
}

.step {
	float:left;
	width :43px;
	margin-right:15px;
}
.tejyun {
	float:left;
	width :620px;
}

.tejun_title {
	background-image:url(../img/cbt/tejun_title_bg2.gif);
	background-repeat:no-repeat;
	color:#303e4b;
	font-weight:bolder;
	height:31px;
	padding-left:20px;
	padding-top:7px;
}

.tejyun p {
	margin-bottom:15px;
}

.checkbtn {
	padding-top: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;
}

