@charset "utf-8";

/* ----------------------------------------
tag
---------------------------------------- */
body{
	color:#333;
	-webkit-text-size-adjust: none;
	line-height:1.3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	word-break:break-all;
	word-wrap:break-word;
    background-color:#fff;
}
#wrapper{
	overflow:hidden;
}
#header,
#footer{
	background-color:#ffe8e9;
}
img{border:0;}
li{list-style:none;}
select {
	width: 98%;
	font-size: 100%;
}
input[type=text],
input[type=password] {
	width: 94%;
	height: 25px;
	margin: 5px 0 0 0;
	font-size: 100%;
}
input[type=checkbox] {
	margin: -4px 5px 0 0;
	padding: 0;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}
input[type=radio] {
	margin: -4px 5px 0 0;
	padding: 0;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}
textarea {
	width: 98%;
	height: 100px;
	font-size: 100%;
}


/* ----------------------------------------
title
---------------------------------------- */
h1{float:left; margin-left:5px;}
h2{
	clear: both;
	padding: 7px 5px 3px 5px;
	font-weight:bold;
	font-size:100%;
	background:-moz-linear-gradient(top, #f60076, #e5006e);
	background:-webkit-gradient(linear, left top, left bottom, from(#f60076), to(#e5006e));
	background:-ms-linear-gradient(top, #f60076, #e5006e);
}
h2 img,
h2 span{
	font-weight: bold;
}

h5 {
	padding: 7px;
	font-weight: bold;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
h4{
	clear: both;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-weight:bold;
	/*font-size:90%;*/
	color:#333;
	background-color:#eee;
}
.ttl01 {
	color: #333;
	text-shadow:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #ffd5ed;
	background:-moz-linear-gradient(top, #ffffff, #ffe3f3);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffe3f3));
	background:-ms-linear-gradient(top, #ffffff, #ffe3f3);
}
.ttl02 {
	font-size: 90%;
}
.ttl03 {
	padding: 3px 0 0 0;
	font-size: 80%;
	font-weight: normal;
}
.ttl04 {
	padding: 0;
	border: none;
	background: none;
}

/* ----------------------------------------
link
---------------------------------------- */
.textLink {
	clear: both;
	margin: 0;
	padding: 0;
}
.textLink li {
	border-top:1px solid #e5e5e5;
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.textLink a{
	display:block;
	padding: 6px 24px 7px 0;
	color:#666;
	text-align: right;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);/*黒背景・不透明度30％*/
}
.textLink.btmLine {
	border-bottom:1px solid #e5e5e5;
}

.rightLink {
	margin: 5px 0;
	padding: 0 24px 0 0;
	text-align: right;
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.rightLink a {
	text-decoration: none;
}

.iconLink {
	margin: 10px 0 5px 0;
	list-style: none;
}
.iconLink li {
	padding: 0 4px 12px 16px;
	background: url(/images/icn01.png) no-repeat 5px 0.4em;
}


.pageLink{
	clear: both;
	text-align: center;
	background-color:#fff;
	border-top:1px solid #e5e5e5;
	overflow: hidden;
}
.pageLink a{
	color:#666;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
.pageLink .pageLinkL {
	float:left;
	width: 49%;
	border-right: 1px solid #e5e5e5;
}
.pageLink .pageLinkL a{
	display:block;
	text-align:left;
	padding:10px 0 10px 10px;
}
.pageLink.pagerBook .pageLinkL a {
	padding:15px 0 15px 15px;
}
.pageLink .pageLinkL a span {
	padding: 0 0 0 25px;
	background: url(/images/li02.png) no-repeat left center;
	background-size:13px;
}
.pageLink .pageLinkR {
	float:right;
	width:50%;
}
.pageLink .pageLinkR a {
	display:block;
	text-align:right;
	padding:10px 10px 10px 0;
}
.pageLink.pagerBook .pageLinkR a {
	padding:15px 15px 15px 0;
}
.pageLink .pageLinkR a span {
	padding: 0 25px 0 0;
	background: url(/images/li.png) no-repeat right center;
	background-size:13px;
}


/*---linkBox---*/
.linkBox {
	overflow: hidden;
}
.linkBox li {
	cursor: pointer;
	border-top: 1px solid #e5e5e5;
}
.linkBox li:first-child {
	border-top: none;
}
.linkBox01 li {
	padding: 7px 0 7px 9px;
}
.linkBox02 li {
	padding: 0 0 7px 0;
}

.linkBox10 {
	overflow: hidden;
}
.linkBox10 li {
	cursor: pointer;
	border-top: 1px solid #e5e5e5;
}
.linkBox10 li:first-child {
	border-top: none;
}

/*---linkBlock---*/
.linkBlock {
	overflow: hidden;
}
.linkBlock {
	border-top: 1px solid #e5e5e5;
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.linkBlock a{
	display:block;
	cursor:pointer;
	padding:7px 9px;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}
.linkBlock:first-child {
	border-top: none;
}
.linkBlock dl{
	padding:0 15px 0 0 !important;
	overflow: hidden;
}
.linkBlock dd{
	font-size:90%;
}
.linkBlock p.imgL{
	float:left;
	padding:0 10px 0 0 !important;
}
.linkBlock p{
	padding:0 !important;
	border:none !important;
}
.linkBlock02 dl{
	display:block;
}

.bookName{color:#000; font-weight:900;}
.userName{color:#000;}

/* ----------------------------------------
list
---------------------------------------- */
ul.blockList_tab {
    display: table;
	margin: 10px 0 0 0;
    border-collapse: separate;
    border-spacing: 0.4em 0;
    text-align: center;
}
ul.blockList_tab li {
    display: table-cell;
    padding: 7px;
    font-size: 90%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.blockList_tab li.active {
	color: #ea479d;
	font-weight: bold;
	background-color: #f6f6f6;
}
ul.blockList_tab li a {
	text-decoration: none;
}
.blockList {
	padding: 7px;
	background-color: #f6f6f6;
	overflow: hidden;
}
.blockList li {
	margin:0 0 7px;
    padding:7px;
	background-color:#fff;
    border:1px solid #ddd;
    border-radius:5px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	overflow: hidden;
}
.blockList li p {
	font-size: 85%;
	line-height: 1.8;
}
.blockList li a {
	display: inline-block;
	color: #ea479d;
	font-size: 80%;
	text-decoration: none;
}
.blockList li .btn-inline a {
	margin: 5px 0 0 0;
	padding: 3px 5px;
	color: #666;
	font-size: 90%;
}
.blockList .reply {
	position: relative;
	margin: 0.5em 0 0 0.5em;
	padding: 0.5em;
	border: 1px solid #fbf2e0;
	background-color: #fbf2e0;
	border-radius: 5px;
}
.blockList .reply p {
	color: #333;
}
.blockList .reply span {
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	border: 0.5em solid transparent;
	border-right-color: #fbf2e0;
	margin-top: -0.5em;
}
.blockList .reply span.red {
	position: relative;
	margin: 0;
	padding: 0 10px 0 0;
	right: 0;
	top: 0;
	height: auto;
	color: #cf0000;
	border: none;
}
.blockList .btn_reply {
	text-align: center;
}
.blockList .btn_reply input[type=submit] {
	display: inline-block;
	margin: 5px auto;
    padding: 7px 14px;
	width: 240px;
	color: #666;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	background: -moz-linear-gradient(top, #fff, #f6f6f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}
p.no_reply {
	margin: 0;
	padding: 7px;
	font-size: 80%;
	background-color: #f6f6f6;
}
.tagList {
	padding: 4px 2px 10px 2px;
	overflow: hidden;
}
.tagList li {
	display: inline-block;
	padding: 6px 5px 8px 5px;
	vertical-align: middle;
}

.txtList {
	overflow: hidden;
}
.txtList dt {
	padding: 3px 0;
	font-size: 110%;
	font-weight: bold;
}

.searchList {
	padding: 15px 7px;
}
.searchList li {
	padding: 0 0 15px 0;
}


.numList {
	padding: 15px 7px 15px 27px;
}
.numList li {
	margin: 0 0 10px 0;
	list-style: decimal;
}

.oddList {
	overflow: hidden;
}
.oddList li {
	padding: 5px 7px;
	background: #ffffff;
	overflow: hidden;
}
/*.oddList li:nth-child(odd) {
	background: #F3ECFA;
}*/
.oddList li .note {
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 90%;
	border-top: 1px dotted #dfdfdf;
}
.oddList li ul li {
	padding: 0;
	background: none !important;
}

.fltList {
	list-style: none;
}
.fltList li {
	display: inline-block;
	margin: 5px 0 5px 5px;
}

.nlList {
	padding: 7px;
	list-style: none;
}
.nlList li {
	margin: 0 0 10px 0;
}
.nlList li ul {
	padding: 10px 0;
}

.flList {
	padding: 10px 7px 0 7px;
	overflow: hidden;
}
.flList dt {
	clear: both;
	float: left;
	width: 5em;
	padding: 10px 0 10px 0;
	vertical-align: middle;
}
.flList dd {
	padding: 0 0 10px 0;
	overflow: hidden;
}
.flList dd input[type=text] {
	width: 90%;
}

.tabList {
	padding: 13px 0 0 0;
	background:-moz-linear-gradient(#fefefe, #e1e1e1);
	background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e1e1e1));
	background:-ms-linear-gradient(#fefefe, #e1e1e1);
	overflow: hidden;
}
.tabList li {
	float: left;
	margin: 0 0 0 8px;

	border-radius: 4px 4px 0 0;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background:-moz-linear-gradient(#e2e2e2, #d4d4d4);
	background:-webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#d4d4d4));
	background:-ms-linear-gradient(#e2e2e2, #d4d4d4);
}
.tabList li a {
	display: block;
	padding: 7px 15px;
}
.tabList li.active {
	background: #ffffff;
}

.colorList01 {
	width: 300px;
	margin: 0 auto 10px auto;
	padding: 0 10px;
	overflow: hidden;
}
.colorList01 li {
	float: left;
	width: 50px;
	padding: 3px 0;
	font-size: 45px;
	line-height: 1;
	text-align: center;
	overflow: hidden;
}
.colorList01 li:nth-child(6n+1) {
	clear: both;
}
.colorList01 li a {
	line-height: 1;
	text-decoration: none;
}
.colorList02 {
	clear: both;
	margin: 10px 0;
	padding: 7px;
	overflow: hidden;
}
.colorList02 li {
	float: left;
	padding: 0 7px 0 0;
}
.colorList02 li input[type=text] {
	width: 7em;
	margin: -1px 0 0 0;
	vertical-align: middle;
}

/* ----------------------------------------
btn
---------------------------------------- */
.btnLink{
	margin: 10px auto;
}
.btnLink li{
	display: inline-block;
	margin: 5px 0 5px 5px;
	vertical-align: top;
}
.btnLink li a{
	display:block;
	width:72px;
	height:19px;
	padding: 6px 7px 2px 7px;
	color:#fff;
	font-size:80%;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #ff54b1;
	background:-moz-linear-gradient(top, #ff6dbc, #ff61b7);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff6dbc), to(#ff61b7));
	background:-ms-linear-gradient(top, #ff6dbc, #ff61b7);
	border-radius:4px;
	-webkit-border-radius:4px;
}
.btnLink li.active a {
	/*background:-moz-linear-gradient(top, #f5597b 5%, #f65c7d 47%, #e93a5f 50%, #f5597b);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.05, #f5597b), color-stop(0.47, #f65c7d),color-stop(0.5, #e93a5f), to(#f5597b));*/
	text-shadow: 1px 1px 2px #cccccc;
	color: #e93a5f;
	background: #ffffff;
}

.btn-pink a{
	display:block;
	width:72px;
	height:19px;
	padding: 6px 7px 2px 7px;
	color:#fff;
	font-size:80%;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #ff54b1;
	background:-moz-linear-gradient(top, #ff6dbc, #ff61b7);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff6dbc), to(#ff61b7));
	background:-ms-linear-gradient(top, #ff6dbc, #ff61b7);
	border-radius:4px;
	-webkit-border-radius:4px;
}

.btn-green a{
	display:block;
	width:72px;
	height:19px;
	padding: 6px 7px 2px 7px;
	color:#fff;
	font-size:80%;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #ff7800 !important;
	background:-moz-linear-gradient(top, #ffa837 5%, #ffa837 47%, #ff9000 50%, #ff9000) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.05, #ffa837), color-stop(0.47, #ffa837),color-stop(0.5, #ff9000), to(#ff9000)) !important;
	background:-ms-linear-gradient(top, #ffa837 5%, #ffa837 47%, #ff9000 50%, #ff9000) !important;
	border-radius:4px;
	-webkit-border-radius:4px;
}

.btn-white a {
	display:block;
	width:72px;
	height:19px;
	margin:10px auto;
	padding:6px 7px 2px 7px;
	color:#444;
	font-size:80%;
	text-align:center;
	text-decoration:none;
	border:1px solid #ccc;
	background:-moz-linear-gradient(top, #fff, #f6f6f6);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	background:-ms-linear-gradient(top, #fff, #f6f6f6);
	border-radius:4px;
	-webkit-border-radius:4px;
}
.btn-white {
	margin: 10px auto;
}
.btn-white li {
	display: inline-block;
	margin: 5px 0 5px 5px;
}
.btn-white li input[type=submit] {
	display: block;
	width:72px;
	margin: 5px auto;
	padding:4px 7px;
	color:#444;
	font-size:80%;
	text-align:center;
	text-decoration:none;
	border:1px solid #ccc;
	background:-moz-linear-gradient(top, #fff, #f6f6f6);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	background:-ms-linear-gradient(top, #fff, #f6f6f6);
	border-radius:4px;
	-webkit-border-radius:4px;
}
.readActionBtn {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 7px !important;
	width: 280px !important;
	box-sizing: border-box;
}
.good_poll {
	margin: 0 auto !important;
}
.good_poll li a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
    padding: 7px;
	width: 280px;
	height: 38px;
	box-sizing: border-box;
}
.good_poll li .text {
	font-size: 100% !important;
}
.good_poll .btnBookLikeOff {
	pointer-events: none;
	color: #999;
}
.good_poll .arrow_box {
	position: relative;
	background: #ff6dbc;
	margin: 0 0 0 15px;
	padding: 0 5px;
	color: #fff;
	font-size: 11px !important;
	border: 1px solid #ff6dbc;
	border-radius: 5px;
}
.good_poll .arrow_box:after,
.good_poll .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.good_poll .arrow_box:after {
	border-color: rgba(255, 109, 188, 0);
	border-right-color: #ff6dbc;
	border-width: 3px;
	margin-top: -3px;
}
.good_poll .arrow_box:before {
	border-color: rgba(255, 109, 188, 0);
	border-right-color: #ff6dbc;
	border-width: 4px;
	margin-top: -4px;
}
.btn-submit{
	display:block;
	width:72px;
	padding:4px 7px;
	color:#fff;
	font-size:80%;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #ff54b1;
	background:-moz-linear-gradient(top, #ff6dbc, #ff61b7);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff6dbc), to(#ff61b7));
	background:-ms-linear-gradient(top, #ff6dbc, #ff61b7);
	border-radius:4px;
	-webkit-border-radius:4px;
}
.btn-white .btnwauto input[type=submit],
.btnwauto .btn-submit,
.btnwauto a {
	width: auto !important;
}
.btn-white .btnw240 input[type=submit],
.btnw240 .btn-submit {
	width: 256px !important;
}
.btnw240 a {
	width: 240px !important;
}

.btn-white .btnw280 input[type=submit],
.btnw280 .btn-submit {
	width: 296px !important;
	font-size: 110% !important;
	padding: 6px 7px 4px 7px !important;
}
.btnw280 a {
	width: 280px !important;
	height: auto !important;
	font-size: 110% !important;
	padding: 6px 7px 4px 7px !important;
}
.btnw170 a {
	width: 110px !important;
	height: 22px !important;
	font-size: 80% !important;
	padding: 6px 7px 4px 7px !important;
}
.btnwauto.alignC .btn-submit,
.btnw240.alignC .btn-submit,
.alignC .btn-pink a {
	margin: 0 auto;
}
.btn-inline {
	display: inline-block;
}
.btn-inline a {
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 5px;
	padding:5px;
	color:#444;
	font-size:80%;
	text-align:center;
	text-decoration:none;
	border:1px solid #ccc;
	background:-moz-linear-gradient(top, #fff, #f6f6f6);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	border-radius:4px;
	-webkit-border-radius:4px;
}

/* 小説を読むボタン */
.btn_read_book {
    display: table;
    margin: 1em auto;
    text-align: center;
    border-spacing: 0.5em 0;
}
.btn_read_book li {
    display: table-cell;
    margin: 0.5em;
    padding: 0;
    width: 140px;
    border: 1px solid #ccc;
	background: -moz-linear-gradient(top, #fff, #f6f6f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	background: -ms-linear-gradient(top, #fff, #f6f6f6);
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.btn_read_book li a {
    display: block;
    margin: 0;
    padding: 0.8em 0.5em;
    color: #444;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
}
.btn_read_book li:first-child a {
    color: #e5006e;
    font-weight: bold;
}
.btn_read_book li:first-child a i {
    display: inline-block;
    margin: 0 0.2em 0 0;
    padding: 0;
    width: 13px;
    height: 17px;
    vertical-align: bottom;
    background: url(/images/app/ico_read.png) left center no-repeat;
    background-size: 13px;
}

/*socialbtn*/
.socialbtn {
	clear: both;
	margin: 15px 0;
	text-align: center;
	overflow: hidden;
}
.socialbtn div {
	display: inline-block;
	vertical-align: top;
}
.socialbtn .fbshare {
	margin-top: 1px;
}



/* ----------------------------------------
box
---------------------------------------- */
.centerBox {
	padding: 10px 0;
	text-align: center;
	background-color:#f9eeee;
}
.tabBox {
	margin: 10px 0;
	padding: 0 7px;
	font-size: 90%;
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
}
.tabBox h3 {
	border-top: none;
	background: none;
}
.tabBox .tabLink {
	clear: both;
	margin: 10px -15px 0 -7px;
	padding: 0 15px 10px 0;
	/*
	box-shadow: inset 0px 3px 3px 0px #ccc;
	-moz-box-shadow: inset 0px 3px 3px 0px #ccc;
	-webkit-box-shadow: inset 0px 3px 3px 0px #ccc;
	*/
	background:-moz-linear-gradient(#ccc, #fff 10%, #fff);
	background:-webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(0.1, #fff), to(#fff));
	background:-ms-linear-gradient(#ccc, #fff 10%, #fff);
	overflow: hidden;
}
.tabBox .tabLink li {
	float: right;
	margin: -1px 0 0 0;
	border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-shadow: -2px 2px 3px 0px #ccc;
	-moz-box-shadow: -2px 2px 3px 0px #ccc;
	-webkit-box-shadow: -2px 2px 3px 0px #ccc;
}
.tabBox .tabLink li a {
	display: block;
	padding: 5px 10px;
}

.tabBox01 {
	background:-moz-linear-gradient(#f0faff, #ffffff);
	background:-webkit-gradient(linear, left top, left bottom, from(#f0faff), to(#ffffff));
	background:-ms-linear-gradient(#f0faff, #ffffff);
}
.tabBox01 .tabLink li {
	background:-moz-linear-gradient(#ffffff, #daf2ff);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#daf2ff));
	background:-ms-linear-gradient(#ffffff, #daf2ff);
}
.tabBox02 {
	background:-moz-linear-gradient(#fff7f8, #ffffff);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff7f8), to(#ffffff));
	background:-ms-linear-gradient(#fff7f8, #ffffff);
}
.tabBox02 .tabLink li {
	background:-moz-linear-gradient(#ffffff, #ffe2e8);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffe2e8));
	background:-ms-linear-gradient(#ffffff, #ffe2e8);
}


.bookBox {
	margin: 10px 0 20px 0;
	padding: 0 7px;
	font-size: 90%;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-shadow: -2px 2px 3px 0px #ccc;
	-moz-box-shadow: -2px 2px 3px 0px #ccc;
	-webkit-box-shadow: -2px 2px 3px 0px #ccc;
	overflow: hidden;
}
.bookBox h3 {
	border: none;
	background: none;
}
.bookBox .bookBoxBody {
	border-top:1px solid #e5e5e5;
	padding: 10px 0;
}
.bookBox01 {
	background:-moz-linear-gradient(#d5f1ff, #ffffff);
	background:-webkit-gradient(linear, left top, left bottom, from(#d5f1ff), to(#ffffff));
	background:-ms-linear-gradient(#d5f1ff, #ffffff);
}

/* ----------------------------------------
icon
---------------------------------------- */
.icnEnd {
	display: inline-block;
	margin: 1px 0 0 5px;
	padding: 1px 2px 0 2px;
	color: #000000;
	font-size: 70%;
	font-weight:normal;
	text-align: center;
	vertical-align: top;
	border: 1px solid #000000;
	border-radius:2px;
	-webkit-border-radius:2px;
	background: #ffffff;
}
.icnNetabare {
	display: inline-block;
	margin: 1px 0 5px 0;
	padding: 1px 1px 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: 70%;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ff1493;
	border-radius:2px;
	-webkit-border-radius:2px;
	background: #ff1493;
}
.icnArw {
	display: inline-block;
	margin: 1px 5px 0 0;
	padding: 1px 2px 0 2px;
	color: #000000;
	font-size: 70%;
	text-align: center;
	vertical-align: top;
	border: 1px solid #000000;
	border-radius:2px;
	-webkit-border-radius:2px;
	background: #f0faff;
}
.icnArw a{
	text-decoration:none;
}
.btnLink .balloon{
	margin:18px 0 5px 2px !important;
	background-image:url(/images/graph_l.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
}
.balloonInner{
	background-color:#ff4500;
	padding:10px 5px 10px 4px;
	vertical-align:top;
	margin-left:4px;
	border-radius:3px;
	color:#fff;
}
.btnLink .balloonInner a{
	padding:0;
	display:inline;
	font-size:100%;
	text-decoration:none;
	background:none;
	border:none;
	border-radius:0;
}
i.entry {
    display: block;
    padding: 0 7px 0 1.5em;
    font-size: .75rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    background-image: url("data:image/svg+xml,%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20xmlns%3axlink%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f1999%2fxlink%22%20version%3d%221%2e1%22%20width%3d%2232%22%20height%3d%2232%22%20viewBox%3d%220%200%2024%2024%22%20fill%3d%22%23ffc408%22%3e%3cpath%20d%3d%22M5%2c16L3%2c5L8%2e5%2c12L12%2c5L15%2e5%2c12L21%2c5L19%2c16H5M19%2c19C19%2c19%2e55%2018%2e55%2c20%2018%2c20H6C5%2e45%2c20%205%2c19%2e55%205%2c19V18H19V19Z%22%2f%3e%3c%2fsvg%3e");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
}
@media screen and (min-width:768px) {
    i.entry {
        font-size: 105%;
    }
}

/* ----------------------------------------
bookInfo
---------------------------------------- */
#bookInfo{
	margin:5px;
	padding:7px;
	background-color:#fff;
	border:1px solid #999;
	border-radius:5px;
}
#bookInfo h4{
	color:#333;
	font-size:80%;
	text-align:center;
	background:none;
}
#bookInfo .accordiontitle{
	margin:0 auto 5px;
	padding:4px;
	width:100px;
	height:auto;
	color:#fff;
	text-align:center;
	background-color:#000;
	border-radius:5px;
}	
#bookInfo .accordiontitle,
#bookInfo .accordionlist{
	font-size:70%;
}
#bookInfo .accordionlist{
	color:#333;
	text-align:left;
}
#bookInfo .btn-white{
	margin:0 auto;
}
#bookInfo .btn-white li{
margin: 5px 0;
}

/* ----------------------------------------
layout
---------------------------------------- */
.section {
	clear: both;
	overflow: hidden;
    background-color:#fff;
}
.bgDefault{
	background-color:#ffe8e9;
}
.chapter{
	text-align: left;
	padding: 5px 0 5px 0;
	font-weight:bold;
}
.paragraph{
	padding: 5px 0 30px 0;
}
.pdg {
	padding: 7px;
}
.adFrame {
    margin: 2px auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}
.adOverlay {
    margin: 0 auto !important;
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
}

/* ----------------------------------------
common
---------------------------------------- */
.fltL {float: left;}
.fltR {float: right;}
.imgL {float: left; padding: 0 10px 0 0;}

.alignL {text-align: left;}
.alignC {text-align: center;}
.alignR {text-align: right;}

.block {display:block !important;}

.font130 {font-size: 130%;}
.font90 {font-size: 90%;}
.font80 {font-size: 80%;}
.font70 {font-size: 70%;}

.bold{font-weight:bold;}

.red{color:#cf0000;}
.pink{color:#e6368b;}
.yellow{color:#ff0;}
.black{color:#333;}

.line01 {border-bottom: 1px dotted #cccccc;}

@media screen and (min-width: 768px) {
	.brSp { display: none; }
}

/* ----------------------------------------
clearfix
---------------------------------------- */
.clear {
	clear: both;
	overflow: hidden;
}
.cl:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
