@charset "UTF-8";
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: url(../images/back01.gif);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	vertical-align: bottom;
}
/*クリアフィックス////////////////////////////////////////////////////////////////*/

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
.clear {
	clear: both;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: Verdana, Arial, "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
}
a {
	color: #1e1e99;
	text-decoration: none;
}
a:hover {
	color: #c11920;
}
a:visited {
	color: #1e1e99;
}
/*////コンテンツBOX/////*/

.content {
	/*text-align:center;*/
	max-width: 95%;
	margin: 0 auto;
	margin-top: 1em;
}
.content_box {
	background: #FFFFFF;
	margin: 0;
	padding: .8em;
}
footer .toppage_arrow {
	text-align: right;
	border-bottom: #00a5a0 solid 5px;
	margin-bottom: 1em;
}
footer {
	max-width: 95%;
	margin: 1em auto 1em;
}
/*////検索フォーム/////*/

#siteID {
	float: left;
}
#searchbg {
	background: #CEE99A;
	margin-top: 10px;
	padding: 8px;
	display: table;
	width: 100%;
	float: right;
	margin-bottom: 20px;
}
.pulu {
	min-height: 35px;
	display: table-cell;
	width: 100%;
	margin-bottom: 5px;
}
.pulu_ml {
	display: inline;
	min-height: 35px;
	margin-bottom: 0;
}
.inputTXT {
	/*width:80%;*/
	min-height: 35px;
	display: table-cell;
	width: 70%;
}
input#submit_button {
	display: table-cell;
	background-color: #666666;
	color: #fff;
	border-style: solid;
	border-color : #666666;
	font-size: auto;
	line-height: 1;
	font-weight: bold;
	min-height: 35px;
	width: 30%;
	cursor: pointer;
}
input#submit_button:hover {
	background-color: #000;
	border-color : #000;
}
input.submit_button2 {
/*	display: table-cell;*/
	background-color: #666666;
	color: #fff;
	border-style: solid;
	border-color : #666666;
	font-size: auto;
	line-height: 1;
	font-weight: bold;
	min-height: 35px;
	width: 30%;
	cursor: pointer;
}
input.submit_button2:hover {
	background-color: #000;
	border-color : #000;
}
/*////パーツ/////////*/
.txt_red {
	color: red;
}
.txt_bold {
	font-weight: bold;
}
.txt_20p {
	font-size: 20px;
}
p.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.mt1em {
	margin-top: 1em
}
.mt05em {
	margin-top: .5em
}
.mt1_5em {
	margin-top: 1.5em
}
.mt2em {
	margin-top: 2em
}
.mb1em {
	margin-bottom: 1em
}
.mb1_5em {
	margin-bottom: 1.5em
}
.mb2em {
	margin-bottom: 2em
}
.pc_br {
	display: none;
}
.sp_br {
	display: block;
}
/*////ボタン/////////*/
.button {
	position: relative;
	display: block;
	padding: .3em 1em .3em 1.5em;/*background-color: #daeceb;*//*border: 2px solid #333;*//*text-decoration: none;
	transition: all .3s;*/
}
.button:before {
	position: absolute;
	top: 0;
	left: .2em;
	content: url(../images/linkarrow_s.png);
	margin-top: 6px;/*	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;*/
}
.button:hover {
	background-color: #EAEEFA;
}
/*//ボタン/*/
.button_ct1, .button_ct2 {
	display: inline-block;
	width: 210px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	outline: none;
	border-radius: 5px;
	background: #006b42;
	margin: 0.5em 5px;
}
.button_ct1:hover, .button_ct2:hover {
	background: #409072;
}
#btnavi {
	margin-top: 1em;
	text-align: center;
}
#btnavi a.button_ct1 {
	position: relative;
	padding-left: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
#btnavi a.button_ct1:before {
	content: url(../images/shosai_icon.png);
	position: absolute;
	top: 13%;
	left: 19%;
	margin-top: 2px;
}
#btnavi a.button_ct2 {
	position: relative;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
#btnavi a.button_ct2:before {
	content: url(../images/chumon_icon.png);
	position: absolute;
	top: 13%;
	left: 19%;
	margin-top: 2px;
}
.button_ct3 {
	display: inline-block;
	width: 210px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	outline: none;
	border-radius: 5px;
	background: #EEEEEE;
	margin: 0.5em 5px;
}
.button_ct3:hover {
	background: #F7F7F7;
}
#btnavi a.button_ct3 {
	position: relative;
	padding-left: 20px;
	color: #006b42;
	font-weight: bold;
}
#btnavi a.button_ct3:before {
	content: url(../images/kakunin_icon.png);
	position: absolute;
	top: 13%;
	left: 3%;
	margin-top: 2px;
}
a.button_back {
	display: inline-block;
	width: 210px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	outline: none;
	border-radius: 5px;
	background: #EEEEEE;
	margin: 0.5em 0px;
}
a.button_back:hover {
	background: #F7F7F7;
}
#btnavi p{
	text-align: left;
}
/*////テキスト末尾アイコン例//////////////////*/

