@charset "UTF-8";
/* **********************************************************
■　Reset
********************************************************** */
/**
    * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
    * http://cssreset.com
    * Copyright 2012 Yahoo! Inc. All rights reserved.
    * http://yuilibrary.com/license/
    */
    /*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
    */
html {
	color: #000;
	background: #FFF;
}
/*
    TODO remove settings on BODY since we can't namespace it.
    */
    /*
    TODO test putting a class on HEAD.
    - Fails on FF.
    */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
    */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
 *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}

/* **********************************************************
■　Print
********************************************************** */
@media print {
body {
	zoom: 90%;
}
}
/* **********************************************************
■　Default
********************************************************** */
body {
	color: #7d7d7d;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 12pt;
	line-height: 1.2em;
	background: #f5f5f5;
}
h2 {
	line-height: 0;
}
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
hr {
	color: #006400;
	border: 1px solid;
	height: 1px;
	margin: 20px 0px;
	clear: both;
}
.sp {
	display: none;
}

/* 【スマホ】 */
@media (max-width: 640px) {
.sp {
	display: block
}
.pc {
	display: none;
}
}
/* **********************************************************
■　Clearfix
********************************************************** */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*===========================================================
Background
===========================================================*/
img.bgmaximage {
	position: fixed !important;
	display: none;
}
#bgmaximage {
	position: absolute;
	top: 1px;
	left: 10px;
	z-index: 50;
	width: 100%;
}
/*===========================================================
Container 
===========================================================*/
.container {
	width: 960px;
	margin: auto;
}
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* 【スマホ】 */
@media (max-width: 640px) {
.container {
	width: 100%;
}
}
/*===========================================================
Banner
===========================================================*/
.bnr_pc728 {
	width: 728px;
	margin: 0 auto 10px;
}
.bnr_spbnr, bnr_spmidrec {
	display: none;
}

/* 【スマホ】 */
@media (max-width: 640px) {
.bnr_pc300, .bnr_pc728 {
	display: none;
}
.bnr_spbnr {
	display: block;
}
.bnr_spmidrec {
	display: block;
	margin-top: 10px;
}
}
/*===========================================================
Header
===========================================================*/
#top-head {
	position: absolute;
	top: -100px;
	width: 100%;
	background: #fff;
	margin: 100px auto;
	padding: 10px 0;
	line-height: 1;
	z-index: 999;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#top-head .inner {
	height: 75px;
	position: relative;
}
header {
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
header .header_inner {
	position: relative;
	width: 960px;
	height: 100px;
	padding: 5px 0;
	margin: auto;
}
header .header_inner .bnr_header {
	float: right;
}
header .header_inner .logo {
	text-align: left;
	margin-top: 15px;
}
header .header_inner .logo img {
	width: 440px;
}
.nav-horizontal ul.list {
	position: absolute;
	bottom: 0;
}
header ul li {
	float: left;
	font-size: 14px;
	line-height: 2.2em;
}
header ul li a {
	color: #333;
	padding: 0 13px 4px;
}
header ul li a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: solid 5px #665609;
}
header ul li a:visited {
	color: #333;
}
/* 表示ページ */
body#egg header ul li.egg a, body#otokojuku header ul li.otokojuku a, body#flavors header ul li.flavors a, body#meltybullet header ul li.meltybullet a, body#goraku header ul li.goraku a, body#special header ul li.special a, body#heaven header ul li.heaven a, body#list header ul li.list a {
	border-bottom: solid 5px #665609;
}

@media screen and (max-width: 640px) {
#top-head {
	position: fixed;
	top: 0;
	margin-top: 0;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 48px;
	z-index: 999;
	position: relative;
	background: transparent;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 10px auto;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
}
#global-nav ul li {
	float: none;
	position: static;
}
header .header_inner {
	height: 90px;
}
header .header_inner .bnr_header {
	width: 100%;
}
header .header_inner .logo {
	margin-top: 0;
}
header .header_inner .logo img {
	width: 98%;
	margin: 15px 1% 5px;
}
header .header_inner {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.nav-horizontal {
	height: 3em; /* 可視領域の高さ */
	width: 100%;
	font-size: 13px;
	overflow: hidden;
}
.nav-horizontal .mask {
	height: 5em; /* 横スクロールする理屈上の高さ */
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;  /* 慣性スクロール */
}
.nav-horizontal ul.list {
	display: inline-table;
	position: static;
	max-width: 100%;
}
.nav-horizontal ul.list li {
	float: none;
	display: table-cell;
	word-break: keep-all;
}
.nav-horizontal ul.list li a {
	display: block;
	text-decoration: none;
	height: 2.5em;
	line-height: 3;
	padding: 0 1em;
}
}
/* **********************************************************
■　Common
********************************************************** */
section {
	clear: both;
}
#mainv {
	padding-top: 20px;
}
#mainv h2 {
	padding-bottom: 15px;
}
/* SNS */
.sns {
	display: inline-block;
	float: left;
	margin: 0 0 5px 5px;
}
/* コミックス発売 */
ul#comic li {
	width: 298px;
	float: left;
	background: #fff;
	border: solid 1px #c8c8c8;
	padding: 5px;
	margin: 0 15px 10px 0;
	position: relative;
}
ul#comic li.li_right {
	margin-right: 0;
}
ul#comic li img.comic {
	width: 100px;
	height: 144px;
	float: left;
}
ul#comic li p {
	width: 188px;
	float: right;
}
ul#comic li p.date {
	font-size: 12px;
	border-bottom: dotted 1px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
