@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 */

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%;
	margin: 0 auto;
	background: url(img/contens_bg-tans.png) repeat-y center;
	position: relative;
}

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

#container {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
}
/*----------------------------------------------------------------------------------------- Header */

#top_content{
	width:100%;
	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 {
	margin:0 auto;
	display: block;
}
#header #menu>h1{
	width:66%;
	max-width:200px;
	height:91px;
	float:left;
	margin-left:5px;
	overflow:hidden;
}
#header #menu>h2 {
	width:33%;
	height: 40px;
    max-width: 100px;
    float: left;
    margin-top: 51px;
    margin-left: -10px;
}
#side_menu{
	position:fixed;
	top:0;
	right:-266px;
	width:260px;
	height:100%;
	z-index:99999;
	padding:6px 0 0 6px;
	background:url(/sp/deli/images/menu_bg.png);
	box-shadow:0 0 10px 0 black;
}
#side_menu>li{
	text-align:center;
}
#side_menu>li+li{
	border: 1px solid #cccccc;
	background: #eeeeee;
	font-weight: bold;
	color: #2f3e46;
	text-shadow: 0 1px 0 #ffffff;
	background-image: linear-gradient( #ffffff,#f1f1f1 );
	margin:8px 0;
	height:38px;
	line-height:38px;
	vertical-align:middle;
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
	border-radius:4.8px;
}
#side_menu>li+li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:black;
}

#header_menu{
	position:fixed;
	width:100%;
	height:34px;
	border-bottom:1px solid #aaa;
	top:0;
	left:0;
	z-index:9999;
	display:table;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fdfdfd', endColorstr = '#f2f2f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fdfdfd', endColorstr = '#f2f2f2')";
	background-image: -moz-linear-gradient(top, #fdfdfd, #f2f2f2);
	background-image: -ms-linear-gradient(top, #fdfdfd, #f2f2f2);
	background-image: -o-linear-gradient(top, #fdfdfd, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f2f2f2);
	background-image: linear-gradient(top, #fdfdfd, #f2f2f2);
}
#header_menu>li{
	width:50%;
	display:table-cell;
	line-height:34px;
	vertical-align:middle;
	text-align:center;
}
#header_menu>li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:black;
}
.close{
	text-indent:-9999px;
	width:18px;
	height:18px;
	display:block;
	text-align:center;
	background:#666;
	background:rgba(0,0,0,0.4);
	background:url(/sp/deli/images/icons-18-white.png) no-repeat;
	background-position:-73px -1px;
	cursor:pointer;
	-webkit-border-radius:9px;
	border-radius:9px;
	zoom:1;
}


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

#article {
	width: 100%;
}

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

.bookshelf {
	width: 95%;
	margin: 0 auto;
	background: url(img/bookshelf_sp.png) repeat-y;
	padding: 0px;
}
@media screen and (max-width:350px){
	.bookshelf {
		width:100%;
	}
}

.magazine {
	float: left;
	text-align: center;
	height: 194px;
	width: 50%;
	position: relative;
	margin-top: 39px;
	margin-bottom: 27px;
}
.magazine>a {
	height: 194px;
	width: 155px;
	display:inline-block;
	background: url(img/thumbnail_shadow_sp-trans.png) no-repeat;
}
.magazine img {
	height: 194px;
	width: 137px;
}
.magazine p {
	position: absolute;
	left: 0px;
	top: -1.2em;
	width: 100%;
	font-size: 0.8em;
}
#wook {
	width: 98%;
	float: left;
	padding: 1%;
}
#wook a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#wook img {
	float: left;
}
#wook .wook_link {
	font-size: 1.2em;
}
#wook .wook_discription {
	font-size: 0.7em;
	color: #999;
}

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

#footer {
	font-size: 0.7em;
	float: left;
	width: 100%;
	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;
}
