@charset "utf-8";

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



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



.header {
	margin: 0px;
	padding: 10px 0px;
	line-height: 1em;
}

.header h1 {
	font-family:'Lucida Grande','Hiragino Kaku Gotric ProN','ヒラギノ角ゴProN W3',Meiryo,メイリオ,sans-serif;
	font-weight: bold;
	font-size: 26pt;
	/*position: relative;*/
	padding: 0.5em 0 0.3em 0;
	background: #EEE;
	color: #227;
	/*text-shadow: 2px 2px 2px #CCC;*/
	box-shadow: 2px 2px 6px #AAA;
	text-align: center;
	line-height: 26pt;
	/*letter-spacing: 5px;*/
/*
	border: 4px solid #AAA;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
*/
}



.contents {
	text-align: center;
}

.contents h2 {
	font-size: 13pt;
	font-weight:normal;
	color: #FFF;
	background: #227;
	border: 1px solid #227;
	border-top: 1px solid #227;
	border-left: 1px solid #227;
	padding: 2px 5px 2px 12px;
	box-shadow: 2px 2px 6px #AAA;
/*
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
*/
}

.contents hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-color: #333;
}



.summary {
	margin: 0;
	font-size: 90%;
}

.summary .setsumei {
	margin: 20px 0;
	text-align: left;
}

.summary .setsumei p {
	margin: 0 1em;
	padding: 0;
	text-indent: 1em;
	line-height: 1.5em;
}

.summary table {
	width: 100%;
	border-style: none;
	border-spacing: 10px;
}

.summary th {
	font-weight: normal;
	border: 1px solid #227;
	background-color: #FFF;
	padding: 10px 0px;
	width: 180px;
	box-shadow: 2px 2px 4px #AAA;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}

.summary td {
	line-height: 1.5em;
	border-style: none;
	text-align: left;
	background-color: #FFF;
	padding: 10px;
}

.summary td .bl1 {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-size: inherit;
	text-indent: 0.5em;
	font-weight: normal;
}

.summary td .bl2 {
	font-size: 13px;
	text-indent: 0.5em;
}

.summary td .bl3 {
	margin-top: 0.5em;
	font-size: 13px;
	text-indent: 0.5em;
	font-weight: bold;
}

.summary ul {
	margin: 0.5em 0;
	padding-left: 0.5em;
	font-size: 100%;
	list-style-position: inside;
}

.summary li {
	margin: 0;
	font-size: 90%;
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2em;
}

.summary .blk {
	margin: 0.5em 0;
	padding: 0.5em;
	width: 100%;
	border: 1px dotted #FAA;
	background-color: #FFF2F2;
}

.summary .btn {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background: #227;
	border-radius: 0.4em;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
	font-size: 14pt;
	font-weight: bold;
}

.summary .btn:active {
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.summary .inf {
	font-size: 80%;
	margin-top: 1em;
	color: red;
}



.program {
	font-size:80%;
}

.program table{
	width: 100%;
	border-collapse: collapse;
}

.program tr:nth-child(odd) {
	background-color: #EEE;
}

.program th {
	background-color: #FFC;
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
}

.program td {
	padding: 5px;
	border: 1px solid #CCC;
	text-align: left;
}



.flow {

}

.flow p {
	display: block;
	margin: auto;
	padding: 10px 0 0 0;
	width: 70%;
	font-size:80%;
	line-height: 1.8em;
	text-align:left;
}

.flow h3 {
	font-size: 100%;
	width: 75%;
	border: 1px solid #888;
	display: block;
	margin: auto;
	padding: 10px 0;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}

.flow .bg_ffc h3 {
	background-color: #FFC;
}

.flow .bg_cff h3 {
	background-color: #CFF;
}

.flow .ins {
	margin:10px 0;
}

.flow .btn {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background: #227;
	border-radius: 0.4em;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
	font-size: 14pt;
	font-weight: bold;
}

.flow .btn:active {
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}



.apply_form {
	font-size: 90%;
}

.apply_form table{
	width: 100%;
	border-collapse: collapse;
}

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

.apply_form .bg_eef {
	background-color: #EEF;
}

.apply_form .bg_fff {
	background-color: #FFF;
	border: none;
	text-align: center;
}

.apply_form td {
	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;
		-moz-border-radius: 4px;
}

.apply_form input[type="text"] {
	background-color: #FFF;
}

.apply_form input[type="text"]:focus {
	background-color: #EFF;
}

.apply_form input[type="button"] {
	border: 1px solid #888;
	background-color: #FDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.apply_form input[type="button"]:active {
	background-color: #866;
}

.apply_form .btn_right {
	/*position: relative;*/
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.apply_form .soufusaki {
	font-size: 95%;
	line-height: 3em;
}

.apply_form .msg p {
	font-size: 90%;
	text-align: left;
	margin-left:12%;
	margin-right:12%;
}

.apply_form .err_font {
	color: red;
	font-weight: bold;
	text-align:left;
}

.apply_form .small_font {
	font-size: 90%;
	text-align: left;
}

.apply_form .xsmall_font {
	font-size: 85%;
	margin: 10px 0;
	text-align: left;
	line-height: 1.5em;
}

.apply_form .delete_btn {
	display: inline-block;
	width: 50%;
	text-align: right;
}

.confirm {
	font-size:90%;
}

.confirm table{
	width: 100%;
	border-collapse: collapse;
}

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

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

.confirm .bg_eef {
	background-color: #EEF;
}

.confirm .bg_fff {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: none;
	text-align: left;
	height: 10px;
}

.confirm .msg {
	margin: 20px auto;
	width: 28em;
	text-align:left;
}



.thanks {
	width: 600px;
	margin: 50px auto;
	text-align: left;
}

.thanks .ipn, .thanks .mbr {
	margin: 2em 0;
}

.thanks .ipn div, .thanks .mbr div {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}


.thanks h3 {
	text-align: center;
}

.thanks h4 {
	margin: 0.5em 0;
	padding: 0.5em;
	font-size: 16px;
	border: 1px solid #AAA;
	border-radius: 5px;
}

.thanks .ipn h4{
	background-color: #FFD;
}

.thanks .mbr h4{
	background-color: #FDD;
}

.thanks p {
	text-align: left;
}

.thanks ul {
	padding-left: 1em;
}

.thanks li {
	padding-left: 0em;
	text-align: left;
	font-size: 80%;
}

pre {
	white-space: pre-wrap;
	line-height: 2em;
}