	@charset "UTF-8";
/* CSS Document */
/* Original Color #004a98 */
/* Shade Color #007afa */
/* Tint Color #e6f2ff */
body {
	font-family: Shin Go Regular;
}
h1 {
	text-align: center
}
.top-banner {
	max-width: 800px;
	width: 100%;
	margin: auto;
}
img.top_banner {
	max-width: 100%;
	height: auto;
}
.menubar {
	max-width: 800px;
	width: 100%;
	background-color: #004a98;
	margin: auto;
}
.menubar ul#menu {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.menubar ul#menu li {
	width: 12.5%;
	float: left;
	overflow: hidden;
}
.menubar ul#menu a {
	height: 1rem;
	background-color: #004a98;
	color: #ffffff;
	margin: 0;
	padding: 0.5rem;
	border: 0.5px solid white;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Shin Maru Go Regular;
	font-size: x-small;
	/*font-size: small;*/
}
.menubar ul#menu a:hover {
	background-color: #007afa;
	color: #ffffff;
}
/* メニューバー直後のClearfix これ大事 */
div.menubar ul#menu {
	zoom: 1;
}
div.menubar ul#menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.contents {
	max-width: 800px;
	width: 100%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 3px 0px;
	background: #e6f2ff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	font-size: small;
}
.contents .contents-title {
	padding: 3px;
	background: #004a98;
	text-align: center;
	font-size: medium;
	font-family: Shin Maru Go Regular;
	color: #ffffff;
}
.contents p {
	margin: 0px 10px 5px 10px;
}
.contents ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
}
.contents li {
	margin: 0px 10px 0px 0px;
	padding: 1px;
	list-style-type: circle;
}
ol.last_parentheses {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
}
ol.last_parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
ol.last_parentheses li:before {
	display: marker;
	content: counter(cnt) ") ";
}
.copyright {
	max-width: 800px;
	width: 100%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 5px 0px;
	background: #004a98;
	font-size: small;
	color: #ffffff;
	text-align: center;
	font-size: xx-small;
}
iframe {
	max-width: 95%;
}
table.formTable {
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}
table.formTable th {
	width: 20%;
	font-weight: normal;
	background: #efefef;
	text-align: right;
}
table.registration {
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.registration td {
	/*    border: 1px solid #004a98;*/
	border: 1px solid #ffffff;
	background: #98caff;
	padding: 5px;
}
table.registration th {
	width: 15%;
	font-weight: normal;
	background: #004a98;
	text-align: center;
	/*    border: 1px solid #004a98;*/
	border: 1px solid #ffffff;
	padding: 5px;
	color: #ffffff;
}
.registration_contents {
	margin: 0px 0px 10px 3px;
	padding: 0px 11px 0px 20px;
	/*	padding-left: 2em;
    text-indent: 0.5em;
    padding-left: 6em;
    text-indent: -4em;*/
}
.program {
	border: 1px solid #326eac;
	/* t,r,b,l */
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 10px 0px;
	/*border-bottom: solid 1px 004a98;
    /*background: linear-gradient(to right, #e6f2ff,#004a98 );
   /* color: #ffffff;*/
	/* t,r,b,l */
	/*margin: 30px 5px 10px 5px;
    padding: 5px 10px 5px 10px;
    /*font-weight: bold;*/
	/* text-decoration: underline; */
}
.program_title {
	/*border-top: solid 1px #004a98;
    /*background: linear-gradient(to right, #004a98, #e6f2ff);*/
	background: #326eac;
	color: #ffffff;
	/* t,r,b,l */
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
	/* text-decoration: underline; */
}
.program_date {
	margin: 3px 3px 3px 3px;
	padding: 3px 10px 3px 25px;
	/*text-align: right;*/
}
.program_subtitle {
	margin: 3px 13px 3px 13px;
	padding: 2px 10px 1px 5px;
	font-weight: bold;
	/* text-decoration: underline; */
	border-bottom: 1px solid #326eac;
	border-left: 5px solid #326eac;
}
.program_contents {
	margin: 0px 3px 0px 3px;
	padding: 0px 20px 0px 20px;
	padding-left: 6em;
	text-indent: -4em;
}
.program_comment {
	margin: 0px 3px 0px 3px;
	padding: 0px 20px 0px 20px;
	padding-left: 3.5em;
	text-indent: -1.5em;
}
input.text {
	width: 95%;
}
textarea {
	width: 95%;
}
@media screen and (max-width: 600px) {
	.menubar {
		max-width: 800px;
		width: 100%;
		background-color: #004a98;
		margin: auto;
	}
	.menubar ul#menu {
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	.menubar ul#menu li {
		width: 25%;
		float: left;
		overflow: hidden;
	}
	.menubar ul#menu a {
		height: 1rem;
		background-color: #004a98;
		color: #ffffff;
		margin: 0;
		padding: 0.5rem;
		border: 0.5px solid white;
		display: block;
		text-decoration: none;
		text-align: center;
		font-family: Shin Maru Go Regular;
		font-size: xx-small;
		/*font-size: small;*/
	}
	.menubar ul#menu a:hover {
		background-color: #007afa;
		color: #ffffff;
	}
	/* メニューバー直後のClearfix これ大事 */
	div.menubar ul#menu {
		zoom: 1;
	}
	div.menubar ul#menu:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	table.formTable {
		max-width: 800px;
		width: 95%;
		margin: 0 auto;
		border-collapse: collapse;
	}
	table.formTable td, table.formTable th {
		border: 1px solid #ccc;
		padding: 10px;
	}
	table.formTable th {
		width: 25%;
		font-weight: normal;
		background: #efefef;
		text-align: right;
	}
	table.registration {
		max-width: 800px;
		width: 95%;
		margin: 0 auto;
		border-collapse: collapse;
	}
	table.registration td {
		/*    border: 1px solid #004a98;*/
		border: 1px solid #ffffff;
		padding: 5px;
		font-size: x-small;
	}
	table.registration th {
		width: 15%;
		font-weight: normal;
		background: #004a98;
		text-align: center;
		/*    border: 1px solid #004a98;*/
		border: 1px solid #ffffff;
		padding: 5px;
		font-size: x-small;
	}
