@charset "utf-8";


/*------------------------------------------------------------------ 
PC画像をcssでテキストに
-------------------------------------------------------------------*/
.spLabel:before {
    content: attr(data-label);
}

.spLabel img {
	display: none;
}

/*---リンク要素用---*/
a.spLabelLink:before {
    content: attr(data-label);
}

a.spLabelLink img {
	display: none;
}


/* 汎用リンクボタン */
.linkBtn {
}

.linkBtn a {
	color: #fff;
	display: block;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.linkBtn a:before {
	content: " ";
	padding-left: 3px;
	height: 12px;
	width: 12px;
	display: inline-block;
	background: url(../img/sp_arrow1_w.png) 0 50% no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
}

.linkBtn.bgBlue {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #003399;
	background-size: 12px auto;
}

.linkBtn.bgPink {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #cc0033;
	background-size: 12px auto;
}

#sideContents .linkBtn a {
	font-size: 14px;
}


/* サイドheadingタイトル */
.sideHeadingImgP {
	background: url(../img/title_line_p.png) 0 100% repeat-x;
	background-size: auto 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.sideHeadingImgP img {
	height: 16px;
	width: auto;
}

.sideHeadingImgB {
	background: url(../img/title_line_b.png) 0 100% repeat-x;
	background-size: auto 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.sideHeadingImgB img {
	height: 16px;
	width: auto;
}


/* メインheadingタイトル */
.headingImgB {
	border-bottom: 1px solid #003399;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.headingImgB img {
	height: 17px;
	width: auto;
}



/* トップページ
----------------------------------------------------------- */
.flex-viewport {
	border: 1px solid #003399;
	overflow: hidden;
	height: auto;
	width: auto;
     -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
               -o-box-sizing: border-box;
                  box-sizing: border-box;
}

.sliderOuter{
	width: 100%;
	position:relative;
	height: auto;
	margin-bottom: 55px;
	padding-bottom: 0;
}

.sliderOuter .slides {
	height: auto;
}

.sliderOuter img {
	width: 100%;
	height: auto;
}

/* Direction Nav */
.flex-control-nav {
  position: absolute;
  bottom: -35px;
  text-align: center;
  z-index: 1000;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
	overflow:hidden;
}
.flex-control-paging li a {
	cursor:pointer;
	display: inline-block;
	background: #003399;
	margin: 0;
	outline: 0;
	width:18px;
	height:18px;
	padding:0;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	text-align:center;
	text-indent: -9999px;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #cc0033;
	text-decoration:none;
	cursor: default;
}

/* 作品リスト */
#main .magazineList {
	margin-bottom: 20px;
}

#main .magazineList p {
	margin-bottom: 0;
	font-size: 11px;
}
.magazineList ul {
	overflow:hidden;
	margin-left: 0;
	background: url(../../magazine/img/sp_tet_standby.png) 5px 0 no-repeat;
	background-size: auto 13px;
	min-height: 15px;
}

.magazineList li {
	float:left;
	margin: 0 1% 4px 1%;
	border: 1px solid #dde2e6;
	width:48%;
	height:auto;
     -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
               -o-box-sizing: border-box;
                  box-sizing: border-box;
}

.magazineList li img{
	width:100%;
}

.magazineList .newsInner{
	margin:1px;
}

.newsUpdate{
	overflow:hidden;
	font-size:78%;
	margin:0 0 1px 0;
	padding: 3px;
}

.newsUpdate .newsDay{
	display:block;
	float:left;
}

.newsUpdate .newsCom{
	display:block;
	float:right;
}

.categoryBox {
	text-align:right;
	overflow:hidden;
	border-bottom: 1px solid #dde2e6;
	padding: 3px;
}

.magazineList p a {
	display: block;
	background-color: #f19587;
	padding: 5px;
	color: #fff;
	font-size: 14px;	
	text-align: center;
}

.magazineList p a:before {
	content: " ";
	height: 14px;
	width: 14px;
	display: inline-block;
	background: url(../img/sp_icon_book.png) 0 50% no-repeat;
	background-size: 14px auto;
	padding-left: 3px;
	vertical-align: middle;
}

.magazineList p a span.fontSmall{
  font-size: 10px;
 }
.magazineList .genreIcon span.genre {
	width: 70px;
}


/* TOPランキング */
.rankingList {
	padding: 10px 0;
}

.rankingList ul {
	margin-bottom: 25px;
}

.rankingList li a {
	display: block;
}

.rankingList li {
	margin-bottom: 6px;
}

.rankingList li figure {
	overflow: hidden;
}

.rankingList li figure img {
	width: 100px;
	height: auto;
	float: left;
}

.rankingList li figcaption {
	width: auto;
	float: left;
	padding-left: 15px;
	font-size: 12px;
}