ul#comic li p.title {
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.2em;
}
ul#comic li p.title a {
	color: #dc001e;
}
ul#comic li p.writer {
	margin-bottom: 5px;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.2em;
}
ul#comic li p.price {
	margin-bottom: 5px;
	font-size: 16px;
	position: absolute;
	bottom: 23px;
	right: 5px
}
ul#comic li p.price span {
	margin-bottom: 5px;
	color: #afafaf;
	font-size: 10px;
}
ul#comic li img.btn_buy {
	position: absolute;
	bottom: 5px;
	right: 5px
}
img.comic {
	border: solid 1px #c8c8c8;
}

/* 【スマホ】 */
@media (max-width: 640px) {
#mainv {
	padding-top: 15px;
}
#mainv h2 {
	padding-bottom: 5px;
}
h2 img {
	width: 100%;
}
/* コミックス発売 */
ul#comic li {
	width: 100%;
	border: none;
	border-bottom: solid 1px #c8c8c8;
	padding: 5px 0;
	margin: 0;
}
ul#comic li img.comic {
	width: 75px;
	height: 108px;
	margin-left: 3%;
}
ul#comic li p {
	width: 62%;
}
ul#comic li p.date {
	width: 58%;
	margin: 0 3% 5px 0;
}
ul#comic li p.title {
	margin-bottom: 3px;
	line-height: 1.1em;
}
ul#comic li p.price {
	text-align: right;
	font-size: 15px;
	position: absolute;
	top: 4px;
	right: 3%;
}
ul#comic li img.btn_buy {
	width: 208px;
	right: 3%;
}
}
/*===========================================================
Main
===========================================================*/
#column2 {
	padding-top: 20px;
}
div#main {
	float: left;
	width: 630px;
}

/* 【スマホ】 */
@media (max-width: 640px) {
div#main {
	float: none;
	width: auto;
}
}
/*===========================================================
Side
===========================================================*/
div#side {
	width: 310px;
	float: right;
}
ul#magazine a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* 【スマホ】 */
@media (max-width: 640px) {
div#side {
	width: 100%;
	float: none;
}
div#side .side_bnr {
	width: 98%;
	margin: 0 1%;
}
ul#magazine img {
	width: 70%;
	margin: 0 auto;
}
}
/*
Twitter
-----------------------------------------------------------*/
.twitter-timeline {
	height: 200px;
}
/*===========================================================
Banner
===========================================================*/
section#bnr {
	padding: 0 33px;
	margin-bottom: 20px;
}
section#bnr ul li {
	float: left;
	margin: 0 0 5px 5px;
}
section#bnr ul li img {
	width: 291px;
	height: 60px;
	border: solid 1px #c8c8c8;
}

@media (max-width: 640px) {
section#bnr {
	text-align: center;
	padding: 0;
	margin: 10px 0;
}
section#bnr ul li {
	float: none;
	margin: 0;
}
section#bnr ul li img {
	width: 80%;
	height: auto;
	margin-bottom: 5px;
}
}
/*===========================================================
Footer
===========================================================*/
footer {
	padding: 15px 0;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	background: #323232;
}
footer p {
	margin: auto;
}
footer p a {
	color: #FFF;
	text-decoration: underline;
}
footer p a:visited {
	color: #FFF;
}
footer p.copy {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 10px;
}

