@charset "UTF-8";
/* Google Fonts for Japanese Set
ゴシック系
(for ReadText and CatchText / weight grade change)font-family: 'Noto Sans Japanese';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
(for ReadText and CatchText / weight grade change)font-family: "Mplus 1p";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
(for ReadText / weight grade change)[角丸]font-family: "Rounded Mplus 1c";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
(for ReadText)font-family: "Sawarabi Gothic";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
明朝系
(for ReadText)font-family: "Sawarabi Mincho";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
(for CatchText)font-family: "Hannari";
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
(for CatchText)font-family: "Kokoro";
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ========== Base Layout Section ========== */
html, body { height: 100%; } /* フッタを最下にしないなら削除。なお、fancybox2.0運用時は挙動がおかしくなるため切るべき。 */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 100%;
	font-family: 'Noto Sans Japanese';
	/*font-feature-settings : "palt" 1;*/
	/*font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	text-align: center;
	line-height: 2.0;
	background-color: #fff;
}

div#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;	/* フッタを最下にしないなら削除 */
	margin: 0 auto;
	padding: 0;
	position: relative;	/* フッタを最下にしないなら削除 */
	text-align: left;
	/*background-color: #eee;*/
/* 両サイドドロップシャドウ
	-webkit-box-shadow: -10px 0 10px -5px rgba(0,0,0,0.5), 10px 0 10px -5px rgba(0,0,0,0.5);
	   -moz-box-shadow: -10px 0 10px -5px rgba(0,0,0,0.5), 10px 0 10px -5px rgba(0,0,0,0.5);
			box-shadow: -10px 0 10px -5px rgba(0,0,0,0.5), 10px 0 10px -5px rgba(0,0,0,0.5);
*/
}

/* フッタ…常に最下・フッタを最下にしないなら削除 */
body > div#wrapper {
	height: auto;
}

div#contents {
	width: 100%;
	padding-bottom: 700px;	/* フッタに指定した高さ・フッタを最下にしないなら削除 */
}

footer {
	width: 100%;
	height: 700px;
	padding: 575px 0 0;
	text-align: center;
	background-color: #fff;
	background-image: url(img/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: absolute;		/* フッタを最下にしないなら削除 */
	bottom: 0px;			/* フッタを最下にしないなら削除 */
}

footer small {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-shadow:0px 1px 1px #000,0px 0px 1px #000,1px 0px 1px #000,0px -1px 1px #000,-1px -1px 1px #000,-1px 0px 1px #000;
}

footer small a:link,
footer small a:visited {
	color: #fff;
	text-decoration: none;
}

/* ========== List Tag Section ========== */
article ul,
article ol {
    margin: 0 0 0 25px;
}

/* ========== Heading Tag Section ========== */
h1 { font-size: 240%; margin: 15px 0; font-weight: bold; }
h2 { font-size: 180%; margin: 15px 0; font-weight: bold; }
h3 { font-size: 160%; margin: 15px 0; font-weight: bold; }
h4 { font-size: 140%; margin: 15px 0; font-weight: bold; }
h5 { font-size: 120%; margin: 15px 0; font-weight: bold; }
h6 { font-size: 100%; margin: 15px 0; font-weight: bold; }

/* ========== Linked Color Section ========== */
a:link {	/* 未訪問 */
	color: #1d3994;
	text-decoration: underline;
}
a:visited {	/* 訪問済 */
	color: #1d3994;
	text-decoration: underline;
}
a:hover {	/* マウスオーバ */
	color: #1d3994;
	text-decoration: underline;
}
a:active {	/* アクティブ */
	color: #f00;
	text-decoration: underline;
}