@charset "UTF-8";

/* -------------- Resetting Again Base CSS -------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* scroll bar */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


a {
	text-decoration: none;
}

a:link { color: #333; }
a:visited { color: #333; }

/*a:hover { color: #333; }*/
a:hover { color: #FF6600;text-decoration:underline; }
a:active { color: #333; }
a:hover {
	opacity: 0.8;
}

img {
	box-sizing:border-box;
	}

/* ---------------- box-sizing ---------------- */

/*
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;	
	box-sizing: border-box;
}
*/

/*
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
*/

/* @font-face定義 */
@font-face {
	font-family: '梅ゴシックC4';
	src: url('ume-tgc4.ttf') format('truetype');
}
 
/* ---------------- グローバル ---------------- */

body {
	position: relative;
	background-color:#fffcfa;
	font-size: 16px;
	background-image:url(../imgs/bk_dt.png);
}

div#wrapper {
	margin: 0px auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}

div.smrtonly-top {
/*スマホ用検索ボックス*/
	display: none;
}

div.smrtonly {
/*スマホ用検索ボックス*/
	display: none;
}

div#main-box {
	width: 770px; /*161122修正*/
	margin:30px auto 0 auto;
	padding: 0 15px ;
}

div#main-box-noimg { /* ビジュアルがないページ */
	width: 770px;
	margin:0 auto;
	padding: 120px 15px 0 15px;
}

div#main-box-noimg-src {
	width: 770px;
	margin:110px auto;
	padding: 0;
}

div#bnr-box-bko { /* えほん背景オレンジエリア */
	width: 770px; 
	margin:15px auto;
	padding: 15px;
	background-color:#f9e2d6;
}

div#bnr-box,
div#gift-box { /* えほんバナーエリア・ギフトエリア */
	width: 770px; 
	margin:0 auto;
	padding: 0 15px ;
}

div#srch-box { /* グッズ検索エリア */
	width: auto; 
	margin:30px 15px;
	padding: 15px;
	background-color:#f9e2d6;

}


main {
	}

div#bkff {
	margin:0 auto;
	padding:1px 0 30px 0;
	width:800px;
	background-color:#ffffff;

}

p.mt-5 {
	margin-top: 5px;
}

p.p20 {
	padding: 20px 0;
}

p.p40 {
	padding: 40px 0;
}

/* ---------------- page-top ---------------- */

#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #FF8433;
    text-decoration: none;
    color: #fff;
    padding: 20px 25px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #FFC894;
}

/* ---------------- ヘッダー ---------------- */

/*header {
	margin: 0 auto;
	position: fixed ; *//*以下2016.08.09追加 メニュー固定に必要*/
	/*top: 0; *//*以下2016.08.09追加 メニュー固定に必要*/
	/*width: 100%; *//*以下2016.08.09追加 メニュー固定に必要*/
	/*padding-top: 7px; *//*160809追加 上部余白*/
	/*background-color: #ffffff;
}*/


header {
	display:none;
	/*visibility:hidden;*/
}

.fixmenu { /* Menu固定のため */
	width:100%;
	position: fixed;
	z-index: 2;
}

div.header-top {
	width: 800px; /*以下2016.08.02追加*/
	margin: 0px auto;
	padding:5px 0;
	position: relative;
	background-color: #ffffff;
}

h1#logo {
	margin-left: 20px;
	margin-bottom: 0px;
}

h1#logo a {
	width: 92px;
	height: 44px;
	/*width: 168px;*/
	display: block;
}

h1#logo a img {
	width: 92px;
	/*width: 168px;*/
	/*height: 44px;*/
	display: block;
}

/*スマホ用メニュー*/
div.drawer {
	display: none;
}

span.drawer-hamburger-icon p {
	font-size: 10px;
	padding-top: 15px;
	color: #222222;
	font-weight: normal;
}
.drawer-open span.drawer-hamburger-icon p.menu_tx,
.drawer--right span.drawer-hamburger-icon p.close_tx {
	display:none;
}

.drawer-right span.drawer-hamburger-icon p.menu_tx,
.drawer-open span.drawer-hamburger-icon p.close_tx {
	display: block;
}

nav.main-nav {
	font-family: '梅ゴシックC4';
	font-weight: bold;
	font-size: 16px;
	width: 100%; /*16.08.02追加*/
	background-color: #fdede4;/*20160802追加*/
	text-align:center;
	/*position: relative; /* メニュー固定に必要160803追加*/
	/*z-index: 2; /* メニュー固定に必要160803追加*/
}