/* 【スマホ】 */
@media (max-width: 640px) {
footer p {
	line-height: 1.4;
}
footer p.copy {
	font-size: 10px;
	line-height: 1;
	margin-top: 10px;
}
}
/* **********************************************************
■　HOME
********************************************************** */
ul#bnr_main {
	width: 960px;
	height: 320px;
	overflow: hidden;
}
ul#bnr_main a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div.label {
	padding: 5px 0 1px;
}
div.g {
	background: #eae9e4;
}
div.b {
	background: #E4E4E4;
}
div.w {
	background: #fff;
}
div.label article {
	width: 960px;
	margin: auto;
}
/* レーベル半分 */
div.label div.half {
	float: left;
	width: 50%;
}
div.label div.half2 {
	float: right;
	width: 50%;
}
div.label_ttl {
	border-bottom: 3px solid #665609;
	padding-bottom: 10px;
	margin: 5px 5px 0;
}
div.label_ttl h2 {
	float: left;
	width: 240px;
}
div.label_ttl h2 img {
	width: 100%;
}
div.label_ttl a div.more {
	float: right;
	width: 140px;
	height: 30px;
	color: #665609;
	text-align: center;
	font-size: 16px;
	line-height: 31px;
	border: solid 1px #665609;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	margin: 30px 5px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}
div.label_ttl a:hover div.more {
	color: #fff;
	border: solid 1px #665609;
	background: #665609;
}
div.label_ttl p {
	float: left;
	width: 520px;
	color: #665609;
	font-weight: bold;
	margin: 38px 0 0 10px;
}
/* レーベル半分 */
div.half div.label_ttl p, div.half2 div.label_ttl p {
	margin: 5px 0 0 0;
}
#home div#serial_container {
	padding-top: 10px;
	margin-bottom: 8px;
}
div.scale {
	width: 230px;
	height: 141px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
div.scale img {
	transition: transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
}
div.scale img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

/* 【スマホ】 */
@media (max-width: 640px) {
ul#bnr_main {
	width: 100%;
	max-height: 210px;
	overflow: hidden;
}
div.label article {
	width: 100%;
}
/* レーベル半分 */
div.label div.half {
	float: none;
	width: 100%;
}
div.label div.half2 {
	float: none;
	width: 100%;
	background: #E4E4E4;
	padding: 10px 0 5px;
}
div.label_ttl {
	padding-bottom: 5px;
}
div.label_ttl h2 {
	width: 160px;
}
div.label_ttl a div.more {
	width: 100px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	margin: 10px 5px 0;
}
div.label_ttl p {
	width: 100%;
	font-size: 16px;
	margin: 2px 0 0 0;
}
#home div#serial_container {
	padding-top: 0;
	margin-bottom: 4px;
}
/* liのposition: relative;で高さがなくなり、スマホで見た場合の影の間に隙間ができる対応 */
div.scale {
	display: inline;
	margin-bottom: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
div.scale img {
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
div.scale img:hover {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
}
/* **********************************************************
■　ゴラクエッグ連載作品
********************************************************** */
div#serial {
	background: #E4E4E4;
	padding-top: 10px;
}
div#serial a:hover {
	text-decoration: none;
}
div#serial section {
	width: 960px;
	margin: auto;
}
div#serial_container {
	margin: 15px 0 25px;
}
div#serial_container ul li {
	width: 230px;
	float: left;
	position: relative;
	margin: 0 5px 15px;
}
div#serial_container ul li img {
	width: 230px;
}
div#serial_container ul li span.update {
	width: 47px;
	height: 45px;
	background: url(../img/egg/update_bg.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(240,255,0,1.00);
	font-size: 15px;
	font-weight: bold;
	line-height: 0.9em;
	padding: 6px 4px 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
div#serial_container ul li span.update_img {
	width: 72px;
	height: 45px;
	background: url(../img/egg/update_bg.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 4px 0;
}
div#serial_container ul li span.comp_img {
	width: 72px;
	height: 45px;
	background: url(../img/egg/comp_bg.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 4px 0;
}
div#serial_container ul li span.update_img img {
	width: 72px;
}
div#serial_container ul li span.comp_img img {
	width: 72px;
}
div#serial_container ul li a:hover span.update_img img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div#serial_container h2 {
	width: 75%;
	float: right;
	text-align: right;
	color: #dc3232;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 2px;
}
div#serial_container h3 {
	width: 90%;
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 2px;
}
div#serial_container div.btn {
	width: 110px;
	height: 20px;
	text-align: center;
	color: #969696;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background: #fff;
	border: solid 2px #969696;
	margin-bottom: 2px;
}
div#serial_container div.btn_l {
	width: 226px;
	height: 20px;
	text-align: center;
	color: #969696;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background: #fff;
	border: solid 2px #969696;
	margin-bottom: 2px;
}
div#serial_container a div.btn, div#serial_container a div.btn_l {
	color: #dc3232;
	border: solid 2px #dc3232;
	-webkit-transition: all .4s;
	transition: all .4s;
}
div#serial_container a:hover div.btn, div#serial_container a:hover div.btn_l {
	color: #fff;
	border: solid 2px #dc3232;
	background: #dc3232;
}

