@charset "UTF-8";

@media only screen and (max-width:640px){
/* -------------------------------
common
------------------------------- */
a:hover {
	color: #222;
	text-decoration: none;
}
h1.sectionTitle.large {
	font-size: 1.8em;
	letter-spacing: 1px;
}
h2.sectionTitle {
	font-size: 1.8em;
	letter-spacing: 1px;
}

header {
	min-width: 100%;
	margin-bottom: 8px;
	padding: 0;
}

#header_content {
	width: auto;
	height: 50px;
	margin: 0 5px;
	overflow: visible;
}

#sp_headerMenu {
	letter-spacing: -.4em;
	position: absolute;
	top: 8px;
	right: 0;
	list-style: none;
}

#sp_headerMenu li {
	font-size: 0.1em;
	line-height: 1;
	letter-spacing: normal;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
}

#sp_headerMenu img {
	width: 34px;
	vertical-align: bottom;
}


#sp_gNavi {
	width: 100%;
	padding-top: 8px;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	z-index: 100;
}

#sp_gNavi:after {
    width: 16px;
    height: 8px;
    position: absolute;
	top: 0;
    right: 48px;
    content: "";
	background-image: url(../images/sp_menu_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 16px 8px;
}

#sp_gNavi ul {
	list-style: none;
	display: none;
	background-color: #fff;
	border: solid 4px #c8c8c8;
	border-bottom: none;
}

#sp_gNavi li {
	text-align: center;
	border-bottom: solid 4px #c8c8c8;
}

#sp_gNavi li a {
	font-size: 1.3em;
	line-height: 2;
	font-weight: bold;
	color: #009ff0;
	text-decoration: none;
	display: block;
	position: relative;
}

#sp_gNavi li a:after {
    width: 20px;
    height: 20px;
	margin-top: -10px;
    position: absolute;
	top: 50%;
    right: 4px;
    content: "";
	background-image: url(../images/sp_arrowR.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

#sp_gNavi #sp_gNavi01 a {
	color: #0046b5;
	font-size: 1.7em;
}

#sp_gNavi #sp_gNavi01 a:after {
	background-image: url(../images/sp_arrow_cate01.gif);
}

#sp_gNavi #sp_gNavi02 a {
	color: #e60063;
	font-size: 1.7em;
}

#sp_gNavi #sp_gNavi02 a:after {
	background-image: url(../images/sp_arrow_cate02.gif);
}


#sp_gNavi #sp_gNavi03 a {
	color: #158c3c;
	font-size: 1.7em;
}

#sp_gNavi #sp_gNavi03 a:after {
	background-image: url(../images/sp_arrow_cate03.gif);
}


#sp_gNavi #sp_gNavi04 a {
	color: #f08c00;
	font-size: 1.7em;
}

#sp_gNavi #sp_gNavi04 a:after {
	background-image: url(../images/sp_arrow_cate04.gif);
}


#sp_search {
	width: 100%;
	padding-top: 8px;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	z-index: 100;
}

#sp_search:after {
    width: 16px;
    height: 8px;
    position: absolute;
	top: 0;
    right: 9px;
    content: "";
	background-image: url(../images/sp_menu_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 16px 8px;
}

#sp_search div {
	position: relative;
	display: none;
	background-color: #fff;
	border: solid 4px #c8c8c8;
}

#sp_search input {
	vertical-align: top;
}

#sp_search #s_sp {
	font-size: 1.4em;
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 5px 35px 5px 5px;
	display: block;
	outline: 0;
	border: solid 4px #009ff0;
	background-color: #fff;
	box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance:none;
	background-repeat: no-repeat;
	background-image: url(//www.google.com/cse/static/ja/google_custom_search_watermark.gif);
    background-position: 5px center;
}
#sp_search #s_sp:focus {
    background-image: none;
}

#btn_s_sp {
	width: 27px;
	position: absolute;
	top: 4px;
	right: 4px;
}

#footer_content {
	width: 100%;
	height: auto;
}