nav.main-nav ul {
	width: 800px;
	margin: 0 auto;/*20160802追加*/
	overflow: hidden;
}

nav.main-nav ul li {
	letter-spacing: 4px;
	border-right: 1px solid #a6a2a0;
	float: left;
	box-sizing: border-box;
}
nav.main-nav ul li.nav-00 { /* トップ */
	width: 100px;
	border-left: 1px solid #a6a2a0;
	text-align: center;
}

nav.main-nav ul li.nav-01 { /* 新刊 */
	width: 100px;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
}

nav.main-nav ul li.nav-02 { /* えほん */
	width: 100px;
	text-align: center;
}

nav.main-nav ul li.nav-03 { /* かみしばい */
	width: 150px;
	text-align: center;
	letter-spacing: -1px;

}

nav.main-nav ul li.nav-04 { /* 図書 */
	width: 100px;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
}

nav.main-nav ul li.nav-05 { /* グッズ */
	width: 100px;
	text-align: center;
}

nav.main-nav ul li.nav-06 { /* お問い合わせ */
	width: 150px;
	text-align: center;
	letter-spacing: -1px;
}


nav.main-nav ul li a {
	height: 25px;
	padding-top: 12px;
	color: #000;
	background-color: #fdede4;
	text-decoration: none;
	display: block;
}

nav.main-nav ul li a:hover {
	/*background-color: rgba(0,0,0,0.2);*/
	background-color: #FFBF80;

}

/*検索ボックス*/
nav.sub-nav {
	width: 530px;
	position: absolute;
	top: 12px;
	right: 5px;
	overflow: hidden;
}

nav.sub-nav form {
	margin-top: 0px;
	width: 328px;
	float: left;
}

nav.sub-nav from dl {
	/*width: 313px;*/
	width: 328px;
	height: 30xp;
	overflow: hidden;
}

nav.sub-nav form dt {
	/*width: 265px;*/
	width: 200px;
	float: left;
}

nav.sub-nav form dt input[type=text] {
	/*width: 265px;*/
	width: 200px;
	height: 30px;
	border: 1px solid #c9caca;
	box-sizing: border-box;
	padding-left: 10px;
	margin: 1px 0 0 0;
}

nav.sub-nav form dd button {
	width: 48px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
	float: left;
}

nav.sub-nav form dd.textsearch  { /* くわしく探す */
	margin-top:15px;
	width: 70px;
	font-size:0.7em;
	float:right;
}

nav.sub-nav form dd.textsearch a  { 
	text-decoration:underline;
}


nav.sub-nav p { /* カートボタン */
	margin-top: 10px;
	margin-left: 15px;
	float: left;
	display: none;
}
nav.sub-nav p img {
	height: 24px;
}

nav.sub-nav ul { /* SNSアイコン */
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:175px;
	padding-top: 5px;
/*	background: url(../imgs/toph_catch_followus.png);*/
	background-size:contain;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 20px;
}

nav.sub-nav ul li {
	margin: 0;
}

nav.sub-nav ul li img {
	height:29px;
}
/*
nav.sub-nav ul li:nth-child(3) img {
	border:1px solid;
	height:50px;*/
}

/* ---------------- お知らせカラー ---------------- */

.oshirase-news-color { background: #eb6ea5; }
.oshirase-event-color { background: #8fc31f; }
.oshirase-media-color { background: #4694d1; }
.oshirase-interview-color { background: #f36f21; }

/* ---------------- トップページ ---------------- */

div#top-slider {
	width:800px;
	text-align: center; /*2016.08.02追加*/
	padding-top: 90px; /*160809修正　メニューの高さ分下げる*/
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


div#top-slider img { /*16.09.09追加 */
	width:100%;
	height:334px;
}

/* 画像メニュー */

div#top-menu {
	margin: 15px auto 0 auto;	/*16.08.03追加*/
}

div#top-menu ul {
	overflow: hidden;
}

div#top-menu ul li {
	margin-bottom: 20px;
	display: inline-block;
	float: left;
	background-color: #000;

}

div#top-menu ul li img {
	width:375px;
	margin:0;
	padding:0;
	vertical-align: bottom;
}

div#top-menu ul li.top-menu-01,
div#top-menu ul li.top-menu-03 {
	margin-right:20px;	
}


