@charset "utf-8";
/* CSS Document */

#WSwrapper > aside {
	display: none;
}
#primary { background: #fff; }
#primary * {
	box-sizing: border-box;
}
#primary img {
	max-width: 100%;
}
/* ----------ws_info---------- */

/* ---------ws_comics--------- */
#ws_comics h2 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	background-image:url(cmc_vol.png);
}
/* -----------NEWS------------ */
#ws_news {
	position: relative;
}
#ws_news h2 {
	z-index: 2;
}
#ws_news h2 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	padding-top: 64px;
	background-size: 90px auto;
	background-image:url(news.png);
}
#ws_news .tab li {
	color: #fff;
	background: #b2b2b2;
	font-size: 1.1em;
	color: #fff;
	display: block;
	list-style-type: none;
	float:left;
	text-align: center;
	height: 36px;
	line-height: 1.1;
	margin-right: 4px;
	border: 1px solid #b2b2b2;
	border-bottom: 1px solid #000;
}
#ws_news .tab li.active {
	color: #dc0a0a;
	background: #fff;
	font-weight: bold;
	border: 1px solid #707070;
	border-bottom: 1px solid #fff;
}
#ws_news .tab li p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
#ws_news .topics {
	position: relative;
}
#ws_news .topicsbody {
	border-top: 1px solid #707070;
	margin-top: -1px;
}
#ws_news .topicsbody ul {
	overflow: auto;
}
#ws_news .topicsbody ul.t2,
#ws_news .topicsbody ul.t3,
#ws_news .topicsbody ul.t4,
#ws_news .topicsbody ul.t5 {
	display: none;
}
#ws_news .topicsbody li {
	color: #ea7373;
	list-style-type: none;
	font-size: 1.4em;
}
#ws_news .topicsbody li a {
	color: #000;
	text-decoration: none;
}
#ws_news .topicsbody li a:hover {
	color: #ea7373;
}
#ws_news .topicsbody li:before {
	content: "●"
}
#ws_news .topicsbody li.new:after {
	content: "NEW";
	font-weight: bold;
}
#ws_news .topicsbody li em {
	color: #ea7373;
	font-weight: bold;
	padding-left: 4px;
}
#ws_news .more {
	width: 70px;
}
#ws_news .more a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	padding-top: 30px;
	background-size: 70px auto;
	background-image:url(more.png);
}
/* -----------SNS VIDEO-------- */
#ws_sns {
	margin-top: 10px;
	width: 100%;
}
#ws_sns li {
	list-style-type: none;
}
#ws_sns .sns li {
	float: left;
	text-align: center;
}
#ws_sns .sns a {
	display: block;
	color: #fff;
	width: 100%;
	text-decoration: none;
	padding: 10px;
}
#ws_sns .sns1 a {
	background-color: #33c6ff;
}
#ws_sns .sns4 a {
	background-color: #ff0000;
}
#ws_sns .sns i {
	font-size: 1.8em;
	text-align: center;
}
#ws_sns .video li {
	background: #dedede;
	border: 1px solid #cfcfcf;
	text-align: center;
}
	#tpfooter > p {
		font-size: 1.1em;
		display: inline-block;
		padding: 6px 0;
	}
	#tpfooter > p a {
		color: #000;
		text-decoration: none;
		padding: 6px 0;
	}

@media screen and (max-width:640px) {
	#primary {
		padding: 8px 0;
	}
	
	#ws_info {
		margin: 0 8px;
		overflow: hidden;
	}
	
	#ws_info .cover {
		width: calc((100% - 4px) / 2);
		float: left;
	}
	#ws_info .cover img {
		width: 100%;
		height: auto;
		border: 1px solid #d63434;
	}
	
	#ws_info .jigou p,
	#ws_info .super p,
	#ws_info .super .pin {
		display: none;
	}
	#ws_info .jigou,
	#ws_info .super,
	#ws_info .enq {
		float: right;
		display: block;
		width: calc((100% - 4px) / 2);
		margin-bottom: 3px;
		overflow: hidden;
	}
	#ws_info .jigou a,
	#ws_info .super a,
	#ws_info .enq a {
		display: block;
		background-repeat: no-repeat;
		overflow: hidden;
		width: 100%;
		height: 0 !important;
		background-size: cover;
		height /**/: calc((( 100vw - 20px ) / 2 * 516 / 360 - 12px) / 5);
/*		padding-top : calc((( 100vw - 20px ) / 2 * 516 / 360 - 12px) / 5);*/
	}
	#ws_info .enq a {
		background-image: url(/eximages/top/sp/enq2.png);
		background-color: #00c945;
	}
