charset "UTF-8";

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, main,
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, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* -------------- フォーム用リセット -------------- */
input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
/*	display: none; */
}

*:focus {
	outline: none;
}

/* -------------- clearfix -------------- */
.clearfix {
	overflow: hidden;
}

.clearboth {
	clear: both;
}

* html .clearfix {
	zoom: 1;
}


/* -------------- サイト共通基本プロパティ -------------- */

body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	color: #333;
	font-size: 16px;
	margin: 0;
	background: #fff; 
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	opacity: 0.7;
	text-decoration: underline;
}

img {
	box-sizing: border-box;
	transition: .2s ease-in-out;
}

div#wrapper {
	width: auto;
}

/*---------- header ----------*/
header {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

/*---------- main ----------*/
section {
	background: #fff;
	width: 900px;
	margin: 0 auto;
}

.inner {
	padding: 1em 3em;
}


div.sub-t {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-left: 5px solid #e93439;
	border-bottom: 1px solid #ccc;
	margin-top: 1em;
}

h2 {
	font-weight: bold;
	font-size: 32px;
	margin-right: 2em;
}
h2 + p  {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

h2 + p span  {
	color: #e93439;
}

h2:before {
	content: "";
	margin-left: 0.5em;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	background: #fcacb2;
	padding: 1em 0.5em;
	text-align: center;
	border-radius: 10px;
}

p.read-img {
	text-align: center;
}

p.read-img img {
	width: 60%;
}

p.read-txt {
	text-align: justify;
	line-height:1.6;
	margin-bottom: 2em;
}

section#book-list-box p.read-txt {
	padding: 0 3em;
}


/* -------------- サイト共通汎用部品：商品タイル -------------- */

section#book-list-box {
/*	border-top: 2px dotted #eee;*/
	width: 900px;
}

div.book-tile {
	display: flex;
	justify-content: center;
	width: 880px;
	margin: 1em auto;
}

div.book-tile dl {
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}


div.book-tile dl:nth-child(4n) {
	margin-right: 0;
}


div.book-tile dl dt {
	line-height: 1.4;
	margin: 0.5em 0;
	font-weight: bold;
	min-height: 70px;
	text-align: center;
}
div.book-tile dl dd {
	margin: 0;
	text-align: center;
}

div.book-tile dl dd.price {
	font-size: 14px;
}

div.book-tile dl dd.img img {
	width: 70%;
}

div.book-tile dl dd.copy p {
	border-radius: 100%;
	padding: 1em 0.25em;
	background: #ef59a1;
	width: 100px;
	font-size: 11px;
	margin: 0 auto 1em;
	color: #fff;
	font-weight: bold;
}
div.book-tile dl dd.copy.cld p {
	background: #8cc63f;
}

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

p.pagetop {
	margin: 3em auto 0;
	padding-bottom: 2em;
	text-align: center;
}

footer {
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
	padding: 3em 0 2em;
	border-top: #eee 2px dotted;
	background: #fff;
}