.txt_icon01:after {
	content: "近刊";
	color: #fff;
	font-size: 12px;
	padding: 1px 6px;
	margin-left: .5em;
	background: #A23133;
}
.txt_icon02:after {
	content: "NEW";
	color: #fff;
	font-size: 12px;
	padding: 1px 6px;
	margin-left: .5em;
	background: #A23133;
}
.txt_icon03:after {
	content: "増刷中";
	color: #fff;
	font-size: 12px;
	padding: 1px 6px;
	margin-left: .5em;
	background: #A23133;
}
.txt_icon04:after {
	content: "改訂中";
	color: #fff;
	font-size: 12px;
	padding: 1px 6px;
	margin-left: .5em;
	background: #A23133;
}
.txt_icon05:after {
	content: "品切";
	color: #fff;
	font-size: 12px;
	padding: 1px 6px;
	margin-left: .5em;
	background: #A23133;
}
/*////ローカルメニュー/////////*/
#loc_menu {
	display: none;
}
#ssl {
	margin-top: 1em;
}
#ssl img {
	float: left;
	margin-right: 5px;
}
/*////本詳細/////////////////*/
.bookphoto {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 1em;
	margin-left: 1em;
}
.bookphoto img {
	width: 100%;
	height: auto;
	border: #C7C7C7 solid 1px;
}

/*////TB768///////////////////////////////////////////*/
@media (min-width: 768px) {
.sp_br {
	display: none;
}
.content_box {
	padding: 1.5em;
}
#searchbg {
	background: #CEE99A url(../images/searchicon.gif) no-repeat left top;
	margin-top: 25px;
	display: inline-block;
	width: 450px;
}
.pulu {
	display: inline;
	min-height: 25px;
	margin-bottom: 0;
	margin-left: 40px;
	width: 40%;
}
.pulu_ml {
	display: inline;
	min-height: 25px;
	margin-bottom: 0;
}
.inputTXT {
	display: inline;
	min-height: 25px;
	width: 35%;
}
input#submit_button {
	display: inline;
	min-height: 25px;
	width: 13%;
}
/*////本詳細/////////////////*/

dl.bookdetaile {
	width: 66%;
	float: left;
}
.bookphoto {
	width: 31%;
	margin: 0 auto;
	margin-bottom: 1em;
	margin-left: 1em;
	float: right;
}
.bookphpto::after{
	content: "";
	display: block;
	clear: both;
}
#btnavi p{
	width: auto;;
	text-align: left;
}
}

/*////PC1024///////////////////////////////////////////*/
@media print, screen and (min-width: 1024px) {
/*////本詳細/////////////////*/

dl.bookdetaile {
	width: 68%;
}
.bookphoto {
	width: 29%;
}
.slicknav_menu {
	display: none;
}
#loc_menu {
	display: block;
}
#searchbg {
	margin-top: 25px;
	width: 60%;
	margin-bottom: 10px;
}
.pulu {
	display: inline;
	min-height: 25px;
	margin-bottom: 0;
	width: 30%;
	margin-left: 40px;
}
.inputTXT {
	display: inline;
	min-height: 25px;
	width: 45%;
}
input#submit_button {
	display: inline;
	min-height: 25px;
	width: 15%;
}
.content {
	/*text-align:center;*/
	max-width: 980px;
}
.content_box {
	float: left;
	width: 765px;
	background: #FFFFFF;
	margin: 8px 0 0;
}
footer {
	clear: both;
	max-width: 980px;
}
#loc_menuBOX {
	float: right;
	width: 190px;
}
nav ul:first-child {
	margin: 8px 0;
}
nav ul {
	margin: 16px 0;
}
nav li a {
	display: block;
	background-color: #a0e1e2;
	border-bottom: solid 1px #B0B0B0;
	background-image: url(../images/menuicon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 5px 0 5px 40px;
}
nav li a:hover {
	background-color: #D0F0F1;
}
#ssl {
	font-size: 12px;
}
#ssl img {
	float: left;
	margin-right: 5px;
}
.pc_br {
	display: block;
}
#btnavi p{
	width: 210px;
	text-align: left;
	float: right;
}
}
