/*
==================================================

	CSS File Name - apply.css
	Last-updated: 2015-04-14
    
	+1: public
	+2: explain
	+3: applying
	
==================================================
*/

/*--------------------------------------------------
+1: public
==================================================*/
body {
	background-color: #F6F6F6;
}
section {
	width: 100%;
	padding: 20px;
}
/*--------------------------------------------------

/*--------------------------------------------------
+2: explain
==================================================*/
#explain h1 {
	padding-bottom: 15px;
	border-bottom: 1px #cdcdcd solid;
	text-align: center;
	font-size: 18px;
	color: #434343;
}
#explain .explains dl {
	position: relative;
	margin-top: 20px;
	padding-left: 50px;
}
#explain .explains dl:before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #43a0ff;
	background-image: url(../../Images/wap/apply/ico-explain.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#explain .explains dl:nth-child(1):before {
	background-position: center top;
}
#explain .explains dl:nth-child(2):before {
	background-position: center center;
}
#explain .explains dl:nth-child(3):before {
	background-position: center bottom;
}
#explain .explains dl dt {
	padding-bottom: 8px;
	font-size: 15px;
	color: #777777;
}
#explain .explains dl dd {
	font-size: 12px;
	color: #a9a9a9;
}
/*--------------------------------------------------

/*--------------------------------------------------
+3: applying
==================================================*/
#applying {
	padding: 0 20px 10px;
}
#applying h2 {
	padding: 20px 0;
	border-top: 1px #cdcdcd solid;
	color: #777777;
	font-size: 14px;
	text-align: center;
}
#applying h2 a {
	color: #197ae5;
}
#applying table {
	width: 100%;
	font-size: 14px;
}
#applying table tr>td>label>span, #applying table tr>td>.country{
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding: 8px;
	background-color: #FFFFFF;
	border: 1px #cdcdcd solid;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
#applying table tr td .country {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	margin-right: 5%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 36px;
	background-image: url(../../Images/wap/apply/ico-checkbox.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #a9a9a9;
	text-align:  center;
	overflow:  hidden;
	-webkit-background-size: auto 62%;
	background-size: auto 62%;
}
#applying table tr td .country:last-child {
	margin-right: 0;
}
#applying table tr td .sel {
	background-image: url(../../Images/wap/apply/ico-checkbox-ch.gif);
	color: #43a0ff;
}
#applying table tr td input[type=checkbox] {
	position: absolute;
	left: -999px;
}
#applying table tr td input[type=text],
#applying table tr td input[type=password] {
	width: 95%;
	border: none;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 26px;
	outline: none;
}
#applying table tr td input[placeholder] {
   color: #cdcdcd !important;
}
#applying table tr td input[type=button] {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	border: none;
	background-color: #43a0ff;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:0 5px 0 5px;
}
#applying dl {
	padding-bottom: 25px;
}
#applying dl dt {
	padding-bottom: 20px;
	font-size: 14px;
	color: #FEC131;
}
#applying dl dt:before {
	float: left;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 2px 10px 0 0;
	background: url(../../Images/wap/apply/ico-notice.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#applying dl dd input {
	width: 100%;
	padding: 12px 0;
	background-color: #43a0ff;
	color: #FFFFFF;
	font-size: 18px;
	border: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/*--------------------------------------------------
