@charset "utf-8";

/* ----------------------------------------
tag
---------------------------------------- */
body{
	color:#333;
	-webkit-text-size-adjust: none;
	line-height:1.3;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	word-break:break-all;
	word-wrap:break-word;
    background-color:#fff;
}
#header{
	padding-top:5px;
}c
img{border:0;}
img.w100 {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
li{list-style:none;}
a{color:#333;}
input[type=text],
input[type=password] {
	width: 94%;
	height: 25px;
	margin: 5px 0 0 0;
    padding: 7px;
	font-size: 100%;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-border-radius:4px;
}
input[type=checkbox] {
	margin: 0 10px 0 7px;
	padding: 0;
	vertical-align: middle;
	-webkit-transform: scale(1.5);
    transform: scale(1.5);
}
input[type=radio] {
	margin: 0 5px 0 7px;
	padding: 0;
	vertical-align: middle;
	-webkit-transform: scale(1.5);
    transform: scale(1.5);
}
@media screen and (min-width:768px) {
    input[type=checkbox],
    input[type=radio] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
textarea {
	margin: 5px 0 0 0;
    padding: 7px;
	width: 94%;
	height: 100px;
	font-size: 100%;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-border-radius:4px;
}
select {
    width: 98%;
	font-size: 100%;
	height: 35px;
    background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* ----------------------------------------
title
---------------------------------------- */
#header div#top{float:left; margin-left:5px;}
h1{float:left; margin-left:5px;}
h2,h3{
	clear: both;
	padding: 7px 5px 3px 5px;
	font-weight:bold;
	font-size:100%;
	color: #fff;
	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 a:link{
	color:#fff !important;
}
h2 a:visited{
	color:#fff !important;
}
h2 img,
h3 img {
	margin: -2px 0 0 0;
	padding: 0 2px 0 0;
	vertical-align: middle;
}
h2 span,
h3 span {
	padding: 3px 0 0 0;
	font-size: 80%;
}
h4{
	clear: both;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-weight:bold;
	/*font-size:90%;*/
	color:#333;
	background-color:#eee;
}
h4.newsimgTit {
	color: #e5006e;
	background-color: #fff;
	border-bottom: 1px solid #e5006e;
}
h4.topTit {
	color: #ff69ad;
	font-size: 80%;
	background-color: #fff;
	border-bottom: 1px solid #ff69ad;
}
h4.topInfo {
	color: #333;
	font-size: 80%;
	background-color: #fff;
	border-bottom: 1px solid #333;
}
h4.accordiontitle {
	padding-left:27px;
	background-image:url(/images/ico_arrow1.png);
	background-position:7px center;
	background-repeat:no-repeat;
	background-size:27px;
}
h4.accordiontitle.close {
	padding-left:27px;
	background-image:url(/images/ico_arrow2.png);
	background-position:7px center;
	background-repeat:no-repeat;
	background-size:27px;
}
h5 {
	padding: 7px;
	font-weight: bold;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.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);
}
.ttl01 a:link{
	color: #333 !important;
}
.ttl01 a:visited{
	color:#333 !important;
}
.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: 9px 24px 10px 7px;
	color:#333;
	text-align: right;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}
.textLink.btmLine {
	border-bottom:1px solid #e5e5e5;
}
.textLink2 {
	clear: both;
	margin: 0;
	padding: 0;
}
.textLink2 li {
	border-top:1px solid #e5e5e5;
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.textLink2 a{
	display:block;
	padding: 9px 24px 10px 7px;
	color:#333;
	text-align: left;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}
.textLink2.btmLine {
	border-bottom:1px solid #e5e5e5;
}
.chapterLink {
	background-color:#fff;
	}

.chapterLink dt {
	font-weight: bold;
	border-top:1px solid #e5e5e5;
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.chapterLink dd {
	font-size: 80%;
	border-top:1px solid #e5e5e5;
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.chapterLink a{
	display:block;
	padding: 8px 24px 7px 10px;
	color:#666;
	text-align: left;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}

.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 18px !important;
	background: url(/images/icn01.png) no-repeat 5px 0.3em;
	background-size:6px;
}

.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(255,209,232,0.5);
}
.pageLink .pageLinkL {
	float:left;
	width: 49%;
	border-right: 1px solid #e5e5e5;
}
.pageLink .pageLinkL a{
	display:block;
	text-align:left;
	padding:10px 0 10px 0;
}
.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 0 10px 0;
}
.pageLink .pageLinkR a span {
	padding: 0 25px 0 0;
	background: url(/images/li.png) no-repeat right center;
	background-size:13px;
}
.color_link {
    margin: 0;
    padding: 7px;
}
.color_link li {
    float: left;
    margin: 7px;
    padding: 0;
    width: auto;
    height: 2.5em;
}
.color_link li.font_small a {
    font-size: 80%;
}
.color_link li.font_medium a {
    color: #e6368b !important;
    font-size: 100%;
    font-weight: bold;
}
.color_link li.font_large a {
    color: #e5006e !important;
    font-size: 110%;
    font-weight: bold;
}
.color_link li a {
    display: inline-block;
    margin: 0;
    padding: 5px 7px;
    text-decoration: none;
    vertical-align: middle;
}
.color_link li a:hover {
    text-decoration: underline;
}


/*---linkBox---*/
.linkBox {
	overflow: hidden;
}
.linkBox li {
	cursor: pointer;
	border-top: 1px solid #e5e5e5;
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.linkBox li a{
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}
.linkBox li:first-child {
	border-top: none;
}
.linkBox01 li {
	padding: 7px 0 7px 9px;
}
.linkBox02 li {
	padding: 0 0 7px 0;
}
.linkBox03 li {
	padding: 7px 0 7px 9px;
}
.linkBox03 li dl{
	display:inline;
	padding-right:18px;
}
.linkBox03 li a{
	display:block;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}

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

.linkBox11 li {
	padding: 7px 0 7px 9px;
}


/*---linkBlock---*/
.linkBlock {
	overflow: hidden;
}
.linkBlock {
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.linkBlock a{
	display:block;
	cursor:pointer;
	padding:7px 9px;
	text-decoration:none;
	border-top: 1px solid #e5e5e5;
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}
.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;
}
#tab-books .linkBlock02 dt,
#tab-books .linkBlock02 dd{
	padding-left:72px;
}
.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,
.blockList_btn {
	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_btn li {
	margin: 0 0 7px;
    padding: 0;
	text-align: center;
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
	overflow: hidden;
}
.blockList li p {
	font-size: 85%;
	line-height: 1.8;
}
.blockList li a {
	display: inline-block;
	color: #ea479d !important;
	font-size: 80%;
	text-decoration: none;
}
.blockList_btn li a {
	display: block;
	padding: 7px;
	color: #ea479d !important;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
.blockList li .btn-inline a {
	margin: 5px 0 0 0;
	padding: 3px 5px;
	color: #666 !important;
	font-size: 90% !important;
}
.blockList li .btn-inline.delete {
	display: block;
}
.blockList li .btn-inline.delete a {
	float: right;
}
.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 !important;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	background: -ms-linear-gradient(top, #fff, #f6f6f6);
	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;
}
.searchList.displayBook li {
	float: left;
	margin-right: 25px;
}
.numList {
	padding: 15px 7px 15px 27px;
}
.numList li {
	margin: 0 0 10px 0;
	list-style: decimal;
	color:#ff1493;
}
.oddList {
	overflow: hidden;
}
.oddList li {
	padding: 5px 7px;
	background: #fff;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}
.oddList li a{
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}
/*.oddList li:nth-child(odd) {
	background: #ffffd4;
}*/
.oddList > li:last-child {
	border-bottom:1px solid #e5e5e5;
}
.oddList li .note {
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 90%;
	border-top: 1px dotted #dfdfdf;
}
.oddList li ul li {
	padding: 0;
	/*background: none !important;*/
}
.oddList02 {
	overflow: hidden;
}
.oddList02 li {
	cursor: pointer;
	padding: 5px 18px 5px 7px;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	background:url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.oddList02 li:nth-child(odd) {
	background:#fff url(/images/li.png) center right no-repeat;
	background-size:13px;
}
.oddList02 li a{
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255,209,232,0.5);
}
.oddList02 li .note {
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 90%;
}
.oddList02 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;
}

/* ----------------------------------------
contentsBlock
---------------------------------------- */
.contentsBlock {
	padding:7px;
}
.contentsBlock .authorList > li {
	margin:0 0 10px 0;
	border:1px solid #ddd;
	border-radius:5px;
}
.authorLink li {
	background-color:#fff4f2;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.authorLink li a {
	display: block;
	margin-left:40px;
	padding:7px 25px 7px 0;
	text-decoration: none;
	background:url(/images/li_shop.png) right center no-repeat;
	background-size:18px;
}
.authorLink li input[type=checkbox] {
	float:left;
	margin:9px 10px 7px 10px;
}
.moreLink li {
	border-top:1px solid #e5e5e5;
}
.moreLink li a {
	display:block;
    padding:10px 7px 9px 7px;
    color:#555;
	font-size:80%;
    text-align:center;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255,209,232,0.5);
}
/* ----------------------------------------
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, #ff9000, #ff8a00) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#ff8a00)) !important;
	background:-ms-linear-gradient(top, #ff9000, #ff8a00) !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;
	-webkit-appearance: none;
}
.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;
	-webkit-appearance: none;
}
.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;
}
.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:-ms-linear-gradient(top, #fff, #f6f6f6);
	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;
}
/* writer/image */
#imageList .nlList li ul{
	margin:0;
	padding:0;
}
#imageList .btn-white{
	margin:0;
	padding:0;
	clear:both;
}
#imageList .btn-white li{
	margin:0;
	padding:0;
	float:right;
}

.btnLink_pink li a {
	display: block;
	width: 72px;
	height: 19px;
	margin: 7px auto;
	padding: 6px 7px 2px 7px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #ff54b1;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff70be), to(#ff61b7));
	background: -webkit-linear-gradient(top, #ff70be, #ff61b7);
	background: linear-gradient(to bottom, #ff70be, #ff61b7);
}
.btnLink_white li a {
	display: block;
	width: 72px;
	height: 19px;
	margin: 7px auto;
	padding: 6px 7px 2px 7px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	color: #666;
	border: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -webkit-linear-gradient(top, #fff, #efefef);
	background: linear-gradient(to bottom, #fff, #efefef);
}
.btnLink_large_white li a,
.formLink_white {
	display: block;
	width: 280px;
	margin: 14px auto;
	padding: 7px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	color: #666;
	border: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -webkit-linear-gradient(top, #fff, #efefef);
	background: linear-gradient(to bottom, #fff, #efefef);
}
.btnLink_large_pink li a,
.formLink_pink {
	display: block;
	width: 280px;
	margin: 14px auto;
	padding: 7px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	color: #fff;
	border: 1px solid #ff54b1;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff70be), to(#ff61b7));
	background: -webkit-linear-gradient(top, #ff70be, #ff61b7);
	background: linear-gradient(to bottom, #ff70be, #ff61b7);
}
#pcLayout .btnLink_pink li a,
#pcLayout .btnLink_large_pink li a {
	color: #fff;
}
#pcLayout .btnLink_white li a,
#pcLayout .btnLink_large_white li a {
	color: #666;
}
.btn_delete li a  {
	display: inline-block;
	margin: 7px 14px;
	padding: 7px 7px 7px 29px;
	width: auto;
	color: #444 !important;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #fff url(/images/ico_delete.png) 7px center no-repeat;
	background-size: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
input[type=submit].btn_delete {
	display: block;
	margin: 7px 14px;
	padding: 7px 7px 7px 29px;
	width: auto;
	color: #444 !important;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #fff url(/images/ico_delete.png) 7px center no-repeat;
	background-size: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

/* ----------------------------------------
SNSレイアウト
---------------------------------------- */
/* トップページ */
.official_account {
	margin: 7px 0 14px;
	text-align: center;
}
.official_account > div {
	display: inline-block;
	margin: 7px 0;
	vertical-align: middle;
}
.official_account div.twitter a {
	margin: 0;
	padding-left: 32px;
	width: 116px;
	height: 36px;
	line-height: 1.2;
	background-size: 23px;
	border-radius: 3px;
	box-sizing: border-box;
}
.official_account div.line a {
	display: block;
	line-height: 0;
}
.official_account div.youtube a {
	display: block;
	margin: 0;
	padding:10px 5px 10px 80px;
	height: 36px;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	background:#e62117 url(/images/social/ico_youtube.png) 10px center no-repeat;
	background-size: 60px;
	border-radius: 3px;
	box-sizing: border-box;
}

/* 共通 */
.socialbtn {
	clear: both;
	margin: 15px 0;
	text-align: center;
	overflow: hidden;
}
.socialbtn div {
	display: inline-block;
	vertical-align: top;
}
.socialbtn .fbshare {
	margin-top: 1px;
}
.social {
	margin:10px auto;
	padding:0;
}
.social > p,
form > .social{
	text-align:center;
}
.bgIchigo .social input[type=submit].twitter {
	margin-bottom:15px;
	width:280px;
}
.social input[type=submit].twitter {
	padding:12px 5px 12px 5px;
	width:240px;
}
.social .twitter a {
	padding:10px 5px 10px 42px;
	width:233px;
}
.social input[type=submit].twitter,
.social .twitter a {
	display:inline-block;
	margin:5px auto;
	color:#fff;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:#1b95e0 url(/images/social/ico_twitter.png) 10px center no-repeat;
	background-size:29px;
	border:none;
	border-radius:5px;
	box-shadow:none;
}
#pcPage .twitter a:hover {
	background:#279de5 url(/images/social/ico_twitter.png) 10px center no-repeat;
	background-size: 30px;
}


/* ----------------------------------------
box
---------------------------------------- */
.centerBox {
	padding: 10px 0;
	text-align: center;
	background-color:#ffe3f3;
}
.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;
	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(#ffe3f3, #ffffff);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffe3f3), to(#ffffff));
	background:-ms-linear-gradient(#ffe3f3, #ffffff);
}
.tabBox01 .tabLink li {
	background:-moz-linear-gradient(#ffffff, #ffe3f3);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffe3f3));
	background:-ms-linear-gradient(#ffffff, #ffe3f3);
}
.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 {
	color:#333;
	text-shadow:none;
	border: none;
	background: none;
}
.bookBox .bookBoxBody {
	border-top:1px solid #fff;
	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, .icnUpdate, .icnNo, .icnNetabare, .icnArw, .icnNew {
	display:inline-block;
	font-size:70%;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
	border-radius:2px;
	-webkit-border-radius:2px;
}
.icnEnd, .icnUpdate, .icnNo {
	margin: 1px 0 0 5px;
	padding: 1px 2px 0 2px;
}
.icnEnd {
	color: #000;
	background: #fff;
	border: 1px solid #000;
}
.icnUpdate {
	color:#fff;
	background:#00bfff;
	border:1px solid #00bfff;
}
.icnNo {
	color:#fff;
	background:#888;
	border:1px solid #888;
}
.icnNetabare {
	margin:1px 0 5px 0;
	padding:0 5px;
	color:#fff;
	background:#ff1493;
	border:1px solid #ff1493;
}
.icnArw {
	margin:1px 5px 0 0;
	padding:1px 2px 0 2px;
	color:#000;
	background:#f0faff;
	border:1px solid #000;
}
.icnArw a{
	text-decoration:none;
}
.icnNew {
	margin: 0 3px 0 0;
	padding: 1px 2px 0 2px;
	display: inline-block;
	color: #fff;
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #ff7f00;
	border-radius: 2px;
}

/* ----------------------------------------
layout
---------------------------------------- */
.section {
	clear: both;
	overflow: hidden;
    background-color:#fff;
}
.bgDefault{
	background-color:#ffe8e9;
}
.bgWhite{
	background-color:#fff;
}
.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%; line-height: 2;}
.font90 {font-size: 90%; line-height: 1.8;}
.font80 {font-size: 80%; line-height: 1.7;}
.font70 {font-size: 70%; line-height: 1.6;}

.bold{font-weight:bold;}

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

.line01 {border-bottom: 1px dotted #cccccc;}
.line02 {border-top: 1px dotted #cccccc;}
.lineBold {border-top:2px solid #cccccc;}

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