/* 【スマホ】 */
@media (max-width: 640px) {
div#serial {
	padding-top: 0px;
}
div#serial section {
	width: 100%;
}
div#serial_container {
	padding-left: 1%;
	margin-bottom: 0;
}
div#serial_container ul li {
	width: 49%;
	margin: 0 1% 7px 0;
	float: left;
	position: relative;
}
div#serial_container ul li img {
	width: 100%;
}
div#serial_container ul li span.update {
	width: 42px;
	height: 40px;
	font-size: 14px;
	padding: 4px;
}
div#serial_container ul li span.update_img {
	width: 60px;
	background: url(../img/egg/update_bg.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 0 0 -30px;
}
div#serial_container h2 {
	width: 70%;
	font-size: 16px;
}
div#serial_container h3 {
	width: 75%;
	font-size: 12px;
	margin-bottom: 10px;
}
div#serial_container div.btn {
	width: 47%;
	font-size: 12px;
	margin-bottom: 2px;
}
	div#serial_container div.btn_l {
	width: 98%;
	font-size: 12px;
	margin-bottom: 2px;
}
}
/* **********************************************************
■　男塾
********************************************************** */
#otokojuku div#serial {
	background: #E4E4E4;
	margin-bottom: 15px;
}
#otokojuku div#serial section {
}
#otokojuku div#serial ul {
}
#otokojuku div#serial_container ul li {
	width: 450px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	padding: 10px;
}
#otokojuku div#serial_container ul li img {
	float: right;
	margin-left: 10px;
}
#otokojuku div#serial_container h2 {
	width: 42%;
}
#otokojuku div#serial_container h3 {
	width: 45%;
}
#otokojuku div#serial_container p.copy {
	width: 45%;
	float: right;
	text-align: right;
	margin-top: 5px;
	color: #333333;
	font-size: 14px;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0 0x;
}
#otokojuku div#serial_container div.btn {
	width: 100px;
}
.job dt.toggle {
	width: 210px;
	height: 25px;
	float: right;
	background: url(../img/otokojuku/open.png) center center no-repeat;
	background-size: 130px;
}
.job dt.active {
	width: 210px;
	height: 25px;
	float: right;
	background: url(../img/otokojuku/close.png) center center no-repeat;
	background-size: 130px;
}
.job dd.toggle {
	display: none;
	font-size: 14px;
	line-height: 1.2em;
}