/* NEWS */

div#top-news,
div#top-topics {
	width:770px;
	padding: 15px;
	border: 2px solid #f9e2d6;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

div#top-topics {
	margin-top: 20px;
}

div#top-news a,
div#top-topics a {
	display: block;
}

div#top-news dd a:hover,
div#top-topics dd a:hover {
	text-decoration: underline;
}




/* ---------------- ドロップメニュー ---------------- */

.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 160px;
	margin: 0;
	padding: 0;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li{
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
}

.dropmenu li i{
	margin: 0 5px;
	color: #f7c5ab;
}

.dropmenu li a{
	border: 1px solid #f9e2d6;
	display: block;
	margin: 0;
	padding: 7px 0 7px 5px;
	background: #fff;
	color: #222;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}


.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
	width: 100%;
}
.dropmenu li ul li a{
	padding: 7px 15px;
	border-top: 1px solid #;
	background: #fdede4;
	text-align: left;
}
.dropmenu li:hover > a{
	background: #fdede4;
}
.dropmenu li a:hover{
	background: #fec893;
	font-weight: bold;
	opacity: 1;
}

#dropmenu li ul li{
	overflow: hidden;
	height: 0;
	transition: .4s;
}
#dropmenu li:hover ul li{
	margin-top: -1px;
	overflow: visible;
	height: 30px;
}

#dropmenu a.hnd {
	cursor: pointer;
	cursor: hand;
}

/* 見出し */

div.cnr-menu,
div.cnr-menu-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

div.result-contents h1,
div#search-index h1,
div.cnr-menu-all p,
div#top-news h2,
div#top-topics h2,
div#top-campaign h2,
div#top-recommend h2,
div#campaign-index h2,
div#campaign-index h2.end,
div#recommend-index h2,
div#bestsellers-index h2 {
/*	font-family: '梅ゴシックC4';*/
	font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

div#search-index h1,
div#top-news h2,
div#top-topics h2,
div#top-campaign h2,
div#top-recommend h2,
div#campaign-index h2,
div#campaign-index h2.end,
div#bestsellers-index h2,
div#recommend-index h2 {
	font-size: 24px;
	line-height: 24px;
/*	font-weight: normal;*/
}

div.cnr-menu-all p{
	font-size: 14px;
	margin-left: 0;
	background: #fff;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin-bottom:15px;
}

/*-----  -----*/

div#top-news h2,
div#top-topics h2 {
	width: 400px;
/*	margin-bottom: 22px;*/
}

div#top-campaign h2,
div#top-recommend h2,
div#campaign-index h2,
div#campaign-index h2.end,
div#recommend-index h2,
div#bestsellers-index h2,
div#goods-recommend h2 {
	float: left;
	margin-bottom: 10px;
	background: #fff;
}

div#recommend-index h2,
div#bestsellers-index h2 {
	float: none;
}

div#top-campaign h2,
div#campaign-index h2 {
	width: 300px;
}
div#top-recommend h2,
div#recommend-index h2,
div#goods-recommend h2 {
	width: 280px;
}

div#bestsellers-index h2 {
	width: 350px;
}

div#campaign-index h2.end {
	width: 465px;
}

div.result-contents h1 span,
div#top-news h2 span,
div#top-topics h2 span,
div#top-campaign h2 span,
div#top-recommend h2 span,
div#campaign-index h2 span,
div#campaign-index h2.end span,
div#bestsellers-index h2 span,
div#recommend-index h2 span {
	font-size: 18px;
}

div#top-news h2:before,
div#top-topics h2:before,
div#top-campaign h2:before,
div#top-recommend h2:before,
div#campaign-index h2:before,
div#campaign-index h2.end:before,
div#bestsellers-index h2:before,
div#recommend-index h2:before {
	content: "★";
	color: #f7c5ab;
	margin-right: 5px;
}


div#top-campaign h2:hover,
div#top-campaign h2:hover:before,
div#top-recommend h2:hover,
div#top-recommend h2:hover:before {
	color: #ff8433;
}

div.cnr-menu-all a:hover{
	opacity: 1.0;
	background: #fff;
}

div.cnr-menu-all p a:after {
	content: "▼";
	color: #f8c5ab;
}

div.cnr-menu-all p a:hover,
div.cnr-menu-all p a:hover:after {
	color: #ff8433;
}