.rankingList li figcaption h3 {
}

.rankingList li figure:before {
	content: " ";
	width: 20px;
	height: 80px;
	text-align: center;
	float: left;
	margin-right: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: table-cell;
	vertical-align: middle;
}

.rankingList li.rank4 figure img,
.rankingList li.rank5 figure img {
	width: 100px;
	float: left;
}

.rankingList li.rank4 figcaption,
.rankingList li.rank5 figcaption {
	width: auto;
	float: left;
}

.rankingList li.rank6,
.rankingList li.rank7,
.rankingList li.rank8,
.rankingList li.rank9,
.rankingList li.rank10 {
	display: none;
}

.rankingList li.rank1 figure:before {
	content: "1";
	background-color: #cc0033;
}

.rankingList li.rank2 figure:before {
	content: "2";
	background-color: #cc0033;
}

.rankingList li.rank3 figure:before {
	content: "3";
	background-color: #cc0033;
}

.rankingList li.rank4 figure:before {
	content: "4";
	background-color: #96a9b3;
	height: 80px;
}

.rankingList li.rank5 figure:before {
	content: "5";
	background-color: #96a9b3;
	height: 80px;
}


/* 作品更新予定*/
.updateList {
	border: none;
	padding:20px 0 10px 0;
}

.updateList .sideHeadingImgB {
	position: relative;
	margin: 0 0 10px 0;
}

.updateList .sideHeadingImgB .openBtn {
	position:absolute;
	display: block;
	width:30px;
	height: 30px;
	right:0;
	bottom: 6px;
}

.updateList .sideHeadingImgB .openBtn  a{
	display:block;
}

.updateList .sideHeadingImgB .openBtn img{
	width:100%;
	height: auto;
}

.updateList .sideHeadingImgB .openBtn.btnOn img {
	visibility: hidden;
}

.updateList .sideHeadingImgB .openBtn.btnOn a {
	background: url(../img/icon_acodion_on.png) 0 0 no-repeat;
	background-size: 30px auto;
}

.updateInner {
	overflow: hidden;
	height:auto;
	display: none;
}

.overBox{
	overflow: auto;
	height:200px;
}

#sideBnr {
}

#sideBnr li {
	margin-bottom: 10px;
}

#sideBnr li img {
	width: 100%;
	height: auto;
}

#sideBnrAppli {
	text-align: center;
}

#sideBnrAppli h2 {
	text-align: left;
}

#sideBnrAppli li {
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
	width: 40%;
	margin: 0 10px;
}

/*　#sideBnrAppli li.forApp {
	display: none;
}　*/

#sideBnrAppli li img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

#sideContents section#sideOfficial {
	margin-bottom: 20px;
	text-align: center;
}

#sideOfficial h2 {
	text-align: left;
}

#sideOfficial li {
	margin-bottom: 0;
	overflow: hidden;
	width: 17%;
	display: inline-block;
	border: 1px solid #dde2e6;
}

#sideOfficial li a {
	display: block;
}

#sideOfficial li figure {
	overflow: hidden;
}

#sideOfficial li figure img {
	width: 100%;
	height: auto;
	border: none;
	float: none;
}

#sideOfficial li figcaption {
	display: none;
}


/* マンガ詳細ページ
----------------------------------------------------------- */
.snsList{
	overflow:hidden;
	position: relative;
	left:0px;
	top:47%;
}

.snsList li{
	width:40%;
	float:left;
	margin:0;
	height:auto;
	margin:5px 0 0;
	margin:8px 0 0\9;
}

.snsList li:first-child{
	height:auto;
}

.campaignBox {
	position: inherit;
	border-top: none !important;
	padding: 15px 0 5px 0 !important;
	margin: 0 !important;
	width: 100%;
}

.campaignBox p {
	margin-bottom: 5px;
}

.campaignBox .mb10 {
	margin-bottom: 10px;
}

.campaignBox p strong {
	font-weight: bold;
	font-size: 16px;
	color: #63361b;
}

.campaignBox a {
	text-decoration: underline;
	background: url(../../img/howto/icon_arrow.gif) left no-repeat;
	background-size: 5px auto;
	padding-left: 10px;
}

.detailBox .detailInfoList{
	position:relative;
}

.detailBox .detailInfoList > dd{
	margin-left:0;
}

.detailBox .detailInfoList > dd ul li{
	color:#38acb6;
	font-size:16px;
	font-weight:bold;
}

.detailBox .detailInfoList > dd ul li:first-child{
	font-size:22px;
	font-weight:bold;
	color:#e95378;
}

.detailBox .detailInfoList > dd ul li span{
	color:#000;
	display:block;
	font-size:10px !important;
	font-weight:bold;
}

