@charset "euc-jp";
/* CSS Document */



body {
	text-align: center;
	background-color:#080a0c;
	background-image:none;
}



#main .registration {
	width:600px;
	margin:0 auto;
	padding:20px 0;
}

#main .registration .left-box {
	width:120px;
	height:auto;
	padding:auto;
	text-align: center;
	margin: 0 auto;
	float:left;
}

#main .registration .right-box {
	width:460px;
	height:auto;
	padding:auto;
	text-align:left;
	float:right;
}

.registration .icon_platform{
	padding-top: 10px;
}


.left-box_in{
	width:47%;
	min-height:auto;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
	border: solid 1px #f00;
	float:left;
}

.left-box_in h4{
	font-size:12px;
	line-height:1;
	color: #f00;
	font-weight:bold;
	margin-bottom:5px;
	height:30px;
}

.right-box_in{
	width:47%;
	min-height:auto;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
	border: solid 1px #00f;
	float:right;
	
}

.right-box_in h4{
	font-size:12px;
	line-height:1;
	color: #00f;
	font-weight:bold;
	margin-bottom:5px;
	height:30px;

}

.text-box{	min-height:120px;}

.btn_regist {
	width:158px;
	margin: 0 auto;
	text-align: center;
	display:block;
	
}

.btn_regist a {
	background:url(/nol/procedure/images/btn_serial01.jpg) top center no-repeat;
	height:35px;
	width:158px;
	display:block;
	overflow:hidden;
	text-align:center;
	text-indent:-9999px;
}

.btn_regist a:hover	{
	background-position: 0 -35px;
}

.lead {
	padding:10px 5px 5px;
}

.at {
	font-size: 11px;
	line-height:1.2;
	margin-top:10px;
	padding:10px 5px;
	background-color:#eee;
}

.caution { background: #ffeeee; color: #cc0000;
           margin: 5px 0 10px; padding: 5px;
		   border: solid 1px #cc0000; }

.caution h5 { font-weight: bold;
              border-left: solid 3px #cc0000;
	          margin-bottom: 5px; padding-left: 5px; }




/*

#main .registration p{
	margin:5px;
	text-align:left;
}

#main .registration .right-box2 {
	width:235px;
	height:auto;
	padding:auto;
	text-align:left;
	background-color:#00f;
	float:left;
}

*/

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
