@charset "utf-8";




/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
/*	background: transparent;*/
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =Fonts
-------------------------------------------------------------- */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Georgia, "Bitstream Charter", serif;
}




/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-color: #dbdee6;
	padding: 0 10px;
	text-align: center;
}

body,
input,
textarea {
	color: #2e2f33;
	font-size: 13px;
	line-height: 1.5;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link,
a:visited {
	color: #0066cc;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-botttom: 10px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-botttom: 10px;
}

.clear {
	clear: both;
}

.justifyleft {
	text-align: left;
}

.justifyright {
	text-align: right;
}

.center,
.centerize {
	text-align: center;
}

.red {
	color: #d60000;
}

.yellow {
	color: #ffbd10;
}

.blue {
	color: #5a8cc6;
}

.bold {
	font-weight: bold;
}

.sub {
	font-size: 0.95em;
	font-weight: normal;
}

.large {
	font-size: 1.11em;
}

.x-large {
	font-size: 1.21em;
}

.xx-large {
	font-size: 1.41em;
}




/* =Layout and Structure
-------------------------------------------------------------- */

#wrapper {
	width: 880px;
	margin: 0 auto;
	border-right: 1px solid #142966;
	border-left: 1px solid #142966;
	overflow: hidden;
	background-color: #f2f2f2;
	text-align: left;
}

#wrapper #header {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #f2f2f2;
	overflow: hidden;
	text-align: left;
}

#wrapper #mainmenu {
	width: 100%;
	height: 40px;
	border-top: 1px solid #142966;
	background-color: #6680cc;
	overflow: hidden;
	text-align: left;
}

#wrapper #main {
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #142966;
	background-color: #f2f2f2;
}

#wrapper #main #container {
	position: relative;
	float: right;
	width: 72%;
	padding-top: 20px;
	background-color: #f2f2f2;
	overflow: hidden;
}

#wrapper #main #sidebar {
	float: left;
	overflow: hidden;
	width: 28%;
	padding-top: 20px;
	background-color: #f2f2f2;
}

#wrapper #footer {
	clear: both;
	width: 100%;
	min-height: 20px;
	padding: 0 10px;
	border-top: 1px solid #142966;
	border-bottom: 1px solid #142966;
	background-color: #b8bbe6;
}

@media only screen and (max-width: 480px) {
	#wrapper {
		width: 100%;
		margin: 0;
	}
	
	#wrapper #header {
		height: auto;
	}
	
	#wrapper #mainmenu {
		height: auto;
	}
	
	#wrapper #main {
	}
	
	#wrapper #main #container {
		float: none;
		width: 100%;
		padding-top: 15px;
	}
	
	#wrapper #main #sidebar {
		float: none;
		width: 100%;
		padding-top: 15px;
	}
	
	#wrapper #footer {
		width: 100%;
	}
}


/* =Header
-------------------------------------------------------------- */

#header h1 {
	float: left;
	width: 86%;
	height: 100px;
	overflow: hidden;
	font-size: 1.81em;
	font-weight: bold;
}

#header h1 a {
	display: block;
	margin: 10px 10px;
	text-decoration: none;
}

#header #header_contact {
	float: left;
	width: 110px;
	margin-top: 40px;
}

#header #header_contact a {
	text-decoration: none;
	color: #142966;
	font-size: 1.11em;
	font-weight: bold;
}

#header #header_contact a:hover {
	text-decoration: underline;
}

#header #header_contact a img {
	margin-right: 5px;
	vertical-align: middle;
}




@media only screen and (max-width: 480px) {
	#header h1 {
		height: auto;
		font-size: 1.11em;
	}

	#header h1 a {
		height: auto;
	}

	#header h1 img{
		display: block;
		margin: 5px 0 5px 5px;
		width: 200px;
		height: auto;
	}
	
	#header h1 img #logo{
		width: 30%;
	}
	
	#header h1 img #typo{
		width: 100%;
	}
	
	#header #header_contact {
		float: right;
		text-align: right;
		width: 125px;
		margin-top: 0px;
	}


	#header h1 a #header1 {
		float: none;
		margin: 0;
		padding-top: 20px;
	}

	#header h1 a #header2 {
		float: none;
		margin: 0;
		text-indent: 1em;
	}
}




/* =Menu
-------------------------------------------------------------- */

#mainmenu ul {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#mainmenu ul li {
	display: inline;
	float: left;
	width: 10.4%;
	height: 40px;
}

#mainmenu ul li#mainmenu3,
#mainmenu ul li#mainmenu7,
#mainmenu ul li#mainmenu8 {
	width: 16%;
}

#mainmenu ul li a {
	display: block;
	width: 100%;
	height: 40px;
	border-left: 1px solid #142966;
	background: #6680cc url(../images/mainmenu-bg.png) left top repeat-y;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.11em;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
}

#mainmenu ul li#mainmenu1 a {
	border-left: 0;
}

#mainmenu ul li.current a,
#mainmenu ul li a:active,
#mainmenu ul li a:hover {
	background: #8f9ecc url(../images/mainmenu-bg-hover.png) left top repeat-y;
	color: #333333;
}




