@charset "utf-8";
/* CSS Document */

a {
	color: #184FFF;
	text-decoration: underline;
}
/* 説明文用 */
.indText{
	display:inline-block;
	text-indent:-9999px;
	text-decoration:none;
}

#header #menu:after,
#container:after,
.bookshelf:after{
	content:" ";
	clear:both;
	display:block;
}
/*----------------------------------------------------------------------------------------- MenuBar Hack */

#hidden {
	overflow-x: hidden;
}
html, body {
	margin: 0;
	padding: 0;
	background: url(img/bg.png);
	font-family: sans-serif;
	height: 100%;
	color: #333;
}
/*----------------------------------------------------------------------------------------- Form Fix */

input, select {
	vertical-align: middle;
}

/*----------------------------------------------------------------------------------------- General Class */

.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
}
.bottom10px {
	margin-bottom: 10px;
}

/*----------------------------------------------------------------------------------------- Wrapper */

#wrapper {
	width:100%;
	min-width: 1000px;
	margin: 0 auto;
	background: url(img/contens_bg-tans.png) repeat-y center;
	position: relative;
}

/*----------------------------------------------------------------------------------------- Container */

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 2em;
}

/*----------------------------------------------------------------------------------------- Header */

#top_content{
	width:100%;
	min-width:1000px;
	background: url(img/contens_bg-tans.png) repeat-y center;
	position:relative;
}
#header {
	width:100%;
	background: url(img/menu_bg.png) repeat-x bottom;
	padding-top:2em;
	height: 91px;
}
#header #menu {
	width: 960px;
	margin:0 auto;
	display: block;
}
#header #menu>h1{
	width:200px;
	height:91px;
	float:left;
}
#header #menu>h2 {
	height: 40px;
    width: 100px;
    float: left;
    margin-top: 51px;
    margin-left: -10px;
}
#menu>ul{
	display:inline-block;
	margin:20px 0 0 200px;
	float:left;
}
#menu>ul li{
	float:left;
}
#menu>ul li a{
	width:120px;
	height:50px;
	text-indent:-9999px;
	display:block;
	background:url(img/menu-trans.png);
}
#menu>ul li a:hover{
	position:0 0;
}
#menu .deli{
	background-position:120px 0px;
}
#menu .caba{
	background-position:120px 100px;
}
#menu .recruit{
	background-position:120px 50px;
}
#menu .deli:hover{
	background-position:0px 0px;
}
#menu .caba:hover{
	background-position:0px 100px;
}
#menu .recruit:hover{
	background-position:0px 50px;
}

/*----------------------------------------------------------------------------------------- Article */

#article {
	width: 960px;
}

/* ----------------------------------------------------------------------------------------- Ebook*/

.bookshelf01 {
	float: left;
	width: 840px;
	margin-left: 15px;
	background: url(img/bookshelf01.png) no-repeat;
	height: 226px;
	padding-left: 30px;
	padding-right: 30px;
}

.bookshelf02 {
	background: url(img/bookshelf02.png) no-repeat;
	width: 900px;
	height: 34px;
	float: left;
	margin-left: 15px;
}
.bookshelf {
	width: 840px;
	margin: 0 auto;
	background: url(img/bookshelf.png) repeat-y;
	padding-left: 30px;
	padding-right: 30px;
}

.magazine {
	float: left;
	background: url(img/thumbnail_shadow-trans.png) no-repeat;
	text-align: center;
	height: 200px;
	width: 160px;
	margin-left: 6px;
	position: relative;
	margin-top: 32px;
	margin-bottom: 28px;
}
.magazine img {
	height: 200px;
	width: 141px;
}
.magazine p {
	position: absolute;
	left: 0px;
	top: -1.2em;
	width: 100%;
	font-size: .8em;
}
#wook  {
	width: 96%;
	float: left;
	padding: 2%;
}
#wook a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#wook img  {
	float: left;
}
#wook .wook_link  {
	font-size: 1.2em;
	margin-left: 5px;
}
#wook .wook_discription  {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #999;
}

/*----------------------------------------------------------------------------------------- Footer */

#footer {
	font-size: .7em;
	float: left;
	width: 960px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #AAA;
}
#footer #footernav {
}
#footer #footernav ul li {
	display: block;
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	border-left: 1px solid #AAA;
}
#footer #footernav ul .front {
	border: 0px solid #FFF;
	padding-left: 0px;
}

/*----------------------------------------------------------------------------------------- media query */

@media screen and (max-width: 900px){
	#top_content,
	#header,
	#header #menu,
	#wrapper,
	#container,
	#article,
	#footer{
		width:900px;
		min-width:900px;
	}
	#header #menu>h1{
		margin-left:5px;
	}
}

@media screen and (min-width:664px) and (max-width:800px){
	#top_content,
	#header,
	#header #menu,
	#wrapper,
	#container,
	#article,
	#footer{
		width:100%;
		min-width:100%;
	}
	#header #menu>h1{
		margin-left:5px;
	}
	#menu>ul{
		margin-left:0;
		float:right;
	}

	.bookshelf {
		width: 100%;
		margin: 0 auto;
		background: url(img/bookshelf_sp.png) repeat-y;
		padding: 0px;
	}

	.magazine {
		background:none;
		width:25%;
		margin-left: 0;
	}
	.magazine>a {
		height: 100%;
		width: 160px;
		display:inline-block;
		background: url(img/thumbnail_shadow_sp-trans.png) no-repeat;
	}



}
