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

a{
    text-decoration: none;
    color:#000000;
}
a:hover{
    opacity:0.4;
}
p.book-ttl a span.big-ttl{
    color:#e0301e;
    font-size:0.8em;
}
p.book-ttl span.big-ttl{
    color:#e0301e;
    font-size:0.8em;
}

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

img {
	border: 0;	
}

body {
	text-align:center;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
#container{
    overflow: hidden;
    background-color: #acd8f4;
}
    

/* #header */

#header-wrapper{
    width:1000px;
    height: 233px;
background: url(imgs/header-bg.png) center top no-repeat;
    margin:0 auto;
}

header,#main{
    width:900px;
    height:auto;
    margin:0 auto;
}

header h3{
    margin:0 auto;
    font-size:30px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    font-family: 'HiraginoCustom';
    font-weight: 900;
}
header h3 span.ttl-big,header h3 span.ttl-small{
    color:#e0301e;
    letter-spacing: -0.05em
}
header h3 span.ttl-big{
        font-size:46px;
}
header h3 span.ttl-small{
    font-size:38px;
}
header p{
    width:700px;
    margin:0 auto;
    font-size:18px;
    line-height: 1.6;
    text-align: left;
}

br.smf{
    display: none;
}
/* #main */

*, *:before, *:after {
	box-sizing: book-box;
}

#one ul{
    width:900px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin:0 auto;
}

#one ul >li{
	width: 440px;
    height: 560px;
    margin: 10px auto 0 auto;
    text-align: left;
    line-height: 1.35;
    font-size:14px;
    position:relative;
    background:url(imgs/book-bg.png)center top no-repeat;
}

#one ul li a.book img,#one ul li img.book{
    display: block;
    width: 200px;
    margin:10px auto;
}

#one ul li .book-box{
    width:250px;
    margin: 0 auto;
}

#one ul li .book-box p{
    width: 280px;
    letter-spacing:-0.01em;
    text-align: left;
    line-height: 1.6;
}

#one ul li .book-box p.book-ttl{
    font-weight: bold;
    text-align: left;
    font-size:1.3em;
}

#one ul li .book-box p.price{
    text-align: right;
    font-weight:bold;
}
#one ul li p.btn a{
    color:#ffffff;
    font-size:14px;
    text-align: center;
    background-color: #f95d92;
    padding:5px;
    border-radius: 30px;
    display: block;
    width:160px;
}

/* footer */
footer{
    border-top: solid 1px #C1E8FF;
    margin:20px auto;
}

a.cpr {
    display: block;
    font-size:12px;
	padding-top: 10px;
    margin-bottom: 10px;
	text-align: center;
    color:#000000;
}
p.dnlh200 {
    font-size:12px;
	text-align: center;
    line-height: 1.35;
}

p.mkt {
    font-size:12px;
	padding: 5px;
	text-align: center;
}
