@charset "UTF-8";
/* --- Common CSS --- */
html, body { /* fancybox2.0では切るべき。fancybox自体の挙動がおかしくなる */
	height: 100%;
}

/* ページ全体設定 */
body {
	color: #fff;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "Arial", "Helvetica", sans-serif;
	text-align: center;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

/* リンク色設定 */
a:link {	/* 未訪問*/
	color: #1d3994;
	text-decoration: none;
}
a:visited {	/* 訪問済 */
	color: #941d55;
	text-decoration: none;
}
a:hover {	/* マウスオーバ */
	color: #1d3994;
	text-decoration: underline;
}
a:active {	/* アクティブ */
	color: #f00;
	text-decoration: none;
}

/* clear情報はすべてここ */
div#header #book:after,
div#header #enter ul:after,
#allwn dl>dd:after{
	content:" ";
	display:block;
	clear:both;
}

/* 全体段組設定 */
div#wrapper {
	width: 960px;
	height: 100%;
	min-height: 100%;
	position: relative;			/* 最下にしない場合は削除 */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #231815;
    box-shadow: -10px 0 10px -5px rgba(0,0,0,0.5), 10px 0 10px -5px rgba(0,0,0,0.5);
}

div#contents {
	width: 100%;
	padding-bottom:0;
	margin-bottom:-110px;
}

body > div#wrapper {
	height: auto;
}

 /* footerに指定した高さ */
/* フッタ…常に最下 最下にしない場合は削除
div#contents {
	padding-bottom: 185px;
} */

/* 説明文用 */
.indText{
	display:inline-block;
	text-indent:-9999px;
	text-decoration:none;
}
.decNone,
.decNone:link,
.decNone:visited,
.decNone:hover,
.decNone:active{
	text-decoration:none;
}

/* header設定 */
div#header{
	width:100%;
	height:600px;
	position:relative;
}

/* 見出設定
div#description {
	background: url(../img/description-trance.png) repeat;
	width: 940px;
	padding: 5px 10px;
	font-size: 80%;
}*/

h1 {
	font-weight:normal;
	background: url(img/description-trance.png) repeat;
	width: 100%;
	padding: 5px 10px;
	font-size: 80%;
}
h2#title{
	/*margin: 10px 0;*/
	position: absolute;
	top: 50px;
	/* left: 40px; */
/*	top: 350px;
	right: 15px;*/
}
h2#title img {
	width: 250px;
}
div#header #mukougawa {
	position: absolute;
	width: 300px;
	top: 200px;
	left: 50px;
	z-index: 1;
}

/* 電子書籍ナビ */
div#header #book{
	width:400px;
	margin-left:40px;
}
div#header #book>li{
	width:200px;
	height:65px;
	overflow:hidden;
	position:relative;
	float:left;
}
div#header #book img{
	position:absolute;
	top:0;
	left:0;
	bottom:auto;
}
div#header #book img:hover{
	top:auto;
	bottom:0;
}

/* 遊名人ナビ */
div#header #enter{
	position:absolute;
	width:680px;
	height:170px;
	top:500px;
	right:0px;
}
div#header #enter ul>li{
	width:170px;
	height:170px;
	overflow:hidden;
	position:relative;
	float:left;
}
div#header #enter ul>li img{
	position:absolute;
	top:0;
	left:0;
	bottom:auto;
}
div#header #enter ul>li img:hover{
	top:auto;
	bottom:0;
}


/* 遊名人ナビ 2017.2.27 1200～ */
div#header #enter_next {
	position:absolute;
	width:510px;
	height:170px;
	top:510px;
	right:-20px;
}

div#header #enter_next nav {
	width: 170px;
	height: 170px;
	float: left;
}
div#header #enter_next nav ul {
	width: 170px;
	height: 170px;
}
nav#deli ul { background: url(/img/navi_deli.png) no-repeat; }
nav#caba ul { background: url(/img/navi_caba.png) no-repeat; }
nav#recruit ul { background: url(/img/navi_recruit.png) no-repeat; }

nav#deli ul li,
nav#caba ul li {
	width: 170px;
	height: 85px;
}
nav#recruit ul li {
	height: 170px;
}
nav#deli ul li a,
nav#caba ul li a,
nav#recruit ul li a {
	display: block;
	height: 0;
	padding-top: 85px;
	overflow: hidden;
}
nav#recruit ul li a {
	padding-top: 170px;
}

