@charset "UTF-8";

/* サイト全体クリア */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	outline: 0;
	vertical-align: baseline;
	text-align: left;
}
html {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align:  bottom;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	color: #000000;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
textarea {
	font-size: 100%;
}
ins {
	background: #FF9FF9;
	color: #000000;
	text-decoration: none;
}
mark {
	background: #FF9FF9;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: dotted 1px;
	cursor: help;
}
table, table th, table td {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}
input, select {
	vertical-align: middle;
}
/* サイト全体クリア */

/* ヘッダー */
#head {
}
.head-inner {
}
.head-left-box {
}
.head-logo {
}
.head-logo h1 {
}
.head-logo h1 img {
	width: 100%;
	max-width: 200px;
}
.head-right-box {
}

@media (max-width: 999px) {
	.head-inner {
		padding: 20px 4px 0 4px;
	}
}
	/* tablet */
@media (max-width: 840px) {
	.head-inner {
		padding: 20px 4px 20px 4px;
	}
	.head-left-box {
		width: 100%;
	}
}

	/* mobile */
@media (max-width: 640px) {
}
/* ヘッダー */

/* メニュー */
#menu {
}
.menu-inner {
	background: #004E9E;
}
.menu-link {
	color: #FFFFFF;
}
.menu-link a {
	display: block;
	padding: 20px 0 20px 0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu-link a:hover {
	color: #BED6EF;
}

@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
	#menu {
		display: none;
	}
}

	/* mobile */
@media (max-width: 640px) {
}
/* メニュー */

/* メイン */
#back {
	font-family: 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'Noto Serif JP', 'MS PMincho', serif;
	letter-spacing: 2px;
	-webkit-text-size-adjust: 100%;
}
#st-trigger-effects {
	display: none;
}
#main {
}
.main-inner {
}
.page-content-box {
}
.page-content-title {
	font-family: 'Noto Serif JP', serif;
}
.page-content-box2 {
	width: 1366px;
}
.l-spacing {
	letter-spacing: -.40em;
}

@media print {
	#st-trigger-effects {
		display: none;
	}
}

@media (max-width: 1365px) {
	.page-content-box2 {
		width: 100%;
	}
}
@media (max-width: 999px) {
	.main-inner {
		padding: 6% 1% 6% 1%;
	}
}

	/* tablet */
@media (max-width: 840px) {
	.st-menu {
		background: #004E9E;
		overflow-y: scroll;
	}
	.st-menu ul li a {
		color: #FFFFFF;
	}
	#st-trigger-effects {
		display: block;
		position: fixed; top: 0; right: 0;
		z-index: 300;
	}
	#st-trigger-effects button {
		margin: 0 0 0 0;
		padding: 20px 20px 20px 20px;
		background: #004E9E;
		border-style: none;
		color: #FFFFFF;
		font-size: 18px;
	}
}

	/* mobile */
@media (max-width: 640px) {
}
/* メイン */

/* フッター */
#foot {
	background: #004E9E;
}
.foot-inner {
}
.foot-left-box {
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
}
.foot-logo {
}
.foot-logo img {
	width: 100%;
	max-width: 200px;
}
.foot-address {
}
.foot-right-box {
}
.foo-link {
}
.foot-link-ul {
}
.foot-link-ul li {
	border-bottom: solid 1px #6A90B7;
}
.foot-link-ul li a {
	display: block;
	padding: 10px 10px 10px 20px;
	color: #FFFFFF;
}

@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
	.foot-right-box {
		width: 40%;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.foot-left-box {
		float: none;
		width: 96%;
		margin: 0 auto 4% auto;
	}
	.foot-right-box {
		float: none;
		width: 100%;
	}
	.foot-link-ul li a {
		padding: 20px 10px 20px 20px;
	}
}
/* フッター */

/* コピーライト */
#copyright {
	background: #1B1F7A;
}
.copyright-inner {
}
.copyright-inner a {
	color: #FFFFFF;
}

@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
}

	/* mobile */
@media (max-width: 640px) {
	.copyright-inner {
		font-size: 7px;
		line-height: 120%;
	}
}
/* コピーライト */

/* clear関係 */
.clear {
	clear: both;
}
/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \ */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* clear関係 */