div#top-news form {
	width: 300px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
}
/*
div#top-news form select {
	width: 140px;
	padding: 5px;
	font-size:12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../imgs/form_arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../imgs/form_arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
	box-sizing: border-box;
	border-radius: 6px;
	margin-left: 15px;
	padding-left: 10px;
}*/


div#top-news dl,
div#top-topics dl {
	float:left;
}

div#top-news dl {
	margin-right: 10px;
}

div#top-topics dl {
	margin-right: 15px;

}

div#top-topics dl:nth-child(5n) {
	margin-right: 0;

}

div#top-news dl dt,
div#top-topics dl dt {
	text-align: center;
	display: table-cell;
	vertical-align:middle;
}


div#top-news dl dt,
div#top-topics dl dt {
	width: 135px;
	height: 135px;
}



div#top-news dl dt img,
div#top-topics dl dt img {
	display: table-cell; /*上下中央*/
	text-align:center;
	max-height: 135px;	/*天地最大サイズなりゆき（16.8.2追加）*/
	max-width: 135px;	/*天地最大サイズなりゆき（16.8.2追加）*/
	margin:0 auto;
}


div#top-news dl dd,
div#top-topics dl dd {
	width:135px;
	padding: 7px 0;
	margin-right:15px;
}

div#top-topics dl dd {
	margin-right:0;
}

div#top-news dl dd p,
div#top-topics dl dd p {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 2px;
}

div#top-news dl dd p span {
	padding: 3px 4px;
	margin-right: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	letter-spacing: -1px;
}

/* 20191016追加*/
div#top-topics dl dd p span {
	padding: 3px;
	margin-right: 2px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	letter-spacing: -1px;
}

div#top-news dl dd h3,
div#top-topics dl dd h3 {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
}

.news_area {
	margin:0 10px;
	padding-right:5px;
}

.pop_area {
	margin:0 10px;
	padding-right:5px;
}


/* CAMPAIGN */
/* Recommend */

div#top-campaign,
div#top-recommend {
	margin-top: 30px;
	background: url(../imgs/line_star.png) repeat-x;
	background-position: 250px 8px;
	overflow: hidden;
}

div#top-campaign {
	background-position: 250px 8px;
}
div#top-recommend {
	background-position: 268px 8px;
}


div#top-campaign p.smf,
div#top-recommend p.smf {
	display:none;
}

div#top-campaign ul,
div#top-recommend ul {
	clear: both;
	overflow: hidden;
}

div#top-campaign ul li,
div#top-recommend ul li {
	margin-left: 15px;
	display: inline-block;
	background-color: #000;
	float: left;
}

div#top-campaign ul li:first-child,
div#top-recommend ul li:first-child {
	margin-left: 0px;
	display: inline-block;
	float: left;
}

div#top-campaign ul li:first-child,
iv#top-campaign ul li:nth-child(4),
div#top-campaign ul li:nth-child(5),
div#top-campaign ul li:nth-child(n+6) {
	background-color: #000;
}

div#top-campaign ul li:nth-child(4) {
	margin-left: 15px;
	display: inline-block;
	float: left;
}

div#top-campaign ul li:nth-child(5),
div#top-recommend ul li:nth-child(5) {
	margin-left: 0;
	margin-top: 10px;
	display: inline-block;
	clear: both;
}

div#top-campaign ul li:nth-child(n+6),
div#top-recommend ul li:nth-child(n+6) {
	margin-top: 10px;
	display: inline-block;
	background-color: #000;
	float: left;
}

div#top-campaign ul li img,
div#top-recommend ul li img {
	margin:0;
	padding:0;
	vertical-align: bottom;
	width:174px;
	border: 1px solid #dddddd;
}



/* 下部メニュー */

div#top-btm-menu {
	margin: 30px auto 0 auto;
}

div#top-btm-menu ul {
	font-family: '梅ゴシックC4';
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}

div#top-btm-menu ul.smrtonly-menu {
/*スマホ以外は非表示*/
	display: none;
}

div#top-btm-menu ul li {
	width: 246px;
	height: 36px;
	margin-left: 15px;
	float: left;
}

div#top-btm-menu ul li:first-child {
	margin-left: 0px;
}

div#top-btm-menu ul li a {
	width: 246px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px;
	color: #000;
	background-color: #fdede4;
	text-decoration: none;
	display: block;
}

