@charset "utf-8";

/*　共通  */
body {
	margin: 0px;padding: 0px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	-webkit-text-size-adjust: none;
	background: #fff;
	overflow:scroll;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

a {
	color: #333;
}
a:hover {
	color: #49a81f;
	text-decoration: none;
}

/*  ヘッダー部  */
header {
	background: -webkit-linear-gradient(#FFF 80%, #ededed);
	background: linear-gradient(#FFF 80%, #ededed);
	border-top: 8px solid #49a81f;
}
header .inner {
	max-width: 900px;
	height: 75px;
	position: relative;
	margin: 0px auto;
}
header #logo {
	width: 500px;
	position: absolute;
	left: 8px;
	top: 2px;
}

/*  メニュー  */
#menubar {
	height: 60px;
	background: -webkit-linear-gradient(#FFF, #e7e7e7);
	background: linear-gradient(#FFF, #e7e7e7);
	border-top: 1px solid #d4d4d4;
	border-bottom: 5px solid #49a81f;
}
#menubar ul {
	max-width: 900px;
	margin: 0px auto;
}
#menubar ul li {
	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
}
#menubar ul li:first-child {
	width: 20%;
}
#menubar ul li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding-top: 5px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-shadow: #FFF 0px 2px;
	border-right: 1px solid #d4d4d4;
}
#menubar ul li:first-child a {
	border-left: 1px solid #d4d4d4;
}
#menubar ul li a:hover {
	background: #FFF;
	border-bottom: 5px solid #74c74f;
}
#menubar ul li a span {
	color: #49a81f;
	font-size: 9px;
	display: block;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 20px;
	padding-bottom: 5px;
}
#menubar-s {
	display: none;
}
#menubar_hdr {
	display: none;
}

/*  コンテンツ部  */
#contents {
	clear: left;
	max-width: 900px;
	margin: 0px auto;
	padding-top: 30px;
}

#main {
	margin: 0px auto;
	width: 85%;
	padding-bottom: 50px;
}
#main h2 {
	clear: both;
	margin-bottom: 10px;

	font-size: 26px;
	font-weight: bold;
	color: #4dac26;
	padding-bottom: 7px;
	border-bottom: 4px solid #4dac26;
	line-height: 32px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
#main h3 {
	clear: both;
	margin-bottom: 10px;
	background: #FFF;
	background: -webkit-linear-gradient(#FFF, #e6e6e6);
	background: linear-gradient(#FFF, #e6e6e6);
	color: #49a81f;
	padding: 4px 15px;
	border: 1px solid #d4d4d4;
	border-radius: 6px;
}
#main #introduction h4 {
	clear: both;
	position: relative;
	margin-bottom: 15px;

	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-shadow: 0 0 2px white;
	background: #f4fff4;
	z-index: -4;
	border: 1px solid #008000;
	border-radius: 0 10px 10px;
/*
	background: -webkit-repeating-linear-gradient(-45deg, #93ca76, #93ca76 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #93ca76, #93ca76 3px,#e9f4ff 3px, #e9f4ff 7px);
*/
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
}

#main #introduction h4:before {
	content: "";
	position: absolute;
	background: #49a81f;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

#main #introduction h5 {
	position: relative;
	margin: 5px 0;
	font-size: 16px;
	color: #008000;
}

#main #introduction h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: -webkit-repeating-linear-gradient(-45deg, #008000, #008000 4px,#efffef 3px, #efffef 6px);
	background: repeating-linear-gradient(-45deg, #008000, #008000 4px,#efffef 3px, #efffef 6px);
}

#main p {
	padding: 0px 16px 14px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

#space {
	height: 80px;
}

#main .listx {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 15px;
}

#main .list {
	border: 1px solid #CCC;
	border-radius: 6px;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(#FFF, #e3e3e3);
	background: linear-gradient(#FFF, #e3e3e3);
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;
	position: relative;
	overflow: hidden;
}
#main .list a {
	padding: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#main .list a:hover {
	border-radius: 6px;
	background-color: #fff8c7;
}
#main .list p {
	padding: 0px;
}
#main .list h4 {
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	color: #ffff66;
	background: #49a81f;
}

#main .list .link {
	width: 70%
}

#main .list .date {
	text-align: center;
}