.detailBox .detailInfoList > dd > dl > dd{
	padding:10px 0 0;
}

.detailBox .detailInfoList > dd div{
	border-top:1px dashed #cccccc;
	padding:10px 0;
	margin:10px 0 0;
}

.detailBox .detailInfoList > dd div dl{
	overflow:hidden;
}

.detailBox .detailInfoList > dd div dl dt{
	float:left;
	width:70px;
}

.detailBox .detailInfoList > dd div dl dt img{
	width:100%;
}

.detailBox .detailInfoList > dd div dl dd{
	margin-left:80px;
	font-size:12px;
}

.detailBox .detailInfoList > dd > dl dd p.detailComment{
	padding:0px 0;
	display:none;
}

.detailBox .detailInfoList > dd div dl dd p span{
	color:#38acb5;
	display:block;
	font-weight:bold;
}

.detailBox .detailInfoList > dd div > ul > li{
	margin:10px 0 0 ;
}

.detailBox .detailInfoList > dd div > ul > li a{
	display:block;
	font-size:14px !important;
	width:245px;
	height:25px;
	padding:5px 0 0 25px;
	color:#fff;
	background:url(../../img/magazine/buy_btn.png) no-repeat;
	margin:0 auto;
}

.detailBox .detailInfoList > dd div > ul > li a:hover{
	text-decoration:none;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}

.comicNotes span {
	width: auto;
	display: block;
	margin-bottom: 10px;
}

.comicStoryList{
	overflow:hidden;
	border-top:2px solid #e9e9e9;
	padding:10px 20px 0;
}

.comicStoryList > dt >ul{
	overflow:hidden;
}

.comicStoryList > dt >ul li{
	margin-left:85px;
}

.comicStoryList > dt >ul li:first-child{
	float:left;
	background:url(../../img/magazine/new_bg.png) no-repeat;
	text-align:center;
	width:75px;
	height:77px;
	font-size:10px;
	color:#fff;
	position:relative;
	line-height:120%;
	margin:0;
}

.comicStoryList > dt >ul li:first-child span{
	display:block;
	position:absolute;
	bottom:13px;
	width:75px;
	text-align:center;
}

.comicStoryList > dd ul div p strong{
	width:50px;
	display:block;
	float:left;
	font-weight:normal;
}

.comicStoryList > dt >ul{
	width:100%;
}

.comicStoryList > dt >ul li p{
	float: left;
	margin:0;
}

.comicStoryList > dt >ul li p:first-child{
	float: none;
	font-size:24px;
	padding:5px 0 0 5px;
	color:#38acb5;
}

.comicStoryList > dt >ul li p a{
	display:block;
	width:170px;
	margin-top:0;
}

.comicStoryList > dt >ul li p a img{
	width:100%;
}

.comicStoryList > dd ul div{
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	padding:5px 0 5px 10px;
}

.comicStoryList > dd ul div p{
	float:right;
	margin:0;
}

.comicStoryList > dd ul div p:first-child{
	float:left;
	color:#38acb5;
}

.comicStoryList > dd ul div p:first-child span{
	color:#999 !important;
	margin-left:10px;
}

.comicStoryList > dd ul div p a{
	color:#e95378;
	text-decoration:underline;
}

.comicStoryList > dd ul div p a:hover{
	text-decoration:none;
}

.comicStoryList > dt >ul li span.note{
	width: auto;
	float: left;
}

#detail .aside{
	display:none;
}


.moreRead{
	float:right;
	margin:0px 0 5px;
}

.toukenList li {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

.toukenList li p {
	float: none;
	margin-top: 15px;
}

.pageLink {
	text-align: left;
	margin-bottom: 25px;
	width: 70%;
}

.pageLink li {
	font-size: 1.2em;
	margin-left: 10px;
	background:url(../../magazine/img/magazine61/icon_01.png) 0 3px no-repeat;
}

.pageLink li:first-child {
	margin-left: 0;
}

.pageLink li:nth-child(3) {
	margin-left: 0;
}


/* ポップアップウィンドウ
----------------------------------------------------------- */

#anyWindow{
	min-width:inherit;
}

#anyWindow #header{
	width: auto;
	position:relative;
	overflow:hidden;
	padding-bottom:10px;
	margin:0;
}

#anyWindow #main{
	padding:0;
}

#anyWindow .mainInner{
	width: auto;
	padding-top:20px;
}

#anyWindow .closeBtn{
	position:absolute;
	right:5px;
	top:20px;
	width:70px;
}

#anyWindow .closeBtn img{
	width:100%;
}


#anyWindow .closeBtnSP{
	display:block;
	position:absolute;
	right:5px;
	top:20px;
	width:70px;
}

