@charset "utf-8";

/* ==========================================================
 commonLayout
========================================================== */
div.content_wrapper a { display: block; }
div.content_wrapper a:hover { text-decoration: none; }

/* background setting */
div.content_wrapper {
	background: #F3F3F3;
	padding-bottom: 30px;
}
div.special_content_wrapper {
	width: 990px;
	margin: auto;
}

div.special_content_wrapper h3 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
}

div.special_content_wrapper > article,
div.special_content_wrapper > aside {
	text-align: left;
}

div.special_content_wrapper > article > section > *,
div.special_content_wrapper > aside > section > * {
	background: #FFFFFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.special_content_wrapper img {
	width: 100%;
}

div.special_content_wrapper h2 {
	padding: 0 !important;
}
div.special_content_wrapper h3 {
	color: #333333;
	font-weight: bold;
	font-size: 22px;
}

div.special_content_wrapper ul li { list-style: none; }

div.special_content_wrapper div.pageTop { cursor: pointer; }

div.relevantLinkBtn {
	width: 700px;
	height: 100px;
	display: table;
	margin: 0 auto;
}
div.relevantLinkBtn:hover {
	cursor: pointer;
}
div.relevantLinkBtn a {
	display: table-cell;
	vertical-align: middle;
}
div.relevantLinkBtn p {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}
div.relevantLinkBtn p span {
	font-size: 24px;
	font-weight: bold;
}
div.relevantLinkBtn p + p {
	font-size: 24px;
	font-weight: bold;
}