/* 【スマホ】 */
@media (max-width: 640px) {
#otokojuku div#serial {
	padding-bottom: 5px;
	margin-bottom: 0;
}
#otokojuku div#serial_container {
	padding-left: 0;
	margin: 10px 0;
}
#otokojuku div#serial ul li {
	width: 98%;
	padding: 10px 1%;
}
#otokojuku div#serial_container ul li img {
	width: 50%;
	margin-left: 1%;
}
#otokojuku div#serial_container ul li span.update_img img {
	width: 100%;
}
#otokojuku div#serial_container h2 {
	width: 38%;
}
#otokojuku div#serial_container h3 {
	width: 42%;
}
#otokojuku div#serial_container div.btn {
	width: 23%;
}
#otokojuku div#serial_container p.copy {
	width: 49%;
	float: left;
	text-align: left;
	font-size: 12px;
	overflow: inherit;
	margin-top: 8px;
}
#otokojuku .job dt.toggle {
	width: 49%;
	background: url(../img/otokojuku/open.png) center center no-repeat;
	background-size: 110px;
	margin-top: 5px;
}
#otokojuku .job dt.active {
	background: url(../img/otokojuku/close.png) center center no-repeat;
	background-size: 110px;
}
}
/* **********************************************************
■　Flavors
********************************************************** */
#flavors {
	background: #fff;
}
#flavors div#serial {
	background: #E4E4E4;
	margin-bottom: 20px;
}
#flavors div#serial_container ul li {
	width: 600px;
	background: #fff;
	border: solid 5px;
	border-top: solid 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 20px 10px;
}
/* 枠線色分け */
#flavors div#serial_container ul li.r {
	border-color: #fe8d9c;
}
#flavors div#serial_container ul li.o {
	border-color: #ffba00;
}
#flavors div#serial_container ul li.g {
	border-color: #c4d701;
}
#flavors div#serial_container ul li.p {
	border-color: #ff78b2;
}
#flavors div#serial_container ul li img.serial_bnr {
	width: 600px;
}
#flavors div#serial_container ul li span.update {
	width: 75px;
	height: 75px;
}
/* 更新日背景色分け */
#flavors div#serial_container ul li span.r {
	background: url(../flavors/img/update_bg_r.png) no-repeat;
	background-size: 60px 60px;
}
#flavors div#serial_container ul li span.o {
	background: url(../flavors/img/update_bg_o.png) no-repeat;
	background-size: 60px 60px;
}
#flavors div#serial_container ul li span.g {
	background: url(../flavors/img/update_bg_g.png) no-repeat;
	background-size: 60px 60px;
}
#flavors div#serial_container ul li span.p {
	background: url(../flavors/img/update_bg_p.png) no-repeat;
	background-size: 60px 60px;
}
#flavors div#serial_container div.comic_btn {
	margin: 5px 0;
}
#flavors div#serial_container div.comic_btn div.btn {
	width: 140px;
	height: 30px;
	float: left;
	font-size: 16px;
	line-height: 31px;
	border: solid 1px #969696;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	margin: 0 4px;
}
#flavors div#serial_container div.comic_btn a div.btn {
	color: #e5107d;
	border: solid 1px #e5107d;
}
#flavors div#serial_container div.comic_btn a:hover div.btn {
	color: #fff;
	border: solid 1px #e5107d;
	background: #e5107d;
}
#flavors div#serial_container comic_ttl {
	float: left;
	width: 320px;
}
#flavors div#serial_container h2 {
	display: inline;
	float: left;
	width: auto;
	text-align: left;
	color: #e5107d;
	margin-right: 5px;
}
#flavors div#serial_container h3 {
	display: inline;
	float: left;
	width: auto;
	text-align: left;
	padding-top: 5px;
}
#flavors div#serial_container dl.job dt.toggle {
	width: 100%;
	height: 25px;
	background: #fff url(../img/otokojuku/open.png) right bottom no-repeat;
	background-size: 130px;
}
#flavors div#serial_container dl.job dt.active {
	width: 100%;
	height: 25px;
	background: url(../img/otokojuku/close.png) right bottom no-repeat;
	background-size: 130px;
}
#flavors div#serial_container dl.job dd.toggle {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
}
#flavors div#serial_container dl.job dd.toggle p {
	margin-top: 10px;
}
#flavors div#serial_container dl.job dd.toggle p img.cut {
	float: left;
	border: solid 1px #c8c8c8;
	margin-right: 15px;
}
#flavors div#serial_container dl.job dd.toggle p strong {
	color: #ff78b2;
	font-size: 22px;
	font-wight: bold;
	line-height: 1.2em;
}
#flavors div#twitter {
	background: #fff;
	border: solid 5px #c4d701;
	border-top: solid 20px #c4d701;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 0 10px;
	margin: 15px 0 20px;
}
/* 【スマホ】 */
@media (max-width: 640px) {
#flavors div#serial {
	padding-bottom: 5px;
	margin-bottom: 0;
}
#flavors div#serial_container {
	padding-left: 0;
	margin: 0 0 10px;
}
#flavors div#serial_container ul {
	padding: 0 1%;
}
#flavors div#serial_container ul li {
	width: 94%;
	border: solid 3px;
	border-top: solid 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 15px 8px;
	margin-bottom: 10px;
}
#flavors div#serial_container ul li img.serial_bnr {
	width: 100%;
}
/* 更新日背景色分け */
#flavors div#serial_container ul li span.r {
	background: url(../flavors/img/update_bg_r.png) no-repeat;
	background-size: 50px 50px;
}
#flavors div#serial_container ul li span.o {
	background: url(../flavors/img/update_bg_o.png) no-repeat;
	background-size: 50px 50px;
}
#flavors div#serial_container ul li span.g {
	background: url(../flavors/img/update_bg_g.png) no-repeat;
	background-size: 50px 50px;
}
#flavors div#serial_container ul li span.p {
	background: url(../flavors/img/update_bg_p.png) no-repeat;
	background-size: 50px 50px;
}
#flavors div#serial_container ul li span.update_img img {
	width: 100%;
}
#flavors div#serial_container div.comic_btn div.btn {
	width: 48%;
	margin: 2px 0;
}
#flavors div#serial_container div.comic_btn div.right {
	float: right;
}
#flavors div#serial_container dl.job dt.toggle {
	width: 100%;
	height: 50px;
	text-align: right;
	background: #fff url(../img/otokojuku/open.png) center bottom no-repeat;
	background-size: 130px;
}
#flavors div#serial_container dl.job dt.active {
	width: 100%;
	height: 50px;
	background: url(../img/otokojuku/close.png) center bottom no-repeat;
	background-size: 130px;
}
#flavors div#serial_container dl.job dd.toggle {
	display: none;
}
#flavors div#serial_container dl.job dd.toggle p {
	padding: 10px 3%;
}
#flavors div#serial_container dl.job dd.toggle p img.cut {
	width: 80%;
	margin: 0 10% 10px;
}
#flavors div#twitter {
	width: 95%;
	border: solid 3px #c4d701;
	border-top: solid 15px #c4d701;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 0 3px;
	margin: 0 1% 10px;
}
}
/* **********************************************************
■　MeltyBullet
********************************************************** */
#meltybullet {
	background: url(../meltybullet/img/bg.png) center center / cover no-repeat fixed;
}
#meltybullet div#serial {
	background: #E4E4E4;
	margin-bottom: 20px;
}
#meltybullet div#serial_container ul li {
	width: 600px;
	background: #fff;
	border: solid 5px;
	border-top: solid 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 20px 10px;
}
/* 枠線色分け */
#meltybullet div#serial_container ul li.pr {
	border-color: #B021C1;
}
#meltybullet div#serial_container ul li.dg {
	border-color: #00552e;
}
#meltybullet div#serial_container ul li.g {
	border-color: #B021C1;
}
#meltybullet div#serial_container ul li.p {
	border-color: #B021C1;
}
#meltybullet div#serial_container ul li img.serial_bnr {
	width: 600px;
}
#meltybullet div#serial_container ul li div.update {
	color: #000;
	font-weight: bold;
	padding: 9px 7px 0;
	margin-bottom: 5px;
}
#meltybullet div#serial_container ul li div.update span {
	display: block;
	float: left;
	width: 150px;
	color: rgba(240,255,0,1.00);
	font-size: 15px;
	line-height: 0.9em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
