@charset "UTF-8";


/*----------------------------------------------*//* body */
body {
	color: #333333;
	background: #e8ebee;
	font: 13px/1.5 "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body a {
	text-decoration: none;
}
body img {
	vertical-align: bottom;
}
/*----------------------------------------------*//* #logo */
#logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background: #fff;
	transition: width 0.6s 0.4s ease-out;
	z-index: 4;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
#logo h1 {
	position: absolute;
	top: 81px;
	left: 50%;
	margin-top: -60px;
	margin-left: -70px;
	width: 141px;
	height: 119px;
	transition: top 0.4s ease-out;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/logo-w.png) no-repeat center center;
	background-size: contain;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
#logo span {
	display: none;
}
/*----------------------------------------------*//* #navi .monthly */
#navi .monthly {
	position: fixed;
	top: 180px;
	left: 40px;
	bottom: 10px;
	width: 140px;
	overflow: hidden;
	z-index: 4;
}
#navi .monthly dl {
	margin-bottom: 15px;
	border: 1px solid #000;
}
#navi .monthly dl dt {
	position: relative;
	padding: 14.5px 0px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#navi .monthly dl dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-color: #9ba5b4 transparent transparent transparent;
}
#navi .monthly dl.open dt:after {
	border-width: 0px 5px 5px 5px;
	border-color: transparent transparent #9ba5b4 transparent;
}
#navi .monthly dl dd {
	height: 0;
	overflow: hidden;
}
#navi .monthly ul {
	padding-bottom: 13px;
}
#navi .monthly li a {
	margin-bottom: 6.5px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
#navi .monthly li a.selected {
	color: #fcff00;
	font-weight: bold;
}
#navi .monthly li a:hover {
	color: #fcff00;
}
/*----------------------------------------------*//* #navi .magazine */
#navi .magazine {
	position: fixed;
	top: 0;
	left: 220px;
	right: 0px;
	height: 140px;
	background: #ffffff;
	box-shadow: 1px 0px 7px #cccccc;
	z-index: 2;
}
#navi .magazine dl {
	position: absolute;
	top: 51px;
	left: 40px;
	min-width: 238px;
	z-index: 1;
}
#navi .magazine dt {
	position: relative;
	height: 36px;
	padding: 0px 40px 0px 10px;
	border: 1px solid #ced3da;
	background: #ffffff;
	color: #999999;
	font-size: 14px;
	line-height: 36px;
	cursor: pointer;
}
#navi .magazine dt.selected {
	color: #092246;
	font-weight: bold;
}
#navi .magazine dt:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	background: #f3f5f6;
}
#navi .magazine dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -2.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-color: #9ba5b4 transparent transparent transparent;
}
#navi .magazine dd {
	background: #f3f5f6;
	height: 0;
	overflow: hidden;
}
#navi .magazine a {
	display: block;
	height: 36px;
	padding: 0px 40px 0px 10px;
	color: #666666;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	cursor: pointer;
}
#navi .magazine a.selected {
	font-weight: bold;
}
#navi .magazine a:hover {
	background: #9ba5b4;
	color: #ffffff;
}
/*----------------------------------------------*//* #main */
#main {
	position: absolute;
	top: 140px;
	left: 220px;
	right: 0px;
	bottom: 0;
	background-color: inherit;
}
#main:before {
	content: "";
	position: fixed;
	margin-top: 40px;
	margin-left: 80px;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*----------------------------------------------*//* #list */
#list {
	position: absolute;
	display: none;
	width: 100%;
	min-height: 100%;
	background-color: inherit;
	z-index: 1;
}
#list .list {
	padding: 40px;
}
#list .list li {
	display: none;
	width: 195px;
	height: 320px;
	text-align: center;
}
#list .list li.active {
	display: block;
}
#list .list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #092246;
}
#list .list li .img {
	display: table-cell;
	width: 195px;
	height: 252px;
	vertical-align: middle;
	text-align: center;
}
#list .list li .img img {
	max-width: 195px;
	max-height: 252px;
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#list .list li a:hover .img img {
	opacity: 0.70;
}
#list .list li .ttl {
	margin-top: 8px;
	font-size: 15px;
	font-weight: bold;
}
#list .list li .num {
	font-size: 12px;
}
/*----------------------------------------------*//* #data */
#data {
	position: absolute;
	display: none;
	width: 100%;
	min-height: 100%;
	background-color: inherit;
	z-index: 3;
}
#data .base {
	position: fixed;
	top: 0;
	left: 220px;
	right: 0px;
	height: 140px;
	background: #ffffff;
	box-shadow: 1px 0px 7px #cccccc;
}
#data .base dl {
	position: absolute;
	top: 19px;
	left: 39px;
	display: table;
	height: 102px;
}
#data .base dl dt {
	display: table-cell;
	height: 100%;
}
#data .base dl dt img {
	width: auto;
	height: 100px;
	border: 1px solid #cccccc;
	vertical-align: middle;
}
#data .base dl dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 28px;
}
#data .base dl dd .name {
	color: #092246;
	font-size: 18px;
	font-weight: bold;
}
#data .base dl dd .date {
	font-size: 12px;
	margin-top: 5px;
}
#data .page {
	padding: 40px;
}
#data .page dt {
	margin-bottom: 30px;
	color: #092246;
	font-size: 16px;
	font-weight: bold;
}
#data .page dd .image img.page-two {
	width: 100%;
}
#data .page dd .image img.page-one {
	width: 50%;
}
#data .page dd .lease ul {
	padding: 12px 0px 12px 0px;
	border-top: 1px solid #d1d7dd;
}
#data .page dd .lease ul:first-child {
	border-top: none;
}
#data .page dd .lease li {
	padding: 3px 0px 3px 3em;
}
#data .page dd .lease li span {
	display: inline-block;
	width: 3em;
	margin-left: -3em;
	font-weight: bold;
}

/*----------------------------------------------*//* #popup */
#popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 10;
	display: none;
}
#popup .dialog {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 2px solid #ffffff;
	background: #ffffff;
}
#popup .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#popup .close {
	position: absolute;
	top: -27px;
	right: -27px;
	width: 50px;
	height: 50px;
	border: 1px solid #333333;
	border-radius: 26px;
	background: #f3f5f6;
	color: #666666;
	font-size: 10px;
	line-height: 50px;
	text-align: center;
}