#header_content h1 {
	width: 230px;
	height: 34px;
	top: 8px;
	background-image: url(../images/logo_sp.gif);
	background-size: 230px 34px;
}

#header_content h1 a {
	width: 100%;
	height: 100%;
	display: block;
}


#contentArea {
	width: 100%;
	margin-top: 8px;
}

#mainArea {
	width: 100%;
	margin: 0 auto;
	float: none;
}

#rightArea {
	margin: 8px auto 0;
	padding-top: 8px;
	float: none;
	border-top: solid 2px #009ff0;
}

#ranking_monthly table {
    width: 100%;
}

#ranking_monthly td {
    width:20%;
}

/* -------------------------------
トップページ
------------------------------- */
#sp_link_today {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	margin: 0 10px 10px;
	padding-bottom: 8px;
	border-bottom: solid 2px #009ff0;
}

#sp_link_today a {
	color: #009ff0;
	text-decoration: none;
	height: 34px;
	padding: 0 5px;
	display: block;
	position: relative;
	border: solid 1px #009ff0;
	background-color: #fff;
}

#sp_link_today a:after {
    width: 20px;
    height: 20px;
	margin-top: -10px;
    position: absolute;
	top: 50%;
    right: 5px;
    content: "";
	background-image: url(../images/sp_arrow_blue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

#sp_ranking_monthly {
	margin-bottom: 10px;
	padding: 0;
	border: solid 2px #009ff0;
	background-color: #fff;
}

#sp_ranking_monthly h2 {
	text-align: center;
	padding: 2px 0;
	background-color: #009ff0;
	position: relative;
	cursor: pointer;
}

#sp_ranking_monthly h2 img {
	vertical-align: bottom;
	height: 30px;
}

#sp_ranking_monthly h2 span {
	position: absolute;
	top: 7px;
	right: 3px;
}

#sp_ranking_monthly h2 span img {
	height: 20px;
}

#sp_ranking_monthly .inner {
	margin-top: 2px;
	display: none;
	overflow: hidden;
}

#sp_ranking_monthly h3 {
	font-size: 1.4em;
	text-align: left;
	margin: 0 8px 5px;
	border-bottom: solid 2px #009ff0;
}

#sp_ranking_monthly h3 span {
	vertical-align: bottom;
  letter-spacing: 1px;
	margin-bottom: -8px;
	padding-right: 8px;
	display: inline-block;
	background-color: #fff;
}

#sp_ranking_monthly h3 span.man {
	color: #0046b4;
}

#sp_ranking_monthly h3 span.woman {
	color: #e60063;
}

#sp_ranking_monthly table {
	width: 100%;
}

#sp_ranking_monthly th {
	color: #009ff0;
	line-height: 1;
	width: 20%;
	text-align: left;
	padding: 5px 4px 3px;
}

#sp_ranking_monthly th span {
	font-size: 1.4em;
}

#sp_ranking_monthly td {
	width: 20%;
	vertical-align: top;
	padding: 0 4px 3px;
}

#sp_ranking_monthly th div,
#sp_ranking_monthly td div {
  letter-spacing: -1px;
	width: 50px;
	margin: 0 auto;
}

#sp_ranking_monthly td img {
	max-width: 100%;
	vertical-align: top;
}

#sp_ranking_monthly p {
	text-align: right;
	padding-right: 8px;
}

#sp_ranking_monthly p img {
	width: 95px;
	height: auto;
}


#sp_pickupSlider {
	margin: 0 0 10px;
	padding: 5px 5px;
	position: relative;
	border: solid 2px #00a0f0;
	border-left: solid 20px #00a0f0;
	border-right: solid 20px #00a0f0;
	background-color: #fff;
}

#sp_pickupSlider .bx-wrapper {
	margin-bottom: 0;
}

#sp_pickupSlider .bx-viewport {
	left: 0;
	border: none;
	-moz-box-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sp_pickupSlider .bx-viewport a {
	color: #222;
	text-decoration: none;
}

#sp_pickupSlider .bx-controls-direction a {
	width: 20px;
	height: 100%;
	margin-top: 0;
	top: 0;
	background-position: left center;
	z-index: 2;
}