/* 更新日背景色分け */
#meltybullet div#serial_container ul li div.update {
	background: url(../meltybullet/img/update_bg.png) no-repeat;
	background-size: 150px 28px;
}
#meltybullet div#serial_container ul li div.update.o {
	background: url(../flavors/img/update_bg_o.png) no-repeat;
	background-size: 60px 60px;
}
#meltybullet div#serial_container ul li div.update.g {
	background: url(../flavors/img/update_bg_g.png) no-repeat;
	background-size: 60px 60px;
}
#meltybullet div#serial_container ul li div.update.p {
	background: url(../flavors/img/update_bg_p.png) no-repeat;
	background-size: 60px 60px;
}
#meltybullet div#serial_container div.comic_btn {
	margin: 5px 0;
}
#meltybullet div#serial_container div.comic_btn div.btn {
	width: 140px;
	height: 30px;
	float: left;
	font-size: 16px;
	line-height: 31px;
	border: solid 1px #969696;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	margin: 0 4px;
}
#meltybullet div#serial_container div.comic_btn a div.btn {
	color: #e5107d;
	border: solid 1px #e5107d;
}
#meltybullet div#serial_container div.comic_btn a:hover div.btn {
	color: #fff;
	border: solid 1px #e5107d;
	background: #e5107d;
}
#meltybullet div#serial_container comic_ttl {
	float: left;
	width: 320px;
}
#meltybullet div#serial_container h2 {
	display: inline;
	float: left;
	width: auto;
	text-align: left;
	color: #e5107d;
	margin-right: 5px;
}
#meltybullet div#serial_container h3 {
	display: inline;
	float: left;
	width: auto;
	text-align: left;
	padding-top: 5px;
}
#meltybullet div#serial_container dl.job dt.toggle {
	width: 100%;
	height: 25px;
	background: #fff url(../img/otokojuku/open.png) right bottom no-repeat;
	background-size: 130px;
}
#meltybullet div#serial_container dl.job dt.active {
	width: 100%;
	height: 25px;
	background: url(../img/otokojuku/close.png) right bottom no-repeat;
	background-size: 130px;
}
#meltybullet div#serial_container dl.job dd.toggle {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
}
#meltybullet div#serial_container dl.job dd.toggle p {
	margin-top: 10px;
}
#meltybullet div#serial_container dl.job dd.toggle p img.cut {
	float: left;
	width: 100px;
	margin-right: 15px;
}
#meltybullet div#serial_container dl.job dd.toggle p strong {
	color: #ff78b2;
	font-size: 24px;
	font-wight: bold;
	line-height: 1.3em;
}
#meltybullet div#twitter {
	background: #fff;
	border: solid 5px #5ea9dd;
	border-top: solid 20px #5ea9dd;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 0 10px;
	margin: 15px 0 20px;
}
/* 【スマホ】 */
@media (max-width: 640px) {
#meltybullet {
	background: url(../meltybullet/img/bg_sp.png) center center / cover no-repeat fixed;
}
#meltybullet div#serial {
	padding-bottom: 5px;
	margin-bottom: 0;
}
#meltybullet div#serial_container {
	padding-left: 0;
	margin: 0 0 10px;
}
#meltybullet div#serial_container ul {
	padding: 0 1%;
}
#meltybullet div#serial_container ul li {
	width: 94%;
	border: solid 3px #B021C1;
	border-top: solid 15px #B021C1;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 15px 8px;
	margin-bottom: 10px;
}
#meltybullet div#serial_container ul li img.serial_bnr {
	width: 100%;
}
/* 更新日背景色分け */
#meltybullet div#serial_container ul li span.r {
	background: url(../flavors/img/update_bg_r.png) no-repeat;
	background-size: 50px 50px;
}
#meltybullet div#serial_container ul li span.o {
	background: url(../flavors/img/update_bg_o.png) no-repeat;
	background-size: 50px 50px;
}
#meltybullet div#serial_container ul li span.g {
	background: url(../flavors/img/update_bg_g.png) no-repeat;
	background-size: 50px 50px;
}
#meltybullet div#serial_container ul li span.p {
	background: url(../flavors/img/update_bg_p.png) no-repeat;
	background-size: 50px 50px;
}
#meltybullet div#serial_container ul li span.update_img img {
	width: 100%;
}
#meltybullet div#serial_container div.comic_btn div.btn {
	width: 48%;
	margin: 2px 0;
}
#meltybullet div#serial_container div.comic_btn div.right {
	float: right;
}
#meltybullet div#serial_container dl.job dt.toggle {
	display: block;
	width: 100%;
	height: 50px;
	text-align: right;
	background: #fff url(../img/otokojuku/open.png) center bottom no-repeat;
	background-size: 130px;
}
#meltybullet div#serial_container dl.job dt.active {
	width: 100%;
	height: 50px;
	background: url(../img/otokojuku/close.png) center bottom no-repeat;
	background-size: 130px;
}
#meltybullet div#serial_container dl.job dd.toggle {
	display: none;
}
#meltybullet div#serial_container dl.job dd.toggle p {
	padding: 10px 3%;
}
#meltybullet div#serial_container dl.job dd.toggle p img.cut {
	width: 50%;
	margin: 0 25% 10px;
}
#meltybullet div#twitter {
	width: 95%;
	border: solid 3px #c4d701;
	border-top: solid 15px #c4d701;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 0 3px;
	margin: 0 1% 10px;
}
}
/*
試し読みランキング
-----------------------------------------------------------*/
div#ranking_container {
	background: url(../img/common/scrollbg.gif) repeat-x;
	padding: 15px 0;
}
div#ranking_container dl {
	width: 120px;
	margin-right: 7px;
	float: left;
}
div#ranking_container dl.li_right {
	margin-right: 0;
}
div#ranking_container dl dd {
	margin-bottom: 4px;
	position: relative;
}
div#ranking_container dl dd img {
	display: block;
}
div#ranking_container dl dd img.rank {
	width: 35px;
	height: 30px;
	position: absolute;
	bottom: -4px;
	left: -4px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div#ranking_container dl dt {
	width: 122px;
	height: 35px;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 1.1em;
	text-align: center;
}

