@charset "utf-8";
/* CSS Document */

.leadText{
	margin-left:200px;
	font-size:100%;
	font-weight:bold;
	}

.applyArea {
	width:780px;
	
	}

.applyArea a img {
	border:none;
	}

.applyArea table {
	width:760px;
	margin:0 0 0 10px;;

	}
	
.applyArea td {
width:740px;
padding:0 10px;
	}
	
.applyArea table {
	border-top:solid 1px #5cbaf8;
	border-left:solid 1px #5cbaf8;
	}

.applyArea table td,.applyArea table th{
	border-right:solid 1px #5cbaf8;
	border-bottom:solid 1px #5cbaf8;
	}


.applyArea th {
	font-size:100%;
	line-height:1.01;
	background:#5cbaf8;
	color:#FFFFFF;
	padding:7px 0 5px 0;
	
	
	}

.btnArea {
	width:207px;
	margin:-10px 0 10px 282px;
	}
	
.mobileArea {
	/*position:relative;*/
	}
/*.qrArea {
	position:absolute;
	top:0;
	right:30px;
	display:block;
	}*/

.mobileArea .leftArea {
	float:left;
	width:500px;

	}
	
.mobileArea .rightArea {
	float:left;
	}

.mobileArea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .mobileArea {
    height: 1em;
    overflow: visible;
}
/**/


.mtNone {
	margin-top:0px;
	
	}