/*
Theme Name: eブックス
Theme URI: http://www.oita-ebooks.jp
Description: Actibookの検索・表示専用のテーマ
Author: いづみ印刷株式会社
Author URL: http://www.printing-izumi.co.jp/
Version: 4.0
tags:このスタイルシートは、ヘッダ・フッタなどサイト共通用に制作されたものです。
*/

/* 共通のスタイル
------------------------------ */
/* Content styling. */

body {
}

.smm_side li {
	list-style: none;
}

.smm_side li a {
	text-decoration: none;
}

dl {
	font-family: "Times New Roman", Times, serif;
	padding: 1em;
}

dt {
	font-size: 2em;
	font-weight: bold;
}

dt span {
	font-size: .5em;
	color: #777;
	margin-left: .5em;
}

dd {
	font-size: 1.25em;
	margin: 1em 0 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.back-btn {
	float: right;
	margin: 0 2em 1em 0;
}

#content p {
	color: #555555;
}

#content a {
	color: #555555;
}

.alttext {
	text-indent: -9999px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

body,
a,
li {
	font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/*===============================================
　bugfix対策
===============================================*/

/* Android2.x系のスクロールバグを制御
------------------------------ */
.overthrow-enabled .overthrow {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* Androidのチェックボックスサイズを制御
------------------------------ */
ul.h_menu_sp input[type="chexkbox"] {
	display: none;
}

/* パンくずリスト
------------------------------ */
#subpage a.BC {
	text-decoration: underline;
}

#show_img p {
	float: none;
	clear: both;
	text-align: center;
	padding: 1% 0 0 0;
}

/*===============================================
　アプリ誘導用バナー
===============================================*/
#app_nav {
	background: #F0F5FA;
	width: 100%;
	max-width: 970px;
	height: 60px;
	margin: auto;
}

#app_nav:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#app_nav .app_ico {
	float: left;
	padding: 5px 0 0 3%;
}

#app_nav .app_detail {
	float: left;
	padding: 10px 3% 0 10px;
}

#app_nav .app_ico img {
	height: 50px;
}

#app_nav .app_title {
	font-weight: bold;
	font-size: 14px;
}

#app_nav .app_txt {
	font-size: 10px;
	padding: 3px 0 0 0;
	line-height: 130%;
}

/*===============================================
　01.breakpoint 769px 〜
===============================================*/
@media print, screen and (min-width: 769px) {

html {
	margin-top: 0!important;
}

.snap-drawers {
	display: none;
}

#container {
	max-width: 970px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
	padding: 15px 1.1%;
}

#primary {
	margin: 0;
	float: left;
	width: 72.2%;
}

#secondary {
	margin: 0 10px 0 0;
	float: right;
	width: 25%;
}

#container a:hover img,
#container a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/*===============================================
　header
===============================================*/


hgroup {
	width: 100%;
	max-width: 1000px;
	margin: auto !important;
	padding: 0;
}

.site-header {
	padding: 42px 0 5px 0;
	background : url(../img/base/hd_bg.jpg) 0 0 repeat-x;
	width: 100%;
	text-align: center;
}

.site-header h1 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.site-header h1 img {
	width: 100%;
	max-width: 530px;
	height: auto;
	padding: 0;
	margin: 0;
}

header #hd_left {
	float: left;
	width: 40%;
	height:auto;
	max-width: 390px;
	height: auto;
}

header #utility {
	float: right;
	text-align: right;
	width: 58%;
	max-width: 580px;
	padding: 0;
	margin: 5px 0 0 0;
}

header #utility ul li {
	color: #999999;
	float: left;
	height: 22px;
	width: auto;
	position: relative;
}

header #h_menu ul.h_menu_pc .japan_logo a {
	display: block;
}

header #h_menu {
	float: right;
	font-size: 90%;
	letter-spacing: 0.2px;
	width: 100%;
	max-height: 25px;
	overflow: hidden;
}

header #h_menu ul.h_menu_sp {
	display: none;
}

header #h_menu ul.h_menu_pc li {
	padding: 3px 0 0 0;
}

header #h_menu ul.h_menu_pc li.japan_logo {
	padding: 0 0 0 10px;
}