/* 【スマホ】 */
@media (max-width: 640px) {
section#ranking h2 img {
	margin-bottom: 10px;
}
div#ranking_container {
	width: 100%;
	overflow: hidden;
	background: url(../img/common/scrollbg.gif) repeat-x 0 100px;
	padding: 0 0 10px;
}
div#ranking_container .flipsnap {
	width: 1450px;
}
div#ranking_container li:first-child {
	margin-left: 6px;
}
div#ranking_container dl {
	width: 98px;
	margin-right: 6px;
}
div#ranking_container dl dd img {
	width: 98px;
}
div#ranking_container dl dt {
	width: 100px;
	height: 25px;
	margin-bottom: 6px;
}
}
/*
新着試し読み
-----------------------------------------------------------*/
section#new {
	margin-bottom: 30px;
}
.list_bnr img {
	width: 100%;
}

/* 【スマホ】 */
@media (max-width: 640px) {
section#new {
	margin-bottom: 10px;
}
section#new h2 img {
	margin-bottom: 10px;
}
}
/*
新刊コミックス発売スケジュール
-----------------------------------------------------------*/
div#schedule_container {
	padding: 10px 0;
	margin-bottom: 5px;
}
div#schedule_container ul li img.comic {
	width: 100px;
	height: 144px;
}
div#schedule_container ul li img.btn_buy {
	width: 188px;
	height: 24px;
}

/* 【スマホ】 */
@media (max-width: 640px) {
div#schedule_container {
	padding: 0;
	margin-bottom: 0;
}
}
/*
ゴラクチャンネル
-----------------------------------------------------------*/
section#channel h2 {
	width: 960px;
	height: 44px;
	background: url(../img/h2/h2_channel.gif);
	text-indent: -9999px;
}
div#channel_container {
	padding: 10px 0;
	margin-bottom: 25px;
	background: #c8c8c8;
}
div#channel_container li {
	margin-left: 15px;
	float: left;
}
/* **********************************************************
■　週刊漫画ゴラク & 漫画ゴラクスペシャル & コミックヘヴン
********************************************************** */
/*
表紙
-----------------------------------------------------------*/
section#cover {
	margin: -45px 0 25px;
}
section#cover img {
	width: 628px;
	height: 888px;
}
div#cover_container {
	height: 35px;
	position: relative;
}
div#cover_container p {
	color: #dc001e;
	position: absolute;
	bottom: -1px;
}
div#cover_container p#no {
	text-align: left;
	position: absolute;
	left: 0;
}
/* ヘヴン */
div#cover_container p#no img {
	width: auto;
	height: 33px;
}
div#cover_container p#date {
	padding-bottom: 6px;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 1px;
}
div#cover_container p#date span {
	font-size: 38px;
}
section#cover p#week {
	width: 160px;
	text-align: left;
	float: left;
}
section#cover p#price {
	width: 160px;
	color: #dc001e;
	float: right;
	text-align: right;
}
section#cover p#price span {
	font-size: 12px;
}

