html{
    background: #250606;
	font-size:14px;
    color:#262020;
    line-height:1.5em;
	font-family: Helvetica,'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
body{
	background:#262020;
	font-size:14px;
	line-height:1.5em;
}
a {
    transition: all 0.3s;
}
a:link, a:visited {
	color:#8e8e8e;
}
a:hover {
	opacity:0.5;
}
div#wrap{
    width:900px;
    margin:auto;
    background-color: #fff;
    padding-bottom:50px;
}
h1 {
	margin-bottom:0;
}
h1 img {
	vertical-align:bottom;
}
strong {font-weight:normal;}
h2{
	margin-block-start:0 !important;
	margin-block-end:0 !important;
}

@media screen and (max-width: 768px) {
    html {
        font-size:13px;
    }
	div#wrap{
		width:100%;
        background-color: #fff;
	}
	h1 {
		height:auto;
	}
	h1 img {
		width:100%;
		vertical-align:bottom;
	}
	br.pconly {
		display:none;	
	}
}
/****************global*/

a:focus {
	outline:none;
	border:none;
	text-decoration:none;
}
p{
	margin:0.5em 0;
}
.hidden{
	display:none;
}

/****************nav*/

nav {
    background-color: #fff;
}
nav ul {
    text-align:center;
    width:860px;
    margin: 0 auto;
    display:table;
    height:80px;
}
nav ul li {
    display:table-cell;
	width: 150px;
    text-align: center;
}
nav ul li:last-child:after {
    display:none;
}
nav ul a {
	text-decoration:none;
}
nav ul a img {
    margin-top: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	nav ul {
        display:block;
        overflow: hidden;
		font-size:18px;
        width:100%;
        height:auto;
        padding-bottom: 5px;
        padding-top: 5px;
        border-collapse:separate;
        border-spacing:10px 0;
	}
	nav ul li {
		width: 20%; 
	}
    nav ul li a img {
        margin: 5px 0;
        max-width: 100%;
        vertical-align: bottom;
    }
}

/****************section*/

section{
    display:block;
    width:100%;
	height:auto;
    padding:0;
	margin:0 auto;
    overflow: hidden;
}
section h2 {
    margin: 40px 25px 20px;
    padding: 10px 10px 5px;
    text-align: left;
    border-top:double 3px;
    border-bottom:double 3px;
}
section h2 img {
    max-height:30px;
    height:auto;
}
section h3 {
    text-align:left;
    font-weight: bold;
    padding:5px 0;
    padding-left:10px;
    font-size:20px;
    color: #a71f1f;
}

@media screen and (max-width: 768px) {
	section {
		width:100%;
		height:auto;
        margin: 0 auto;
	}
	section h1 {
		width:50%;
	}
    section h1 img {
        width:100%;
    }
}

/****************detail*/

section#detail {
    height:580px;
}
section#detail h2 {
    /*margin-top:5px;
    margin-right:0;*/
	width:94%;
	margin:5px auto 20px !important;
}
section#detail h3 {
    /*margin-left: 25px;*/
	margin-left:12px;
    margin-bottom: 10px;
}
#detail p {
    margin: 15px 40px 25px;
}
.detail_cont .left {
    float:left;
    width:410px;
}
.detail_cont .right {
    float:right;
}
.detail_cont .right img {
    width:450px;
}
#detail ul {
    list-style-type: decimal;
    margin-left:60px;
}
#detail ul li {
    margin:10px 0;
}
#detail dl {
    margin-left: 40px;
    margin-top: 15px;
}
#detail dl dt {
    border-left: 5px solid #a71f1f;
    padding-left: 10px;
    margin: 10px 0 5px;
    color: #a71f1f;
}
#detail dl dd {
    margin-left:10px;
}
@media screen and (max-width: 768px) {
    section#detail {
        height:auto;
    }
    .detail_cont .left {
        float:none;
        width: 94%;
    }
    .detail_cont .right {
        float:none;
        text-align: center;
    }
    .detail_cont .right img {
        top:0;
        position: static;
        margin:20px 0;
        width: 250px;
    }
}

/****************shoplist*/

/* 書店一覧 */
.toggle {
    text-align: center;
	color:#fff;
	display: block;
    clear: both;
    width: 860px;
    margin: 0 auto 30px;
    background-color: #F174AC;
    font-size: 16px;
    padding: 5px;
}
.toggle:hover {
	cursor:pointer;
	opacity:0.7;
}
.toggle_area {
	display:none;
    width: 860px;
    margin: 0 auto;
}
 .toggle_area dl {
	margin: 0;
    overflow: hidden;
}
 .toggle_area dl dt {
	background-color: #f0f0f0;
    margin: 10px 0;
    text-align:left;
    font-size: 14px;
    width:100%;
}
 .toggle_area dl dd {
	margin-left: 20px;
    font-size: 13px;
	text-align:left;
	padding-left:5px;
	float:left;
    width:230px;
    display:block;
	text-indent: -18px;
    padding-left: 10px;
}
.toggle_area dl dd:nth-child(3) {
    width: 250px;
}
.toggle_area dl dd:before {
    content:"｜";
	padding-right:5px;
}

/****************特典情報*/