@media only screen and (max-width: 480px) {
	#mainmenu ul {
		width: 100%;
		height: auto;
	}

	#mainmenu ul li {
		display: block;
		float: none;
		width: 100%;
		height: 35px;
	}

	#mainmenu ul li#mainmenu2,
	#mainmenu ul li#mainmenu3,
	#mainmenu ul li#mainmenu7 {
		width: 100%;
	}

	#mainmenu ul li a {
		height: 35px;
		padding-left: 10px;
		border-top: 1px solid #142966;
		border-left: 0;
		text-align: left;
		line-height: 34px;
	}

	#mainmenu ul li#mainmenu1 a {
		border-top: 0;
	}
}



/* =Container
-------------------------------------------------------------- */

#container .content_box {
	margin: 0 15px 20px 15px;
}

#container .content_box h2 {
	clear: none;
	margin-bottom: 20px;
	padding: 0 5px;
	border-bottom: 3px double #142966;
	color: #142966;
	font-size: 1.41em;
	font-weight: bold;
}

#container .content_box h2.news-title {
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 0;
	color: #661414;
	font-size: 1.21em;
}

#container .content_box .content {
	margin-bottom: 20px;
}

#container .content_box .content-news {
	padding: 5px 10px;
	border: 3px double #661414;
}

#container .content_box .figure {
	float: right;
	width: 240px;
	margin: 0 0 15px 15px;
	font-size: 0.95em;
}

#container .content_box .figure2 {
	float: right;
	width: 147px;
	margin: 0 0 15px 15px;
	font-size: 0.95em;
}

#container .content_box .figure3 {
	float: right;
	width: 147px;
	margin: 0 0 0 15px;
	font-size: 0.95em;
}

#container .content_box table tbody tr td .figure4 {
	float: left;
	margin: 15px 15px 15px 15px;
}


#container #breadcrumb {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

#container .content_box .social-media {
	clear: both;
	height: 25px;
	overflow: hidden;
	margin-bottom: 20px;
}

#container .content_box .social-media:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@media only screen and (max-width: 480px) {
	#container .content_box {
		margin: 0 5px 15px 5px;
	}

	#container .content_box h2 {
		margin-bottom: 15px;
	}

	#container .content_box .content {
		margin-bottom: 15px;
	}

	#container .content_box .content .content_left,
	#container .content_box .content .content_right {
		float: none;
		width: 100%;
	}

	#container .content_box .content .content_third {
		width: 33%;
		min-width: 160px;
		margin: 0 10px 10px 0;
	}

	#container #breadcrumb {
		position: relative;
		height: auto;
	}

	#container .content_box .social-media {
		height: auto;
		margin-bottom: 10px;
	}
}



/* =Entry Content
-------------------------------------------------------------- */

/* Text elements */

.content .news-body {
	margin: 0 5px;
}

/* 更新履歴用スタイル追加　2016/9/28 */
.content .news-history {
	width: auto;
	height: 300px;
	margin: 2px 0px 10px;
	border: 1px solid #142966;
	font-size: 1em;
	overflow: scroll;
	overflow-x: hidden;
}

.content h3 {
	clear: none;
	margin-bottom: 10px;
	padding: 1px 5px 1px 35px;
	background: url(../images/h3-bg.png) 5px 6px no-repeat;;
	color: #142966;
	font-size: 1.21em;
	font-weight: bold;
}

.content h4 {
	clear: none;
	margin: 15px 0px 5px;
	padding-left: 30px;
	background: url(../images/h4-bg.png) 5px 5px no-repeat;;
	color: #142966;
	font-size: 1.11em;
	font-weight: bold;
}

.content h5 {
	clear: none;
	font-size: 1.11em;
	font-weight: bold;
}

.content p {
	margin-bottom: 15px;
}

.content p.bottom0 {
	margin-bottom: 0;
}

.content p.note0 {
	font-size: 0.7em;
}

.content ol {
	margin: 0 0 15px;
	padding: 0 5px 0 30px;
	list-style: outside decimal;
}

.content ol.border1 {
	margin: 0 0 15px;
	padding: 5px 10px;
	border: 1px solid #333333;
	list-style: outside decimal;
}

.content ol li {
	margin: 0 0 5px 25px;
	padding: 0;
}

.content ol.border1 li {
	margin: 0 0 0 25px;
	padding: 0;
}

.content ul {
	margin: 0 0 15px;
	padding: 0 5px 0 30px;
	list-style: none;
}

.content ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	background: url(../images/li-bg.png) 5px 5px no-repeat;
}

.content ul li ul {
	margin-top: 5px;
}

.content blockquote {
	padding: 5px 10px;
	background-color: #e5e5e5;
	font-style: normal;
}

.content input {
	max-width: 100%;
}

.content input.organization,
.content input.telephone,
.content input.url,
.content input.responsible,
.content input.email{
	width: 400px;
}

.content input.captcha {
	width: 120px;
}

.content input.submit {
	width: 80px;
}

.content textarea {
	max-width: 100%;
}