/* contentsHeader
------------------------------------------------------------- */
div.special_content_wrapper > article {
	
}
div.special_content_wrapper > article h1 {
	text-align: center;
	background: #E40001;
	padding-bottom: 10px;
}
div.special_content_wrapper > article h1 img {
	width: 990px;
}
div.special_content_wrapper > article h1 + div.textArea {
	padding-top: 14px;
	background: #FFFFFF;
}
div.special_content_wrapper > article h1 + div.textArea p.leadText {
	color: #333333;/*#E40001*/
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
div.special_content_wrapper > article h1 + div.textArea p.subLeadText {
	color: #333333;
	font-size: 22px;
	text-align: center;
	line-height: 35px;
	padding-bottom: 20px;
}

/* snsLink
------------------------------------------------------------- */
aside.snsLink {
	position: relative;
	margin-bottom: 20px;
	background: #FFFFFF;
	height: 60px;
	margin-top: 20px;
	display: table;
	width: 100%;
}
aside.snsLink > p {
	position: absolute;
	top: -10px;
	right: 0px;
}

aside.snsLink > ul {
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
}
aside.snsLink > ul::after {
	content: "";
	display: block;
	clear: both;
}
aside.snsLink > ul li {
	float: left;
	margin-left: 20px;
}
aside.snsLink > ul li:first-child {
	margin-left: 0;
}
aside.snsLink > ul li img {
	width: auto;
}


/* anniversaryCampaign
------------------------------------------------------------- */
section.anniversaryCampaign {
	margin-bottom: 40px;
}

section.anniversaryCampaign ul.bigbanner {
	padding-top: 20px;
	padding-left: 20px;
}
section.anniversaryCampaign ul.bigbanner::after {
	content: "";
	display: block;
	clear: both;
}
section.anniversaryCampaign ul.bigbanner li {
	width: 470px;
	float: left;
	display: block;
	margin-left: 10px;
}
section.anniversaryCampaign ul.bigbanner li:first-child {
	margin-left: 0px;
}
section.anniversaryCampaign div.squareSlider {
	padding: 20px 20px 1px;
}
section.anniversaryCampaign ul.scbanner::after {
	content: "";
	display: block;
	clear: both;
}
section.anniversaryCampaign ul.scbanner li {
}
section.anniversaryCampaign ul.scbanner li img {
	width: 230px;
}
section.anniversaryCampaign ul.scbanner .slick-dots {}

/* beginnerContent
------------------------------------------------------------- */
section.beginnerContent {
	margin-bottom: 40px;
}
section.beginnerContent section div {
	border-bottom: #E95098 solid 1px;
	height: 35px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	/* h3 icon */
	section.beginnerContent section div.iconNo1 {
		background: url(/pcc/N/special/anniversary2015/images/iconNo1.png) no-repeat left;
	}
	section.beginnerContent section div.iconNo2 {
		background: url(/pcc/N/special/anniversary2015/images/iconNo2.png) no-repeat left;
	}
	section.beginnerContent section div.iconNo3 {
		background: url(/pcc/N/special/anniversary2015/images/iconNo3.png) no-repeat left;
	}
	section.beginnerContent section div.iconNo4 {
		background: url(/pcc/N/special/anniversary2015/images/iconNo4.png) no-repeat left;
	}
	section.beginnerContent section div.iconNo5 {
		background: url(/pcc/N/special/anniversary2015/images/iconNo5.png) no-repeat left;
	}
	section.beginnerContent section div.iconNo6 {
		background: url(/pcc/N/special/anniversary2015/images/iconNo6.png) no-repeat left;
	}

section.beginnerContent section div h3 {
	position: absolute;
	top: 10px;
	left: 40px;
}
section.beginnerContent section div h3 span {
	color: #E95098;
}

section.beginnerContent div.contentBody {
	margin-bottom: 20px;
	padding: 0 20px 20px;
	background: #FFFFFF;
}

section.beginnerContent div.contentBody section {
	padding-top: 20px;
	background: #FFFFFF;
}

section.beginnerContent section ul::after {
	content: "";
	display: block;
	clear: both;
}

section.beginnerContent section div.iconNo1 + ul,
section.beginnerContent section div.iconNo2 + ul {
	margin-top: 10px;
}

section.beginnerContent section ul li {
	width: 135px;
	float: left;
	display: block;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 1 */
section.beginnerContent section ul li dt {
	width: 118px;
	height: 175px;
	display: table;
	margin-bottom: 3px;
}
section.beginnerContent section ul li dt a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.beginnerContent section ul li dt img {
	max-width: 118px;
	max-height: 175px;
}
section.beginnerContent section ul li dd.free_mark {
	background: #E95098;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 3px 0;
	margin-bottom: 3px;
	width: 118px;
	text-align: center;
}

/* 2 */
section.beginnerContent section ul li figure {
	width: 118px;
	height: 175px;
	display: table;
}
section.beginnerContent section ul li figure a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.beginnerContent section ul li figure img {
	max-width: 118px;
	max-height: 175px;
}
section.beginnerContent section ul li figcaption {
	margin-bottom: 3px;
}
section.beginnerContent div.column::after {
	content: "";
	display: block;
	clear: both;
}
section.beginnerContent div.column section {
	width: 470px;
	float: left;
	display: block;
	margin-left: 10px;
}
section.beginnerContent div.column section:first-child {
	margin-left: 0;
}
section.beginnerContent div.relevantLinkBtn {
	background: #E95098;
}
section.beginnerContent div.relevantLinkBtn:hover {
	background: #EC6AA8;
}
section.beginnerContent div.registLinkBtn {
	background: #FFB62F;
	width: 700px;
	height: 100px;
	display: table;
	margin: 20px auto 40px;
}
section.beginnerContent div.registLinkBtn:hover {
	background: #FFBE46;
}
section.beginnerContent div.registLinkBtn a {
	display: table-cell;
	vertical-align: middle;
}
section.beginnerContent div.registLinkBtn p {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/* campaignContent
------------------------------------------------------------- */
section.campaignContent {
	margin-bottom: 40px;
}

section.campaignContent h2 + p {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	padding: 20px;
}

section.small_banner_area {
	background: none !important;
	margin-bottom: 20px;
}

ul.small_banner {
	display:table;
	border-collapse: separate;
	margin: 15px 0 0;
	list-style:none;
}
ul.small_banner::after {
	content: "";
	display: block;
	clear: both;
}
ul.small_banner a{
	display: table-cell;
	vertical-align: top;
	background: #FFFFFF;
}

section.small_banner_area ul.small_banner li {
	width: 320px;
	height: 310px;
	float: left;
	display: block;
	position: relative;

	padding:20px 47px;
	margin-left: 15px;
	background: #FFFFFF;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.small_banner_area ul.small_banner li:first-child {
	margin-left: 0;
}
ul.small_banner li img {
	width: 100%;
	max-width: 225px;
	max-height: 111px;
	margin-bottom: 5px;
}
ul.small_banner li div.banner_txt{
	margin: 0 auto;
	width: 225px;
	text-align: left;
	line-height: 1.4;
}
ul.small_banner li p.banner_title{
	font-size: 16px;
	margin-bottom: 5px;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.small_banner li p.banner_term{
	color:#FF0000;
	font-size:13px;
}
ul.small_banner li p.banner_point{
	color:#999;
	font-size:13px;
	margin-bottom: 3px;
}
ul.small_banner li p.icon {
	margin-top: 7px;
}
ul.small_banner div.banner_btn{
	width: 225px;
	position: absolute;
	bottom: 20px;
	padding:5px 0;
	background: #EF0156;
	text-align: center;
	color: #FFFFFF;
	font-size:18px;
}
ul.small_banner a:hover div.banner_btn{
	background: #FE1D6B;
}

section.campaignContent div.relevantLinkBtn {
	background: #EF0156;
}
section.campaignContent div.relevantLinkBtn:hover {
	background: #FE1D6B;
}

	/* icon set
	------------------------------------------------------------- */
	.icon span{
		display: inline-block;
		margin: 0 2px 3px;
		padding: 2px;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		vertical-align:top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.girl_mark {
		padding: 1px 5px;
		background: #FF646E;
		border:1px solid #FF646E;
		color: #FFF;
	}
	.boy_mark {
		padding: 1px 5px;
		background: #0185E5;
		border:1px solid #0185E5;
		color: #FFF;
	}
	.bl_mark {
		padding: 1px 5px;
		background: #00AAE6;
		border:1px solid #00AAE6;
		color: #FFF;
	}
	.tl_mark {
		padding: 1px 5px;
		background: #FFC926;
		border:1px solid #FFC926;
		color: #FFF;
	}
	.hq_mark {
		padding: 1px 5px;
		background: #ED8AEF;
		border:1px solid #ED8AEF;
		color: #FFF;
	}
	.novel_mark {
		padding: 1px 5px;
		background: #6FDD00;
		border:1px solid #6FDD00;
		color: #FFF;
	}
	.book_mark {
		padding: 1px 5px;
		background: #21A42E;
		border:1px solid #21A42E;
		color: #FFF;
	}
	.media_mark {
		padding: 1px 5px;
		background: #FFA218;
		border:1px solid #FFA218;
		color: #FFF;
	}
	.sexy_mark {
		padding: 1px 5px;
		background: #DA4FA8;
		border:1px solid #DA4FA8;
		color: #FFF;
	}
	.new_mark {
		padding: 0 4px;
		background: #FFF;
		border:1px solid #F06;
		color: #F06;
	}
	.free_mark {
		padding: 0 4px;
		background: #FFF;
		border:1px solid #06F;
		color: #06F;
	}
	.sale_mark {
		padding: 0 4px;
		background: #FFF;
		border:1px solid #EF0156;
		color: #EF0156;
	}
	.kangen_mark {
		padding: 0 4px;
		background: #FFF;
		border:1px solid #63F;
		color: #63F;
	}
	.frsa_mark {
		padding: 0 4px;
		background: #FFF;
		border:1px solid #F06;
		color: #F06;
	}
	.frka_mark {
		padding: 0 4px;
		background: #FFF;
		border:1px solid #F06;
		color: #F06;
	}
	.saka_mark {
		padding: 0 4px;
		background: #FFF;
		border:1px solid #F06;
		color: #F06;
	}

/* periodContent
------------------------------------------------------------- */
section.periodContent {
	margin-bottom: 40px;
}
section.periodContent ul {
	margin-bottom: 20px;
	padding: 20px;
}

section.periodContent ul::after {
	content: "";
	display: block;
	clear: both;
}

section.periodContent ul li {
	width: 135px;
	float: left;
	display: block;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.periodContent ul li dt {
	width: 118px;
	height: 175px;
	display: table;
	margin-bottom: 3px;
}
section.periodContent ul li dt a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.periodContent ul li dt img {
	max-width: 118px;
	max-height: 175px;
}
section.periodContent ul li dd.free_mark {
	background: #60BF00;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 3px 0;
	margin-bottom: 3px;
	width: 118px;
	text-align: center;
}
section.periodContent ul li dt + dd {
	height: 2.3em;
	overflow: hidden;
}

section.periodContent div.relevantLinkBtn {
	background: #60BF00;
}
section.periodContent div.relevantLinkBtn:hover {
	background: #6AD500;
}

/* precedeContent
------------------------------------------------------------- */
section.precedeContent {
	margin-bottom: 40px;
}
section.precedeContent h2 + p {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	padding: 20px;
}
section.precedeContent div.comicBox {
	margin-top: 20px;
	margin-bottom: 20px;
	background: none;
}
section.precedeContent div.comicBox::after {
	content: "";
	display: block;
	clear: both;
}
section.blComicDetail {
	width: 485px;
	height: 320px;
	background: #FFFFFF;
	position: relative;
	float: left;
	margin-left: 20px;
	
	padding: 20px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.blComicDetail:first-child {
	margin-left: 0;
}
section.blComicDetail dl::after {
	content: "";
	display: block;
	clear: both;
}
section.blComicDetail dl dt.pict {
	width: 180px;
	float: left;
	display: table;
}
section.blComicDetail dl dt.pict figure {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
section.blComicDetail dl dt.pict figure img {
	max-width: 180px;
	max-height: 256px;
}
section.blComicDetail dl dt.pict figure p.date {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	margin-top: 5px
}
section.blComicDetail dl dd.detail {
	width: 255px;
	float: left;
	margin-left: 10px;
}
section.blComicDetail dl dd.detail p {
	color: #333333;
	font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
section.blComicDetail dl dd.detail figcaption a {
	color: #02BCC1;
	font-size: 18px;
	font-weight: bold;
	max-height: 42px;
	overflow: hidden;
}
section.blComicDetail dl dd.detail figcaption a:hover {
	color: #02CDD2;
}
section.blComicDetail dl dd.detail p.author_name a {
	color: #333333;
	display: inline;
}
section.blComicDetail dl dd.detail ul.btnBox {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
section.blComicDetail dl dd.detail ul.btnBox li.freeBtn {
	width: 119px;
	float: left;
	display: table;
}
section.blComicDetail dl dd.detail ul.btnBox li.freeBtn a {
	height: 37px;
	background: #02BCC1;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
section.blComicDetail dl dd.detail ul.btnBox li.freeBtn a:hover {
	background: #02CDD2;
}
section.blComicDetail dl dd.detail ul.btnBox li.buyBtn {
	width: 119px;
	float: left;
	display: table;
	margin-left: 5px;
}
section.blComicDetail dl dd.detail ul.btnBox li.buyBtn a {
	height: 37px;
	background: #FF2D57;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
section.blComicDetail dl dd.detail ul.btnBox li.buyBtn a:hover {
	background: #FF466B;
}
section.precedeContent div.relevantLinkBtn {
	background: #02BCC1;
}
section.precedeContent div.relevantLinkBtn:hover {
	background: #02CDD2;
}

/* genreContent
------------------------------------------------------------- */
section.genreContent {
	margin-bottom: 40px;
}
section.genreContent ul {
	margin-bottom: 20px;
	padding: 20px !important;
}
section.genreContent ul::after {
	content: "";
	display: block;
	clear: both;
}
section.genreContent ul li {
	width: 86px;
	height: 70px;
	margin-left: 10px;
	background: #FFFFFF;
	float: left;
	display: table;
	border: #CCCCCC solid 1px;
	border-top: 5px solid;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.genreContent ul li.all { border-top-color: #FF7C11; }
section.genreContent ul li.boy { border-top-color: #0185E5; }
section.genreContent ul li.girl { border-top-color: #FF646E; }
section.genreContent ul li.bl { border-top-color: #00AAE6; }
section.genreContent ul li.tl { border-top-color: #FFC926; }
section.genreContent ul li.hq { border-top-color: #ED8AEF; }
section.genreContent ul li.ln { border-top-color: #6FDD00; }
section.genreContent ul li.book { border-top-color: #21A42E; }
section.genreContent ul li.magazine { border-top-color: #66CC66; }
section.genreContent ul li.sexy { border-top-color: #FF3999; }

section.genreContent ul li.all:hover { background: #FFEEDF; }
section.genreContent ul li.boy:hover { background: #D0EBFF; }
section.genreContent ul li.girl:hover { background: #FFDFE1; }
section.genreContent ul li.bl:hover { background: #D0F3FF; }
section.genreContent ul li.tl:hover { background: #FFF4D5; }
section.genreContent ul li.hq:hover { background: #FAE3FB; }
section.genreContent ul li.ln:hover { background: #EFFFDF; }
section.genreContent ul li.book:hover { background: #ECFBED; }
section.genreContent ul li.magazine:hover { background: #E8F7E8; }
section.genreContent ul li.sexy:hover { background: #FFE1EF; }

section.genreContent ul li:first-child {
	margin-left: 0;
}
section.genreContent ul li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
}

section.genreContent div.relevantLinkBtn {
	background: #AAAAAA;
}
section.genreContent div.relevantLinkBtn:hover {
	background: #B6B6B6;
}

/* snsContent
------------------------------------------------------------- */
aside.snsContent {
	margin-bottom: 20px;
}
aside.snsContent h2 + p {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	padding: 20px;
	background: #FFFFFF;
}
aside.snsContent section.twCamBox {
}
aside.snsContent section.twCamBox figure {
	padding: 0 20px;
}
aside.snsContent section.twCamBox figure div {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
}
aside.snsContent div.builtTimeline {
	padding: 20px;
	background: #FFFFFF;
}
aside.snsContent div.builtTimeline::after {
	content: "";
	display: block;
	clear: both;
}
aside.snsContent div.builtTimeline h3 {
	color: #2797E9;
	border-bottom: #2797E9 solid 3px;
}
aside.snsContent div.builtTimeline > section {
	width: 465px;
	float: left;
	display: block;
	margin-left: 20px;
}
aside.snsContent div.builtTimeline > section:first-child {
	margin-left: 0;
}

/* footerPrContent
------------------------------------------------------------- */
/* メルマガ未登録・解約ユーザ（メルマガ登録） */
aside.footerPrContent div.melmagaRegistBtn {
	background: #FFB62F;
	width: 700px;
	height: 100px;
	display: table;
	margin: 0 auto;
}
aside.footerPrContent div.melmagaRegistBtn:hover {
	background: #FFBE46;
}
aside.footerPrContent div.melmagaRegistBtn a {
	display: table-cell;
	vertical-align: middle;
}
aside.footerPrContent div.melmagaRegistBtn p {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}
aside.footerPrContent div.melmagaRegistBtn p + p {
	font-size: 24px;
	font-weight: bold;
}

/* 非会員ユーザ（会員登録） */
aside.footerPrContent div.registLinkBtn {
	background: #FFB62F;
	width: 700px;
	height: 100px;
	display: table;
	margin: 0 auto;
}
aside.footerPrContent div.registLinkBtn:hover {
	background: #FFBE46;
}
aside.footerPrContent div.registLinkBtn a {
	display: table-cell;
	vertical-align: middle;
}
aside.footerPrContent div.registLinkBtn p {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}


/* aside.editContent
-------------------------------------------------------------*/
aside.editContent h2 + div {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	padding: 20px;
	background: #FFFFFF;
}

/* message_area - editpage 流用
-------------------------------------------------------------*/
aside.editContent {
	margin-top: 40px;
}
aside.editContent .message_title{
	width: 770px;
	margin:0 auto;
	padding: 20px 0;
}
aside.editContent .message_title img {
	width: 100%;
	max-width: 770px;
	margin:0 auto;
}
aside.editContent .message_text{
	margin-top:5px;
	text-align:left;
	font-size: 14px;
}
aside.editContent .staff_message_link{
	font-size: 12px;
	text-align:right;
}
div.content_wrapper .staff_message_link a {
	display: inline;
}

/* genre_area - editpage 流用
-------------------------------------------------------------*/
aside.editContent .genre_img_list {
	margin-top: 20px;
}
aside.editContent .genre_img_w {
	margin: auto;
	list-style: none;
	width: 990px;
}
aside.editContent .genre_img_cells{
	width: 150px;
	float:left;
	margin-left: 18px;
}
aside.editContent .genre_img_cells:first-child {
	margin-left: 0;
}
aside.editContent .genre_img_cells a,
aside.editContent .genre_img_cells a:hover{
	display:block;
	padding:1px 2px;
	background: #FFF;
	color: #789;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	word-wrap: break-word;
	text-decoration: none;
}
aside.editContent .genre_img_cells_text a,
aside.editContent .genre_img_cells_text a:hover{
	padding:10px 2px;
}
aside.editContent .genre_img_cells img{
	width: 130px;
}
aside.editContent .genre_img_cells .genre_mark {
	display:block;
	margin: 0 auto;
	padding: 5px 0;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
aside.editContent .genre_img_cells .genre_mark.tl {
	background: #FC3;
}
aside.editContent .genre_img_cells .genre_mark.rea {
	background: #FE78B8;
}
aside.editContent .genre_img_cells .genre_mark.bl {
	background: #69F;
}
aside.editContent .genre_img_cells .genre_mark.girl {
	background: #FF6E78;
}
aside.editContent .genre_img_cells .genre_mark.boy {
	background: #00B4F0;
}
aside.editContent .genre_img_cells .genre_mark.sexy {
	background: #E565A5;
}
aside.editContent .genre_img_cells a img {
	padding: 10px 0 ;
}
