@charset "utf-8";
/*-----------------------------------*
 *index
 *-----------------------------------*/
#contents{
	margin:0 auto;
}


/*logo_area*/
.logo_area{
	margin-bottom:30px;
	text-align:center;
}


/*txt_area*/
.txt_area{
	margin-bottom:30px;
	text-align:center;
	font-size:15px;
}


/*input_area*/
.input_area{
	margin-bottom:30px;
	text-align:center;
}

.input_area input[type="text"]{
	width:290px;
	height:25px;
	padding-left:5px;
	padding-right:5px;
}


/*system_req*/
.system_req{
	width:520px;
	margin:0 auto 30px auto;
	padding:15px 20px;
	color:#3D62AC;
	background-color:#eee;
}

.system_req h2{
	padding-bottom:2px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #3D62AC;
}

.system_req h3{
	margin-top:15px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:normal;
}

.system_req dl{
	zoom: 100%;
	margin-bottom:5px;
}

.system_req dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.system_req dt{
	float:left;
	width:80px;
	margin-right:20px;
}

.system_req dd{
	float:left;
	width:420px;
}