#anyWindow .closeBtnSP img{
	width:100%;
}


#anyWindow .comicsInfo{
	overflow:hidden;
}

#anyWindow .comicsInfo > dt{
	background-color:#63361b;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
}

#anyWindow .comicsInfo > dt ul{
	overflow:hidden;
}

#anyWindow .comicsInfo > dt ul li{
	float:left;
	width:135px;
	margin:10px 0 0 5px;
}

#anyWindow .comicsInfo > dt ul li img{
	width:100%;
}

#anyWindow .comicsInfo > dt ul li:first-child{
	width:30px;
	margin:5px;
}

#anyWindow .comicsInfo > dd{
	background-color:#fff;
	border-right:2px solid #63361b;
	border-left:2px solid #63361b;
	border-bottom:2px solid #63361b;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}

#anyWindow .comicsInfo > dd > div{
	padding:10px 10px;
}

#anyWindow .comicsInfo > dd > div dl{
	overflow:hidden;
}

#anyWindow .comicsInfo > dd > div dl dt{
	float:none;
	width:118px;
	margin:0 auto;
}

#anyWindow .comicsInfo > dd > div dl dt img{
	width:100%;
}

#anyWindow .comicsInfo > dd > div dl dd{
	margin-left:0;
}

#anyWindow .comicsInfo > dd > div dl dd h2{
	color:#e95378;
	font-size:18px;
	margin-bottom:0.5em;
}

#anyWindow .comicsInfo > dd > div dl dd h2 span{
	display:block;
	font-size:14px;
}

#anyWindow .comicsInfo > dd > div dl dd p strong{
	color:#38acb6;
	display:block;
}

#anyWindow .price{
	font-weight:bold;
	color:#000;
}

#anyWindow .comicsInfo > dd > div dl dd > div{
	border-top:1px dashed #ccc;
	padding:15px 0 0;
	margin-top:20px;
}

#anyWindow .comicsInfo > dd > dl{
	border-top:2px solid #e9e9e9;
	padding:20px 5px;
}

#anyWindow .comicsInfo > dd > dl dt{
	width:30%;
}

#anyWindow .comicsInfo > dd > dl dt img{
	width:100%;
}

#anyWindow .comicsInfo > dd > dl dd ul{
	overflow:hidden;
	text-align:center;
}

#anyWindow .comicsInfo > dd > dl dd ul li{
	display:inline-block;
	width:48%;
	margin:15px 0px 0 0px;
}

#anyWindow .comicsInfo > dd > dl dd ul li img{
	width:100%;
	border:1px solid #ccc;
}

#anyWindow .footerInner{
	width: auto;
}

#anyWindow .closeBtn2{
	display:none;
	text-align:center;
	padding:20px 0 0;
	width:70px;
	margin:0 auto;
}

#anyWindow .closeBtn2 img{
	width:100%;
}

#anyWindow .closeBtnSP2{
	display:block;
	text-align:center;
	padding:20px 0 0;
	width:70px;
	margin:0 auto;
}

#anyWindow .closeBtnSP2 img{
	width:100%;
}

#manga .aside{
	display:none;
}

.mangaHl .spImg{
	display:block;
}

.mangaHl .pcImg{
	display:none;
}

.mangaHlImg2 .spImg{
	width:180px;
}


/* マンガ作品一覧
----------------------------------------------------------- */
#magazine .leftContents h2 {
	margin-bottom: 20px;
}

.magazineGenre {
	overflow: hidden;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.magazineGenre a {
	float: left;
	color: #fff;
	width: 33%;
	text-align: center;
	margin: 0 0 0.5% 0;
	padding: 8px 0;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
}

.magazineGenre a:nth-child(3n + 2) {
	margin: 0 0.5%;
}

.magazineGenre a.love {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #ff8ad2;
	background-size: 12px auto;
}

.magazineGenre a.impressed {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #ff8416;
	background-size: 12px auto;
}

.magazineGenre a.fantasy {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #ff2c2c;
	background-size: 12px auto;
}

.magazineGenre a.comedy {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #fecb31;
	background-size: 12px auto;
}

.magazineGenre a.trial {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #599cf8;
	background-size: 12px auto;
}

.magazineGenre a.other {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #74bc2e;
	background-size: 12px auto;
}

.magazineGenre a.honobono {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #D28139;
	background-size: 12px auto;
}

.magazineGenre a.school {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #2C883A;
	background-size: 12px auto;
}

.magazineGenre a.essay {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #00479D;
	background-size: 12px auto;
}



/* お知らせ　20150224
----------------------------------------------------------- */
#info h2 {
	margin-bottom: 25px;
}

.infoBox{
	border: 1px solid #d1d1d1;
 	padding:15px;
	margin-bottom:25px;
}