header #h_menu:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*===============================================
　smartphone - menu
===============================================*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/* 
フッターのスタイル
------------------------------ */
footer[role="contentinfo"] {
	display: block;
	width: 100%;
	border-top: none;
	clear: both;
	font-size: 90%;
	line-height: 130%;
	padding: 0 0 20px 0;
	background:#233B6C;
}

footer #ft-box #ft-top:after,
footer .footer_navi ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

footer #ft-box {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}

footer #ft-box #ft-top {
	clear: both;
	border-bottom: 1px #fff solid;
	padding: 0 0 5px 0;
}

footer #ft-box #ft-top hr {
	display: none;
}

footer #ft-box #logo_sp {
	display: none;
}

footer #ft-box #logo_pc {
	float: left;
	margin: 28px 0 0 0;
	width: 28%;
	text-align: center;
}

footer #ft-box #logo_pc a {
	margin: 0 auto;
}

footer #ft-box #logo_pc .show_txt {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	color: #fff!important;
}

footer #ft-box .footer_navi {
	float: right;
	width: 70%;
	margin: 0 0 0 0;
	padding: 28px 0 0 0;
}

footer .footer_navi ul {
	margin: 0px 15px 10px 20px;
	margin: 0 5px 0 0;
}

footer .footer_navi ul li {
	float: left;
	list-style-type: none;
}

footer .footer_navi ul li a {
	color: #FFFFFF!important;
	height: 16px;
	padding: 0 15px 0 8px;
	margin: 0 5px 0 0;
	position: relative;
	width: auto;
	font-size: 13px;
	text-decoration: none;
	border-left: 1px solid #ddd;
}

#ft-box #container-japan-logo {
	width: auto;
	text-align: center;
}

#ft-box .btn_japanebooks {
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	margin: 20px auto 10px;
	padding: 0;
	outline: none;
}

#ft-box .btn_japanebooks:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#ft-box #container-japan-logo img {
	text-align: center;
}

footer .pagetop {
	float: right;
	margin: -28px 0 0 0;
}

footer .copyright {
	text-align: center;
	color: #FFF!important;
	font-size: 90%;
}

/* home 
トップページのスタイル
------------------------------ */
.fluid_container {
	max-width: 700px;
	width /***/: auto;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}

#primary #featured a,
#primary #featured0 a {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

h2.books_osusume_title,
h2.books_gover_title,
h2.books_com_title,
h2.sp_contents_lineup,
h2.ttl_page-banner {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 15px 0 8px;
	color: #000000;
	margin-top: 15px;
}

h2.books_osusume_title:before,
h2.books_gover_title:before,
h2.books_com_title:before,
h2.sp_contents_lineup:before,
h2.ttl_page-banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	content: ' ';
	border-bottom: 3px solid #3B302B;
}

h2.books_osusume_title:after,
h2.books_gover_title:after,
h2.books_com_title:after,
h2.sp_contents_lineup:after,
h2.ttl_page-banner:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	content: ' ';
	border-bottom: 1px solid #3B302B;
}

.flexslider {
	display: block!important;
	margin: 0 0 4% 0!important;
	padding: 0 0 0 4%!important;
	/*background: url("../img/base/bg_bookshelf.jpg") 0 0 repeat!important;
	background-size: 100% 100%!important;*/
	background:#fafafa;
}

ol.flex-control-nav {
	display: none!important;
}

ul.flex-direction-nav {
	display: none!important;
}

.flexslider ul.slides {
	width: 100%!important;
}

.flexslider li {
	float: left!important;
	width: 16%!important;
	padding: 10px!important;
	height: 203px;
}

.flexslider .gover_vispace {
	display: block!important;
	width: 100%!important;
	height: 142px!important;
	position: relative!important;
}

.flexslider .gover_vispace a {
	width: 100%!important;
	max-width: 100px!important;
	position: absolute!important;
	bottom: 0!important;
	margin: 0!important;
}

.flexslider .gover_vispace img {
	background: none repeat scroll 0 0 #333333!important;
	box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.4)!important;
	display: block!important;
	max-height: 142px!important;
	max-width: 100px!important;
	margin: auto;
}

