/**************************/
/* 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 {
  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: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
  -webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
}


/* clearfix */
:after { display: block; clear: both; }

em{ color: #db0000;}

p { margin: 0 0 10px 0; padding: 0; }

form { margin-top: 0px; margin-bottom: 0px; }

h1 {
background: #fff333;
  margin: 0px;
  height: 41px;
  font-size: 18px;
  color: #000;
  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: #bb1813;
  background: -moz-linear-gradient(#ee377c, #ff488d);
  background: -webkit-gradient(linear, 0 0%, 0 100%, from(#ee377c), to(#ff488d));
  box-shadow: 1px 1px 1px 0px #ff92bb inset;
  text-shadow: 0px -1px 1px #a71a4f;
  border: 1px solid #a71a4f;
  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 ;
}

#footer {
  text-align:center;
}

table.detail{
  border-spacing: 0 3px;
  width: 100%;
  padding: 0 10px 0 10px;
  empty-cells:show;
}

table.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;
}

table.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;
  
}

table.detail input[type="text"],
table.detail input[type="password"]
{
  border:0;
}

/* TABLE LIST START */
table.list {
  width: 100%;
  border-color: #A3A3A3;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:70%;
}

table.list th {
  padding: 1px;
  border-top: 2px #627EB7 solid;
  border-bottom: 2px #000000 solid;
  border-left: 1px #FFFFFF solid;
  background: #e3e3e3;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
}

table.list th a:link {
  text-decoration: none;
}

table.list th a:visited {
  text-decoration: none;
}

table.list tr:hover td {
  background: #f5d4cc;
/*  color: #FFFFFF; */
}

table.list td {
  padding: 1px;
  border: 1px #eeeeee solid;
  border-width: 0 0 1px 1px;
}

table.list td.manage {
  padding: 1px;
/*
  border: 1px #A3A3A3 solid;
  border-width: 0 0 1px 1px;
*/
  white-space: nowrap;
}

/* TABLE LIST END */

/* TABLE LIST_IMAGE START */
table.list_image {
  border-collapse: collapse;
  border-spacing: 0;
  font-size:85%;
}

table.list_image th {
  padding: 5px;
/*
  border-bottom: 1px #aaaaaa solid;
*/
  font-weight: normal;
  line-height: 120%;
  text-align: center;
}

table.list_image tr:hover td.item {
  background: #f5d4cc;
}

table.list_image td.item {
  padding: 5px;
}

table.list_image td.manage {
  padding: 5px;
  border-top: 1px #A3A3A3 solid;
  text-align: center;
}

/* TABLE LIST_IMAGE END */


/* LIST LINK START */
ul.link {
  font-size: 12pt;
  padding: 0;
  height: auto;
  width: auto;
  list-style: none;
}

ul.link li{
  border-color:#878787;
  border-style:solid;
  border-width:0 0 1px 0;
  background-color: white;
/*  font-weight: bold; */
}

ul.link li.arrow,
ul.link li.icon_arrow{
  background-image: url("/images/sp/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

ul.link li.arrow a,
ul.link li.arrow a:active{
  background: none;
  padding: 12px 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: black;
}

ul.link li.icon_arrow a,
ul.link li.icon_arrow a:active{
  background: none;
  padding: 5px 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: black;
}

ul.link li.arrow_blue{
  background-image: url("/images/sp/arrow_blue.png");
  background-position: right center;
  background-repeat: no-repeat;
}

/*
blue from(#058cf5), to(#015fe6)
red from(#ff3333), to(#990000)
*/
/*
ul.link li.arrow a:hover,
ul.link li.icon_arrow a:hover{
  background: url("/images/sp/arrow.png") right center no-repeat, -webkit-gradient(linear, 0 0%, 0 100%, from(#058CF5), to(#015FE6));
  background: url("/images/sp/arrow.png") right center no-repeat, -moz-linear-gradient(#058CF5, #015FE6);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#058CF5', endColorstr='#015FE6');
  color: white;
  text-shadow: 0px -1px 1px #000;
  background: url("/images/sp/arrow.png") right center no-repeat,
}
/*
ul.link li.arrow.blue a:hover{
  background: url("/images/sp/arrow.png") right center no-repeat, -webkit-gradient(linear, 0 0%, 0 100%, from(#00adee), to(#0078a5));
  background: url("/images/sp/arrow.png") right center no-repeat, -moz-linear-gradient(#00adee, #0078a5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;

  text-shadow: 0px -1px 1px #000;
  background: url("/images/sp/arrow.png") right center no-repeat,
}
*/

ul.link li span.right{
  position:absolute;
  right: 45px;
  text-align: right;
  color: #385487;
  font-weight: normal;
}

ul.link li.title{
  padding: 12px 15px;
  display: block;
  width: auto;
  text-decoration: none;
}

ul.link li img.icon{
  background: none;
  padding: 0 10px 0 0;
  width: 35px;
  height: 35px;
  text-decoration: none;
  vertical-align: -12px;
}
/* LIST LINK END */

/* LIST TEXT START */
ul.text {
  font-size: 12pt;
  padding: 0;
  height: auto;
  width: auto;
  list-style: none;
}

ul.text li{
  border-color:#878787;
  border-style:solid;
  border-width:1px 0 1px 0;
  margin-bottom: -2px;
}

ul.text li span.right{
  position:absolute;
  right: 45px;
  text-align: right;
  color: #385487;
  font-weight: normal;
}
/* LIST TEXT END */

/* LIST RADIUS START */
ul.radius {
  font-size: 12pt;
  padding: 0;
  height: auto;
  width: auto;
  list-style: none;
}

ul.radius li{
  padding: 10px;
  margin:10px;
  border-style:solid;
  border-width: 1px;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
}

ul.radius li span.right{
  position:absolute;
  right: 45px;
  text-align: right;
  color: #385487;
  font-weight: normal;
}
/* LIST RADIUS END */

#top{
  width:100%;
  height:auto;
  background:none;
  margin:0;
  padding:0;
  border:none;
}



.naiyo{
  font-size: 13px;
  line-height:15px;
}


ul.link li.arrow2 a,
ul.link li.arrow2 a:active{
  background-image: url("/images/sp/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 5px 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: #555555;
}

/*-----------------------
ランキング
-----------------------*/
.rank1,
.rank2,
.rank3{
  padding: 1px 0;
  font-size: 16px;
  font-weight: bold;
}

.ranking{
  background-color: #e8f7e9;
}

.ranking a{
  text-decoration: none;
}

.rank1{
  color: #c8a826;
  text-shadow: 1px 1px 0 #604807;
  background: -webkit-gradient(linear, left top, left bottom ,from(#e2db93),color-stop(0.3, #fdfad5),color-stop(0.4, #ffffff), color-stop(0.55, #f2ecaa),color-stop(0.7, #f2ecaa), to(#e2df8e));
  background: -moz-linear-gradient(top ,  #e2db93, #fdfad5 30%, #ffffff 40%, #f2ecaa 55%, #f2ecaa 70%, #e2df8e);
  border:solid 1px #74744d;
  border-radius: 3px;
}

.rank2{
  color: #b3b3b3;
  text-shadow: 1px 1px 0 #505050;
  background: -webkit-gradient(linear, left top, left bottom ,from(#d6d6d6),color-stop(0.3, #f6f6f6),color-stop(0.4, #ffffff), color-stop(0.55, #f0f0f0),color-stop(0.7, #f0f0f0), to(#cecece));
  background: -moz-linear-gradient(top ,  #d6d6d6, #f6f6f6 30%, #ffffff 40%, #f0f0f0 55%, #f0f0f0 70%, #cecece);
  border:solid 1px #717171;
  border-radius: 3px;
}

.rank3{
  color: #af6719;
  text-shadow: 1px 1px 0 #603107;
  background: -webkit-gradient(linear, left top, left bottom ,from(#e2b893),color-stop(0.3, #fdecd5),color-stop(0.4, #ffffff), color-stop(0.55, #f2d8aa),color-stop(0.7, #f2d8aa), to(#e2b58e));
  background: -moz-linear-gradient(top ,  #e2b893, #fdecd5 30%, #ffffff 40%, #f2d8aa 55%, #f2d8aa 70%, #e2b58e);
  border:solid 1px #745e4d;
  border-radius: 3px;
}

.rank_title{
  color: #6935be;
  font-size: 11px;
  line-height: 15px;
}

/*-----------------------
ジャンル
-----------------------*/
ul.genre li{
  width:50%;
  float:left;
  font-size: 11px;
  box-sizing: border-box;
}

ul.genre li:nth-child(2n){
  border-left: solid 1px #363636;
}

/*-----------------------
コミック詳細ページ
-----------------------*/

.book_info{
  width: 95%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.book_image{
  width:100px;
}

.book_info table{
  border-collapse:collapse;
  width:100%;
}

.book_info table tr{
  border-bottom: solid 1px #bdbdbd;
}

.book_info table th{
  height: 30px;
  width: 60px;
  padding-right: 5px;
}

table.book_info table{
  font-size: 14px;
}

.series{
  width: 95%;
  border: solid 1px #ff488d;
  border-radius: 3px;
  margin: 0 auto;
}

h2.series_title{
  background-color: #ff488d;
  color: #fff;
  padding :5px 0 5px 10px;
  margin: 0 auto;
}

p.outline{
  padding: 5px 10px 5px 10px;
}

.series_list{
  backgorund-color: #ffffff;
  padding: 7px 0;
  border-bottom: solid 1px #d5d5d5;
  color: #2d2d2d
}

/*-----------------------------
一覧ページ
-----------------------------*/

.ichiran_list{
  width: 100%;
  padding: 3px 0;
/*
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom ,from(#ffffff), to(#e6e6e6));
  background: -moz-linear-gradient(top ,  #ffffff,#e6e6e6);
*/
  padding: 7px 0;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #b0b0b0;
  color: #4c4c4c;
}

.ichiran_wrap:nth-child(2n+1){
background-color: #ffffff;
}

.ichiran_wrap:nth-child(2n){
background-color: #fef5f6;
}

/*-----------------------------
ダウンロードページ
-----------------------------*/

.book_info .download_info{
  font-size: 13px;
}

.book_info .download_info th{
  font-weight: bold;
  color: #4382ec;
  width: 60px;
}

.attention{
 width: 90%;
 border: solid 2px #ff488d;
 border-radius: 3px;
 padding: 5px;
 margin:10px auto 10px auto;
}

.download_back{
  border-top: solid 1px #ff488d;
  border-bottom: solid 1px #ff488d;
  background: #ffdbe9;
}

.download_back a{
 text-decoration: none;
 display: block;
 color: #ff488d;
 padding: 8px;
}

.download_back a:link,
.download_back a:vitited{
 color: #319733;
}

/*---------------------------
__footer
---------------------------*/
#footer{
  padding:5px 0 5px 0;
  color: #ffffff;
  font-weight: bold;
  background-color: #000000;
}

#footer-base {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	background-color: #e1e1e1;
        font-size: 13px;
}

#footer-base #footer-nav {
	display: table;
	height: 14px;
	margin: 3px auto 3px;
	padding: 5px 0;
	width: 100%;
	background-color: #fff333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6f6f6f;
	border-bottom-color: #6f6f6f;
	color: #000000;
}

#footer-base #footer-nav a{
        color: #000000;
}

#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);
}

/*index20*/
#header20{
  width:100%;
  height:auto;
  position:relative;
}

h1#top20{
  width:100%;
  height:auto;
  margin:0;
  padding:5px 0;
  text-align: left;
  background:#ffffff;
  border: none;
}

h1#top20 img{
  width:120px;
  height:auto;
}

.header_right{
  margin: 0;
  padding: 0;
  list-style: none;
  height: 55px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.header_left{
  margin: 0;
  padding: 0;
  list-style: none;
  height: 55px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.top_logo img{
  width: 100%;
}


h2.title_20,
h3.title_20{
  color:#ffffff;
  background: #ffb033;
  padding: 5px 0 5px 5px;
  text-shadow: 0 1px 0 #101924;
  margin-bottom:4px;
}


h2.title_20a{
  color:#ffffff;
  background: #2d5dd3;
  padding: 5px 0 5px 5px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  text-shadow: 0 1px 0 #101924;
  margin-bottom:0px;
}
h2.title_20b{
  color:#ffffff;
  background: #ff7531;
  padding: 5px 0 5px 5px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  text-shadow: 0 1px 0 #101924;
  margin-bottom:0px;
}
h2.title_20c{
  color:#ffffff;
  background: #9ee6e3;
  padding: 5px 0 5px 5px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  text-shadow: 0 1px 0 #101924;
  margin-bottom:0px;
}
h2.title_20d{
  color:#ffffff;
  background: #ffb033;
  padding: 5px 0 5px 5px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  text-shadow: 0 1px 0 #101924;
  margin-bottom:0px;
}
h2.title_20e{
  color:#ffffff;
  background: #000000;
  padding: 5px 0 5px 5px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  text-shadow: 0 1px 0 #000000;
  margin-bottom:0px;
}
h2.title_20f{
  color:#ffffff;
  background: #a0522d;
  padding: 5px 0 5px 5px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  text-shadow: 0 1px 0 #a0522d;
  margin-bottom:0px;
}



/*content2
ul.link li.list_20{
  margin-bottom: 0;
  background: #e8f7e9;
  border-top: solid 1px #363636;
  border-bottom: solid 1px #9f9f9f;
}
*/
ul.link li.list_20 a table{
  color: #555;
}

ul.link li.list_20_2 a{
  color: #555;
}

.list_title{
  font-size:17px;
  line-height: 18px;
  color: #ff9b25;
  
}

ul.link li.list_20_2{
  margin-bottom: 0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#2d2d2d));
  background: -moz-linear-gradient(top, #7a7a7a, #2d2d2d);
  /*border-top: solid 1px #2d2d2d;*/
  border-bottom: solid 1px #b02121;
}

ul.link li.list_top a{
  padding-top: 0;
}

ul.link li.list_20_2 a{
  color:#fff;
}
ul.link li.list_more20{
  background: #ffffff;
  color: #555555;
  border-bottom: solid 1px #878787;
  text-align: right;

  background-image: url("/images/sp/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 7px 20px;
  display: block;
  width: auto;
  text-decoration: none;
}

ul.link li.list_more20 a{
  color: #555555;
  font-weight: bold;
}

ul.link li.menu_list a,
ul.link li.menu_list a:active{
  padding: 10px 15px;
}

.muryo{
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #f00;
  line-height: 20px;
  text-decoration: none;
  
}

ul.list_color li:nth-child(2n+1){
background-color: #ffffff;
}

ul.list_color li:nth-child(2n){
background-color: #f7f7f7;
}

/*---------------------------
__リストのタイトル上・点滅
---------------------------*/
/*基本設定*/
.meisaku{
  display:inline-block;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  background: #2a26da;
  line-height: 1.8em;
  padding: 1px 10px;
  margin-bottom:4px;
}

.wadai{
  display:inline-block;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.8em;
  background: #f690ad;
  padding: 1px 10px;
  margin-bottom:4px;
}

/*点滅の設定*/
.blinking{
    -webkit-animation:blink 1s ease infinite alternate;
    -moz-animation:blink 1s ease infinite alternate;
    animation:blink 1s ease infinite alternate;
}
@-webkit-keyframes blink{
    0% {color:rgba(255,255,255,0);}
    100% {color:rgba(255,255,255,1);}
}
@-moz-keyframes blink{
    0% {color:rgba(255,255,255,0);}
    100% {color:rgba(255,255,255,1);}
}
@keyframes blink{
    0% {color:rgba(255,255,255,0);}
    100% {color:rgba(255,255,255,1);}
}


/*--------------------------------------
ログイン画面
--------------------------------------*/
.au,
.docomo,
.softbank,
.credit{
  padding: 0;
  margin: 10px 0 0 0;
}

.au span{
  color: #EB5505;
  font-size: 24px;
  font-weight: bold;
}

.docomo span{
  color: #C03;
  font-size: 24px;
  font-weight: bold;
}

.softbank span{
  color: #B7BBBE;
  font-size: 24px;
  font-weight: bold;
}

.credit span{
  color: #585658;
  font-size: 18px;
  font-weight: bold;
}