.infoBox h3 {
	margin-bottom: 20px;
}

.infoBox p {
	margin-bottom: 15px;
	line-height: 1.8;
}

.infoBox p.sp img{
	width: 100%;
	height: auto;
}

.infoBox strong {
	color: #cc0033;
	font-size: 15px;
	display: block;
}

.infoBox .linkBtn {
	width: 170px;
	margin-bottom: 0;
	font-size: 16px;
}


/* コミックス
----------------------------------------------------------- */
#comic .leftContentsArea{
	float:none;
	width: auto;
}

.comicCtsBox figure {
	float:none;
	width: 45%;
	min-height:225px;
	padding-left: 0;
	margin: 0 auto 10px auto;
}

.comicCtsBox figure img {
	width: 100%;
	height: auto;
}

.comicCtsBox li .comicInfo {
	width:85%;
	float: none;
	padding-right: 0;
	margin: 0 auto;
	height: auto !important;
}

.comicCtsBox .txt {
	font-size: 13px;
	font-weight: bold;
	color: #63361b;
	padding-top: 10px;
}

.comicCtsBox .date {
	margin-bottom: 0;
}

.comicCtsBox li{
	float:none;
	width:auto;
	height: auto !important;
	border-bottom:1px dashed #ccc;
	padding: 30px 0 20px 0;
	position:relative;
}

.comicCtsBox li.comicCtsLeft{
	float:none;
	border-right:none;
}

.comicCtsBox .genreIcon {
	margin-bottom: 10px;
	padding-top: 10px;
}

.comicCtsBox p.catch{
	font-size:13px;
	margin-bottom: 10px;
}

.comicCtsBox h3{
	font-size:18px;
	color:#cc0033;
	line-height:120%;
	display: block;
	margin-bottom: 10px;
}

.comicCtsBox h3 span {
	font-size: 13px;
}

.comicCtsBox .linkBtn {
	margin-bottom: 10px;
}

.comicCtsBox .linkBtn a {
	padding: 12px 5px;
	font-size: 14px;
}

#comic .mainInner{
	width: auto;
	padding-top:0;
}



/* 漫画の読み方
----------------------------------------------------------- */
#howto h2 {
	margin-bottom: 30px;
}

.howToHl{
	overflow:hidden;
	padding: 10px;
	background-color:#003387;
	color:#fff;
	font-size: 18px;
	line-height:120%;
	font-weight: bold;
}

.howToListBox{
	background-color:#fff;
	border:2px solid #003387;
	border-top: none;
	padding: 15px;
	margin-bottom:20px;
	position: relative;
}

.howToListBox p {
	margin-bottom: 0;
}

.howToListBox ul.basic {
	overflow:hidden;
	margin-bottom: 20px;
}

.howToListBox ul.basic li{
	float:none;
	width:auto;
	height: auto !important;
	margin-bottom:20px;
}

.howToListBox ul.basic li.howToListRight{
	float:none;
}

.howToListBox ul.basic li dl dt{
	background-color: #003387;
	padding:5px 10px;
	margin-bottom: 20px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	position: relative;
}

.howToListBox ul.basic li dl dd {
	overflow: hidden;
	margin-bottom: 15px;
}

.howToListBox ul.basic li dl dd p:first-child {
	float: none;
	text-align: center;
	margin: 0 0 15px 0;
}

.rightClickBox {
	margin-bottom:15px;
	text-align: center;
}

.rightClickBox p{
	border-left:5px solid #003387;
	font-size:17px;
	padding:5px 0 5px 10px;
	margin-bottom: 0;
	line-height:100%;
	color:#454545;
	font-weight:bold;
	text-align: left;
}

.rightClickBox ul{
	text-align:center;
	overflow: hidden;
}

.rightClickBox ul li{
	float: left;
	width: 50%;
	height: auto;
	padding-top: 20px;
}

.appriInfo > p{
	font-weight:bold;
	font-size:120%;
}

.appriInfo div dl dt{
	border-left:5px solid #003387;
	color:#003387;
	line-height:1.2;
	font-size:14px;
	padding:5px;
	font-weight:bold;
	margin-top:15px;
}

.howOperating {
	overflow:hidden;
	margin-top:15px;
}

.howOperating  dt{
	float:none;
	width:auto;
	font-weight:bold;
	font-size: 14px;
	background: url(../../howto/img/icon_arrow.gif) left 50% no-repeat;
	padding-left:10px;
}

.howOperating  dd{
	margin-left:0;
	line-height:180%;
}

.howOperating  dd p {
	margin-bottom: 1em;
}

.howOperating  dd p strong{
	margin-left:0;
}

