@charset "UTF-8";
/* Default */

/*	Reset
------------------------------------------------------------ */ 
@import url("reset.css");

/*	Elements
------------------------------------------------------------ */ 
@import url("elements.css");


/* Links
------------------------------------------------------------ */
a:link,
a:visited,
a:active { text-decoration: underline; color:#1e90ff;}
a:hover { text-decoration:underline; color:#d6000b;}


/* Body
------------------------------------------------------------ */
body {
	position: relative;
	font-size:12px;
	color:#000;
	background-color:#ffffff;
	font-family:'メイリオ',Meiryo,'Lucida Grande',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}



/* Header
------------------------------------------------------------ */
#header {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 9999;
}
#header a {
	float: left;
	margin: 0 5px;
	display: block;
	border-radius: 4px;
	width: 40px;
	height: 40px;
}
#header a:hover {
	opacity: 0.7;
}
#header a img {
	display: block;
}
#header .btn img {
	width: 40px;
	height: 40px;
}
#header .btn2 img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
#header #open_nav {
	background-color: #c80000;
}
#header #twitter {
	background-color: #55acee;
}
#header #facebook {
	background-color: #39599f;
}
#header #instagram {
	background-color: #ffffff;
}



/* Gnav
------------------------------------------------------------ */
#nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
}



/* Container
------------------------------------------------------------ */
#container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url( ../img/back.jpg ) no-repeat center center;
	background-size: cover; 
	overflow: hidden;
	z-index: 1;
}
#description {
	position: absolute;
	top: 100px;
	left: 60px;
}
#description h3 {
	font-weight: bold;
	color: #c80000;
	font-size: 18px;
	margin-bottom: 20px;
	text-shadow: 0 0 3px #fff;
}
#description p {
	color: #000;
	font-size: 13px;
	margin: 7px;
	text-shadow: 0 0 3px #fff;
}

#site_image {
	position: absolute;
	bottom: 38%;
	right: 0;
}
#catchcopy {
	margin: 0 40px 20px 0;
}
#container #site_image h1 {
	text-align: right;
	margin: 0 20px 20px 0;
}
#container #site_image h1 img {
	width: 300px;
}

#contents {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38%;
	min-height: 200px;
	/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	display: block;
	overflow: hidden;
	z-index:10000;
}
#contents #contents_box {
	position: absolute;
	top: 0;
	left: 20px;
	height: 100%;
	display: none;
}
#contents_box .box {
	position: relative;
	float: left;
	height: 100%;
	margin-left: 1px;
}
#contents_box .box .deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
}
#contents_box .news {
	background-color: rgba(255, 255, 255, 0.7);
}
.news .deco {
	background: #ffd700 no-repeat top left;
}
.news .news_date {
	position: relative;
	margin: 10px;
	font-weight: bold;
	color: #c80000;
}
.news .news_text {
	margin: 0 10px 10px 10px;
}
.book .deco {
	background: #c80000 no-repeat top left;
}
.book {
	background-color: #fff;
}
.book a {
	width: 100%;
	height: 100%;
}
.book a img.book_img {
	width: 100%;
}
.book a img.smart_img {
	display: none;
}
.book a p.smart_text {
	display: none;
}
.book a:hover img {
	opacity: 0.7;
}
#left_guide {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	z-index: 9999;
}
#left_guide img {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 20px;
	opacity: 0.7;
}
#left_guide:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#left_guide:hover img {
	opacity: 1.0;
}
#right_guide {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	z-index: 9999;
}
#right_guide img {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	width: 20px;
	opacity: 0.7;
}
#right_guide:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#right_guide:hover img {
	opacity: 1.0;
}

	





/* Footer
------------------------------------------------------------ */
footer {
	position: absolute;
	left: 30px;
	bottom: 10px;
	z-index: 2;
}
#copyright p {
	color: #333;
}



/* 初期化 */
button, input, select, textarea {
	font-family:'メイリオ',Meiryo,'Lucida Grande',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