.flexslider .top_icon {
    display: block !important;
    height: 13px;
    margin: 6% 0 0 !important;
    max-width: 100px !important;
    width: 100% !important;
}

.flexslider .top_icon .sd_l_tico,
.flexslider .top_icon .sd_r_tico {
	float: left!important;
	display: block!important;
	width: 30%!important;
	max-width: 31px!important;
	max-height: 15px!important;
	margin: 0 3% 0 0!important;
}

.flexslider .top_icon .sd_l_tico img,
.flexslider .top_icon .sd_r_tico img {
	float: left!important;
	display: block!important;
	width: 100%!important;
	max-width: 31px!important;
	max-height: 15px!important;
	margin: 0 3% 0 0!important;
}

.flexslider li p {
	clear: both!important;
	color: #555!important;
	display: block!important;
	font-size: 75%!important;
	line-height: 130%!important;
	margin: 0!important;
	overflow: hidden!important;
	padding: 2px 0 0 0!important;
	text-align: center!important;
	width: 100%!important;
	height: 32px!important;
}

#top_banner:after {
	content: ".";
	float: none;
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* PC版バナー
------------------------------ */

#top_banner {
	float: left;
	width: 72.2%;
	margin: 10px 0 0 0;
}

#top_banner ul li {
	float: left;
	padding: 0;
	width: 32%;
	margin: 10px 7px 0 0;
}

#top_banner ul li img {
	width: 100%;
}

#top_banner ul li a {
	display: block;
	font-size: 80%;
	line-height: 130%;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	text-decoration: none;
	background-size: cover;
}


#top_banner ul.page-banner li a {
	text-indent: inherit;
}


#top_banner span.txt_red {
	color: #ff0000;
	font-weight: bold;
}

#top_banner p {
	display: block;
	float: none;
	clear: both;
	text-align: left;
	padding: 5px;
	font-size: 0.7em;
	line-height: 130%;
	height: 30px;
	overflow: hidden;
}

/* 新・発とページナビ PC
------------------------------ */
.searchform-controls {
	float: left;
	width: auto;
}

#i_bt01,
#i_bt02 {
	margin: 0;
	border: none;
	width: 30px;
	height: 29px;
	background: #eee;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	border: 1px solid #ddd;
	-moz-border-radius: 2px; /*角丸*/
	-webkit-border-radius: 2px; /*角丸*/
	border-radius: 2px; /*角丸*/
}

.pagenavi {
	float: left;
	display: block;
	height: 30px;
	margin-left: 3%;
}

.wp-pagenavi {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	float: left;
	padding: 5px 5px 0;
	margin: 0 2px;
	min-width: 23px;
	height: 22px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #ddd;
	-moz-border-radius: 2px; /*角丸*/
	-webkit-border-radius: 2px; /*角丸*/
	border-radius: 2px; /*角丸*/
	background: #eee;
}

.wp-pagenavi span.current {
	background: #7a4677;
	color: #fff;
	font-weight: bold;
}

.sp_sidebar,
.sp_banner,
.sp_footermenu {
	display: none;
}

.pc_sidebar,
.pc_banner,
.pc_footermenu {
	display: block;
}
}

/*===============================================
　02.breakpoint 〜 768px
===============================================*/
@media screen and (max-width: 825px) {

.flexslider {
	display: block!important;
	margin: 0!important;
	padding: 0 0 0 3.7%!important;
	background: url("../img/base/bg_bookshelf.jpg") 0 0 repeat!important;
	background-size: 100% 100%!important;
}
}

/*===============================================
　02.breakpoint 〜 768px
===============================================*/
@media screen and (max-width: 768px) {
	


/* スナップ */
.snapjs-right .snap-drawer-left {
	display: block;
	right: 0;
	left: auto;
}

.snapjs-left .snap-drawer-right {
	display: block;
	left: 0;
	right: auto;
}

#content {
	background: #fff center 75% no-repeat;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; /* Chrome and Safari */
	-moz-backface-visibility: hidden; /* Firefox */
	-ms-backface-visibility: hidden; /* Internet Explorer 10+ */
}

.main-content {
	overflow: hidden!important;
}

/* Show the red "No Drag" box in the demo */

