@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;
    transition : all 0.5s;
    color:#000;
}
a:hover{
    opacity:0.4;
}

a.annai{
    color: #7ecef4;
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.9;
}

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

img {
	border: 0;	
}

body {
	text-align:center;
/* background: url(imgs/background.jpg) center top repeat;*/
    background-color: #eef4f7;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

img.pc-img{
    display: block;
}

img.smf-img{
    display: none;
}

br.br-smf{
    display: none;
}

/* --- main --- */

.main{
    margin:10px auto;
    width:1000px;
    height:1000px;
	position:relative;
}

#book{
	position:absolute;
	top:470px;
	left:86px;
}

#book a.order{
 margin:0 auto;
 padding:5px;
 display:block;
 color:#ffffff;
 background-color:#fa932e;
 border-radius:15px;
 width:180px;
 font-weight:bold;
 font-size:20px;
}
/* --- second --- */

.second{
    width:1000px;
    height:444px;
    margin:0 auto;
	position:relative;
}

.second img.pc-img{
	position:absolute;
	top:34px;
	left:40px;
}

.second ul#book-list{
    display: -webkit-box;
    display: -ms-flexbox;/* IE10 */
    display: flex;
    -webkit-flex-wrap: wrap;/* IE10 */
    flex-wrap: wrap;
    border-top:#c9caca 20px solid;
}

.second ul#book-list li {
	text-align:left;
    line-height: 1.6;
	margin: 0;
}

.second ul#book-list li.second-img{
    width: 356px;
    margin:0 10px 0 40px;
}
.second ul#book-list li.second-img img{
    margin-top:-35px;
}

.second ul#book-list li.book-img{
    width: 184px;
    margin:0 10px 0 0;
}
.second ul#book-list li.book-img{
    margin-top:20px;
}

.second ul#book-list li.book-img a {
	margin:0;
    font-weight:bold;
    line-height: 1.35;
    font-size:1.2;
}    

.second ul#book-list li.book-img a.order02{
 display: block;
 margin:20px auto;
 padding:4px;
 display:block;
 color:#ffffff;
 background-color:#fa932e;
 border-radius:15px;
 width:160px;
 font-weight:bold;
 font-size:16px;
text-align: center;
}

/* --- #information --- */

#information{
    border:#00b3ec 2px solid;
    width:500px;
    height:auto;
    margin:30px auto;
    padding:10px;
    background-color: #ffffff;
}

#information p.uketsuke{
    font-size:16px;
    line-height: 1.6;
    font-weight: bold;
    color:#666666;
}
#information p.contact{
    font-size:14px;
    line-height: 1.6;
    color:#666666;
    margin-top:20px;
}

/* 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;
}
p.dnlh200 {
    font-size:12px;
	text-align: center;
}

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