/*	#ws_info .enq2 a {
		background-position: 0 calc((( 100vw - 20px ) / 2 * 516 / 360 - 12px) / 5 * -1);
	}
	#ws_info .enq3 a {
		background-position: 0 calc((( 100vw - 20px ) / 2 * 516 / 360 - 12px) / 5 * -2);
	}*/
	/* -------------------------------------- */
	
	#ws_bnr1 {
		clear: both;
	}
	#ws_bnr1 div {
		width: calc((100% - 4px) / 2);
		float: left;
	}
	#ws_bnr1 .b1 { border: 4px solid #f3999e; margin-right: 4px; }
	#ws_bnr1 .b2 { border: 4px solid #6fa1df; }
	
	/* ws_comics
	------------------------------------------------*/
	
	#ws_comics {
		position:relative;
		height:220px;
		width:100%;
		background:url(sp/cmc_bg2.png) no-repeat top right;
		background-size: 78px 212px;
		-webkit-background-size: 78px 212px;
	}
	#ws_comics h2 {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 158px;
		height: 48px;
		background: url(cmc_volbg.png);
		background-size: auto 48px;
		padding-top: 11px;
		padding-left: 10px;
	}
	#ws_comics h2 a {
		padding-top: 24px;
		background-size: 150px 288px;
		-webkit-background-size: 150px 288px;
	}
	#ws_comics h2.m01 a {background-position: 0      0;}
	#ws_comics h2.m02 a {background-position: 0  -24px;}
	#ws_comics h2.m03 a {background-position: 0  -48px;}
	#ws_comics h2.m04 a {background-position: 0  -72px;}
	#ws_comics h2.m05 a {background-position: 0  -96px;}
	#ws_comics h2.m06 a {background-position: 0 -120px;}
	#ws_comics h2.m07 a {background-position: 0 -144px;}
	#ws_comics h2.m08 a {background-position: 0 -168px;}
	#ws_comics h2.m09 a {background-position: 0 -192px;}
	#ws_comics h2.m10 a {background-position: 0 -216px;}
	#ws_comics h2.m11 a {background-position: 0 -240px;}
	#ws_comics h2.m12 a {background-position: 0 -264px;}

	#ws_comics > div {
		background:url(sp/cmc_bg1.png) no-repeat top left;
		background-size: 180px 212px;
		-webkit-background-size: 180px 212px;
		height:220px;
		padding: 40px 57px 23px;
	}
	#ws_comics .slide {
		position: relative;
		width:210px;
		height:158px;
		overflow:hidden;
		margin: 0 auto;
		list-style-type: none;
	}
	#ws_comics ul.slide li {
		float:left;
		width:104px;
	}
	#ws_comics .slick-prev,
	#ws_comics .slick-next {
		position:absolute;
		width:26px;
		height:55px;
		background-image:url(cmc_arr.png);
		top: 100px;
		display:block;
		text-indent:-9999px;
		border: none;
		background-color: #fff;
	}
	#ws_comics .slick-prev {
		left:20px;
	}
	#ws_comics .slick-next {
		background-position: -26px 0;
		right:20px;
	}
	#ws_comics .slide img {
		width:99px;
		border:1px solid #b5b5b5;
	}
	#ws_comics .bx-controls.bx-has-pager{
		position:absolute;
		top:-28px;
		left:0px;
		width:832px;
	}
	
	/* -----------NEWS------------ */
	#ws_news h2 {
		height: 48px;
		position: absolute;
		right: 4px;
		text-align: right;
	}
	#ws_news h2 a {
		display: block;
		overflow: hidden;
		width: 68px;
		height: 0 !important;
		padding-top: 48px;
		background-size: auto 48px;
		background-image: url(news.png);
		background-repeat: no-repeat;
	}
	#ws_news .topics {
		padding-top: 50px;
	}
	#ws_news .tab li {
		width: calc((100% - 16px) / 5);
	}
	#ws_news .tab li:last-child {
		margin-right: 0px;
	}
	#ws_news .topicsbody li {
		padding: 8px 10px;
		border-bottom: 1px solid #e6e6e6;
	}
	#ws_news .topicsbody ul {
		height: 320px;
		overflow: auto;
	}
	#ws_news .bn p,
	#ws_news .bn2 p {
		margin: 4px;
	}
	#ws_news .more {
		right: 100%;
		left: 100%;
		margin: 6px auto;
	}
	/* ----------banner----------- */
	#ws_bnr {
		margin-top: 12px;
		padding: 2px
	}
	#ws_bnr p {
		float: left;
		width: calc((100% - 8px) / 2);
		margin: 2px 2px;
	}
	#ws_bnr p:nth-child(2n) {
		margin-right: 0;
	}
	
	/* -----------SNS VIDEO-------- */
	#ws_sns {
		margin: 4px;
	}
	#ws_sns .sns li {
		width: calc((100% - 12px) / 2);
		margin: 0 4px 4px 0;
		font-size: 1.2em;
	}
	#ws_sns .sns i {
		display: block;
		font-size: 2.4em;
	}
	#ws_sns .sns li:last-child {
		margin-right: 0;
	}
	#ws_sns .video li {
		margin: 4px 0px;
	}
	/* -----------tpfooter--------- */
	#tpfooter {
		padding: 2px;
	}
	#tpfooter .outside a {
		display: block;
		width: 50%;
		float: left;
		padding: 2px;
	}
	/* ------------snsbox---------- */
	#snsbox {
		margin: 12px 4px;
	}
}

