@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
	height: 100%;
}

body {
	color: #002131;
	font-size: 1.0em;
	line-height: 1.6em;
	font-family: Lato, "Noto Sans JP", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic Medium", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	
	height: 100%;
}

.body-container {
	width: 100%;
	text-align:center;
	display: block;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
}

.font-fushigi {
	font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	font-weight: 500;
}

.title {
	font-size: 1.6em;
	font-weight: bold;
	/* font-family: Book Antiqua; */
	font-family: 'DotumChe', Lato, "Noto Sans JP", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic Medium", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo;
}
.title_sub {
	font-size: 1.2em;
	font-weight: bold;
	/* font-family: Book Antiqua; */
	font-family: 'DotumChe', Lato, "Noto Sans JP", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic Medium", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo;
}
		
/* ___ LINK STYLE ___ */
a {
	color:#002131;
	text-decoration: underline;
	padding-bottom: 4px;
}
a:hover {
	color: #7092A1;
	text-decoration: none;
}
a:visited {color:#002131;}
a:active {color:#7092A1;}


.bb a {
	color:#EEEEEE;
	text-decoration: underline;
	padding-bottom: 4px;
}
.bb a:hover {
	color: #DDDDDD;
	text-decoration: none;
}
.bb a:visited {color:#EEEEEE;}
.bb a:active {color:#DDDDDD;}

/* ___ SPACE ___ */
.spc_ss {padding-top: 8px;}
.spc_s {padding-top: 15px;}
.spc_m {padding-top: 46px;}
.spc_l {padding-top: 120px;}