#no-drag,
#do-drag {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 100px;
	margin-left: -25%;
	margin-top: -50px;
	background: red;
	color: #FFF;
	text-align: center;
	line-height: 100px;
}

#do-drag {
	background: green;
}

/* Styles for the social buttons in the demo */

.demo-social {
	padding: 0 15px;
}

/* Show the translucent white "Toggle" boxes in the demo */

.toggler {
	width: 80%;
	background: rgba(255,255,255,0.5);
	margin: 0 auto;
	position: relative;
	top: 70px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

/* Styles for expanding "Search" input in the "Expanding" demo */

.search {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

#search {
	height: 30px;
	width: 87%;
	margin: 7px 7px 0 7px;
	background: linear-gradient(#414A5A, #4C5464);
	background: -webkit-linear-gradient(#414A5A, #4C5464);
	padding-left: 15px;
	border: 1px solid #222936;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 2px -1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 2px -1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 2px -1px rgba(255, 255, 255, 0.4);
}

#search:focus {
	outline: none;
	border-color: #151515;
}

/* Styles for fading out the drawer content in the "Expanding" demo */

.drawer-inner {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
	opacity: 0;
}

/* Styles for the "Settings" demo */

.opt {
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.opt p {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	color: #222;
	color: rgba(0, 0, 0, 0.6);
}

/* Default demo styles */
.snap-content {
	background: #BFC7D8;
}

.snap-drawers {
	background: #323949;
}

.snap-drawer {
	background: #323949;
	color: #eee;
}

.snap-drawer h3 {
	font-size: 36px;
	font-weight: normal;
	margin: 15px;
}

.snap-drawer h4 {
	padding: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
}

.snap-drawer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.snap-drawer li > a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background : url(../img/base/side_icon.png) 10px 5px no-repeat;
	background-size: 10%;
	padding: 10px 5px 10px 25px;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	text-indent: 20px;
	font-size: 90%;
}

.sp_footermenu li > a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background : #000;
	background-size: 10%;
	padding: 10px 5px;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	text-indent: 20px;
	font-size: 90%;
}

.snap-drawer p {
	padding: 5px;
	font-size: 90%;
}

html,
body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.snap-content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	z-index: 20;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.snap-drawers {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
}

.snap-drawer {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	width: 265px;
	height: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.snap-drawer-left {
	left: 0;
	z-index: 1;
}

.snap-drawer-right {
	right: 0;
	z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
	display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
	width: 100%;
}

.pc_sidebar,
.pc_banner,
.pc_footermenu {
	display: none;
}

.character_index .pc_sidebar,
.club_fame .pc_sidebar,
.haru15 .pc_sidebar,
.fuyu .pc_sidebar,
.aki .pc_sidebar,
.ore .pc_sidebar
{
	display: none!important;
}

.sp_sidebar,
.sp_banner,
.sp_footermenu {
	display: block;
}

.snap-drawer li > a.btn_hyuga {
	background: url("../img/base/navi/btn_hyuga.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-size: 10% auto
}

/* コンテンツ */
body {
	background: #eee;
}

#container {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
	padding: 0;
}

#primary {
	margin: 0;
	width: 100%;
}

#secondary {
	margin: 0 auto;
	width: 100%;
}

#container a:hover img,
#container a:hover,
header a:hover img,
header a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* header
------------------------------ */
header a {
	color: #fff;
}

hgroup {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.site-header {
	padding: 25px 0 0 0;
	background : url(../img/base/hd_bg.jpg) 0 0 repeat-x;
	width: 100%;
	text-align: left;
}

h1#site-title {
	display: none;
}

h1#sp_site_title {
	float: left;
	height: auto;
	padding: 0;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

h1#sp_site_title img {
	padding: 0;
	width: 100%;
	max-width: 180px;
	position: absolute;
	left: 57%;
	margin-left: -125px;
}

header #hd_left {
	display: none;
}

header #utility {
	float: none;
	text-align: center;
	width: 100%;
	max-width: 768px;
	padding: 0;
	margin: 10px auto;
}

header #utility ul li {
	color: #999999;
	float: left;
	height: 22px;
	width: auto;
	position: relative;
}

