@charset "UTF-8";
/* BASE =============================== */

/** * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/) * https://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

html {
	line-height: 1.6;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #000;
}

a,
a:link,
a:visited {
	color: acacac;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: fff;
}
/* LAYOUT ============================= */
#wrapper {
	width: 1920px;
	position: relative;
	margin: 0 auto 0 auto;
}

/* header ----------------------------- */
#header {
	height: 56px;
	background:url(../../img/header.jpg) no-repeat;
}

.h__title {
	position: absolute;
	top: 16px;
	left: 313px;
}

/* menu ----------------------------- */
.txtlink a,
.txtlink a:link,
.txtlink a:visited {
	color: #acacac;
}
.txtlink a:hover,
.txtlink a:focus  {
	color: #fff;
}
#uppermenu {
	height: 38px;
	background-color: #343434;
	/* background:url(../../img/bg_uppermenu.jpg) no-repeat; */
}

.upm__menu {
	display:table;
	width: 100%;
	table-layout:fixed;
}
.upm-item {
	display:table-cell;
}
.upm-item > a {
	display: block;
	padding:10px 16px;
	text-align: center;
	background-color: rgba( 0, 0, 0, 0 );
	color: #FFF;
	letter-spacing: -0.05em;
}

.upm__left {
	float: left;
	position:absolute;
	left: 304px;
}
.upm__right {
	float: right;
	position:absolute;
	right: 360px;
}

#lowermenu {
	height: 38px;
	background-color: #343434;
	/* background:url(../../img/bg_lowermenu.jpg) no-repeat; */
}
.lwr__menu {
	float:left;
	display:table;
	width: 100%;
	table-layout:fixed;
}
.lwr-item {
	display:table-cell;
}
.lwr-item > a {
	display: block;
	width: 220px;
	height: 38px;
	margin-right: 86px;
	overflow: hidden;
	background: url(../../img/lwr_menubtn.png) 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
.lwr-gtm a {
	background-position: 0 0;
}
.lwr-gtm a:hover {
	background-position: 0 -38px;
}
.lwr-fss a {
	background-position:  -220px 0;
}
.lwr-fss a:hover {
	background-position:  -220px -38px;
}
.lwr-maria a {
	background-position: -440px 0;
}
.lwr-maria a:hover {
	background-position: -440px -38px;
}
.lwr__center {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin : auto ;
	width: 832px;
	height: 38px;
	
}

/* main ----------------------------- */

/* footer ----------------------------- */
#footer {
	position: relative;
	height: 542px;
	background:url(../../img/footer.jpg) no-repeat;
}

.f__cm01 {
	position: absolute;
	top: 22px;
	left: 114px;
}
.f__cm02 {
	position: absolute;
	top: 22px;
	left: 453px;
}
.f__cm03 {
	position: absolute;
	top: 22px;
	left: 792px;
}
.f__cm04 {
	position: absolute;
	top: 22px;
	left: 1131px;
}
.f__cm05 {
	position: absolute;
	top: 22px;
	left: 1471px;
}

.f__kadokawalogo {
	position: absolute;
	top: 255px;
	left: 673px;
}
.f__aflogo {
	position: absolute;
	top: 255px;
	left: 880px;
}
.f__newtypelogo {
	position: absolute;
	top: 255px;
	left: 1069px;
}

.f-item {
	margin-right: 5px;
}
.f__fbicon {
	position: absolute;
	top: 354px;
	left: 901px;
}
.f__nticon {
	position: absolute;
	top: 354px;
	left: 942px;
}
.f__twicon {
	position: absolute;
	top: 354px;
	left: 983px;
}