.bonus_float {
    margin-left:40px;
    margin-bottom:20px;
}
.bonus_float .left, .bonus_float .right {
    float:left;
}
.bonus_float .left {
    width: 420px;
    line-height: 30px;
    margin-left:20px;
    margin-bottom: 30px;
}
.bonus_float strong {
    font-size:24px;
}
.bonus_float .right {
    line-height: 30px;
    font-weight: bold;
}
.bonus_float .right strong {
    color: #a71f1f;
    font-weight: bold;
}
section#bonus h3 {
    clear:both;
    margin: 30px 30px 0;
    position: relative;
}
#bonus ul {
    list-style: decimal;
    margin-left:60px;
    margin-top:15px;
}
#bonus ul li {
    margin-bottom: 10px;
}
#bonus ul strong {
    font-size: 18px;
    color: #a71f1f;
}
#bonus ul.lineup {
    overflow: hidden;
    list-style: none;
    margin-left:30px;
    margin-top:10px;
}
#bonus ul.lineup li {
    float:left;
    width:200px;
    text-align: center;
    margin-right:10px;
	position: relative;
    height: 460px;
}
#bonus ul.lineup li img {
    height:280px;
    margin-bottom: 10px;
}
div.bottom {
	position: absolute;
    bottom:0;
    width:100%;
}
cite {
    display:block;
    padding-bottom: 5px;
}
#bonus ul.lineup li a {
    display: block;
    text-decoration: none;
    padding:5px;
    width:100px;
    margin: 10px auto;
    color:#fff;
    background-color: #b48845;
}
.illust_cont {
    margin:15px 40px;
}
.illust_cont .left, .illust_cont .right {
    float:left;
}
.illust_cont .left img {
    width:250px;
}
.illust_cont .right {
    width: 270px;
    margin-left: 30px;
    margin-top: 100px;
}
.illust_cont .right b {
    display: block;
    font-weight: normal;
    margin-bottom:10px;
    color: #a71f1f;
}
.illust_cont .right strong {
    font-size:24px;
    color: #a71f1f;
    font-weight: bold;
}
.illust_cont h4 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
}
.illust_cont dl dt {
    border-left: 5px solid #cecece;
    padding-left: 10px;
    margin: 10px 0 5px;
    color: #666;
}
.illust_cont dl dd {
    margin-left:15px;
}
small {
    font-size: 11px;
    margin-left: 40px;
}
b {
    color:#d80000;
}
@media screen and (max-width: 768px) {
    .bonus_float {
        margin-left:0;
        text-align: center;
    }
    .bonus_float .left {
        float:none;
        margin-left: 30px;
    }
    .bonus_float .right {
        float:none;
        top: 0;
        margin: 20px auto 50px;
    }
    .bonus_float .right img {
        position: static;
    }
    #bonus ul {
        margin-left: 60px;
        margin-right: 20px;
    }
    #bonus ul li {
        margin:20px 0;
    }
    #bonus ul.lineup li {
        width: 210px;
        height: 85vw;
    }
    #bonus ul.lineup li img {
        margin-left: 15px;
    }
    .illust_cont .left img {
        width: 200px;
    }
    .illust_cont .right {
        margin-left: 0;
        margin-bottom: 20px;
        margin-top:20px;
        text-align: center;
        width: 100%;
    }
}


/****************　入手方法　*/

section#method h3 {
    margin: 0 30px;
    line-height: 1.3;
}
section#method p {
    margin: 30px 50px;
}
section#method p img {
    margin-bottom:15px;
}

@media screen and (max-width: 768px) {
    section#method p {
        margin: 30px 5%;
    }
    section#method p img {
        width: 100%;
    }
}

/****************　スペシャル企画　*/
#special h3 {
    margin-left:30px;
    margin-right:30px;
    line-height: 1.4;
}
dl.comment {
    margin: 20px 40px;
    line-height: 1.5;
}
dl.comment dt {
    margin: 10px 0;
    background-color: #e8e8e8;
    padding: 10px 7px;
}
dl.comment dd {
    margin-bottom: 30px;
    margin-left:15px;
}

@media screen and (max-width: 768px) {
    #special ul {
        margin:5% auto;
    }
    #special ul li {
        width: 97%;
        float: none;
    }
    #special dl {
        margin-left: 5%;
        margin-right: 5%;
    }
}

/****************　twitter　*/
#twitter {
    margin:0 auto;
    width: 520px;
    border: solid 1px #ccc;
    padding: 20px;
    height: 420px;
    border-radius: 5px;
}

/****************PageTOP*/
#page-top {
	position: fixed;
	bottom: -10px;
	right: 0px;
	background-color:#080200;
	padding:10px;
	z-index: 100;
    width:100%;
    text-align: right;
}
#page-top a:link, #page-top a:visited {
	color:#fff;
}

/****************footer & global menu*/

footer {
    background-color:#080200;
    color: #fff;
    font-size: 0.9em;
    padding: 20px;
    text-align: center;
	height:auto;
    display:block;
}
footer p{
	margin-top:2em;
    margin-bottom:20px;
}

#footer_link {margin-bottom:40px;}


@media screen and (max-width: 768px) {
#footer_link {margin-bottom:40px;}
}