header #h_menu {
	font-size: 90%;
	letter-spacing: 0.2px;
	width: 100%;
	max-height: 50px;
	overflow: hidden;
}

header #h_menu ul.h_menu_pc li {
	display: none;
}

header #h_menu ul.h_menu_sp {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	position: relative;
}

label.label-left {
	background: url(../img/base/sp_icon_menu.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	cursor: pointer;
}

label.label-right {
	background: url(../img/base/sp_icon_search.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

label.label-left input,
label.label-right input {
	display: none;
}

header #h_menu ul.h_menu_sp li {
	margin: 0 5px 0 0;
}

header #h_menu ul.h_menu_sp li a {
	display: block;
	width: 30px;
	height: 30px;
}

/* 
フッターのスタイル
------------------------------ */

footer[role="contentinfo"] {
	display: block;
	width: 100%;
	border-top: none;
	clear: both;
	font-size: 90%;
	line-height: 130%;
	padding: 0 0 20px 0;
	background: #233B6C;
}

footer #ft-box #ft-top:after,
footer .footer_navi ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

footer #ft-box {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}

footer #ft-box #ft-top {
	clear: both;
	padding: 0;
}

footer #ft-box #ft-top hr {
	display: none;
}

footer #ft-box #logo_pc {
	display: none;
}

footer #logo_sp {
	margin: -10px auto 10px;
	width: 100%;
	text-align: center;
}

footer #ft-box #logo_sp .show_txt {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	color: #fff!important;
}

footer #ft-box .footer_navi {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

footer .footer_navi ul {
	width: 100%;
	margin: 0;
}

footer .footer_navi ul li {
	float: left;
	list-style-type: none;
	width: 49.6%;
	border-bottom: #1D1D1D 1px solid;
	border-left: #1D1D1D 1px solid;
	text-indent: 15px;
	background: #1D1D1D;
}

footer .footer_navi ul li a {
	display: block;
	color: #FFFFFF;
	height: 100%;
	margin: 0;
	width: 100%;
	font-size: 13px;
	padding: 10px 0;
	text-decoration: none;
	background: #000;
}

footer a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

footer .footer_navi {
	height: 28px;
	width: 100%;
}

footer .pagetop img {
	display: none;
}

a.btn_japanebooks {
	display: block;
	width: 180px;
	height: 50px;
	background: url(../img/base/btn_japanebooks.png) center 0 no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	margin: 10px auto;
	padding: 0;
}

a.btn_japanebooks:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#ft-box #container-japan-logo {
}

footer .copyright {
	text-align: center;
	color: #fff!important;
	font-size: 90%;
	width: 90%;
	margin: 10px auto;
}

#ft-box #container-japan-logo {
	text-align: center;
}

#ft-box #container-japan-logo img {
	max-width: 200px;
	height: auto;
}

/* home 
トップページのスタイル
------------------------------ */


.fluid_container {
	max-width: 100%;
	width /***/: auto;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	height: auto;
}

#primary #featured a,
#primary #featured0 a {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

/* home 
カルーセルスライダーのスタイル
------------------------------ */


#carousel {
	display: block;
	margin-bottom: 20px;
}

.flexslider {
	margin: 0 auto;
	max-width: 768px;
}

/* Browser Resets */



.flex-container a:active,
.flexslider a:active {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/



.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	max-width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */



.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */



.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/



.flexslider {
	background: url("../img/base/bg_bookshelf.jpg") 0 0 repeat;
	background-size: 100% 100%;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
	width: 115px!important;
	padding: 10px;
	margin-left: 0;
}

.flexslider .gover_vispace {
	display: block;
	width: 100%;
	height: 142px;
	position: relative;
}

.flexslider .gover_vispace a {
	width: 100%;
	max-width: 100px;
}

.flexslider .gover_vispace img {
	background: none repeat scroll 0 0 #333333;
	box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.4);
	display: block;
	width: 100%;
	max-height: 142px;
	max-width: 100px;
}

.flexslider .top_icon {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 20% 0 0 0;
}

.flexslider .top_icon .sd_l_tico,
.flexslider .top_icon .sd_r_tico {
	float: left;
	display: block;
	width: 30%;
	max-width: 31px;
	max-height: 15px;
	margin: 0 3% 0 0;
}