div#top-btm-menu ul li a:hover {
	/*background-color: rgba(0,0,0,0.2);*/
	background-color:#FFBF80;
}

footer {
	/*height: 30px;*/
	height: 40px;	/*160802変更*/
	background: #f9e2d6;
	overflow: hidden;
	padding-top: 10px; /*160803変更*/
	padding-bottom: 10px; 
}

footer div {
	width: 800px;
	margin: 0 auto 30px auto;
}

footer ul {
	/*width: 55%;*/
	font-family: '梅ゴシックC4';
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -1px;
	padding-left: 1em;
	overflow: hidden;
	float: left;
}

footer ul.smrtonly-head-sns {
/*SNSボタンスマホ以外は非表示*/
	display: none;
}

footer ul li {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-right: 0.5em;
}

footer ul li a {

}

footer ul li:before {
	content: "★";
	color: #f29a76;
}

footer p {
	/*width: 45%;*/
	height: 30px;
	line-height: 30px;
	font-family: '梅ゴシックC4';
	font-weight: bold;
	font-size: 10px;
	letter-spacing: -1px;
	text-align: right;
	padding-right: 1em;
	float: right;
}


/* ---------------- ページ送り ---------------- */

form.page-view {
	margin-top: 1em;
	text-align: right;
vertical-align:middle;
}

form.page-view label {
	display: inline-block;
	margin-right: 1em;
vertical-align:middle;
}

form.page-view select {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 2em;
	font-size: 12px;
vertical-align:middle;
}

form.page-view input[type=checkbox] {
	display: inline-block;
	transform: scale(1.2);
	border-radius: 3px;
	margin-right: 0.5em;
vertical-align:middle;
}

p.result-cmt-num {
	line-height: 1.6;
	font-size: 14px;
}

div.result-cmt-top {
	text-align:center;
	font-size: 14px;
	margin:30px 0 15px 0;
	padding-bottom:15px;
}

div.result-cmt-btm {
	text-align:center;
	font-size: 14px;
	margin:30px 0 0 0;
	padding-top:30px;
	border-top: solid 2px #f9e2d6;
}

div.result-cmt-top a.actv,
div.result-cmt-btm a.actv {
	font-weight:bold;
	padding: 10px;
	margin: 15px 0;
	background-color:#ffcb99;
}

div.result-cmt-top a,
div.result-cmt-btm a {
	padding: 10px;
	margin: 15px 0;
	background-color:#fcf0ea;
}

div.result-cmt-top a.bkn,
div.result-cmt-btm a.bkn {
	background-color:#ffffff;
}


.dpn {
	visibility:hidden;
}

.dpi{
	visibility:visible;
}

/*------------------------------------------------
               ジャンルアイコン
--------------------------------------------------*/

li.tgt span {
	display: inline-block;
	width: 70px;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	verticai-align: middle;
	border-radius: 1em;	
}

li.tgt-l span {
	display: inline-block;
	width: 90px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 0.4em;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	verticai-align: middle;
	border-radius: 1em;	
}

span.tgt-u {
	background-color: #f5bed6;
}

span.tgt-v {
	background-color: #f4b0a1;
}

span.tgt-w {
	background-color: #f8c170;
}

span.tgt-x {
	background-color: #c1da80;
}

span.tgt-a {
	background-color: #f8c170;
}

span.tgt-b {
	background-color: #87c796;
}

span.tgt-c {
	background-color: #7dccf3;
}

span.tgt-d {
	background-color: #6c9bd2;
}

span.tgt-e {
	background-color: #796bae;
}

span.tgt-g {
	background-color: #7c6c63;
}


/*------------------------------------------------
               検索結果
--------------------------------------------------*/
div.result-contents {
	margin:0 auto 50px auto;
	width:770px;
}

div.result-contents h1 {
	font-size:24px;
	padding-bottom:5px;
	border-bottom: 2px solid #f9e2d6;
	text-align:left;
	margin-bottom:15px;
}

div.result-contents p {
	line-height:1.6em;
}

.red01 {
	color:#cc0000;
}


/* ------ 一覧 ------ */

div.book-list {
}

div.result-contents dl {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 2px #f9e2d6;
}


div.book-list dt {
	float: left;
	width: 122px;
	height: 122px;
	text-align: center;
	display: table;
}