.howOperating  dd p span{
	padding: 1px 3px 0;
	font-size: 85%;
	color: #FF0000;
	line-height: 1;
	border: 1px solid #FF0000;
	margin-left:5px;
}

.searchPC{
	display:none;
}

.searchSP{
	display: block;
}

#search .goSearchBox{
	display:none;
}


/* マガジン詳細ページ
----------------------------------------------------------- */
.detailBox{
	position: relative;
	margin-bottom: 20px;
}

.detailBox .detailLeft {
	width: 100%;
	float: none;
}

.detailBox .mb80 {
	margin-bottom: 30px;
}

.detailBox .detailLeft figure {
	margin-bottom: 10px;
}

.detailBox .detailLeft figure img {
	width: 100%;
	height: auto;
}

.snsList{
	overflow:hidden;
	position: relative;
	left:0;
	top:47%;
	margin-bottom: 10px;
}

.snsList li{
	width:40%;
	float:left;
	margin:0;
	height:auto;
	margin:5px 0 0;
	margin:8px 0 0\9;
}

.snsList li:first-child{
	height:auto;
}

.detailBox .snsList {
	position: static;
}

.detailBox .detailRight {
	width: 100%;
	float: none;
}

.detailBox .detailRight h2 {
	color: #cc0033;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.detailBox .detailRight .authorName {
	color: #003399;
	font-size: 14px;
	margin-bottom: 10px;
}

.detailBox .detailRight .comicLinkBox {
	width: 100%;
	margin: 0 auto 30px;
}

.detailBox .tokushu table td .comicLinkBox_2 {
	width: 100%;
	margin: 0 auto 0px;
}

.detailBox .tokushu table td .comicLinkBox_2 .linkBtn a {
	font-size: 1em;
}

.detailBox .detailRight .linkBtn {
	margin-bottom: 10px;
}

.detailBox .detailRight .genreIcon {
	margin-bottom: 10px;
}

.detailBox .detailRight .detailText {
	display: none;
}

.detailBox .detailRight .profile {
	border-top: 1px dashed #cccccc;
	padding-top: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	overflow: hidden;
}

.detailBox .detailRight .profile figure img {
	border: 1px solid #cccccc;
	width: 66px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.detailBox .detailRight .profile figcaption {
	float: left;
	width: 70%;
}

.detailBox .detailRight .profile figcaption span {
	color: #1040a0;
	display: block;
	font-weight: bold;
}

.storyList {
	border-top: 2px solid #cccccc;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	position: relative;
}

.update {
	position: absolute;
	left: 0;
	top: 10px;
	float: left;
	background: url(../../magazine/img/sp_bg_new.png) 0 0 no-repeat;
	background-size: 65px auto;
	width: 65px;
	height: 30px;
	padding-top: 35px;
	text-align: center;
	font-size: 9px;
	line-height: 1.4;
	color: #fff;
}

.newBook {
	width: auto;
	float: none;
	padding-top: 12px;
	margin-bottom: 10px;
	padding-left: 85px;

}

.newBook .storyUrl {
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	font-size: 14px;
	position: static;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #003399;
	background-size: 12px auto;
}

.newBook .storyUrl:before {
	padding-left: 3px;
	height: 12px;
	width: 12px;
	display: inline-block;
	background: url(../img/sp_arrow1_w.png) 0 50% no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
}

.latestdate {
	font-size: 12px;
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.latestdate p.storyNum {
	color: #cc0033;
	font-weight: bold;
	font-size: 233%;
}

.bookLinkWrap .note {
	font-size: 12px;
	clear: both;
	padding-top: 10px;
}

.bookLinkWrap .note a {
	text-decoration: underline;
}

.storyList table {
	clear: both;
	width: 100%;
	font-size: 14px;
}
.storyList table th {
	padding: 15px 0 15px 1em;
	border-bottom: 1px dashed #ccc;
}

.storyList table th a {
	padding-right: 1em;
	text-decoration: underline;
}

.storyList table td {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	text-align: right;
}



/* LMS専用マガジン詳細ページ  */
table.magArea07 {
	clear: both;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
}
.magArea07 th {
	padding: 15px 0;
	border-top: 1px solid #ccc;
}


.magArea07 th a { padding-right: 0;
	display: block;
}
.magArea07 td {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	text-align: right;
	white-space: nowrap;
}
.magArea07 tr:last-child th,
.magArea07 tr:last-child td {
	padding-bottom: 0;
}

table.magArea08 {
	clear: both;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	text-align: left;
}
.magArea08 th {
	padding: 15px 0;
	border-top: 1px dashed #ccc;
}

.magArea08 td {
	padding: 15px 0;
	border-top: 1px dashed #ccc;
	white-space: nowrap;
}

.tokushu .storyList table td {
    font-size: 0.85em;
    padding: 15px 0 10px;
    text-align: left;
}

.magArea08 tr:last-child td,
.magArea08 tr:last-child th {
	padding-bottom: 0;
	border-bottom: 1px dashed #ccc;
}

.magArea08 td.spno {
	border-top: none;
}

.magArea08 td.spno p {
	font-size: 0.9em;
	padding-bottom: 0;
}

.tokushuList {
	margin-bottom: 0 !important;
	padding-top: 5px;
}

.tokushuList li {
	float: none;
	margin-bottom: -5px;
	font-size: 0.85em;
}

.tokushuList li.pt15 {
	padding-top: 0;
}

.tokushuList li.txRight,
.tokushuList li.pt20 {
	text-align: right;
	padding-bottom: 3px;
	padding-top: 0;
}

.tokushuList li:last-child {
	margin-bottom: -5px;
}

/*マガジンサイド　作品更新履歴　必要か最終確認語、削除*/
#updateList {
	display: none;
}

#updateList dl:first-child {
	border-top: none;
}

