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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/*

COMMON

 */
html, body {
    text-align: center;
    font-family: Verdana, Roboto, 'Droid Sans', 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    background: #121212;
    font-size: 16px;
    color: #efefef;

}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

p {
    line-height: 1.8em;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

/* LINK STYLE */
a {
    color: #3cf;
    text-decoration: none;
}
a:hover {color: #09c;}
/*a:active, a:focus {color: #09c;}*/
a img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
}

.inner {
    width: 980px;
    margin-left:auto;
    margin-right:auto;
}

.forpc {display: block;}
.forsp {display: none;}

/*

HEADER

*/
header {
    width: 100%;
    margin:0;
    padding: 0;
    background: #000;
}
.pageTop {
    padding: 15px 0 !important;
    text-align: left;
}

/*

CONTENTS

*/
/* HEADING */
h1 {
    padding: 0;
    margin: 0 auto;
    font-size: 10px;
    line-height: 0em;
	background-color:#730417;
	background: linear-gradient(80deg, #5f0413 10%, #79041c 20% 70%, #240105 100%);
}
h2 {
    padding: 0;
    margin:40px 0;
    font-size: 38px;
    line-height: 1.6em;
    text-align: center;
    color: #c40627;
}

h4 {
    font-size: 20px;
}
.flow h4{
    margin: 0 auto 40px;
}
h5{
    font-size: 22px;
    margin-bottom: 10px;
}
h5.tokuten {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 10px;
    background: #3396ef;
    color: #fff;
    display: inline-block;
}
ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
ul li {
    display: inline-block;
    margin: 10px;
    padding: 0;
    text-align: left;
}
.readtxt{
    text-align: left;
    margin:0 auto 40px;
	font-size:18px;
}
.readtxt.sub{
    margin-bottom: 0;
    padding: 20px 0 40px;
}
.readtxt.sub span{
    color:#f78a68/*#00adb5*/;
    font-weight:bold;
    font-size: 110%;
}
.toAgree{
    width: 340px;
    color: #000;
    background-color: #fff;
    margin: 0 auto;
    font-size: 13px;
    border-radius: 10px;
}
.toAgree .agree1{
    color: #fff;
    background-color: #B1975D;
    border-radius: 10px 10px 0 0;
}
.toAgree .agree2{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.toAgree .agree1 , .toAgree .agree2{
    padding: 10px;

}
.toAgree .agree2{
}
.toDL{
}
.toDL a{
    width: 300px;
    background-color: #B1975D;
    border: 1px solid #fff;
    margin: 17px auto;
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.toDL a:hover{
    color: #fff;
    background-color: rgba(177, 151, 93, 0.75);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.btnDLC {
    width: 100%;
    display: block;
    background: #000;
    padding: 30px 7px;
    margin: 0 auto 40px!important;
    line-height: 1em;
    text-align: center;
}
.btn{
    width:330px;
    font-size:12px;
    text-decoration:none;
    line-height: 1.5em;
    display:block;
    margin: 10px auto;
    text-align:center;
    padding:10px 0;
    border-radius:3px;
    color: #fff;
    background: #df7366;
}
a.btn:hover{opacity: .8;color:#fff;}
.btn span{color:#fff;}
.btn.black {
    margin: 10px auto;
    color: #fff;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.btn.free{
    font-size: 18px;
    margin: 15px 0 0;
}
.btn.free span{font-size: 85%;}
span.btn:hover{opacity: 1;}
.sampleImage{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.sampleImage li{
  vertical-align: top;
}
.sample{
  width: auto;
  height: 160px;
  border: solid 1px #aaa;
}
.sampleImage span{
    display: block;
    text-align: right;
    font-size: 80%;
    width:90%;
    margin-bottom: 30px;
}
ul.main{
    background: #efefef;
    margin: 40px auto 0;
    width: 100%;
	overflow:hidden;
}
ul.main li {
    margin: 0;
    padding:40px 0 30px;
    vertical-align: top;
}
ul.main li.jkt{
    width: 200px;
    text-align: center;
    position: relative;
}
ul.main li.jkt img,
img.jkt {
    border: solid 1px #212121;
}
ul.main li.txtList{
    width: 75%;
    line-height: 1.6em;
    overflow: hidden;
}
ul.main li strong {
    line-height: 2em;
    font-size: 16px;
}
.freeicon {
    position: relative;
    display: block;
    width: 140px;
    margin: 0 auto;
}
.freeicon:before {
    display: block;
    content: " ";
    width: 64px;
    height: 64px;
    background: url(../images/icon-new.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -25px;
    left: -33px;
    z-index: 10000;
}
/*

MOOK COLUMN

*/
section .ebook {
    text-align: center;
    width: 100%;
    margin:40px auto;
    overflow: hidden;
    padding: 30px 0 0;
    text-align: left;
}
section .ebook ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
section .ebook ul li {
    margin: 0 auto;
    vertical-align: top;
    text-align: left;
	vertical-align: top;
    overflow: hidden;
}
section .ebook ul li h4{
    font-size: 26px;
    line-height: 1.4em;
    color: #efefef;
}
section .ebook ul li.jkt img {
    display: block;
    border: solid 1px #212121;
    width:230px;
	height:auto;
    margin-right: 30px;
}
section .ebook ul li.txtList {
    width: 71%;
}
section .ebook ul li.txtList .btnArea{
    width: 200px;
}
section div.ebook > ul li p.epubTtl{
    display: block;
    width: 220px;
    text-align: left;
    float: right;
}
section div.ebook > ul li p.epubTtl span{
    font-weight: bold;
    font-size: 16px;
    display: block;
}
section .ebook span.price{
    color:#121212;
    font-size: 28px;
    font-weight: bold;
    line-height: 2.2em;
}

section ul.ebook {
    text-align: center;
    width: 100%;
    margin: 0 auto 40px;
	padding: 20px 0 0;
    overflow: hidden;
	box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

section ul.ebook li {
    width: 230px;
    margin: 0;
    padding: 0 0 20px;
    vertical-align: top;
    text-align: center;
    line-height: 1.5em;
    overflow: hidden;
}

section ul.ebook li img.jkt {
    display: block;
    width: 230px;
	height: auto;
    margin: 0 auto;
}

section ul.ebook li p.epubTtl {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 230px;
    margin: 15px auto 0;
}

section ul.ebook li p.epubTtl span {
    font-size: 15px;
    display: block;
	padding-bottom: 15px;
	height: 5.5em;
	font-feature-settings: "palt";
}

section ul.ebook li p.epubTtl span.name {
    color: #3cf;
	border: solid 2px #3cf;
    padding: 5px 0;
	height: auto;
	font-weight:bold;
}
.ebook > ul.dlcard li.txtList span.name {
    color: #3cf;
    border: solid 2px #3cf;
    padding: 10px;
    height: auto;
    font-weight: bold;
    display: inline-block;
    line-height: 1.6em;
}
.card h3{
    font-size: 32px;
    color: #efefef;
    line-height: 1.6em;
	text-align:center;
    margin:0 0 20px;
    padding: 5px;
}
.card p {
	text-align:left;
}


.flow{
    text-align: left;
    margin: 40px 0 30px;
    border: dotted 1px #666;
    padding: 20px;
	font-size:90%;
}
.flow p {
    margin-bottom: 10px;
}
.flow p span {
    font-weight: bold;
    color:#03a9f4;
}

.alinfo{margin-top: 80px;}
.alinfo ul li{
    overflow: hidden;
    line-height: 1.6em;
    width: 340px;
    margin:0 auto;
    vertical-align: top;
}
.alinfo ul li img{
    display: block;
    width: 320px;
    margin:0 auto 10px;
}
.alinfo ul li span{
    font-size:120%;
}
.alinfo ul li p{
    width: 320px;
    margin:0 auto 10px;
    font-size:80%;
    line-height: 1.6em;
}
.yokuaruquestion {
    margin: 30px auto 0px;
}
.yokuaruquestion h3 {
	font-size:1.1em;
    margin-bottom: 10px;
	border:none;
}
.btmtxt {
    border: solid 1px #666;
    padding: 20px;
    margin: 30px auto 30px;
}
.btmtxt p.btmsubtxt {
    margin: 0;
    padding: 4px;
    font-size: 80%;
    text-align: left;
}

.ebooksupport {
	margin:40px auto;
	text-align:center;
}

.share{
    padding:20px 0;
}
.share li{
    vertical-align: top;
}
/*

FOOTER

*/

footer {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: #000;
    font-size: 10px;
    color: #fff;
}

/* ANCHOR */
.toTop {
    position: fixed;
    bottom: 20px;
    right: 0;
    padding: 0;
    text-align: left;
    line-height: 1em;
}
.toTop a img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    cursor: pointer;
}
.toTop a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.btnAmazon.black {
   font-size:12px;
    color: #fff;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.btnAmazon {
    display: block;
    zoom: 1;
    vertical-align: baseline;
    margin: 5px 2px 0;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .8em 1.0em .85em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-decoration:none !important;
}
.btnAmazon:hover{
  opacity:.7;
}
.clear{
    clear: both;
}
.dlLimit{
    background-color: #03a9f4;
    display: inline-block;
    padding: 10px;
}
.dlLimit p{color: #fff;}