#sp_pickupSlider .bx-prev {
	margin-left: -3px;
	left: -22px;
	background-image: url(../images/btn_pickup_left.gif);
}

#sp_pickupSlider .bx-next {
	margin-right: -4px;
	right: -22px;
	background-image: url(../images/btn_pickup_right.gif);
}

#sp_pickupSlider li dl {
	overflow: hidden;
	clear: both;
}

#sp_pickupSlider li dt {
  text-align: center;
	width: 200%;
	height: 125px;
	margin-bottom: 10px;
  margin-left: -50%;
}

#sp_pickupSlider li dt img {
	width: auto;
	max-width: none;
  height: 125px;
  display: inline !important;
}


#sp_pickupSlider li dd {
	font-size: 1.1em;
  clear: both;
}

#sp_pickupSlider li dd strong {
	font-size: 1.25em;
	line-height: 1.4;
	display: block;
	margin-bottom: 5px;
}


#sp_pickupSlider #pickup_title {
    width: 100%;
    left: 0;
}


/* -------------------------------
一覧
------------------------------- */
#contentList {
	margin: 0 10px;
}
  
#contentList h1.sectionTitle,
#contentList #sortSelect{
    margin-bottom: 0;
}

#contentList > ul.cF {
  width: auto;
	margin-left: 0;
}

#contentList > ul.cF > li {
	width: 100%;
	height: auto;
	margin: 3px 0 0 0;
}

#contentList .listLink {
	width: auto;
	height: auto;
	background-color: #fff;
}

#contentList .listCategory {
	top: 10px;
	left: 112px;
}

#contentList .listInner {
	width: auto;
	height: auto;
	border: solid 2px #00a0f0;
	min-height: 110px;
}

#contentList .listImg {
	width: 110px;
	height: auto;
}

#contentList .listLink:hover .listImg {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#contentList .listSummary {
	height: auto;
	margin-left: 120px;
	padding: 32px 10px 10px 0;
	position: static;
}
  
#ranking_weekly ol {
	list-style-position: inside;
	list-style-type: decimal;
}

#ranking_weekly li {
	color: #009ff0;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0 0 0 2px;
	background-image: none !important;
}

#ranking_weekly li a {
	font-size: 0.75em;
	font-weight: normal;
}

.customSelect {
	background-image: url(../images/sp_sortSelect_bg.png);
	background-size: 15px 6px;
}

/* -------------------------------
ページネーション
------------------------------- */
.wp-pagenavi,
.wp_page_numbers {
	min-height: 30px;
	margin: 10px 0 0;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp_page_numbers a,
.wp_page_numbers .curren,
.wp-pagenavi .skip{
	margin-top: 40px;
}

.wp-pagenavi .previouspostslink,
.wp_page_numbers .previouspostslink{
	width: 91px;
	height: 30px;
	margin-top: 0;
  padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/btn_prevPage_sp.png) !important;
	background-size: 91px 30px;
}

.wp-pagenavi .nextpostslink,
.wp_page_numbers .nextpostslink {
	width: 91px;
	height: 30px;
	margin-top: 0;
  padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/btn_nextPage_sp.png) !important;
	background-size: 91px 30px;
}


/* -------------------------------
一覧のバナー
------------------------------- */
.listBnr {
	display: none !important;
}


#rakuten_ad {
	display: none;
}




/* -------------------------------
詳細
------------------------------- */
#eyecatchArea {
	margin: 0 10px -4px;
	border: solid 2px #00a0f0;
}

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

#contentDetail #bnr_main img {
	max-width: 100%;
}
  
#contentDetail {
	margin-left: 10px;
	margin-right: 10px;
}

#contentTitle {
	font-size: 1.8em;
}

#authorName {
	font-size: 1.2em;
}

#contentDetail #tags {
	margin-bottom: 10px;
}

#contentDetail #date {
	text-align: left;
	margin-bottom: 10px;
}

#contentDetail #contentBody h2,
  #contentDetail #contentBody h3 {
	font-size: 1.4em;
}