#updateList dl:first-child dt:before {
	position: absolute;
	content: url(../../magazine/img/icon_new.png);
	top: 50%;
	right: 10px;
	margin-top: -21px;
}

#updateList dt {
	position: relative;
	background-color: #003399;
	color: #fff;
	padding: 6px 10px;
	margin-bottom: 5px;
	font-size: 140%;
}

#updateList dd {
	border-top: 1px dashed #cccccc;
	padding: 10px 0;
}

#updateList dt:first-child + dd {
	border-top: none;
}

#updateList dd a {
	background-color: #fff;
	display: block;
}

#updateList dd a:hover {

}

#updateList dd figure {
	overflow: hidden;
}

#updateList dd figure img {
	width: 58px;
	height: 58px;
	border: 1px solid #dde2e6;
	float: left;
}

#updateList dd figcaption {
	width: auto;
	float: left;
	padding-left: 15px;
	font-size: 12px;
}

#updateList dd figcaption h3 {
	color: #cc0033;
}

#updateList dd figcaption p {
	color: #727171;
}



/* 検索結果ページ
----------------------------------------------------------- */
.searchCtsBox{
}

#cse-search-results iframe {
	height: auto;
	width: 100%;
	min-height: 50px;
}



/* ランキングページ
----------------------------------------------------------- */
#ranking #main h2 {
	margin-bottom: 20px;
}

#rankingValue {
	width: auto;
	padding-right: 0;
	float: none;
}

#rankingValue h3,
#rankingView h3 {
	font-size: 13px;
	padding: 8px 3px;
}

#rankingValue h3 span,
#rankingView h3 span {
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: -28px;
}

#rankingValue h3 + p,
#rankingView h3 + p {
	padding: 0 3px;
	font-size: 12px;
	margin-bottom: 5px;
}

#rankingView {
	width: auto;
	float: none;
	min-height: 0;
}

.proList {
	padding: 15px 0 25px 0;
	border-bottom: dotted 1px #cccccc;
	overflow: hidden;
}

.proList figure {
	border: solid 1px #dde2e6;
	width: 40%;
	float: left;
	margin-right: 3%;
}

.proList figure img {
	width: 100%;
	height: auto;
}

.proDetail {
	width: 56%;
	float: float;
}

.proList .title {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	display: table;
}

.proList.rank1 .title:before,
.proList.rank2 .title:before,
.proList.rank3 .title:before,
.proList.rank4 .title:before,
.proList.rank5 .title:before,
.proList.rank6 .title:before,
.proList.rank7 .title:before,
.proList.rank8 .title:before,
.proList.rank9 .title:before,
.proList.rank10 .title:before {
	height: 48px;
	width: 48px;
	content: " ";
	display: block;
}

.proList .title span {
	font-size: 14px;
	display: block;
	color: #cc0033;
}

