﻿@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;
}

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

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

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

#wrapper {
	width: 780px;
	margin: 20px auto;
	padding: 15px;
	color: #222222;
	border-radius: 50px;
	background : url(../2018/imgs/title_bk.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

/* -------------- Header -------------- */

div.header {
	margin: 17px auto;
	text-align: center;
	font-size:36px;
	width: 780px;
	border-bottom: 2px solid #abdc8d;
}

div.header h1 {
	font-size:36px;
	color:#a52a2a;
}

div.header p {
	font-size:22px;
	margin: 10px auto;
}

div.header p.read {
	width: 60%;
	font-size: 16px;
	border-radius: 10px;
	background: #fc6b96;
	padding: 5px;
	margin: 10px auto;
	color:#FFFFFF;
}
div#main {
	width: 700px;
	text-align: left;
	margin: 30px auto 30px auto;
}

div.book-list{ 
	border-top: 3px solid #abdc8d;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	display: -webkit-flex;
	display: flex;
}

div.b-left {
	background: url(../2018/imgs/fw_bk.png) repeat-x;
	width: 400px;
}
div.b-left p.ctgl,
div.b-left p.ctgl {
	width: 200px;
	margin: 15px 0 0 0;
	text-align: center;
	padding: 5px;
	color:#FFF;
}

div.b-left p.gnd,
div.b-left p.gnd {
	width: 200px;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
}

.ctgl-a { background: #779ecb; }
.ctgl-b { background: #abdc8d; }
.ctgl-c { background: #fc6b96; }

.gnd-a { background: #bbcee5; }
.gnd-b { background: #d5edc6; }
.gnd-c { background: #fdb5ca }

div.b-right img {
	max-width: 300px;
}
div.b-right p {
	margin-bottom: 10px;
}


div.b-left h2 {
	height: 50px;
	margin: 15px 10px 0 65px;
	font-size:22px;
	line-height: 1.6;
	font-weight: bold;
}

div.b-left h2.seon {
	margin: 0 10px 0 65px;
}

div.b-left h2.long {
	height: 60px;
	margin: 8px 10px 0 65px;
	font-size:18px;
	line-height: 1.4;
}

div.b-left h2.morelong {
	height: 80px;
	margin: 8px 10px 0 65px;
	font-size:18px;
	line-height: 1.4;
}

div.b-left h2 span {
	background: #55bb3e;
	border-radius: 100px;
	font-size: 12px;
	padding: 2px 10px;
	height: 58px;
	color:#FFF;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

div.b-left h2.long span,
div.b-left h2.morelong span {
	background: #55bb3e;
	border-radius: 100px;
	font-size: 12px;
	padding: 2px 10px;
	height: 58px;
	color:#FFF;
	margin: 0 0 0 5px;
}

div.b-left .series{
	margin: 10px 0 0 65px;
}

div.b-left p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

div.b-left p.price {
	padding: 10px 10px 0 65px;
	background: #ffffd9;
	font-weight: bold;
}

div.b-left p.info {
	padding: 0 10px 0 65px;
	background: #ffffd9;

}
div.b-left p.isbn {
	font-size: 12px;
	padding: 0 10px 10px 65px;
	background: #ffffd9;
}

div.b-left p.info span:before,
div.b-left p.info span:before {
	content: "●";
	color: #330000;
}

div.b-left p.catch {
	color: #33cc33;
	margin: 15px 20px 0 5px;
	font-size: 18px;
	font-weight: bold;
}

div.b-left p.txt {
	margin: 5px 20px 0 5px;
	font-size: 16px;
	text-align: justify;
}

div.b-left p.artist {
	margin: 0 10px 0 0;
	text-align: justify;
}

div.b-left ul {
	margin: 30px 0 0 0;
}

div.b-left ul li {
	line-height: 1.6;
	margin: 0 0 15px 0;
}

div.b-left ul a{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #33cc33;
}

div.b-left ul a:hover {
	opacity: .7;
	text-decoration: underline;

}

p.link {
	margin: 0 auto;
	text-align: center;
}
p.link a{
	font-size: 16px;
	color: #FC6B96;
	text-decoration: none;
	font-weight: bold;
}

p.link a:hover {
	text-decoration: underline;
	opacity: .7;
}

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

div#footer {
	text-align: center;
	border-top: 2px solid #abdc8d;
	padding: 15px 0 0 0;
}

div#footer ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding:10px 2px;
}

div#footer li {
	font-size: 12px;
	padding:0 3px;

}

div#footer p {
	font-size: 16px;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}

div#footer a {
	font-size: 16px;
	color: #FC6B96;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover {
	text-decoration: underline;
	opacity: .7;
}

div#footer p.copy {
	font-size: 12px;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}

p.pagetop {
	text-align: right;
	margin: 0 15px 40px 0;
}

p.pagetop a {
	color: #FC6B96;
	text-decoration: none;
}

p.pagetop a:hover {
	opacity: .7;
	text-decoration: under-line;
}