.content textarea.address,
.content textarea.activity,
.content textarea.reason,
.content textarea.cue,
.content textarea.others{
	width: 400px;
	height: 60px;
}

.content textarea.inquiry {
	width: 400px;
	height: 120px;
}


.content table {
	max-width: 100%;
	margin: 15px 0px;
	border: 1px #142966;
	border-collapse: collapse;
	font-size: 1em;
}

.content table th {
	padding: 2px 5px;
	border: 1px solid #142966;
	text-align: left;
	vertical-align: middle;
}

.content table th.problem-col-1 {
}

.content table th.problem-col-2 {
	text-align: center;
}

.content table th.problem-col-3 {
	text-align: center;
}

.content table th.problem-col-4 {
	text-align: center;
}

.content table td {
	padding: 5px 10px;
	border: 1px solid #142966;
	vertical-align: top;
}

.content table td.problem-col-1 {
}

.content table td.problem-col-2 {
	width: 70px;
	text-align: right;
}

.content table td.problem-col-3 {
	width: 70px;
	text-align: right;
}

.content table td.problem-col-4 {
	width: 70px;
	text-align: right;
}

.content table.map {
	width: 100%;
	margin: 10px 0px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.content table th.map {
	width:20%;
	padding:3px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #dbdee6;
	border-left: 3px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.content table td.map {
	width:75%;
	padding:3px;
	background-color: #fafafa;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.content table.plan {
	width: 100%;
	margin: 2px 0px 15px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.content table th.plan {
	width:50%;
	padding:3px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #dbdee6;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.content table td.plan1 {
	width:35%;
	padding:3px;
	background-color: #fafafa;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.content table td.plan2 {
	width:15%;
	padding:3px;
	background-color: #fafafa;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.content table.enli {
	width:100%;
	margin: 10px 0px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.content table th.enli1 {
	width: 50%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.content table th.enli2 {
	width: 25%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.content table th.enli3 {
	width: 62%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.content table th.pref {
	width: 15%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.content table th.plan1 {
	width: 45%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.content table th.plan2 {
	width: 30%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.content table td.enli {
	padding: 4px;
	background-color: #fafafa;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}
.content table td.enli1 {
	width: 25%;
	padding: 4px;
	background-color: #fafafa;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}
.content table td.enli2 {
	width: 25%;
	padding: 4px;
	background-color: #fafafa;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}
.content table td.enli strong{
	font-size: 1.2em;
	font-weight: bold;
}


.content-news ul li {
	background: url(../images/li-bg-red.png) 5px 5px no-repeat;
}


@media only screen and (max-width: 480px) {
}




/* =Images
-------------------------------------------------------------- */

.content img {
}

@media only screen and (max-width: 480px) {
	.content img {
		max-width: 100%;
		height: auto;
	}

	.content img.alignleft,
	.content img.alignright {
		max-width: 40%;
		height: auto;
	}
}




/* =Breadcrumb
-------------------------------------------------------------- */

#breadcrumb .breadcrumb_body {
	padding: 0 15px;
	font-size: 0.95em;
	line-height: 20px;
}

@media only screen and (max-width: 480px) {
	#breadcrumb .breadcrumb_body {
		top: 0;
		margin: 0 5px 15px;
		padding: 0;
}

}


/* =Social Media
-------------------------------------------------------------- */

.social-media .social-media-twitter {
	float: left;
	width: 75px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	display: inline;
}

.social-media .social-media-facebook {
	float: left;
	width: 350px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}




/* =Sidebar
-------------------------------------------------------------- */

.sidebar-content {
	margin: 5px 15px 10px 15px;
}

.sidebar-content h3,
.sidebar-content h4 {
	clear: none;
}

.sidebar-content ul {
	margin: 0 0 15px;
	padding: 0 5px 0 5px;
	list-style: none;
}

.sidebar-content ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	background: url(../images/li-bg.png) 5px 5px no-repeat;
	font-size: 1.11em;
	font-weight: bold;
}

.sidebar-content ul li ul {
	margin: 5px 0;
}

.sidebar-content ul li ul li {
	margin: 0 0 0 0;
	font-size: 1em;
}

.sidebar-content a.sidebar-facebook {
	display: block;
	width: 200px;
	height: 50px;
	background: url(../images/facebook-hover.png) left top no-repeat;
}

.sidebar-content a.sidebar-apply {
	display: block;
	width: 200px;
	height: 50px;
	background: url(../images/apply-hover.png) left top no-repeat;
}

.sidebar-content a.sidebar-event {
	display: block;
	width: 200px;
	height: 50px;
	background: url(../images/event-hover.png) left top no-repeat;
}

.sidebar-content a.sidebar-apply:hover img,
.sidebar-content a.sidebar-facebook:hover img, 
.sidebar-content a.sidebar-event:hover img {
	display: none;
}

@media only screen and (max-width: 480px) {
	#sidebar .sidebar-content {
		margin: 5px 5px 10px 5px;
	}
}




/* =Footer
-------------------------------------------------------------- */

#footer #footer-copyright {
	padding: 0 10px;
	font-size: 0.91em;
	text-align: center;
	line-height: 20px;
}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}




/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}