@charset "utf-8";

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

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

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

.header h1 {
	margin: 20px 0;
	padding: 0.5em 0;
	font-size: 30px;
	background: #EEF;
	color: #116;
	border: 6px solid #DDE;
}

h2 {
	margin: 0 0 20px 0;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #116;
	background-color: #BCD;
	text-align: center;
}

h3 {
	margin: 5px 0;
	padding: 2px 5px;
	font-size: 16px;
	background-color: #336;
	color: #FFF;
}

h4 {
	margin: 0;
	padding: 0;
	color: #060;
}

.err_font {
	margin: 5px 0;
	padding: 0;
	color: #F00;
	font-size: 15px;
	font-weight: bold;
}
.attention {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: left;
	color: red;
}


/*checkboxのサイズを大きくする*/

input[type="checkbox"] {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	width: 15px;
	width: 15px;
	vertical-align: middle;
}

/*小さいフォント*/

.xsmall_font {
	font-size: 11px;
}


/* WEB講習会 2025年度なし
.video_seminar table {
	margin: 5px 0 10px 0;
	width: 100%;
	border-collapse: collapse;
}
.video_seminar tr {
	height: 50px;
}
.video_seminar th {
	font-size: 14px;
	text-align: center;
	border: 1px solid #AAA;
	background-color: #EEE;
}
.video_seminar td {
	padding: 0 14px;
	font-size: 13px;
	border: 1px solid #AAA;
	text-align: left;
}
.video_seminar td {
	text-align: center;
}
.video_seminar td:last-child {
	width: 100px;
}
*/

.site_tour .comment {
	font-size: 12px;
	text-align: right;
	margin-top: -18px;
}
.site_tour table {
	margin: 5px 0 10px 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.site_tour tr {
	height: 60px;
}
.site_tour th {
	text-align: center;
	border: 1px solid #AAA;
	background-color: #EEE;
}
.site_tour td {
	padding: 5px 14px;
	border: 1px solid #AAA;
	text-align: center;
}
.site_tour td:nth-child(1) {
	width: 45px;
}
.site_tour td:nth-child(2) {
	text-align: left;
}
.site_tour td:nth-child(3) {
	font-size: 85%;
	width: 80px;
}
.site_tour td:nth-last-child(3) {
	width: 30px;
}
.site_tour td:nth-last-child(2) {
	width: 110px;
	text-align: left;
}
.site_tour td:last-child {
	width: 35px;
	text-align: center;
}
.site_tour label{
	font-size: 14px;
}

/* 2025年度なし
.site_tour .option_tour {
	text-align: left;
	font-size: 12px;
}
*/


.entry table {
	margin: 5px 0 10px 0;
	width: 100%;
	border-collapse: collapse;
}
.entry th {
	font-size: 13px;
	width: 130px;
	background-color: #EEE;
	padding: 5px 20px 5px 20px;
	border: 1px solid #AAA;
	height: 40px;
	text-align: left;
}
.entry td {
	font-size: 15px;
	padding: 5px 20px 5px 20px;
	border: 1px solid #AAA;
	height: 40px;
	text-align: left;
}
.entry input[type="text"],
.entry select {
	font-size: 15px;
	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 対応*/
}
.entry .privacy {
	font-size: 12px;
	margin: 20px auto;
	padding: 0 4em;
	text-align: left;
}
.entry .privacy label {
	font-weight: bold;
	font-size: 16px;
}



.apply_submit,
.confirm_submit,
.thanks_submit,
.closed_submit
{
	margin: 20px 0 0 0;
	text-align: center;
}
.apply_submit .btn,
.confirm_submit .btn,
.thanks_submit .btn,
.closed_submit .btn
{
	border: 2px solid #89A;
	border-radius: 0.3em;
	font-weight: bold;
	font-size: 18px;
	color: #345;
	padding: 10px 20px;
	background-color: #DDD;
}
.apply_submit .btn:active,
.confirm_submit .btn:active,
.thanks_submit .btn:active,
.closed_submit .btn:active
{
	color: #FFF;
	background-color: #DDD;
}
.apply_submit .btn:disabled,
.confirm_submit .btn:disabled,
.thanks_submit .btn:disabled,
.closed_submit .btn:disabled
{
		color: #CCC;
		background-color: #EEE;
		border: none;
}



.confirm table{
	margin: 20px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
.confirm th {
	font-size: 90%;
	width: 130px;
	background-color: #EEE;
	padding: 5px 20px 5px 20px;
	border: 1px solid #AAA;
	height: 40px;
	text-align: left;
}
.confirm td {
	font-size: 90%;
	padding: 5px 20px 5px 20px;
	border: 1px solid #AAA;
	height: 40px;
	text-align: left;
}
.confirm p {
	margin: 0;
	padding: 5px 0;
	font-size: 95%;
}



.thanks h3 {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}
.thanks p {
	font-size: 90%;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}
.thanks ul, li {
	font-size:90%;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: left;
}



.closed {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.closed p {
	font-size: 100%;
	text-align: center;
}





/* 入力フォーム */

.blk3 td {
	height: 3em;
}
.blk3 td:nth-child(4),
.blk3 td:nth-child(5) {
	text-align: center;
}
.blk3 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;
}
.blk3 select {
	height: 2em;
	font-size: 16px;
}