div.book-list dt a { 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.book-list dt img {
	max-width: 122px;
	max-height: 122px;
	border: solid 1px #bebebe;
}

div.book-list dt img.noborder {
	max-width: 122px;
	max-height: 122px;
	border: none;
}

.book-list dd {
	margin-left: 130px;
	display: block;
}

div.book-list dd p {
	font-size:14px;
	line-height: 1.4em;
}

div.book-list dd p.book-txt {
	margin-top: 1em;
}

div.book-list dd h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 4px 0;
}

div.book-list ul {
	padding: 6px 0 0 0;
	list-style-image: none;
	vertical-align: bottom;
	line-height: 120%;
}

div.book-list ul li {
	margin: 2px 10px 0 0;
	display:block;
	float: left;
	font-size: 12px;
}

div.book-list ul li.mr-none {
	margin: 2px 10px 0 0;
	display:block;
	float: left;
	height:16px;
	font-size: 12px;
}

div.book-list ul li.result-status {
	color:#CC0000;
	font-weight:bold;
}

div.book-list ul li.result-cart img {
	width: 130px;
}

div.book-list li.b_s_nakami a{
	width: 91px;
	height: 17px;
	background: url(/imgs/btn_tachiyomi.png) no-repeat;
	background-size: 91px 17px;
	background-size:contain;
	display: block;
	text-indent: -9999px;
}

div.book-list li.b_s_nakami a:hover{
	width: 91px;
	height: 17px;
	background: url(/imgs/btn_tachiyomi_o.png) no-repeat;
	background-size: 91px 17px;
	background-size:contain;
	display: block;
	text-indent: -9999px;
}

/* ******************************************************
    ニュースページ（一覧）
******************************************************* */




/* 記事サーチ */
.news-searchbox {
	position: relative;
	float:right;
	}


.news-search {
	margin-top: 20px;
	width: 313px;
	/*float: left;*/
	position: absolute;
	bottom: 2px;
	right: 215px;
}

.news-search dl {
	width: 313px;
	height: 30xp;
	overflow: hidden;
}

.news-search  dt {
	width: 265px;
	float: left;
}

.news-search dt input[type=text] {
	width: 265px;
	height: 30px;
	border: 1px solid #c9caca;
	box-sizing: border-box;
	padding-left: 10px;
	margin: 1px 0 0 0;
}

.news-search dd button {
	width: 48px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
}


/*バックナンバー*/
.news-bgbar01 {
	float: right;
	margin-bottom: 5px;
	width: 210px;
	height: 35px;/*
	background: #EAE8E1;*/
	position: relative;
	top: -37px;
	overflow: hidden;
}

.news-bgbar01 h2 {
	position: absolute;
	top: 5px;
	left:5px;
}

.news-backnumber {
	position: absolute;
	top: 2px;
	bottom: 0px;
	right:0px;
}

.news-backnumber > option {
	font-size: 12px;
}

.news-box01 {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}


