/* button 

http://www.webdesignerwall.com/demo/css-buttons.html

usage:

html ex:
<div>
  <input class="btn pink" type="btn" value="Input Element" /> 
  <button class="btn pink">btn Tag</btn>
  <span class="btn pink">Span</span> 
  <div class="btn pink">Div</div> 
  <p class="btn pink">P Tag</p> 
  <h3 class="btn pink">H3</h3> 
</div>

color:
  black, gray, orange, red, blue, rosy, green, pink

style
  round, square

size:
  medium, big, exbig

---------------------------------------------- */
ul.radius li {
    font-size: 12px;
}
ul.radius p {
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 0;
}
div.qa {
    margin: 15px 20px 10px 20px;
    font-size: 80%;
}
div.qa h3 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    margin: 10px 0px 10px 0px;
    border-left: 5px solid #b3b3b3;
    border-bottom: 1px dashed #b3b3b3;
}
.btn {
  display: inline-block;
  zoom: 1; /* zoom and 
display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 1px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  padding: .4em .5em .275em;
  text-shadow: 0 -1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em; 
  -moz-border-radius: .5em;
  border-radius: .5em;
  -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);

/* white */
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.btn:hover {
  text-decoration: none;

/* white */
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.round {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.square {
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
}
.medium {
  font-size: 20px;
  padding: .4em 1.5em .42em;
}
.big {
  font-weight: bold;
  font-size: 24px;
  padding: .5em 2em .55em;
}
.exbig {
  font-weight: bold;
  font-size: 30px;
  padding: .5em 2em .55em;
}
.wide {
  font-size: 20px;
  padding: .4em 1.5em .42em;
  width:94%;
  margin:0 3% 0 3%;
display:inline;
}

/* color styles 
---------------------------------------------- */

/* commit */
.commit {
  color: #fff;
  border: solid 1px #980c10;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.commit:hover {
  color: #eee;
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top,  #c9151b,  #a11115);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

/* black */
.black {
  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');
}
.black:hover {
  color: #fff;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: -moz-linear-gradient(top,  #444,  #000);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}

/* gray */
.gray {
  color: #fff;
  border: solid 1px #555;
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
  background: -moz-linear-gradient(top,  #888,  #575757);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
  color: #fff;
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
  background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

/* white */
.white {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
  color: #606060;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

/* orange */
.orange {
  color: #fff;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
  color: #fff;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top,  #f88e11,  #f06015);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

/* red */
.red {
  color: #fff;
  border: solid 1px #980c10;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
  color: #eee;
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top,  #c9151b,  #a11115);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

/* blue */
.blue {
  color: #fff;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top,  #00adee,  #0078a5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
  color: #fff;
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top,  #0095cc,  #00678e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

/* rosy */
.rosy {
  color: #fff;
  border: solid 1px #b73948;
  background: #da5867;
  background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
  background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
  color: #fff;
  background: #ba4b58;
  background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
  background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}

/* green */
.green {
  color: #fff;
  border: solid 1px #538312;
  background: #64991e;
  background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
  background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
  color: #fff;
  background: #538018;
  background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
  background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

/* pink */
.pink {
  color: #000;
  border: solid 1px #d2729e;
  background: #f895c2;
  background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
  background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
  color: #000;
  background: #d57ea5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
  background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}

h1,h2,h3,h4,h5,h6,ul,li{
  margin:0;
  padding:0;
}

ul{
  list-style: none;
}

.clear{
   clear:both;
}

.toroku_cp{
  text-align:center;
  background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#ffffff));
  background: -moz-linear-gradient(top, #7f7f7f,#ffffff);
  border-bottom: solid 2px #ffffff;
}

.toroku_cp2{
  text-align:center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#7f7f7f));
  background: -moz-linear-gradient(top, #ffffff,#7f7f7f7f);
}

.toroku_cp img,
.toroku_cp2 img{
  width:90%;
  padding:10px 0;
}

.title_cp{
  margin:0;
  padding:0;
  height:25px;
  background-color: #962929;
  font-size:14px;
  line-height:25px;
  color: #fff;
}

h3.title_cp{
  font-size: 16px;
  padding: 3px 0 3px 10px;
}


.toroku25{
  background: #ffffff;
  text-align: center;
  margin: 10px 0;
  padding: 15px 0;
}

.toroku25 img{
  width:90%;
  padding: 0;
}

.toroku25 a{
  color:#fff;
  font-size:30px;
  font-weight: bold;
}

.list_more25 img{
  width:90%;
}

/*-----------------------------
ダウンロードボタン
-----------------------------*/

.download_button{
  height: 30px;
  width: 50%;
  margin: 0 auto;
  background-color: #962929;
  background: -webkit-gradient(linear,left top,left bottom, from(#eefe39),  to(#bfd002));
  background: -moz-linear-gradient(top, #eefe39, #bfd002);
  border: solid 1px #bfd002;
  border-radius: 8px;
  box-shadow: 0 -1px 2px #f8ffad inset;
}

.download_button a{
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0 2px 0 #bfd002;
}

/*-----------------------------
退会確認ボタン
-----------------------------*/

.taikai_no{
  height: 30px;
  width: 50%;
  margin: 0 auto;
  background-color: #091980;
  background: -webkit-gradient(linear,left top,left bottom, from(#8edef8),  to(#091980));
  background: -moz-linear-gradient(top, #8edef8, #091980);
  border: solid 1px #091980;
  border-radius: 10px;
  box-shadow: 0 -1px 2px #509aff inset;
}

.taikai_no a{
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0 2px 0 #091980;
}

.taikai_yes{
  height: 30px;
  width: 50%;
  margin: 0 auto;
  background-color: #850404;
  background: -webkit-gradient(linear,left top,left bottom, from(#f69c66),  to(#850404));
  background: -moz-linear-gradient(top, #f69c66, #850404);
  border: solid 1px #850404;
  border-radius: 10px;
  box-shadow: 0 -1px 2px #ff5050 inset;
}

.taikai_yes a{
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0 2px 0 #850404;
}.manage_body{
  padding: 10px;
}

.content_title{
  font-size: 1.2rem;
  padding: 10px 0;
}

/* TABLE detail START */
table.manage_detail {
  width: 320px;
  border: 1px #A3A3A3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table.manage_detail th {
  padding: 5px;
  border: #A3A3A3 solid;
  border-width: 0 0 1px 1px;
  background: #E3E3E3;
  font-weight: bold;
  line-height: 120%;
  text-align: right;
  white-space: nowrap; 
}
table.manage_detail th.error {
  padding: 5px;
  border: #A3A3A3 solid;
  border-width: 0 0 1px 1px;
  background: #FF6666;
  font-weight: bold;
  line-height: 120%;
  text-align: right;
  white-space: nowrap; 
}
table.manage_detail td {
  padding: 5px;
  border: 1px #A3A3A3 solid;
  border-width: 0 0 1px 1px;
}

table.manage_detail td.inner {
  text-align:center;
  padding:0;
  border:none;
  white-space:nowrap;
}

/* TABLE detail END */

/* TABLE LIST START */
table.manage_list {
  width: 320px;
  border-color: #A3A3A3;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  border-spacing: 0;
}

table.manage_list th {
  padding: 3px;
  background: #e3e3e3;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
  border-color: #A3A3A3;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}

table.manage_list th a:link,a:visited {
  text-decoration: none;
}

table.manage_list tr:hover td {
  background: #efefef;
}

table.manage_list td {
  padding: 3px;
  border-color: #A3A3A3;
  border-style: solid;
  border-width: 1px;
}

/* TABLE LIST END */
 /*メニュー部分*/
.nav{
	display: none;
	position: fixed;
	top:48;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	left: 0;
	box-sizing: border-box;
	padding: 40px 25px 30px 25px;
}

.nav_inner{
  height: 100%;
  overflow: auto;
 -webkit-overflow-scrolling: touch;
}

/*メニュー リスト*/
.menu_title{
  margin: 24px 0 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
}

.nav .menu_list li{
	color:#ffffff;
	font-size:0.9rem;
	text-align:center;
	border-bottom: solid 1px #7f818d;
}
.nav .menu_list li a{
	display: block;
	padding: 14px 0;
	color: #ffffff;
}

/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 30px;
	height: 30px;
/*
	position: absolute;
	top: 0;
	right: -28px;
	z-index: 100;
*/
	background: none;
	padding: 5px 0;
	border-radius: 5px;
	color: #ffffff;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #1d1d1b;
	position:absolute;
	width: 100%;
	left: 0;
/*
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;	
*/
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:9px;
}
#nav_toggle span:nth-child(3){
	top:18px;
}
#nav_toggle span:nth-child(4){
	top:21px;
  font-size: 0.55rem;
  color:1d1d1b;
  text-align: center;
  font-weight: bold;
  background: none;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(145deg);
	-moz-transform: rotate(145deg);
	transform: rotate(145deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-145deg);
	-moz-transform: rotate(-145deg);
	transform: rotate(-145deg);
}
div.pagination {
  padding: 3px;
  margin: 15px;
  text-align:center;
}
 
div.pagination a {
  border: 1px solid #dedfde;
  margin-right:3px;
  padding:6px 9px;
  background-color:#ffffff;
  background-position:bottom;
  text-decoration: none;

  color: #f4921f;  
}

div.pagination span {
  margin-right:3px;
  padding:6px 9px;

  background-position:bottom;
  background-color:#ffffff;
  border: 1px solid #dedfde;
  background-image:none;
  background-color:#f4921f;
  color: #fff;
}

div.pagination a:hover, div.meneame a:active {
  /*border: 1px solid #000;*/
  background-image:none;
  background-color:#f4921f;
  color: #ffffff;
}

/*コミック詳細ページ内一覧*/

.detail-pagination-container{
  display: inline-block;
  max-width: 100%;
  margin: auto;
}

.detail-pagination{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin: 3px auto;
    padding: 7px 5px;
  overflow: scroll;
}

.detail-pagination li{
    margin: 5px;
    border: 1px solid #5c5c5c;
}

.detail-pagination a{
  box-sizing: border-box;
    display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
    text-decoration: none;
    color: #5c5c5c;
  font-size: 0.8rem;
  text-align: center;
}

.detail-pagination a:hover{
    background-color: #ffc851;
    color: #ffffff;
}

.active{
    background-color: #ffc851;
    color: #ffffff;
}/**************************/
/* PHP Rails scaffold.css */
/**************************/

/*
http://predic8.com/iphone-css-layout-theme.htm
http://connecre.com/connelog/connelog00000172.php
*/


/* HTML BASIC START */

body { margin: 0; padding: 0 }

a {
  color: #41b7e3;
  text-decoration: none;
}

.b {font-weight:bold;}

.cWhite {color:#fff;}
.cBlue {color:#00adee;}

.m0 {margin:0;}
.m5 {margin:5px;}
.m10 {margin:10px;}
.mT5 {margin-top:5px;}
.mT10 {margin-top:10px;}
.mB5 {margin-bottom:5px;}
.mB10 {margin-bottom:10px;}
.mL5 {margin-left:5px;}
.mL10 {margin-left:10px;}
.mR5 {margin-right:5px;}
.mR10 {margin-right:10px;}

.p0 {padding:0;}
.p5 {padding:5px;}
.p10 {padding:10px;}
.pT5 {padding-top:5px;}
.pT10 {padding-top:10px;}
.pB5 {padding-bottom:5px;}
.pB10 {padding-bottom:10px;}
.pL5 {padding-left:5px;}
.pL10 {padding-left:10px;}
.pR5 {padding-right:5px;}
.pR10 {padding-right:10px;}

.nb {white-space:nowrap;}

.aL {text-align:left;}
.aC {text-align:center;}
.aR {text-align:right;}

/* HTML BASIC END */

* {
  word-break: break-all;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:rgba(255,255,0,0.4);
  -webkit-text-size-adjust:none;
}

body {
  color: #333333;
  font-size: 15px;
  line-height: 1.3;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
  -webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
}


/* clearfix */
:after { display: block; clear: both; }

em{ color: #db0000;}

p { margin: 0; padding: 0; }

form { margin-top: 0px; margin-bottom: 0px; }

h1 {
 background-color: #fcc800;
  margin: 0px;
  height: 34px;
  font-size: 18px;
  color: white;
  padding: 9px 0 0 0;
  text-align: center;
}

h2{
  text-align: left;
  font-size: 17px;
  margin-left: 12px;
  padding: 10px 0;
  margin: 0;
}

.btn-left {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  padding:7px;
}

.btn-left a{
  background: -moz-linear-gradient(#e1ef45, #bfd002);
  background: -webkit-gradient(linear, 0 0%, 0 100%, from(#e1ef45), to(#bfd002));
  box-shadow: 1px 1px 1px 0px #ebf66f inset;
  text-shadow: 0px -1px 1px #b4c309;
  border: 1px solid #bfd002;
  border-radius: 4px;
  font: bold 12px Arial;
  text-align: center;
  line-height: 28px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  -webkit-tap-highlight-color: white;
  padding: 8px 5px;
  text-decoration: none;
  min-width: 30px;
  width: auto !important;
  width: 30px;
}

.btn-right {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  padding:7px;
}

.btn-right a{
  background: -moz-linear-gradient(#e66a6a, #f39797);
  background: -webkit-gradient(linear, 0 0%, 0 100%, from(#e66a6a), to(#f39797));

  box-shadow: 1px 1px 1px 0px #db5e5e inset;
  text-shadow: 0px -1px 1px #9b5353;
  border: 1px solid #932121;
  border-radius: 4px;
  font: bold 12px Arial;
  text-align: center;
  line-height: 28px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  -webkit-tap-highlight-color: white;
  padding: 8px 5px;
  text-decoration: none;
  min-width: 30px;
}

input[type="checkbox"],
input[type="radio"],
select { display:inline; vertical-align: baseline ;margin-right: 5px ;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 ;
}

input[type="text"],
input[type="password"] {
  color: #5a5c63;
  font-size: 100% ;
  width: 100% ;
  padding: 3px ;
}
select {
  color: #5a5c63;
  font-size: 100% ;
  padding: 3px ;
}
textarea {
  color: #5a5c63;
  font-size: 100% ;
  width: 100% ;
  height: 100px ;
  padding: 3px ;
  margin-bottom: 10px ;
}

.detail{
  border-spacing: 0 3px;
  width: 100%;
  padding: 0 10px 0 10px;
  empty-cells:show;
}

.detail th{
  text-align: left;
  border-color:#878787;
  border-style:solid;
  border-width:1px 0 1px 1px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding:0 10px 0 10px;
  background-color: #fff;
  padding: 10px;
}

.detail td{
  border-color:#878787;
  border-style:solid;
  border-width:1px 1px 1px 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  
}

.detail input[type="text"],
.detail input[type="password"]
{
  border:0;
}

/* LIST LINK START */
.link {
  font-size: 12pt;
  padding: 0;
  height: auto;
  width: auto;
  list-style: none;
}

.link li{
  border-color:#878787;
  border-style:solid;
  border-width:0 0 1px 0;
  background-color: white;
}

.link li.arrow{
  background-image: url("/images/sp/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.link .arrow a{
  background: none;
  padding: 12px 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: black;
}

.link .icon_arrow a{
  background: none;
  padding: 5px 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: black;
}

.link li .right{
  position:absolute;
  right: 45px;
  text-align: right;
  color: #385487;
  font-weight: normal;
}

.link .title{
  padding: 12px 15px;
  display: block;
  width: auto;
  text-decoration: none;
}

.link li .icon{
  background: none;
  padding: 0 10px 0 0;
  width: 35px;
  height: 35px;
  text-decoration: none;
  vertical-align: -12px;
}
/* LIST LINK END */

/* LIST RADIUS START */
.radius {
  font-size: 12pt;
  padding: 0;
  height: auto;
  width: auto;
  list-style: none;
}

.radius li{
  padding: 10px;
  margin:10px;
  border-style:solid;
  border-width: 1px;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
}

.radius li .right{
  position:absolute;
  right: 45px;
  text-align: right;
  color: #385487;
  font-weight: normal;
}
/* LIST RADIUS END */

.container{
  background: #ebebeb;
}

/*ヘッダー*/

.header{
  width:100%;
  background:#ffffff;
  border-bottom: solid 1px #c2c2c2;
}
.header.sticky{
  position:sticky;
  top: 0;
  z-index: 100;
}
.logo{
  box-sizing: border-box;
  width:100%;
  height:auto;
  margin:0;
  padding: 0;
  background: transparent;
  text-align: left;
  border: none;
}

.logo img{
  width: 150px;
  margin: 6px 5px;
}

.head_btn{
  position: absolute;
  top: 5px;
  right: 4px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.head_btn li{
  padding: 0 8px;
  border-right: solid 1px #c2c2c2;
}
.head_btn li:last-of-type{
  border: none;
}
.head_btn li a{
  display: block;
}
.head_btn img{
  width: 30px;
  height: 37px;
}

/*コンテンツ*/

.cont_wrap{
  margin: 10px 0;
  background: #ffffff;
}
/*トップ下検索ボックス用コンテントボックス*/
.cont_wrap_top{
  background: #ffffff;
  padding: 5px 0 10px;
}

.cont_ttl{
  padding: 16px 5px 8px;
}

.list_flex{
  display: flex;
  padding: 7px;
}
.wrap{
  flex-flow: row wrap;
  justify-content: flex-start;
}
.scroll{
  flex-flow: row nowrap;
  overflow: scroll;
}

.wrap .list_flex_item{
  width: calc((100% / 3) - 10px);
  margin: 0 5px 5px;
  text-align: center;
}
.scroll .list_flex_item{
  width: 29%;
  margin: 5px 6px;
  text-align: center;
}
.list_flex .list_flex_item a{
  color: #393939;
  font-size: 0.8rem;
}
.comic_ttl{
  display: block;
  margin: 5px 0;
}

.more a{
  display: block;
  padding: 10px 11px;
  color: #393939;
  text-align: right;
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
}

.grid2_list{
  display: flex;
  flex-flow: row wrap;
  border-top: solid 1px #6a6a6a;
}
.grid2_list li{
  box-sizing: border-box;
  flex: 1 1 50%;
  border-bottom: solid 1px #6a6a6a;
}
.grid2_list li:nth-child(2n){
  border-left: solid 1px #6a6a6a;
}
.grid2_list li a{
  display: block;
  padding: 10px 8px;
  color: #545454;
  font-size: 0.8rem;
}

.grid1_list{
  border-top: solid 1px #6a6a6a;
}
.grid1_list li{
  border-bottom: solid 1px #6a6a6a;
}
.grid1_list li a{
  display: block;
  padding: 10px 12px;
  color: #545454;
  font-size: 0.8rem;
}

/*検索ボックス*/
.serch_wrap{
  margin: 0 auto;
  padding: 7px 0;
  width: 95%;
}
.serch_wrap form{
  display: flex;
  justify-content: center;
}
.serch_wrap input,
.serch_wrap button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  height: 2.2rem;
}

.serch_wrap input{
  width: 85%;
  padding: 3px 5px;
  border: solid 1px #818181;
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.serch_wrap input::placeholder{
  line-height: 1.27em;
}
.serch_wrap button{
  width: 15%;
  background: #818181;
  border: solid 1px #818181;
  border-left: none;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  font-size: 1.1rem;
}

/*ポイント*/

.pt_wrap{
  display: flex;
  align-items: flex-end;
  padding: 6px;
/*  background: #ffffff;*/
}
.pt_have{
  font-size: .8rem;
}
.pt_num{
  font-size: 1.1rem;
  color: #e27a7a;
}
.pt_add{
  width: 100px;
  margin-left: 7px;
}
.pt_add a{
  display: inline-block;
  padding: 3px 5px;
  font-size: .8rem;
  color: ##41b7e3;
  border: solid 1px #41b7e3;
  border-radius: 3px;
}

/*---------------------------
__footer
---------------------------*/
#footer{
  padding:20px 0;
  color: #ffffff;
  font-weight: bold;
  background-color: #2c3039;
  text-align: center;
}

#footer-base {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	background-color: #bfd002;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
        font-size: 13px;
}

#footer-base #footer-nav {
	display: table;
	height: 14px;
	margin: 3px auto 3px;
	padding: 5px;
	width: 97%;
	background-color: #bfd002;
	color: #FFFFFF;
}


#footer-base small {
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.footer_wrap{
  background: #ffffff;
}

.footer_list{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 0 15px;
}
.footer_list li{
  font-size: 0.65rem;
  font-weight: normal;
}
.footer_list a{
  display: inline-block;
  color: #ffffff;
  /*text-decoration: underline;*/
}
.footer_list .partition{
  display: inline-block;
  margin: 0 3px;
}

.footer_ttl{
  margin: 16px 0 0;
  padding: 8px 5px;
  border-top: solid 3px #dadada;
}

/*-----------------------
下層共通
-----------------------*/

.cont_und_ttl{
  background: #ededed;
  padding: 8px 7px;
  font-size: 0.9rem;
}

.inner_und{
  padding: 7px;
}

.subtext{
  font-size: 0.75rem;
}

/*-----------------------
コミック詳細ページ
-----------------------*/

/*上部サムネ ダウンロードページ共通*/

.detail_cont_title{
  background: #ededed;
  padding: 11px 7px;
}

.inner_detail{
  padding: 13px 17px;
}

.detail_main{
  display: flex;
  flex-flow: row nowrap;
  
}
.detail_main_thum{
  width 130px;
  margin: 0;
}
.detail_main_info{
  flex: 1 1 80%;
  margin: 8px 0 0 9px;
}
.detail_main_author{
  font-size: 0.9rem;
}
.detail_main_author a{
  text-decoration: underline;
}

.entry_login_wrap{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 90%;
  margin: 25px auto;
}
.entry_login_wrap .login_btn,
.entry_login_wrap .entry_btn{
  width: 44%;
  text-align: center;
}
.entry_login_wrap .login_btn a,
.entry_login_wrap .entry_btn a{
  display: block;
  padding: 10px 0;
  border-radius: 3px;
}

.entry_login_wrap .login_btn a{
  background: #67ca31;
  color: #ffffff;
}
.entry_login_wrap .entry_btn a{
  background: #e97c12;
  color: #ffffff;
}

/*コミック情報*/

.detail_info_wrap{
  padding: 17px 13px;
  font-size: 0.75rem;
  color: #3a3a3a;
  border-top: solid 1px #cecece;
}
.detail_info_title{
  font-size: 0.85rem;
  margin: 0 0 8px;
}
.series_info{
  margin: 0 0 10px;
}
.detail_info_table{
  font-size: 0.75rem;
}
.detail_info_table th{
  background: #e5e5e5;
  width: 50px;
  padding: 6px 10px;
  border: solid 2px #ffffff;
}
.detail_info_table a{
  text-decoration: underline;
}

/*一覧*/

.series_list_title{
  padding: 8px 6px;
  background: #ededed;
  border-bottom: solid 1px #cecece;
  font-size: 0.9rem;
}

.series_list{
  position:relative;
  display: flex;
  flex-flow: row nowrap:
  justify-content: flex-start;
  padding: 12px 10px;
  border-bottom: solid 1px #cecece;
}

.series_list_thum{
  margin: 0;
  padding: 0;
  width: 80px;
  margin-right: 7px;
}
.series_list_thum img{
  width: 100%;
}
.series_list_inner{
  flex: 1 1 60%;
}
.series_list_ttl{
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 0 1px;
}
.series_list_info{
  font-size: 0.7rem;
  margin: 0;
}

.sample_btn,
.bought_btn,
.buy_btn{
  position: absolute;
  bottom: 19px;
  right: 12px;
  width: 90px;
  margin: 20px 0 0 8px;
  text-align: center;
}
.sample_btn a,
.bought_btn a,
.buy_btn a{
  display: block;
  box-sizing: border-box;
  padding: 8px 0;
  border-radius: 3px;
  font-size: 0.8rem;
}
.sample_btn a{
  background: #ffffff;
  border: solid 1px #2a5ca6;
  color: #2a5ca6;
}
.bought_btn a{
  background: #ffffff;
  border: solid 1px #28b728;
  color: #28b728;
}
.buy_btn a{
  background: #c43434;
  color: #ffffff;
  border: solid 1px #c43434;
}

/*-----------------------------
一覧ページサムネ有
-----------------------------*/

/*サムネ有リスト共通*/
.list_col{
  border-top: solid 1px #c4c4c4;
}
.list_col_item{
  border-bottom: solid 1px #c4c4c4;
}
.list_col_item a{
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  padding: 12px 10px;
  color: #393939;
}
.list_col_item .comic_tmb{
  margin: 0 10px 0 0;
  padding: 2px;
  border: solid 1px #c4c4c4;
}
.list_col_item .comic_tmb img{
  width: 80px;
}
.list_col_item .outline{
  flex: 1 1 70%;
  font-size: 0.65rem;
}
.list_col_item .outline .list_ttl{
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 0 6px 0;
}

/*-----------------------------
一覧ページサムネ無
-----------------------------*/

/*サムネなしリスト共通*/
.list_col2{
  border-top: solid 1px #c4c4c4;
}
.list_col2 .list_col2_item{
  border-bottom: solid 1px #c4c4c4;
}
.list_col2 .list_col2_item a{
  display: block;
  padding: 10px;
  color: #393939;
  font-size: 0.8rem;
}

/*-----------------------------
ダウンロードページ
-----------------------------*/
.series_info2{
  margin: 10px 0;
  font-size: 0.65rem;
}

.download_attention{
  margin: 7px -8px;
  font-size: 0.6rem;
  line-height: 1.2;
  color: #7b7b7b;
}

.download_back{
  text-align: right;
  margin: 4px 12px;
  font-size: 0.65rem;
}

.download_back a{
  text-decoration: underline;
}

.redownload_btn,
.download_btn,
.point_buy_btn{
  width: 230px;
  margin: 15px auto 5px;
  text-align: center;
}
.redownload_btn a,
.download_btn a,
.point_buy_btn a{
  display: block;
  box-sizing: border-box;
  padding: 8px 0;
  border-radius: 3px;
  font-size: 0.8rem;
}
.point_buy_btn a{
  background: #f78617;
  border: solid 1px #f78617;
  color: #2a5ca6;
}
.redownload_btn a{
  background: #ffffff;
  border: solid 1px #28b728;
  color: #28b728;
}
.download_btn a{
  background: #c43434;
  color: #ffffff;
  border: solid 1px #c43434;
}


/*-----------------------------
登録・ログインページ
-----------------------------*/

.entry_process{
  display: flex;
  justify-content: space-between;
  width: 240px;
  margin: 8px auto;
  font-size: 0.75rem;
  color: #939393;
}
.entry_process .here{
  font-size: 0.8rem;
  font-weight: bold;
  color: #f2a217;
}

.login_ttl_wrap{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #ededed;
}
.login_ttl_wrap > .cont_und_ttl{
  width: 
}

.no_entry{
  padding: 18px 10px 7px 0;
  font-size: 0.75rem;
}
.no_entry_btn{
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 6px;
  background: #ffffff;
  border: solid 1px #e97c12;
  border-radius: 3px;
  color: #e97c12;
}

.cont_wrap2{
  margin: 8px 0;
  padding: 12px 0;
  background: #f3f3f3;
}

.subttl{
  padding: 5px;
  font-size: 0.85rem;
  text-align: center;
}

.to_login_btn a{
  display: block;
  margin: 0 auto;
  padding: 11px 0;
  width: 70%;
  background: #67ca31;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
}

.entry_attention{
  margin: 17px 7px;
  border: solid 1px #d4d4d4;
  border-radius: 4px;
}
.entry_attention_ttl{
  padding: 7px;
  background: #ededed;
  border-radius: 3px 3px 0 0;
  font-size: 0.85rem;
}
.entry_attention_inner{
  padding: 8px;
  font-size: 0.7rem;
  color: #7b7b7b;
}

/*登録・ログインボタン*/

.login_wrap .login_btn{
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 60px;
  margin: 15px auto;
  background: #ffffff;
  text-align: center;
  border: solid 1px #bfbfbf;
  border-radius: 4px;
}
.login_wrap .login_btn a{
  display: block;
  padding: 14px 0 5px;
  color: #000000;
}
.login_wrap .login_btn span{
  display: block;
  font-size: 0.7rem;
  margin-top: 4px;
}
.docomo_line a::after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #d00e31;
}
.au_line a::after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #e94804;
}
.sb_line a::after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #babcbe;
}
.login_btn .carrer_docomo_logo2{
  width: 70px;
}
.login_btn .carrer_au_logo2{
  width: 80px;
}
.login_btn .carrer_sb_logo{
  width: 160px;
}

/*コース選択*/

.course_ttl{
  position: relative;
  padding: 9px 0 9px 13px;
  font-size: 1rem;
}
.course_ttl::before{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 4px;
  height: 23px;
  background: #f2a217;
  border-radius: 5px;
}

.course_list{
  background: #fbfbfb;
  border-top: solid 1px #8c8c8c;
}
.course_list a{
  display: block;
  padding: 12px 8px;
  color: #393939;
  border-bottom: solid 1px #8c8c8c;
}



/* 全体設定 */
.css-carousel-slider3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider3 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider3 .slide-wrap {
    width: 300%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider3 15s infinite;
    animation-delay: 2s;
}
.css-carousel-slider3 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main3 15s infinite;
    animation-delay: 2s;
}
.css-carousel-slider3 .slide {
    width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider3 {
    0% { transform: translateX(0); }

    27.3% { transform: translateX(calc(1 / 3 * -100%)); }
    33.3% { transform: translateX(calc(1 / 3 * -100%)); }

    60.6% { transform: translateX(calc(2 / 3 * -100%)); }
    66.6% { transform: translateX(calc(2 / 3 * -100%)); }

    94% { transform: translateX(calc(3 / 3 * -100%)); }
    100% { transform: translateX(calc(3 / 3 * -100%)); }
}

@keyframes css-carousel-slider-main3 {
    0% { transform: translateX(100%); }
    66.6% { transform: translateX(100%); }
    94% { transform: translateX(0%);}
}