@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: 10px;
	right: 10px;
	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;
	z-index: 1;
}
#description {
	background: url( ../img/back.jpg ) no-repeat center center;
	background-size: cover; 
	height: 360px;
	position: relative;
}
#description h3 {
	font-weight: bold;
	color: #c80000;
	font-size: 14px;
	margin: 0 0 20px 20px;
	padding-top: 30px;
	text-shadow: 0 0 3px #fff;
}
#description p {
	color: #000;
	font-size: 10px;
	margin: 0 0 0 30px;
	text-shadow: 0 0 3px #fff;
}

#site_image {
	position: absolute;
	top: 220px;
	right: 0;
	z-index: 10;
}
#catchcopy {
	margin: 0 40px 20px 0;
	width: 230px;
}
#container #site_image h1 {
	text-align: right;
	margin: 0 20px 0 0;
}
#container #site_image h1 img {
	width: 220px;
}

#contents {
	position: relative;
	width: 100%;
	display: block;
}
#contents #contents_box {
	position: relative;
	width: 100%;
	display: block;
}
#contents_box .box {
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #eee;
}
#contents_box .box .deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}
#contents_box .news {
	background-color: rgba(255, 255, 255, 0.7);
}
.news .deco {
	background: #ffd700 no-repeat top left;
}
.news .news_date {
	position: relative;
	padding-top: 10px;
	margin: 0 10px 10px 60px;
	font-weight: bold;
	color: #c80000;
}
.news .news_text {
	margin: 0 10px 10px 60px;
}
.book .deco {
	background: #c80000 no-repeat top left;
}
.book {
	background-color: #fff;
}
.book a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.book a img.book_img {
	display: none;
}
.book a img.smart_img {
	display: none;
}
.book a p.smart_text {
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 20px;
	text-shadow: 0 0 5px #000;	
}
.book:hover {
	opacity: 0.7;
}
.book a:hover p {
	display: none;
}
#left_guide {
	display: none;
}
#right_guide {
	display: none;
}
.nomobile {
	display: none;
}

	

/* Footer
------------------------------------------------------------ */
footer {
	position: relative;
	width: 100%;
	height: 40px;
}
#copyright p {
	line-height: 40px;
	text-align: right;
	color: #333;
}



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