#contentDetail #contentBody p,
 #contentDetail #contentBody li {
	font-size: 1.2em;
}

#contentDetail #contentBody img {
	border-width: 3px;
}


/* コンテンツ内 著者エリア */
#authorContent,
.authorContent{
	padding: 10px;
}

#authorContent dt,
.authorContent dt{
	width: 90px;
}

#authorContent dd,
.authorContent dd{
	margin-left: 110px;
}

#contentBody #authorContent dd h2 span,
#contentBody .authorContent dd h2 span {
    font-size: 0.8em;
}
  

/* 最新話／第1話をよむ */
#topReadArea {
	letter-spacing: -.4em;
}

#topReadArea a {
	color: #fff !important;
	font-size: 1.4em;
	line-height: 1.2;
	letter-spacing: normal;
	width: 41% !important;
	padding: 10px;
	margin: 0 1%;
	display: inline-block;
	background-color: #009ff0 !important;
}

#topReadArea a span {
	background-image: url(../images/sp_btn_readBg_off.gif) !important;
	background-size: 6px 10px;
}

#topReadArea img {
	height: 40px;
}


/* 公開中のエピソード */
.readEpisode {
	padding: 0;
}

.readEpisode dt {
	font-size: 1.4em;
	max-width: 76%;
}

.readEpisode dd a,
.readEpisode dd div{
	font-size: 1.2em;
	padding: 5px 10px;
}

.readEpisode dd a span {
	background-image: url(../images/sp_btn_readBg_off.gif) !important;
	background-size: 6px 10px;
}

.readEpisode dd a:hover {
	color: #fff;
	background-color: #009ff0;
}



/* #amazon_comicArea li */
#amazon_comicArea li {
	margin: 5px 6px 0;
}
/* -------------------------------
右エリア
------------------------------- */
#rightArea {
	width: auto;
	margin: 30px 10px 0;
  padding-top: 15px;
}

#rightArea h2 {
	text-align: center;
	background-color: #009ff0;
}

#right_freeContent .rightText {
	width: auto;
	margin-left: 75px;
	float: none;
}

#right_freeContent h2 {
	text-align: left;
	background-color: transparent;
}

#rightArea .internal_ad {
	border: solid 2px #009ff0;
}

#rightArea .external_ad,
#rightArea #free_adList1,
#rightArea #free_adList2{
	text-align: center;
	border: none;
	background-color: transparent;
}




/* -------------------------------
フッター
------------------------------- */
#copyright {
	text-align: left;
	margin: 0 10px;
}

#footer_content #sp_footerIcon {
	letter-spacing: -.4em;
	text-align: center;
	width: auto;
	margin: 0 0 10px;
	float: none;
}

#footer_content #sp_footerIcon li {
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 12px;
	display: inline-block;
}

#footer_content #sp_footerIcon li img {
	width: 34px;
	vertical-align: bottom;
}

#footer_content #sp_footerContent {
	letter-spacing: -.4em;
	width: auto;
	float: none;
}

#footer_content #sp_footerContent li {
	letter-spacing: normal;
	vertical-align: top;
	width: 46%;
	margin: 5px 2% 0;
	display: inline-block;
}

#sp_pageTop {
	text-align: center;
	margin: 16px;
}

#sp_pageTop a {
	color: #009ff0;
	font-weight: bold;
	line-height: 1;
	padding: 8px 20px 6px 6px;
	display: inline-block ;
	position: relative;
	background-color: #fff;
	border: solid 1px #009ff0;
}

#sp_pageTop a:after {
    width: 20px;
    height: 20px;
	margin-top: -9px;
    position: absolute;
	top: 50%;
    right: 0;
    content: "";
	background-image: url(../images/sp_arrowT.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

/* 広告 */
.sp_ad {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sp_ad img {
	border: none !important;
}

  

/* -------------------------------
デバイス切り替え
------------------------------- */
.pc_elements {
	display: none !important;
}

.sp_elements,
.wsbl_line {
	display: block !important;
}
}