div.news-backnumber select {
	width: 200px;
	padding: 5px 5px 5px 3px;
	font-size:12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #eee;
	background: url(../imgs/form_arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../imgs/form_arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
	box-sizing: border-box;
	border-radius: 6px;
	margin-left: 0px;
	/*text-indent:1em;*/
	padding-left: 10px;
	height: 30px;
}

@-moz-document url-prefix(){
.news-search {
	right: 220px;
}

.news-backnumber {
	position: absolute;
	top: /*0*/1px;
	right:0;
}

div.news-backnumber select {
	width: 210px;
	/*padding: 5px 10px 5px 0;*/
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
	height: 30px;
}
}
/*ニュースリスト*/
div.news-list {
	width: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
}

div.news-list dl {
	border-bottom: 2px solid #EB6EA5;
	padding-bottom: 20px;
	overflow: hidden;
}

div.news-list dt.news-image {
	float: left;
	width: 130px;
	height: 130px;
	display: block;
	padding: 0;
	margin: 0 10px 0 0;
}

div.news-list dt.news-image img {
	max-height: 130px;	/*天地最大サイズなりゆき（16.8.2追加）*/
	max-width: 130px;	/*天地最大サイズなりゆき（16.8.2追加）*/
	margin:0 auto;
	overflow:hidden;
	display: block;
	text-align: center;
}

div.news-list dd {
	display: block;
	overflow: hidden;	/*必要*/
}

div.news-list p {
	text-align: left;
}

.news-list p.koshinbi {
	font-size:12px;
	padding-bottom: 5px;
}

.news-list h3 {
	font-size:18px;
	line-height: 1.4em;
	padding-bottom: 5px;
}

.news-list dd img {
	width: 630px;
}



p.news-text01 {
	line-height: 1.8em;
	font-size: 14px;
	padding-right: 90px;
	position: relative;
}

p.news-text01 a.news-read { /* 続きを読む */
	display: block;
	text-align: right;
	color: #EB6EA5;

}


p.news-text01 a:link {
}

p.news-text01 a:hover {
	text-decoration: underline;
}

/* ******************************************************
    ニュースページ（イベント色）
******************************************************* */


div.event-theme h1.news {
	border-bottom: 2px solid #8FC31F;
}

div.event-theme h1.news > span {
	background-color: #8FC31F;
}

div.event-theme div.news-list dl {
	border-bottom: 2px solid #8FC31F;
}

div.event-theme p.news-text01 a.news-read { /* 続きを読む */
	color: #8FC31F;
}

div.event-theme p.news-text01 a:link {
	color: #8FC31F;
}


/* ******************************************************
    ニュースページ（メディア色）
******************************************************* */

div.media-theme h1.news {
	border-bottom: 2px solid #4694D1;
}

div.media-theme  h1.news > span {
	background-color: #4694D1;
}

/*ニュースリスト*/
div.media-theme div.news-list dl {
	border-bottom: 2px solid #4694D1;
}

div.media-theme  p.news-text01 a { /* 続きを読む */
	color: #4694D1;
}

div.media-theme p.news-text01 a:link {
	color: #4694D1;
}

/* ******************************************************
    ニュースページ（インタビュー色）
******************************************************* */

div.interview-theme h1.news {
	border-bottom: 2px solid #f36f21;
}

div.interview-theme  h1.news > span {
	background-color: #f36f21;
}

/*ニュースリスト*/
div.interview-theme div.news-list dl {
	border-bottom: 2px solid #f36f21;
}

div.interview-theme  p.news-text01 a { /* 続きを読む */
	color: #f36f21;
}

div.interview-theme p.news-text01 a:link {
	color: #f36f21;
}

/******************************

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
	width: 100% ;
	min-height: 190px ;
	background: #F5F1E9 ;	/* 背景色 */
	padding: 1.5em 0 ;
	margin-top: 20px;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
	.social-area-syncer {
		min-height: 119px ;
	}
}


/******************************

 [ul]要素

******************************/
/* スマホ */
ul.social-button-syncer {
	width: 238px ;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
	ul.social-button-syncer {
		width: 410px ;
	}
}


/******************************

 [li]要素

******************************/
ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
}


/******************************

 各種ボタン

******************************/

ul.social-buttons {
	margin-top: 1em;
	list-style-type: none;
	overflow: hidden;
}

ul.social-buttons li {
	float: left;
	margin: 0px 10px 15px 0;
	padding: 0px;
	height: 35px;
}
ul.social-buttons li img {
	height: 35px;
}


.fb_iframe_widget span {
	vertical-align: baseline !important;
}


/******************************

 ニュースボタン

******************************/

#arrows {

}
#arrows.slick-prev, #arrows.slick-next {
    width:60px; /* 画像幅 */
    height:34px /* 画像高さ */
}
#arrows.slick-prev:before, #arrows.slick-next:before {
    content:"";
}
#arrows button.slick-prev, #arrows button.slick-next {
    z-index:2;
}
#arrows.slick-prev{left:20px; /* 任意の値 */}
#arrows.slick-next{right:20px; /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}


#arrows2 {
}

#arrows2.slick-prev, #arrows2.slick-next {
    width:60px; /* 画像幅 */
    height:34px /* 画像高さ */
}
#arrows2.slick-prev:before, #arrows2.slick-next:before {
    content:"";
}
#arrows2 button.slick-prev, #arrows2 button.slick-next {
    z-index:2;
}
#arrows2.slick-prev{left:20px; /* 任意の値 */}
#arrows2.slick-next{right:20px; /* 任意の値 */}



/* 印刷用 */

@media print {


.fixmenu {
	/*width:100%;*/
	position: static;
/*	z-index: 2;*/
}

div#main-box-noimg {
	width: 770px;
	margin:0 auto;
	padding: 30px 15px 0 15px;
}

}

/*----  youtube埋め込み ------*/

div.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin: 50px;
	height: 0;
	overflow: hidden;
}

div.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