nav#deli ul li#aomori a { width: 170px; }
nav#deli ul li#aomori a.active,
nav#deli ul li#aomori a:focus,
nav#deli ul li#aomori a:hover {
	background: url(/img/navi_deli.png) no-repeat left -170px;
}
nav#deli ul li#akita a { width: 170px; }
nav#deli ul li#akita a.active,
nav#deli ul li#akita a:focus,
nav#deli ul li#akita a:hover {
	background: url(/img/navi_deli.png) no-repeat left -255px;
}
nav#caba ul li#aomori a { width: 170px; }
nav#caba ul li#aomori a.active,
nav#caba ul li#aomori a:focus,
nav#caba ul li#aomori a:hover {
	background: url(/img/navi_caba.png) no-repeat left -170px;
}
nav#caba ul li#akita a { width: 170px; }
nav#caba ul li#akita a.active,
nav#caba ul li#akita a:focus,
nav#caba ul li#akita a:hover {
	background: url(/img/navi_caba.png) no-repeat left -255px;
}
nav#recruit ul li a { width: 170px; }
nav#recruit ul li a.active,
nav#recruit ul li a:focus,
nav#recruit ul li a:hover {
	background: url(/img/navi_recruit.png) no-repeat left -170px;
}


div#header #event {
	position: absolute;
	top: 195px;
	left: 0;
}

div#header #bookinfo {
	position: absolute;
	top: 600px;
	left: -20px;
	z-index: 0;
}

div#article {
	width: 960px;
	height: 340px;
	background-image: url(../img/index_back_article.jpg);
	background-color: #600;
}

/* footer設定 */
div#footer{
	width:100%;
}

/*-- フッター<ul><li>パイプ区切りインラインナビ --*/
div#footer>div{
	font-size: 90%;
	padding: 10px 0 7px 0;
	background-color: #231815;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

div#footer ul>li {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.8;
	display:inline;
}

/*div#footer ul>li:first-child:before {
	content: "|";
	padding-right:3px;
}*/
/*
div#footer ul>li:after {
	content: "|";
	padding: 0 3px;
}
*/
div#footer nav ul li:before,
div#footer nav ul li:first-child:before,
div#footer nav ul li:last-child:after {
	content: " | ";
}


/* リンク色設定 */
footer nav a:link {	/* 未訪問*/
	color: #ff0;
	text-decoration: underline;
}
footer nav a:visited {	/* 訪問済 */
	color: #ff0;
	text-decoration: underline;
}
footer nav a:hover {	/* マウスオーバ */
	color: #39c;
	text-decoration: underline;
}
footer nav a:active {	/* アクティブ */
	color: #f00;
	text-decoration: none;
}

/* Facebook 及び 新着情報 */
div#fb {
	position: absolute;
	top: 695px;
	left: 0px;
}

div#allwn {
	color: #333;
	padding: 5px 0 0 10px;
	width: 600px;
	height: 125px;
	font-size: 80%;
	line-height: 1.8;
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 695px;
	right: 0px;
	background-color: rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);/*IE8以下用*/
}


div#allwn a:link {	/* 未訪問*/
	color: #0e70a8;
	text-decoration: underline;
}
div#allwn a:visited {	/* 訪問済 */
	color: #0e70a8;
	text-decoration: underline;
}
div#allwn a:hover {	/* マウスオーバ */
	color: #39c;
	text-decoration: underline;
}
div#allwn a:active {	/* アクティブ */
	color: #f00;
	text-decoration: none;
}

#allwn>div>div{
	font-weight:bold;
	margin-top:5px
}

div#allwn span.aki {
	background-color: #db1818;
	color: #fff;
}

div#allwn span.aom {
	background-color: #1854db;
	color: #fff;
}

#allwn dl>dt,
#allwn dl>dd{
	float:left;
}

div#allwn dl>dd{
	margin:0 0 10px 7px;
	line-height:20px;
}


/* 遊名人ネット説明 */
div#footer #aboutyn a:link {	/* 未訪問*/
	color: #ff0;
	text-decoration: underline;
}
div#footer #aboutyn a:visited {	/* 訪問済 */
	color: #ff0;
	text-decoration: underline;
}
div#footer #aboutyn a:hover {	/* マウスオーバ */
	color: #39c;
	text-decoration: underline;
}
div#footer #aboutyn a:active {	/* アクティブ */
	color: #f00;
	text-decoration: none;
}

div#aboutyn {
	text-align: left;
	line-height: 1.8;
	font-size: 90%;
	margin: 30px 0;
	padding: 20px 80px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

div#aboutyn h2 {
	font-size: 100%;
	font-weight: normal;
	color: #5dccc5;
	margin: 10px 0 0 -30px;
}

div#footer #aboutyn>span{
	font-weight: bold;
}

/* 著作権情報 */
div#footer p {
	font-size: 80%;
	font-weight: bold;
}
div#footer p>a{
	text-decoration:none;
	color:#fff;
}


#r_banner{
    position: relative;
    top: 95px;
	left: 10px;
}