.flexslider .top_icon .sd_l_tico img,
.flexslider .top_icon .sd_r_tico img {
	float: left;
	display: block;
	width: 100%;
	max-width: 31px;
	max-height: 15px;
	margin: 0 3% 0 0;
}

.flexslider li p {
	clear: both;
	color: #555;
	display: block;
	font-size: 75%;
	line-height: 130%;
	margin: 0;
	overflow: hidden;
	padding: 2px 0 0 0;
	text-align: center;
	width: 100%;
	height: 32px;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */



.flex-container {
	zoom: 1;
	position: relative;
}

/* Caption style */
/* IE rgba() hack */



.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}

.flex-caption {
	width: 96%;
	padding: 2%;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 16px;
}

/* 横の次へ前へのナビゲーション */



.flex-direction-nav a {
	background: url("../js/carousel/images/bg_direction_nav.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 30px;
	z-index: 10;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 5px;
}

.flex-direction-nav .flex-prev {
	left: 5px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}

.flexslider:hover .flex-prev {
	left: 5px;
	opacity: 0.8;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	opacity: 0.3 !important;
	display: none;
}

/* ブック一覧
---------------------------*/



h2.books_osusume_title,
h2.books_gover_title,
h2.books_com_title,
h2.sp_contents_lineup,
h2.ttl_page-banner {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 15px 0;
	padding: 19px 0 15px 10px;
	color: #000000;
	margin-top: 15px;
}

h2.books_osusume_title:before,
h2.books_gover_title:before,
h2.books_com_title:before,
h2.sp_contents_lineup:before,
h2.ttl_page-banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	content: ' ';
	border-bottom: 3px solid #d5d5d5;
}

h2.books_osusume_title:after,
h2.books_gover_title:after,
h2.books_com_title:after,
h2.sp_contents_lineup:after,
h2.ttl_page-banner:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	content: ' ';
	border-bottom: 1px solid #EFEFEF;
}

.flexslider .gover_vispace {
	display: block;
	width: 100%;
	height: 142px;
	position: relative;
}

.flexslider .gover_vispace a {
	width: 100%;
	max-width: 100px;
}

.flexslider .gover_vispace img {
	background: none repeat scroll 0 0 #333333;
	box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.4);
	display: block;
	width: auto;
	margin: auto;
	max-height: 142px;
	max-width: 100px;
}

.flexslider .top_icon {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 10% 0 0 0;
	height: 13px;
}

.flexslider .top_icon .sd_l_tico,
.flexslider .top_icon .sd_r_tico {
	float: left;
	display: block;
	width: 30%;
	max-width: 31px;
	max-height: 15px;
	margin: 0 3% 0 0;
}

.flexslider .top_icon .sd_l_tico img,
.flexslider .top_icon .sd_r_tico img {
	float: left;
	display: block;
	width: 100%;
	max-width: 31px;
	max-height: 15px;
	margin: 0 3% 0 0;
}

.flexslider .gover_box p {
	clear: both;
	color: #555;
	display: block;
	font-size: 75%;
	line-height: 130%;
	margin: 0;
	overflow: hidden;
	padding: 2px 0 0 0;
	text-align: center;
	width: 100%;
}

#top_banner:after {
	content: ".";
	float: none;
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* SP版バナー
------------------------------ */

#top_banner {
	float: none;
	width: 100%;
	margin: 0;
}

.sp_banner .btn_con_empty {
	display: none;
}

#top_banner h2.sp_contents_lineup {
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 5px;
	font-weight: normal;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	color: #ccc;
	text-indent: 20px;
	font-size: 80%;
	background: #444d63;
}

#top_banner ul li {
	float: none;
	padding: 0;
	width: 100%;
	margin: 0;
}

#top_banner ul li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background : #eee url(../img/base/side_icon.png) 10px 5px no-repeat;
	background-size: 10%;
	padding: 10px 5px 10px 25px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	text-indent: 20px;
	font-size: 90%;
}