@media print, screen and (min-width:641px) {
	
	#primary {
		background: #f3eeed;
		width: 1080px;
		padding: 0;
	}
	#primary > article {
		background: #fff;
		padding: 16px;
		margin-bottom: 12px;
	}
	#primary a:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}

	/* ----------ws_info---------- */
	#ws_info > .cover {
		float: left;
		width: 308px;
		border: 9px solid #d63434;
	}
	#ws_info > .cover img {
		width: 290px;
		height: 414px;
		border: 2px solid #fff;
	}
	#ws_info .jigou,
	#ws_info .super,
	#ws_info .enq {
		float: left;
		width: 360px;
		margin: 0 0 10px 10px;
	}
	#ws_info .enq.enq1 {
		width: 260px;
	}
	#ws_info .enq.enq2 {
		width: 94px;
		margin-left: 6px;
	}
	#ws_info .jigou,
	#ws_info .super {
		height: 172px;
		position: relative;
		overflow: hidden;
	}
	#ws_info .jigou a,
	#ws_info .super a {
		display: block;
		color: #000;
		text-decoration: none;
		font-size: 1.2em;
		line-height: 1.3;
		padding-top: 112px;
		height: 172px;
	}
	#ws_info .jigou a p {
		display: block;
		padding: 0px 12px 9px;
		height: 46px;
		overflow: hidden;
	}
	#ws_info .jigou em {
		color: #5ac3ee;
	}
	#ws_info .super a p {
		margin: 0px 114px 9px 12px;
		height: 46px;
		overflow: hidden;
	}
	#ws_info .super em {
		color: #fa9033;
	}
	#ws_info .super .cover {
		position: absolute;
		right: 9px;
		top:9px;
	}
	#ws_info .enq a {
		display: block;
		background-image: url(/eximages/top/enq2.png);
		background-color: #00c945;
		background-repeat: no-repeat;
		overflow: hidden;
		width: 100%;
		height: 0 !important;
		height /**/: 84px;
		padding-top: 84px;
	}
	#ws_info .enq2 a {
		background-position: 0 -84px;
	}
	#ws_info .enq3 a {
		background-position: 0 -168px;
	}
	/* ----------ws_bnr1----------- */
	#ws_bnr1 .b1,
	#ws_bnr1 .b2 {
		float: left;
		width: 360px;
		margin: 0 0 10px 10px;
	}
	#ws_bnr1 .b1 img
	#ws_bnr1 .b2 img {
		width: 100%;
	}
	#ws_bnr1 .b1 {
		border: 9px solid #f3999e;
	}
	#ws_bnr1 .b2 {
		border: 9px solid #6fa1df;
	}

	/* -----------NEWS------------ */
	#ws_news {
		margin-top: 24px; 
	}
	#ws_news h2 {
		width: 90px;
		height: 64px;
		position: absolute;
		right: 0;
		top: -14px;
	}
	#ws_news .tab li {
		width: 96px;
		margin-right: 4px;
		cursor:pointer;
	}
	#ws_news .tab li:not(.active):hover {
		background: #c8c8c8;
	}
	#ws_news .tab > li:first-child {
		border-radius: 30px 0 0 0 / 30px 0 0 0;
		-webkit-border-radius: 30px 0 0 0 / 30px 0 0 0;
		-moz-border-radius: 30px 0 0 0 / 30px 0 0 0;
	}
	#ws_news .tab > li:last-child {
		border-radius: 0 30px 0 0 / 0 30px 0 0;	
		-webkit-border-radius: 0 30px 0 0 / 0 30px 0 0;
		-moz-border-radius:  0 30px 0 0 / 0 30px 0 0;
	}
	#ws_news .topics {
		float: right;
		width: 590px;
	}
	#ws_news .topicsbody {
		border: 1px solid #707070;
		padding: 16px;
		height: 438px;
	}
	#ws_news .topicsbody ul {
		height: 400px;
		overflow: auto;
	}
	#ws_news .more {
		position: absolute;
	}
	#ws_news .bn {
		width: 450px;
		float: left;
	}
	#ws_news .bn p {
		margin-bottom: 4px;
	}
	#ws_news img,
	#ws_bnr img{
		border: 1px solid #d2d2d2;
		box-sizing: border-box;
	}
	#ws_news .bn img {
		width: 100%;
		height: auto;
	}
	#ws_news .bn2 {
		clear: both;
	}
	#ws_news .bn2 p {
		float: left;
		width: calc((100% - 16px) / 3);
		margin: 4px 8px 0 0;
	}
	#ws_news .bn2 p:nth-child(3n) {
		margin-right: 0;
	}
	#ws_news .more {
		position: absolute;
		right: 36px;
		bottom: 10px;
	}
	
	/* ----------ws_comics----------- */
	#ws_comics {
		position:relative;
		background:url(cmc_bg.png) no-repeat;
		padding: 49px 0 49px 70px;
	}
	#ws_comics h2 a {
		position: absolute;
		left: 12px;
		top: 16px;
		width: 200px;
		height: 32px;
	}
	#ws_comics h2 a {
		padding-top: 32px;
	}
	#ws_comics h2.m01 a {background-position: 0      0;}
	#ws_comics h2.m02 a {background-position: 0  -32px;}
	#ws_comics h2.m03 a {background-position: 0  -64px;}
	#ws_comics h2.m04 a {background-position: 0  -96px;}
	#ws_comics h2.m05 a {background-position: 0 -128px;}
	#ws_comics h2.m06 a {background-position: 0 -160px;}
	#ws_comics h2.m07 a {background-position: 0 -192px;}
	#ws_comics h2.m08 a {background-position: 0 -224px;}
	#ws_comics h2.m09 a {background-position: 0 -256px;}
	#ws_comics h2.m10 a {background-position: 0 -288px;}
	#ws_comics h2.m11 a {background-position: 0 -320px;}
	#ws_comics h2.m12 a {background-position: 0 -352px;}

	#ws_comics .wrap {
		position: relative;
		width: 950px;
	}
	#ws_comics ul.slide {
		position: relative;
		width: 932px;
		height:156px;
		overflow:hidden;
		list-style-type: none
	}
	#ws_comics .slick-prev,
	#ws_comics .slick-next {
		position:absolute;
		width:26px;
		height:55px;
		background-image:url(cmc_arr.png);
		top: 70px;
		display:block;
		text-indent:-9999px;
		cursor:pointer;
		border: none;
		background-color: #fff;
	}
	#ws_comics .slick-prev {
		left: -36px;
	}
	#ws_comics .slick-next {
		background-position: -26px 0;
		right: -18px;
	}
	#ws_comics li img {
		width: 100px;
		height: 156px;
		border: 1px solid #b0b0b0;
	}

	/* ----------banner----------- */
	#ws_bnr {
		margin-top: 12px;
	}
	#ws_bnr p {
		float: left;
		width: calc((100% - 12px) / 4);
		margin: 0 4px 4px 0;
	}
	#ws_bnr p:nth-child(4n) {
		margin-right: 0;
	}

	/* -----------SNS VIDEO-------- */
	#ws_sns .sns {
		/*float: left;*/
	}
	#ws_sns .sns li {
		width: calc((100% - 18px)/4);
		margin-right: 6px;
		font-size: 1.4em;
	}
	#ws_sns .sns li:last-child {
		margin-right: 0px;
	}
	#ws_sns .sns i {
		vertical-align: -4px;
	}
	#ws_sns .video {
		float: right;
		width: 380px;
	}
	#ws_sns .video li {
		height: 39px;
		margin-bottom: 5px;
		border-radius: 4px;
	}
	#ws_sns .video li img {
		max-height: 100%;
	}
	/* -----------tpfooter--------- */
	#tpfooter .outside p {
		width: 226px;
		float: left;
		padding: 2px;
	}
	#tpfooter .outside p img {
		margin-bottom: 6px;
	}
}