#main .list table {
	font-size: 12px;
	background: #FFF;
	width: 100%;
	margin-bottom: 5px;
}
#main .list table,
#main .list table td,
#main .list table th {
	border: 1px solid #bcbcbc;
}
#main .list table td,
#main .list table th {
	padding: 1%;
}
#main .list table th {
	text-align: center;
	font-weight: normal;
	background: #edf0f5;
}

#main .list table td {
	width: 30%;
}

#introduction {
	padding: 0 0 0 15px;
}

#introduction div.tbl {
	display: inline-block;
	vertical-align: top;
}

#introduction .summary {
	font-size: 16px;
}

#introduction dt {
	font-size: 16px;
	font-weight: bold;
}

#introduction dd {
	padding-left: 8px;
}

#introduction li span.fnts {
	font-size: 80%;
}

#introduction img.capture {
	width: 340px;
	height: 308px;
	padding: 5px 2px;
}

a.download {
	padding: 0.5em;
	margin: 10px 0;
	display: block;
	color: #fff !important;
	background: #49a81f;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
	border-radius: 5px;
	text-align:center;
	text-decoration:none !important;
}
a.download:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -3px 8px 0 0;
	background: url("../images/download.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
a.download:hover {
	background: #6FB83F;
}

/*  フッター部  */
ul#footermenu {
	clear: both;
	margin: 0px auto;
	text-align: center;
}
ul#footermenu li {
	display: inline;
	padding: 0px 5px;
}

footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background: #49a81f;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*  更新情報・お知らせ  */
#new dl{
	overflow: auto;
	height: 150px;
	padding-left: 10px;
}
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 3px solid #FFFFFF;
	word-break: break-all;
}
.ta1 td {
	padding: 10px;
	background-color: #fafafa;
}
.ta1 th {
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f0f0f0;
}
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background-color: #bebebe;
}
/* ボタン設定 */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 30px;
	background: #e5e5e5;
	background: -webkit-linear-gradient(#FFF, #e5e5e5);
	background: linear-gradient(#FFF, #e5e5e5);
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;
	background: -webkit-linear-gradient(#e5e5e5, #FFF);
	background: linear-gradient(#e5e5e5, #FFF);
}

/* PAGE TOP */
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #49a81f;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;
}
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*   */
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #f61468;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}


/*  画面幅(大)  */
@media screen and (max-width:900px){
#contents {
	width: auto;
	margin: 0 2%;
	padding-top: 30px;
}
}


/*  画面幅(中大)  */
@media screen and (max-width:800px){
header #logo {
	width: 300px;
	top: 28px;
}
#menubar-s {
	display: block;
	border-top: 1px solid #d4d4d4;
}
#menubar-s ul li {
	float: left;
	width: 50%;
	text-align: center;
	font-weight: bold;
}
#menubar-s ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0;
}
#menubar-s ul li:nth-child(odd) a {
	border-right: 1px solid #d4d4d4;
}
#menubar-s ul li a span {
	color: #49a81f;
	font-size: 9px;
	display: block;
	font-weight: normal;
}
#menubar {
	display: none;
}

/* ハンバーガーメニュー設定  */
#menubar_hdr {
	display: block;
	position: absolute;
	top: 24px;
	right: 2%;
	width: 30px;
	border: 1px solid #000;
	padding: 12px 10px 5px;
}
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;
	margin-bottom: 7px;
}

#main {
	float: none;
	width: auto;
}
}


/*  画面幅（中小） */
@media screen and (max-width:650px){
header .inner {
	text-align: center;
	height: auto;
	padding: 15px 0;
}
header #logo {
	position: static;
	margin: 0 auto 10px;
}
}


/*  画面幅（小） */
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
header {
	background: none;
}
header #logo {
	width: 200px;
	margin: 0;
	margin-left: 5%;
}
/* ハンバーガーメニュー設定  */
#menubar_hdr {
	top: 5px;
}

#top #contents {
	padding-top: 20px;
}
#main .list table {
	width: 100%;
}
ul#footermenu {
	display: none;
}

section#new h2.open {
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #e6e6e6);	/*マイナスアイコンとグラデーション*/
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #e6e6e6);			/*同上*/
}
section#new h2.close {
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #e6e6e6);		/*マイナスアイコンとグラデーション*/
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #e6e6e6);				/*同上*/
}

.ta1 td {
	width: auto;
	padding: 2px;
}
.ta1 th {
	width: 100px;
	padding: 2px;
}
.ws,.wl {width: 95%;}
}
