@charset "UTF-8";
/* -------------------------------
トップ
------------------------------- */
#topSlider {
  width: 600px;
  height: 284px;
  overflow: hidden;
}

#topSlider .bx-wrapper {
	margin-bottom: 26px;
}

#topSlider .bx-viewport {
	width: 592px !important;
	left: 0;
	border: solid 4px #00a0f0;
	-moz-box-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#topSlider .bx-viewport li {
	font-size: 0.1em;
	line-height: 1;
  width: 592px;
  height: 250px;
	background-color: #fff;
}

#topSlider .bx-viewport li img {
	width: 592px;
  height: 250px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#topSlider .bx-viewport a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#topSlider .bx-pager.bx-default-pager a {
	width: 4px;
	height: 4px;
	background-color: #c8c8c8;
	border: solid 2px #c8c8c8;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#topSlider .bx-pager.bx-default-pager a:hover, #topSlider .bx-pager.bx-default-pager a.active {
	border: solid 2px #00a0f0;
}

#topSlider .bx-wrapper .bx-pager,
#topSlider .bx-wrapper .bx-controls-auto {
	bottom: -27px;
}

#recommendArea {
	margin-bottom: 15px;
}

#recommendArea img {
	vertical-align: bottom;
}

#recommendArea h1 {
	margin-bottom: 4px;
}

#recommendArea_info {
	width: 422px;
	height: auto;
	padding: 10px;
	float: left;
	background-color: #fff;
	border: solid 4px #00a0f0;
}

#recommendArea_info ul {
	height: 100px;
	overflow: auto;
}

#recommendArea_info li {
	font-size: 1.3em;
	line-height: 1.4;
	margin-top: 5px;
	padding-right: 6em;
	position: relative;
}

#recommendArea_info li:first-child {
	margin-top: 0;
}

#recommendArea_info li span {
	color: #aaa;
	font-size: 0.8em;
	position: absolute;
	top: 2px;
	right: 7px;
}

#recommendArea_ad {
	width: 130px;
	height: 120px;
	float: right;
	border: solid 4px #c8c8c8;
}

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



/* pickupSlider */
#contentList > ul.cF > #pickupSlider {
	width: 388px;
	height: 184px;
	position: relative;
	border: solid 4px #00a0f0;
	background-color: #fff;
}

#pickup_title {
	text-align: center;
	width: 356px;
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 10;
}

#pickup_title img {
	height: 19px;
}

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

#pickupSlider li {
	width: 338px !important;
	height: 166px;
	padding: 9px 25px;
}

#pickupSlider .bx-controls-direction a {
	width: 20px;
	height: 190px;
	top: 0;
	background-position: left top;
	z-index: 2;
}

#pickupSlider .bx-prev {
	margin: -4px 0 0 -4px;
	left: 0;
	background-image: url(../images/btn_pickup_left.gif);
}

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

#pickupSlider dt {
	width: 166px;
	height: 166px;
	overflow: hidden;
	float: left;
}

#pickupSlider dt img {
	vertical-align: top;
	width: 166px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#pickupSlider dd {
	font-size: 1.1em;
	width: 166px;
	padding: 15px 0 0;
	float: right;
	position: relative;
}

#pickupSlider dd div {
  width: 100%;
  height: 145px;
  overflow: hidden;
}

#pickupSlider dd strong {
	font-size: 1.25em;
	line-height: 1.4;
	display: block;
	margin-bottom: 5px;
  max-height: 2.8em;
	overflow: hidden;
}

#pickupSlider .pickupLink {
	/*color: #00a0f0;
	position: absolute;
	bottom: 0;
	right: 0;*/
}

#pickupSlider .pickupLink:hover  img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/* -------------------------------
記事ページ
------------------------------- */
#eyecatchArea {
	margin: 0 auto 15px;
	border: solid 4px #00a0f0;
}

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

#contentDetail {
	padding: 8px 15px 30px;
	border-top: solid 4px #00a0f0;
	border-bottom: solid 4px #00a0f0;
	background-color: #fff;
}
#contentDetail h1.sectionTitle {
	padding-bottom: 4px;
	border-bottom: solid 2px #00a0f0;
}

#toList {
	margin-left: -7px;
}

#toList a {
	color: #00a0f0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4;
}

#toList img {
	vertical-align: top;
	width: 13px;
	margin-right: 5px;
}

#contentTitle {
	font-size: 2.8em;
	line-height: 1.4;
	margin: 20px 0 20px;
}

#authorName {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	margin: -15px 0 20px;
}

#contentDetail #tags {
	color: #00a0f0;
  min-height: 1.6em;
	margin-bottom: 20px;
}

#contentDetail #date {
	color: #aaa;
	line-height: 1;
	text-align: right;
	margin: 20px 0 -20px;
}

#contentDetail #tags a {
	color: #00a0f0;
	margin-right: 10px;
}

.wp_social_bookmarking_light_clear {
	display: none;
}

#bnr_main {
	margin: 16px -11px 20px;
	clear: both;
}

#contentDetail #bnr_main img {
  vertical-align: bottom;
	width: 592px;
	border: none !important;
}

#contentDetail h2 {
	font-size: 2em;
	line-height: 1.2;
	margin-top: 25px;
	padding-bottom: 4px;
  clear: both;
	border-bottom: solid 2px #00a0f0;
}

#contentDetail h3 {
	font-size: 1.6em;
	line-height: 1.2;
	margin: 15px 0;
}

#contentBody {
  clear: both;
}
#contentBody p a{
	text-decoration: underline;
}

#contentDetail #contentBody p {
	font-size: 1.4em;
	margin: 12px 0;
}

