@charset "utf-8";

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

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


/*ヘッダ*/

.header {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 100px;
	background-color: #69C;
	border-top: 25px solid #048;
}

.header h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	color: #FFF;
	font-size: 40px;
	text-shadow: 2px 2px 2px #048;
/*	font-family: serif;*/
}

.header h2 {
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	color: #FFF;
	font-size:25px;
/*	font-family: serif;*/
	text-shadow: 2px 2px 2px #468;
}

.header .font_s {
	font-size: 25px;
	padding: 0 0.5em 0 2.2em;
}

.summary h2,
.apply_form h2,
.thanks h2,
.closed h2,
.download h2,
.contents h2 {
	margin: 20px 0 20px 0;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #EE5;
	background-color: #048;
	/*text-shadow: 1px 1px 1px #468;*/
	text-align: center;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}

.summary h3 {
	margin: 20px 0 20px 0;
	padding: 15px 5px;
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: #ED0;
	background-color: #048;
	text-shadow: 1px 1px 3px #00F;
	text-align: center;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}

.summary .font_l,
.apply_form .font_l {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
}

.summary .kaijou,
.apply_form .kaijou,
.thanks .kaijou,
.closed .kaijou {
	background-color: #F63;
	text-shadow: 1px 1px 1px #B64;
	color: #FFF;
}

.summary .live,
.apply_form .live,
.thanks .live,
.closed .live {
	background-color: #69C;
	text-shadow: 1px 1px 1px #47A;
	color: #FFF;
}


/*概要*/

