@charset "utf-8";

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gotric ProN', 'ヒラギノ角ゴProN W3', Meiryo, メイリオ, sans-serif;
	background: #EEE;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-color: #096;
}

.wrapper {
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto 50px auto;
	padding: 0 80px 50px 80px;
	border: 1px solid #AAA;
	background-color: #FFF;
}

.header {
	position: relative;
	margin: 0px;
	padding: 10px 0 0 0;
}

.header .hd1 {
	margin: 0;
	padding: 10px 0;
	background: linear-gradient(#0A0,#7B4);
	border: 2px solid #FFF;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	box-shadow: 2px 2px 4px #BBB;
}

.header .hd1 h1 {
	margin: 10px auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1em;
	text-shadow: 1px 1px 1px #170;
}

.header .hd1 h2 {
	margin: 10px auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1em;
	text-shadow: 1px 1px 1px #170;
}

.header .hd2 {
	margin: 10px auto 0 auto;
	padding: 10px 0 0 0;
}

.header .hd2 h2 {
	margin: 0 0 10px 0;
/*	font-family: "Noto Sans JP", sans-serif;*/
	font-size: 32px;
	font-weight: bold;
/*	text-shadow: 2px 2px 1px #DDD;*/
	color: inherit;
	text-align: center;
	line-height: 1.2em;
}





.apply_form {
	margin: 0;
	padding: 0;
}

.apply_form .apply_err_font {
	color: red;
	font-weight: bold;
}

.apply_form p {
	font-size: 14px;
}

.apply_form .xsmall {
	margin-top: 0.5em;
	font-size: 12px;
}

.apply_form h2,
.confirm h2,
.thanks h2,
.closed h2 {
	font-size: 20px;
	padding: 5px 0;
	font-weight: bold;
	color: inherit;
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
	background-color: #FFF;
	text-align: center;
}

.apply_form h3 {
	border-left: 10px solid #99E;
	border-bottom: 1px solid #99E;
	padding: 5px 15px;
	background-color: #EEE;
}

.apply_form table{
	margin: 15px 0;
	width: 800px;
	border-collapse: collapse;
}

.apply_form th {
	font-size: 14px;
	background-color: #EEE;
	padding: 5px 20px 5px 20px;
	border: 1px solid #AAA;
	height: 40px;
	text-align: left;
}

.apply_form .cen th,
.apply_form .cen td {
	text-align: center;
}


.apply_form td {
	font-size: 14px;
	padding: 5px 20px 5px 20px;
	border: 1px solid #AAA;
	height: 40px;
	text-align: left;
}

.apply_form input[type="text"], .apply_form select {
	font-size: 95%;
	height: 30px;
	border: 1px solid #888;
	text-align: left;
	padding: 0px 0px 0px 10px;
	border-radius: 4px;
		-webkit-border-radius: 4px;/* for Safari and Chrome 対応*/
		-moz-border-radius: 4px;/* for Firefox 対応*/
}

.apply_form input[type="checkbox"] {
		-webkit-transform: scale(1.5);
/*    -webkit-transform-origin:0 0;*/
		-moz-transform: scale(1.5);
/*    -moz-transform-origin:0 0;*/
		-ms-transform: scale(1.5);
/*    -ms-transform-origin:0 0;*/
		width:15px;
		width:15px;
		vertical-align:middle;
}
.apply_form select {
	width: 240px;
	height: 2em;
	font-size: 14px;
	border-radius: 5px;
}






.apply_submit {
	margin: 30px 0 0 0;
	text-align: center;
}


.apply_submit input[type="submit"],
.apply_submit input[type="button"] {
	margin: 0 20px;
	padding: 5px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #C40;
	box-shadow: 1px 1px 1px #C40;
	background-color: #D70;
	border: none;
	border-radius: 4px;
		-webkit-border-radius: 4px;/* for Safari and Chrome 対応*/
		-moz-border-radius: 4px;/* for Firefox 対応*/
}

.apply_submit input[type="submit"]:hover,
.apply_submit input[type="button"]:hover {
	background-color: #E80;
}

.apply_submit input[type="submit"]:active,
.apply_submit input[type="button"]:active {
	background-color: #C60;
	box-shadow: inset 2px 2px 2px #C60;
}





.confirm {
	margin: 0;
	padding: 0;
	text-align: center;
}

.confirm table{
	margin: 15px 0;
	width: 800px;
	border-collapse: collapse;
}

.confirm th {
	font-size: 14px;
	background-color: #EEE;
	padding: 5px 20px;
	border: 1px solid #AAA;
	height: 40px;
	text-align: left;
	width:200px;
}

.confirm td {
	font-size: 14px;
	padding: 5px 20px;
	border: 1px solid #AAA;
	height: 40px;
	text-align: left;
}

.confirm p {
	font-size: 13px;
	text-align: center;
}










.thanks {
	margin: 0;
	padding: 0;
}

.thanks h3 {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}

.thanks p {
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: left;
}