#contentDetail #contentBody ul,
#contentDetail #contentBody ol {
  margin: 12px 0 12px 22px;
}

#contentDetail #contentBody li {
	font-size: 1.4em;
  margin : 0 0 3px;
}

#contentBody {
  margin-bottom: 15px;
}

#contentBody img {
	max-width: 100%;
  height: auto;
	border: solid 4px #e5f6fe;
  box-sizing: border-box;
}

#contentBody #authorContent dd h2,
#contentBody .authorContent dd h2{
	margin: 0 0 10px;
	padding-bottom: 0;
  clear: none;
	border: none;
}

#contentBody #authorContent dd h2 span,
#contentBody .authorContent dd h2 span{
	color: #00a0f0;
	font-size: 0.6em;
}

#contentBody #authorContent dd p,
#contentBody .authorContent dd p{
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0;
}

#contentBody .footnote {
	margin: 25px 0;
}

#contentBody .footnote p,
#contentBody .footnote li{
	font-size: 1em !important;
	margin-bottom: 0;
}

.footnoteLink {
  font-size: 10px;
  margin: 0 2px;
}

#content_copyright {
	text-align: right;
	margin: 5px 0;
}


#contentBody blockquote {
  margin: 15px 0;
  padding: 0 15px;
  border: solid 1px #c8c8c8;
}

/* authorContent */
#authorContent,
.authorContent{
	margin: 15px 0 25px;
	padding: 15px;
	background-color: #e5f6fe;
}

#authorContent dt,
.authorContent dt{
	width: 142px;
	height: auto;
	float: left;
}

#authorContent dt img,
.authorContent dt img{
	vertical-align: bottom;
	border: solid 4px #fff;
}

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

.prev_next {
  padding: 10px 0 5px;
  clear: both;
}

.prev_next a {
	margin: 5px 0 !important;
  float: left;
  display: block;
  clear: both;
}

.prev_next span {
  font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 52px;
  display: block;
	background-position: left 0.06em;
	background-repeat: no-repeat;
}

.link_prevPage {
	background-image: url(../images/btn_prevPage_off_s.png);
}

.link_nextPage {
	background-image: url(../images/btn_nextPage_off_s.png);
}


/* 最新話／第1話をよむ */
#topReadArea {
	text-align: center;
	margin: 15px 0 30px;
}

#topReadArea a {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 5px;
	padding: 15px 30px;
	display: inline-block;
	background-color: #009ff0;
}

#topReadArea a#latestStory {
	width: 235px;
}

#topReadArea a:hover {
	color: #009ff0;
	text-decoration: none;
	background-color: #c8c8c8;
}

#topReadArea a span {
	display: inline-block;
	padding-right: 10px;
	background-image: url(../images/btn_read_off.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#topReadArea a:hover span {
	background-image: url(../images/btn_read_on.gif);
}

/* 公開中のエピソード */
.readEpisode {
	margin: 15px 0 20px;
	padding: 0 50px;
}

.readEpisode dt {
	font-size: 1.6em;
	font-weight: bold;
	max-width: 370px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.readEpisode dt span {
	font-size: 0.8em;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
}

.readEpisode dd {
	margin-bottom: 10px;
	float: right;
}

.readEpisode dd a {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.1;
	font-weight: bold;
	margin: 0 5px;
	padding: 7px 20px 5px;
	display: inline-block;
	background-color: #009ff0;
}

.readEpisode dd a:hover {
	color: #009ff0;
	text-decoration: none;
	background-color: #c8c8c8;
}

.readEpisode dd a span {
	display: inline-block;
	padding-right: 10px;
	background-image: url(../images/btn_read_off.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.readEpisode dd div {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.1;
	font-weight: bold;
	margin: 0 5px;
	padding: 7px 20px 5px;
	display: inline-block;
	background-color: #c8c8c8;
}

.readEpisode dd div span {
	display: inline-block;
	padding-right: 10px;
	background-image: url(../images/btn_noread.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.readEpisode dd a:hover span {
	background-image: url(../images/btn_read_on.gif);
}


/* 単行本情報 */
#amazon_comicArea {
  margin-top: 20px;
}

#amazon_comicArea ul {
	letter-spacing: -.4em;
	list-style: none;
}

#amazon_comicArea li {
	vertical-align: top;
	letter-spacing: normal;
	width: 77px;
	margin: 5px 9px 0;
	display: inline-block;
}

#amazon_comicArea li span {
	font-size: 0.1em;
	line-height: 1;
	display: block;
	padding-top: 4px;
}

#amazon_comicArea li span.amazon_comicImg {
	padding-top: 15px;
}

#amazon_comicArea li span.amazon_comicTitle {
	font-size: 1.1em;
	line-height: 1.4;
  word-break: break-all;
}

#amazon_comicArea li img {
	vertical-align: top;
	width: 77px;
}


/* 動画関連 */
.movieArea {
  text-aligin: center;
  width: 570px;
  max-width: 100%;
  height: 0;
  margin: 15px 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
  
}

.movieArea iframe,
.movieArea  embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp_social_bookmarking_light {
  height: auto;
  overflow: hidden;
  padding: 0 0 10px !important;
  zoom: 1;
}

.wp_social_bookmarking_light :after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.wp_social_bookmarking_light div {
  height: 20px !important;
  min-height: 20px !important;
  padding-bottom: 8px !important;
}

#footer-sns-box {
	text-align: center;
	margin-top: 20px;
	vertical-align: top;
}
#footer-sns-box > div,
#footer-sns-box > iframe{
	margin-top: 5px !important;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

/* -------------------------------
固定ページ
------------------------------- */