.summary {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.summary p {
	margin: 0;
	padding: 0 0.5em 0 -1em;
	font-size: 14px;
	text-indent: 1em;
	line-height: 1.6em;

}

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

.summary th {
	padding: 0px;
	width: 150px;
	font-size: 90%;
	font-weight: bold;
	color: #222;
	background-color: #EEF;
	border: 1px solid #888;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}

.summary td {
	font-size: 14px;
	border-style: none;
	text-align: left;
	padding: 5px 5px 5px 10px;
}

.summary ul {
	margin: 0.5em 0;
	padding: 0 0 0 1em;
}

.summary li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style-type: none;
	text-indent: -1.3em;
	line-height: 1.5em;
	width:100%;
}


/*申込ボタン*/

.summary .moushikomi {
	margin: 20px auto;
	padding: 20px 0;
	text-align: center;
}

.summary .moushikomi .btn1,
.summary .moushikomi .btn2 {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	border: none;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 2px #666;
}
.summary .moushikomi .btn1 {
	background-color: #69C;
}
.summary .moushikomi .btn2 {
	background-color: #F63;
}
.summary .moushikomi .btn1:hover{
	opacity: 80%;
	/*border: 3px solid #9CF;*/
}
.summary .moushikomi .btn2:hover {
	opacity: 80%;
	/*border: 3px solid #F63;*/
}
.summary .moushikomi .btn1:active {
	background: -moz-linear-gradient(top, #69C, #8BE);
	background: -webkit-linear-gradient(top, #69C, #8BE);
	background: linear-gradient(to bottom, #69C, #8BE);
}
.summary .moushikomi .btn2:active {
	background: -moz-linear-gradient(top, #D86, #FA8);
	background: -webkit-linear-gradient(top, #D86, #FA8);
	background: linear-gradient(to bottom, #D86, #FA8);
}



/*時間割*/

.schedule {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.schedule table{
	margin: 0 0 30px 0;
	font-size: 15px;
	width: 100%;
	border-collapse: collapse;
}

.schedule th {
	background-color: #259;
	padding: 5px;
	border: 1px solid #AAA;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

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

.schedule tr:nth-child(2n+1) td:nth-child(2) {
	background-color: #FFF;
}

.schedule td:nth-child(1) {
	width: 120px;
	background-color: #EEF;
}


/*報告内容*/

.program {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.program h3 {
	margin: 0;
	padding: 0;
	color: inherit;
}

.program table{
	margin: 0 0 10px 0;
	width: 800px;
	border-collapse: collapse;
}

.program th {
	padding: 2px 0;
	border: 1px solid #AAA;
	background-color: #259;
	color: #FFF;
	text-align: center;
}

.program td {
	padding: 5px;
	border: 1px solid #AAA;
	font-size: 12px;
}

.program td:nth-child(1) {
	width: 50px;
	text-align: center;
}
.program td:nth-child(2) {
	width: 90px;
	text-align: center;
}
.program td:nth-child(3) {
	text-align: left;
}
.program td:nth-child(4) {
	width: 340px;
	text-align: left;
}
.program tr:nth-child(even) {
	background-color: #FFF;
}
.program tr:nth-child(odd) {
	background-color: #DEF;
}

/*
.program td:nth-child(1){
	width: 60px;
	text-align: center;
	font-weight: bold;
}

.program td:nth-child(2){
	width: 430px;
}
.program tr:nth-child(2n) td:nth-child(1) {
	background-color: #DED;
}

.program tr:nth-child(2n+1) td:nth-child(1) {
	background-color: #BCB;
}

.program tr:nth-child(2n+1) td:nth-child(n+2){
	background-color: #EFE;
}
*/
.program .small_font {
	font-size: 12px;
}


/*入力フォーム*/

.apply_form {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

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

.apply_form .small_font {
	padding: 5px 0 0 0;
	font-size: 12px;
}

.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;
	font-weight: bold;
}

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

.apply_form input[type="text"],
.apply_form select {
	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 .apply_msg p {
	font-size: 14px;
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
}

.apply_submit {
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
}

.apply_submit input[type="submit"],
.apply_submit input[type="button"] {
	margin: 0 10px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
/*
	color: inherit;
	border: 2px solid #AAA;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
*/
}


/*confirmの下*/

.apply_submit .confirm_ft {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5em;
}



/*thanks*/

.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;
}



.download {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.download h3 {
	margin: 0;
	padding: 0.5em;
	font-size: 100%;
	font-weight:bold;
	color: inherit;
	background: inherit;
	/*box-shadow: 2px 2px 6px #AAA;*/
}

.download table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.download tr {
	border: solid 1px #468;
}

.download1 th {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	background-color: #FFE;
	padding: 10px;
	width: 550px;
	height: 3.5em;
}

.download1 td {
	font-size: 100%;
	text-align: right;
	background-color: #FFE;
	padding: 10px;
	height: 3.5em;
}

.download2 th {
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	background-color: #FFF;
	padding: 10px;
	width: 550px;
}

.download2 td {
	font-size: 100%;
	text-align: right;
	background-color: #FFF;
	padding: 10px;
}

.download .btn {
	position: relative;
	display: inline-block;
	padding: 3px 20px 2px 20px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-color: #C55;
/*	border-bottom: solid 2px #37B;*/
	border: none;
	border-radius: 0.3em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
	font-size: 80%;
	font-weight: normal;
}

.download .btn:active {
	background: #050;
	/*border-bottom: solid 2px #59D;*/
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 1);*/
}

.download p {
	margin: 0;
	padding: 0 1em;
	font-size: 85%;
	line-height: 1.8em;
}



.contents {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.contents p {
	text-align: center;
}

.contents h3 {
	margin: 50px 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
}

.contents iframe {
	margin: 0 0 20px 0;
	border: 1px solid #070;
}

.contents .btn {
	font-size: 95%;
	text-align: center;
}
.contents .btn a {
	border-radius: 4px;
	padding: 5px 15px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #F50;
}
.contents .btn a:hover {
	background-color: #F70;
	color: #FFF;
	animation: fxs 0.08s linear 3;
}
@keyframes fxs {
	0% {opacity: 0;}
	100%{opacity: 1}
}
.contents .btn a:active{
	background-color: #F90;
	color: #FFF;
}

.questionnaire {
	margin: auto;
	width: 800px;
	text-align: left;
	line-height: 2em;
	font-size: 90%;
}

.questionnaire h2 {
	text-align: center;
}

.questionnaire_err {
	font-size: 85%;
	color: red;
}

.answer {
	padding-left: 1em;
}

.answer input[type="text"] {
	font-size: 15px;
	height: 1.5em;
}

.answer select {
	width: 180px;
	font-size: 15px;
	height: 1.5em;
}

.answer textarea {
	padding: 0.5em;
	font-size: 15px;
	resize: none;
}