#top_banner ul li a.ban_gohome,
#top_banner ul li a.ban_moremiyazaki,
#top_banner ul li a.ban_recipe,
#top_banner ul li a.ban_locallove,
#top_banner ul li a.ban_mtgoods,
#top_banner ul li a.ban_appli,
#top_banner ul li a.ban_tegetege,
#top_banner ul li a.ban_tamango,
#top_banner ul li a.ban_cat,
#top_banner ul li a.ban_ar,
#top_banner ul li a.ban_originalbook,
#top_banner ul li a.ban_chirashiland {
}

#top_banner span.txt_red {
	color: #ff0000;
}

#top_banner p {
	display: none;
}

/* 新・発とページナビ タブレット・スマホ
------------------------------ */
.searchform-controls {
	width: auto;
	text-align: left;
}

#i_bt01 {
	margin: 4px 0;
	border: none;
	width: 30px;
	height: 30px;
	background: url(../img/search/bt.jpg) left top no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	text-align: center!important;
	padding: 0 6px!important;
}

#i_bt02 {
	margin: 4px 0;
	border: none;
	width: 30px;
	height: 30px;
	background: url(../img/search/bt.jpg) left top no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	-webkit-appearance: none;
	text-align: center!important;
	padding: 0 6px!important;
}

.pagenavi {
	display: block;
	height: 38px;
	margin-top: 5px;
}

.wp-pagenavi {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	float: left;
	padding: 2px 5px;
	margin: 5px;
	min-width: 23px;
	height: 22px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #eee;
}

.wp-pagenavi a {
}

.wp-pagenavi span.current {
	background: #7a4677;
	color: #fff;
	font-weight: bold;
}

.search_bt_box {
	display: block;
	width: 100%;
}

.site-header {
    background: #7a4678 url("../img/base/sp_hd_bg.jpg") repeat-x scroll 0 0;
    min-width: 300px;
    padding: 5px 0 0;
    text-align: left;
    width: 100%;
}

h1#sp_site_title img {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 220px;
	top:10px;
}

#container {
	min-width: 300px;
	min-height: 100%;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	opacity: 0.3 !important;
	display: block;
}

.site-header {
	padding: 5px 0 0 0;
	background : #000 url(../img/base/sp_hd_bg.jpg) 0 0 repeat-x;
	width: 100%;
	text-align: left;
	min-width: 300px;
}

body.mean-container a.meanmenu-reveal{
	width:25px;
	padding: 15px 13px 11px;
	color:#000;
}

body.mean-container .mean-bar {
    background:none;
}	

body.mean-container a.meanmenu-reveal span {
    background: #000;
	margin-top: 4px;
}

body.mean-container .mean-bar{
	padding: 4px 0 0;
}

header #utility {
	float: none;
	margin: 5px auto;
	max-width: 768px;
	padding: 0;
	text-align: center;
	width: 100%;
}

header #h_menu ul.h_menu_sp {
	display: block;
	width: 100%;
	height: 26px;
	text-align: center;
	position: relative;
}

h1#sp_site_title img {
	padding: 0;
	width: 100%;
	max-width: 240px;
	position: absolute;
	left: 50%;
	margin-left: -110px;
}

label.label-left {
	background: url(../img/base/sp_icon_menu.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 10px;
	cursor: pointer;
}

label.label-right {
	background: url(../img/base/sp_icon_search.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	opacity: 0.3 !important;
	display: block;
}

body.mean-container .mean-nav{
    background: #231815;
}

body.mean-container .mean-nav a.mean-expand{
	background:#f7f7f7;
	float:none;
	clear:both;
	display:block;
	text-align:center;
	padding:9px;
	color:#777777;
	font-weight:bold;
	font-size:14px !important;
	border-bottom:1px solid #dddddd;
}






/* Android2.x系のスクロールバグを制御
------------------------------ */

.overthrow-enabled .overthrow {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
}



@media screen and (max-width: 580px) {


.camera_fakehover {
    height: 90%;
    min-height: 50px;
}



#content .camera_wrap {
	margin-bottom:0!important;
}
	
	
	
}




@media print {

#content header #h_search_pc {
	display: none;
}

.flexslider li {
	padding: 7px !important;
}

.flexslider .gover_vispace img {
	width: 100%;
}

#top_banner ul li {
	margin: 10px 1% 0 0 !important;
	overflow: hidden;
}
}