@charset "UTF-8";
/* RESET*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	line-height: 140%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #333;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td, table th {
	vertical-align: middle;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
img {
	line-height: 0;
}
a:link img, a:visited img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	background: #fff;
}
a:hover img.silogo {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
.clr:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clr { display: inline-block; }
/*style*/
.wrap {
	width: 100%;
	background: url(img/bg.png) repeat-x;
}
.header, .contents, .copy, .pankuzu {
	width: 995px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents{
	/zoom : 1;
}
.contents:after{
	content : '';
	display : block;
	clear : both;
}
.top .contents {
	margin: 30px auto;
}

h1 img {
	float: left;
}
.header h2 {
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	margin-left: 25px;
	color: #fff;
	float: left;
}
.headmenu {
	float: left;
	margin: 1px 0 1px 5px;
}
.headmenu li {
	float: left;
	margin: 9px 3px;
}
.topimg {
	width: 100%;
	height: 296px;
	margin: 10px 0 0 0;
	text-align: center;
	background: url(img/top-img1.jpg) center repeat-x;
	display: block;
}
.topimg img {
	margin: 0 auto;
	display: block;
}
.pankuzu {
	clear: both;
	float: left;
	overflow: hidden;
}
.pankuzu p {
	font-size: 12px;
	height: 40px;
	padding: 6px;
}
.pankuzu p a {
	font-size: 12px;
}

.main {
	float: left;
	width: 723px;
	position: relative;
	z-index: 1000;
}
.topbox {
	float: left;
}
.topbox li {
	float: left;
	margin: 0 5px 0 0;
}
.osirase {
	position: relative;
	margin: 22px 0;
	width: 714px;
	float: left;
}
.osirase dl {
	background: url(img/top-osirase.png) no-repeat;
	padding: 46px 10px 0 10px;
	border: 1px solid #dfdfdf;
}
.osirase dl:after {
	content: "";
	width: 100%;
	height: 8px;
	background: url(img/top-osirase-bot.png) no-repeat;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.osirase dt {
	float: left;
	padding: 18px 20px;
	background: url(img/osirase-leftimg.png) 0 center no-repeat;
}
.osirase dd {
	padding: 18px 5px 18px 18px;
	border-top: 1px dashed #999;
}
.osirase dt:first-child + dd {
	border: none;
}

.side {
	float: left;
	width: 265px;
	position: relative;
	margin-right: 6px;
	z-index: 100;
}
.otoiawase, .sidebox {
	position: relative;
	margin: 0 auto 20px;
	float: right;
	clear: both;
}

.sidebox ul {
	width: 245px;
	border: 1px solid #dfdfdf;
	background: #fff;
}
.otoiawase ul {
	width: 245px;
	border: 1px solid #dfdfdf;
	padding-top: 51px;
	background: url(img/side-otoiawase.png) no-repeat;
}
.sidebox li a {
	display: block;
	width: 226px;
	height: 44px;
	text-indent: -9999px;
	margin: 10px auto;
	background-position: left top;
}
.sidebox li a:hover, .sidebox li.act a {
	background-position: left bottom;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.sidemenu1 a {
	background: url(img/side-menu1.png);
}
.sidemenu2 a {
	background: url(img/side-menu2.png);
}
.sidemenu3 a {
	background: url(img/side-menu3.png);
}
.otoiawase ul:after, .sidebox ul:after {
	content: "";
	width: 100%;
	height: 8px;
	background: url(img/sidebox-b.png) no-repeat;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.otoiawase li {
	margin: 0 8px;
	padding: 10px 0 5px;
	border-top: 1px dashed #dfdfdf;
}
.otoiawase li p {
	font-size: 12px;
	padding: 0 5px;
}
.otoiawase li:first-child {
	border-top: none;
}
.bana {
	margin: 0 auto;
	float: right;
	clear: both;
}
.pagetop a {
	clear: both;
	float: right;
	margin: 10px;
}

.footer {
	width: 100%;
	border-top: 3px solid #0066cc;
	height: 54px;
}
.copy p {
	font-size: 12px;
	margin: 5px;
}

/*deadline*/
.section {
	width: 715px;
	border: 1px solid #dfdfdf;
	position: relative;
	margin-top: 19px;
	background: #fff;
}
.section:after {
	content: "";
	width: 100%;
	height: 8px;
	background: url(img/top-osirase-bot.png) no-repeat;
	position: absolute;
	bottom: -9px;
	left: 0;
}
.section p {
	margin: 15px;
}
.topbtn ul {
	width: 100%;
	text-align: center;
	display: block;
}
.topbtn li {
	width: 32%;
	text-align: center;
	display: inline-block;
	padding: 25px 0 20px;
}
h4 {
	background: url(img/deadline-h4.png) no-repeat;
	width: 705px;
	height: 53px;
	font-size: 20px;
	font-weight: bold;
	line-height: 53px;
	padding-left: 37px;
	display: block;
	margin: 5px 5px 15px;
	display: block;
}
.article {
	width: 100%;
}
.article img {
	float: left;
	margin-right: 15px;
}
.simekiri {
	float: left;
	width: 410px;
}
.simekiri li {
	border-bottom: 1px dashed #999;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.simekiri li p {
	line-height: 25px;
	margin: 7px 0;
}
.simekiri li p strong {
	font-weight: bold;
	font-size: 16px;
	color: #ff0000;
}
.simekiri li p img {
	margin: 0 15px 0 0;
}
.simekiri li span {
	float: left;
	white-space: nowrap;
	padding: 5px 8px;
	margin: 5px 5px 5px 0;
	background: #D0E98E;
}
a img.flrig {
	float: right;
}
h5 {
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 5px;
	margin: 0 5px;
}
.h5access {
	width: 250px;
	padding: 15px;
	float: left;
}
#gmap1, #gmap2, #gmap3 {
	width: 450px;
	height: 210px;
	margin-top: 15px;
}
.gmnoprint {
	width: auto!important;
}
.gmapkakunin {
	text-align: right;
	padding-bottom: 30px;
}
.gmapkakunin a {
	font-size: 12px;
	margin: 0 15px 0 0;
}
.red {
	color: #ff0000;
	font-weight: bold;
}

.wrap-area {
	position: relative;
	height: 600px;
}
.wrap-area p {
	position: absolute;
	z-index: 100;
	margin: 15px;
}
.areamap {
	margin: 0 0 0 50px;
}
.mapkomatu {
	position: absolute;
	left: 0;
	bottom: 0;
}
.posi2 {
	width: 370px;
	position: relative;
	top: 190px;
	left: 310px;
	padding: 110px 0 20px 60px;
	z-index: 100;
	overflow: hidden;
}
.posi2 p {
	margin: 0 10px;
	font-size: 12px;
}
.areabtn {
	text-align: center;
	margin: 15px;
	display: block;
}
.areabtn p {
	text-align: left;
	margin: 10px;
}
.areabtn a img {
	display: inline-block;
	margin: 20px;
}
h6 {
	font-weight: bold;
	border-top: 1px solid #0066CC;
	padding: 10px;
	margin: 15px 5px 0 5px;
}
.pdfh6 {
	margin: 0 15px 20px 15px;
}
.pdfh6 img {
	float: left;
	margin: 0 15px 0 0;
}
.pdfh6 p {
	font-size: 12px;
}
ol.newsul {
	counter-reset:number;
	margin: 20px;
}
ol.newsul > li {
	padding: 10px 10px 10px 23px;
	position: relative;
	clear: both;
	overflow: hidden;
}
ol.newsul > li:before {
	content: counters(number, ".") ". ";
	counter-increment: number;
	position: absolute;
	top: 10px;
	left: 0;
	width: 1.3em;
	text-align: right;
}
.contable {
	margin: 0 auto 30px;
	width: 600px;
}
.contable th {
	width: 30%;
	padding: 15px;
	vertical-align: top;
	border-top: 1px dashed #0066CC;
}
.contable td {
	padding: 15px;
	border-top: 1px dashed #0066CC;
}
input[type="text"] {
	width: 100%;
}
textarea {
	border: 1px solid #aaa;
	width: 100%;
}
input[type="submit"] {
	padding: 5px 20px;
}
.tagct {
	text-align: center;
	margin: 0 auto 30px;
	width: 600px;
}

/*20150421*/
.art_in {
	width: 90%;
	display: block;
	margin: 5% auto;
}
.notice_btn a {
	width: 274px;
	height: 51px;
	display: block;
	background: url(img/bt_exc.png) no-repeat;
	margin: 10px auto;
	text-decoration: none;
	line-height: 51px;
	text-align: center;
	font-size: 20px;
}


.notice_table{ width:80%; margin:15px auto;border: solid 1px #ccc; border-collapse: collapse;}
.notice_table th,.notice_table td{ width:25%;border: solid 1px #ccc; padding:5px; text-align:center;}
.notice_table th{ background:#eee;}
.notice_table span{ color:red;}