@charset "UTF-8";

/*=================================================
/*-----------------default-----------------*/


html,body {
	width: 100%;
}

body * {
	display: block;
	margin:0 auto;
}

body>* {
	margin:0 auto;
	width: 100%;
}

header {
	height: 26px;
	padding: 14px 10px 12px;
	width: 300px;
}
	header h1#headerLogo {
		float: left;
	}

	header #headerJna {
		float: right;
	}

#topImage {
	display: block;
	margin-bottom: 9px;
}

#catch01 {
	margin-bottom: 10px;
}

#reasonSelect {
	margin-bottom: 6px;
}

#reasons3 {
	margin-bottom: 15px;
}

.btnRequest {
	margin-bottom: 9px;
}

.btnRequestA {
	margin-top: -5px;
}

a:hover.btnRequestA img {
	opacity: 0.5;
}

#reasonJob {
	margin-bottom: 15px;
}

#voiceDesc {
	margin-bottom: 25px;
}

.aboveThePin {
	margin-bottom: 14px;
}

#lastSupportDesc {
	margin-bottom: 9px;
}

#lastColumn .btnRequestA {
	margin-top: 0px;
}

footer {
	border: none;
}
body script{
	display: none;
}