/* 【スマホ】 */
@media (max-width: 640px) {
section#cover {
	text-align: center;
	margin: 0 0 10px;
}
section#cover img {
	width: 90%;
	height: auto;
}
div#cover_container {
	height: 30px;
	position: relative;
}
div#cover_container p {
	position: absolute;
	bottom: -1px;
}
div#cover_container p#no {
	font-size: 12px;
	line-height: 1;
	text-align: left;
	padding-bottom: 2px;
	position: absolute;
	left: 5%;
}
/* ヘヴン */
div#cover_container p#no img {
	width: auto;
	height: 25px;
}
div#cover_container p#date {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 2px;
	position: absolute;
	right: 5%;
}
div#cover_container p#date span {
	font-size: 26px;
}
section#cover p#week {
	width: 128px;
	margin-left: 5%;
}
p#price {
	margin-right: 5%;
}
}
/*
掲載作品ラインナップ
-----------------------------------------------------------*/
section#lineup h2 {
	width: 630px;
	height: 44px;
}
div#lineup_container {
	background: #dcdcdc;
	padding: 10px 5px 10px 10px;
	margin-bottom: 25px;
}
/* Pickup */
ul#pickup {
	margin-bottom: 10px;
	border-bottom: dotted 1px;
}
ul#pickup li {
	width: 200px;
	float: left;
	margin: 0 5px 5px 0;
}
ul#pickup li img {
	width: 200px;
	height: 150px;
	margin-bottom: 2px;
}
ul#pickup li img.font {
	float: none;
	width: 12px;
	height: 13px;
	margin: 0;
}
ul#pickup li p {
	width: 200px;
}
ul#pickup li p.title {
	color: #4b4b4b;
	font-weight: bold;
	line-height: 1.2em;
}
ul#pickup li p.title a {
	color: #dc001e;
}
ul#pickup li p.writer {
	margin-bottom: 2px;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.2em;
}
ul#pickup li p.lead {
	font-size: 12px;
	line-height: 1.2em;
}
div#lineup_container ul.lineup {
	width: 300px;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
div#lineup_container ul.lineup li span {
	font-size: 15px;
	font-weight: bold;
}
div#lineup_container ul.lineup li a {
	color: #dc001e;
	font-size: 15px;
	font-weight: bold;
}

/* 【スマホ】 */
@media (max-width: 640px) {
section#lineup h2 {
	width: 100%;
	height: auto;
}
div#lineup_container {
	background: #ffffff;
	margin-bottom: 0;
}
/* Pickup */
ul#pickup li {
	width: 100%;
	display: block;
	float: none;
	clear: both;
	margin: 0;
}
ul#pickup li img {
	width: 130px;
	height: auto;
	float: left;
	margin: 0 8px 8px 0;
}
ul#pickup li p {
	width: 100%;
}
ul#pickup li p.lead {
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 8px;
}
div#lineup_container ul.lineup {
	width: 100%;
	margin-bottom: 0;
}
}
/*
Twitter（コミックヘヴン）
-----------------------------------------------------------*/
#heaven #twitter {
	padding-bottom: 15px;
}
#heaven #twitter_btn {
	text-align: center;
	margin-top: 15px;
}

/* 【スマホ】 */
@media (max-width: 640px) {
#heaven #twitter {
	width: 90%;
	margin: 0 5%;
}
}
/*
掲載作品最新刊
-----------------------------------------------------------*/
section#newcomic h2 {
	width: 310px;
	height: 44px;
}

/* 【スマホ】 */
@media (max-width: 640px) {
section#newcomic h2 {
	width: 100%;
	height: auto;
}
#newcomic {
	margin-bottom: 15px;
}
}
/* **********************************************************
■　試し読み作品一覧
********************************************************** */
#list h2 {
	width: 630px;
	height: 44px;
	background: url(../img/h2/h2_lineup.gif);
	text-indent: -9999px;
}
#list_container {
	background: #dcdcdc;
	padding: 10px 0 0 38px;
	margin-bottom: 25px;
}
#list .index {
	width: 105px;
	height: 20px;
	text-align: right;
	font-size: 26px;
	font-weight: bold;
	border-right: 5px solid #dc3232;
	padding: 10px 5px;
	margin-bottom: 171px;
}

/* 【スマホ】 */
@media (max-width: 640px) {
#list .sns {
	margin-top: 5px;
}
#list_container {
	background: #ffffff;
	margin-bottom: 15px;
	padding: 0 0 0 6px;
}
#list_container #ranking_container {
	background: none #ffffff;
}
#list .index {
	width: 85px;
	margin-bottom: 136px;
}
}
/* **********************************************************
■　Other
********************************************************** */
section#other {
	margin-bottom: 25px;
}
section#other h2 {
	margin-bottom: 15px;
}
section#other table th, td {
	padding: 8px;
}