.proList.rank1 .title:before {
	background: url(../../ranking/img/sp_rank_icon1.png) 0 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank2 .title:before {
	background: url(../../ranking/img/sp_rank_icon2.png) 0 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank3 .title:before {
	background: url(../../ranking/img/sp_rank_icon3.png) 0 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank4 .title:before {
	background: url(../../ranking/img/sp_rank_icon4.png) 5px 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank5 .title:before {
	background: url(../../ranking/img/sp_rank_icon5.png) 5px 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank6 .title:before {
	background: url(../../ranking/img/sp_rank_icon6.png) 5px 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank7 .title:before {
	background: url(../../ranking/img/sp_rank_icon7.png) 5px 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank8 .title:before {
	background: url(../../ranking/img/sp_rank_icon8.png) 5px 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank9 .title:before {
	background: url(../../ranking/img/sp_rank_icon9.png) 5px 50% no-repeat;
	background-size: 48px auto;
}

.proList.rank10 .title:before {
	background: url(../../ranking/img/sp_rank_icon10.png) 5px 50% no-repeat;
	background-size: 48px auto;
}

.proList .linkBtn {
	width: 150px;
	margin-bottom: 0;
}

.proList.rank1 .linkBtn,
.proList.rank2 .linkBtn,
.proList.rank3 .linkBtn {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #cc0033;
	background-size: 12px auto;
}

.proList.rank4 .linkBtn,
.proList.rank5 .linkBtn,
.proList.rank6 .linkBtn,
.proList.rank7 .linkBtn,
.proList.rank8 .linkBtn,
.proList.rank9 .linkBtn,
.proList.rank10 .linkBtn {
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #ce9228;
	background-size: 12px auto;
}



/* サイトマップ
----------------------------------------------------------- */
#sitemap h2 {
  margin-bottom: 30px;
}

.sitemapLeft {
	float: none;
	margin-bottom: 20px;
}

.sitemapLeft div {
	width: auto;
	padding-right: 0;
	float: none;
}

.sitemapLeft div p {
	margin-bottom: 0;
	font-weight: bold;
}

.sitemapLeft div ul,
.sitemapRight ul {
	padding-left: 1em;
	margin-bottom: 20px;
	line-height: 2.0;
}

.sitemapLeft div ul li,
.sitemapRight ul li {
	list-style-type: disc;
	list-style-position:inside;
	text-indent: -1em;
	padding-left: 1em;
}

#sitemap .contents a {
	color: #3c3c3c;
}

#sitemap .contents h3 {
	background: url(../img/sp_arrow1_bl.png) 0 50% no-repeat;
	background-size: 10px auto;
	padding-left: 14px;
	margin: 20px 0 5px;
}

.sitemapRight {
	  width: 100%;
	float: right;
}


/*　刀剣乱舞学園　コミックス告知　*/

#touken_comic {
	overflow:hidden;
	clear: both;	
}
#touken_comic .touken_left {
	width: 100%;
	float: none;
}
#touken_comic .touken_left img {
	width: 100%;
	height: auto;
}
#touken_comic .toukenRight {
	float: none;	
}
#touken_comic p.touken_pcOnly {
	display: none;
}
#touken_comic p.touken_spOnly {
	display: block;
}

/**/
.spViewBtn{
	display:block;
}
.pcViewBtn{
	display:none;
}


/*---------------------------------------------------
 広告
---------------------------------------------------*/

/* TOP */
#index #main .magazineList,
#index #main .magazineList ul{
	margin-bottom:0;
}
#index #main .linkBtn.bgBlue{
	margin-top:25px;
}
#index #main .updateList{
	margin-top:10px;
}
#index #main .rankingList ul{
	margin-bottom:-6px;
}
#index #main .rankingList{
	margin-bottom:0;
}
#index #main #imobileAdFrame_infeed{
	margin-bottom:10px;
}
#index #imobile_adspotdiv1 + .headingImgB{
	margin-top:10px;
}

/* footer */
.leftContents{
		margin-bottom:0;
	}
#comic #main,
#sitemap #main,
#howto #main,
#info #main{
	margin-bottom:0px;
}

#l2s_bb iframe{
	padding: 0 10px;
}

#l2s_bb iframe a{
	width:100%;}
#imobile_adspotdiv1 div{
	min-width:300px;
	margin:0 auto;
	left:0;
	right:0;
	text-align:center;	
}
#footer {}

#imobile_adspotdiv1 div a{
	margin:0 auto;
}

#footer .footerBnr {
		overflow:hidden;
	}
	
#footer .footerBnr #imobileAdFrame_recbig{
		position:inherit;
	}
#footer .footerBnr #imobile_adspotdiv1{
	box-sizing:border-box;
	width:100%;
		padding:0 10px;
}
#footer .footerBnr #imobileAdFrame_recbig img{
	width:100%;
}	
#footer .footerBnr ul{
		margin-top:20px;
	}

#imobile_adspotdiv1 {
  max-width: 100% !important;
  height: auto !important;
}

#comic #main, #sitemap #main, #howto #main, #ranking #main{
	margin-bottom:0px;
}

/*-----------------------------------------------*/
.linkBtn_sp a{
	padding:20px 5px;
}


/* 自社広告追加
--------------------------------------------------*/

#addBanner_pc {
	display: none;
}

#addBanner_sp {
	display: block;
	margin-top: -10px;
	text-align: center;
}

#addBanner_sp li {
	padding: 0 12px 5px;
}

#addBanner_sp li img {
	max-width: 100%;
	height: auto;
}