@charset "UTF-8";

/* 要素リセット */

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;

	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}



#container {
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#main {
	width: 768px;
	margin: 0;
	padding: 0 align-items: center;
	/*			display: flex;
	align-items: center;
	justify-content: center;*/
}

#innter {
	margin: 0;
	padding: 0;
	border-radius: 8px;
	padding: 10px 30px;
	background-color: #fefefe;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);


	td {
		vertical-align: text-top;
	}

	a {
		text-decoration: none;
		color: #000;
	}

	a :visited {
		text-decoration: none;
		color: #000;
	}

	a:hover {
		text-decoration: underline;
	}

	h2 {
		position: relative;
		display: inline-block;
		padding: 0 55px;
		margin-bottom: 0.5em;
	}


	h3 {
		position: relative;
		display: inline-block;
		padding: 0 55px;
		margin-bottom: 0.5em;
	}

	h3:before,
	h3:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 45px;
		height: 1px;
		background-color: black;
	}

	h3:before {
		left: 0;
	}

	h3:after {
		right: 0;
	}

	p {
		/*	margin-top: 0.5em;
	 margin-bottom: 0.5em;
	padding-right: 0.1em;
	padding-left: 0.1em; */

		line-height: 1.4;
		text-align: left;
		overflow: visible;
	}
}

ul li {
	text-align: left;
	list-style-type: circle;
}


#header {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #eeeeee;
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.05);
	background-blend-mode: lighten;

	ul li {
		list-style-type: none;
		text-decoration: none;
	}

}

#header_menu {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #558855;
	/*	background-image: url("../img/footer.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
	/*	background-color: rgba(255, 255, 255, 0.05); */
	background-blend-mode: lighten;

	nav {
		margin: auto;
		padding: auto;

	}

	nav ul {
		display: table;
		margin: center;
		padding: 0;
		width: 600px;
		text-align: center;
		/*		border-bottom: 1px solid #888; */
	}

	nav ul li {
		display: table-cell;
		min-width: 120px;
		border-right: 1px solid #eeffee;
		text-align: center;

	}

	nav ul li:first-child {
		border-left: 1px solid #eeffee;
	}

	nav ul li a {
		display: block;
		width: 100%;

		text-decoration: none;
		color: #eeffee;
	}

	nav ul li a:hover {
		/*		background-color: #fefefe; */
		/* border-bottom: 5px solid #eeffee; */
		/* font-weight: bold; */
	}

	nav ul li.current {
		font-weight: bold;
	}

	nav ul li.current a {
		border-bottom: 5px solid #eeffee;
		color: #fefefe;
	}

}

#footer {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #eeeeee;
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.05);
	background-blend-mode: lighten;

	nav {
		margin: auto;
		padding: auto;

	}

	nav ul {
		display: table;
		margin: center;
		padding: 0;
		width: 600px;
		text-align: center;
		/*		border-bottom: 1px solid #888; */
	}

	nav ul li {
		display: table-cell;
		min-width: 120px;
		border-right: 1px solid #333;
		text-align: center;

	}

	nav ul li:first-child {
		border-left: 1px solid #333;
	}

	nav ul li a {
		display: block;
		width: 100%;

		text-decoration: none;
		color: #003300;
	}

	nav ul li a:hover {
		/*		background-color: #fefefe; */
		border-bottom: 5px solid #003300;
		font-weight: bold;
	}

	nav ul li.current {
		font-weight: bold;
	}

	nav ul li.current a {
		border-bottom: 5px solid #003300;
		color: #fefefe;
	}
}

.hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left, transparent 0%, #2893335 50%, transparent 100%);
	background-image: linear-gradient(90deg, transparent 0%, #289335 50%, transparent 100%);
}

/*

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 768px) {

	body {
		min-width: 100%;
		background-color: #ffffff;
		background-image: none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/

	#container {
		width: 100%;
		margin-top: -1px;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		position: relative;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #eeeeee;

	}


	#inner {
		display: none;
	}


	#main {
		padding-top: 0;
		min-height: 0;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 20px;
	}

}


/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */



/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* メインコンテンツ内基本パーツ */
