/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/*	EXAMPLE STYLES */

header {
	/* [disabled]text-align: left; */
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: small;
	height: 25px;
	top: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	background: inherit;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.50);
	box-shadow: 0 4px 12px rgba(0,0,0,0.50);	/*overflow: hidden;*/
	z-index: 99;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/* [disabled]color: #0e0d30; */
	background-color: inherit;
	/* [disabled]font-size: small; */
	text-align: justify;
	letter-spacing: 0.05em;
	font-feature-settings: "palt" 1;
	padding-top: 25px;
	padding-left: 0px;
	margin-top: 0px;
	background: "img/FIM_jkt_b_e_LT.jpg" 50% no-repeat fixed;
	background-size: cover;
}

article {
	text-align: justify;
	background: inherit;
	font-size: small;
	/* [disabled]clear: left; */
}

aside {
	text-align: center;
	background: inherit;
}

footer {
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	background-color: inherit;
	/* [disabled]border-top: thin solid #0E0D3D; */
	line-height: 2em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #000000;
	clear: left;
}

.square_img {
	width: 100vw;
	height: auto;
	max-width: 100%;
}
.gray {
	color: #C0C0C0;
}

.med {
	font-size: medium;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	line-height: 1.75em;
	letter-spacing: 0.06em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a {
	color: hsla(0,0%,0%,1.00);
}

a:visited {
	color: hsla(0,0%,0%,1.00);
}

.menu li{
	height: 25px;
	/* [disabled]border: solid 1px #ccc; */
	font-weight: bold;
	background-color: hsla(0,0%,100%,0.90);
	width: auto;
	line-height: 25px;
}

.menu ul li ul{
    display: none;
}

.menu ul li:hover ul{
    display: block;
}

ul > li{
    display: inline-block;
}

ul li ul li{
    display: block;
}