﻿@charset "utf-8";
/*======================================
	header
======================================*/
/*ロゴ・タイトル部分*/
.comike-header h1 img{
	width: 266px;
	vertical-align:middle;
}
@media screen and (min-width: 1200px) {
.comike-header {
	min-width:1200px;
	height:30px;
	background: linear-gradient(#67d9de, #53c5ca);
}
.comike-header h1{
	width:1200px;
	margin:0 auto;
}
}
@media screen and (max-width: 1199px) {
.comike-header {
	min-width:100%;
	height:30px;
	background: linear-gradient(#67d9de, #53c5ca);
}
.comike-header h1{
	width:100%;
	margin:0 auto;
}
}
/*======================================
	footer
======================================*/
footer.pc {
	min-width: 1200px;
	background: #b2b2b2;
	/*ベンダープレフィックス：paddingとborderの幅を要素の幅と高さに含める*/
	box-sizing: border-box;
	-o-box-sizing: border-box;/*Opera*/
	-moz-box-sizing: border-box;/*Firefox*/
	-ms-box-sizing: border-box;/*Internet Explorer*/
	-webkit-box-sizing: border-box;/*Google Chrome・Safari*/
}
.comike_footer {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
/*footer_left：フッター左側コンテンツ*/
.comike_footer_left {
	float: left;
	width: 360px;
}
.comike_footer_left img {
	width: 100%;
}
/*モバイル切り替えボタン*/
.comike_footer_left a {
	color: #fff !important;
	text-decoration: none !important;
}
.comike_footer .mobile_switching {
	display: block;
	width: 200px;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	padding: 10px;
	margin: 30px auto 0 auto;
	/*角丸*/
	border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	-o-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	-moz-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	-ms-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	-webkit-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	/*配色*/
	background-color: #59d5db;
	border: solid 1px #3b989d;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(3,0,0,.17)), color-stop(100%, rgba(255,255,255,.17)));
	background-image: -webkit-linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
	background-image: -moz-linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
	background-image: linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
}
/*footer_right：フッター右側コンテンツ*/
.comike_footer_right {
	float: right;
	width: 820px;
}
.comike_footer .m-footbanner {
	margin: 4px 0;
	padding: 0;
	overflow: hidden;
}
.comike_footer .m-footbanner li {
	float: left;
	margin-left: 6px
}
.comike_footer .m-footbanner li:first-child {
	margin-left: 0;
}
.comike_footer .footer_content {
	background: #fff;
	padding: 6px 0;
	overflow: hidden;
}
.comike_footer .footer_content ul {
	float: left;
	width: 164px;
	height: 100px;
	padding: 10px 6px;
	border-right: 1px solid #000;
}
.comike_footer .footer_content ul:last-child {
	border-right: none;
}
.comike_footer .footer_content ul img {
	width: 50%;
	vertical-align: middle;
}
/*矢印アイコン*/
.comike_footer .footer_content .arrow {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.comike_footer .footer_content .arrow::before {
	content: '';
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 6px #000;
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: -4px;
}
@media screen and (min-width: 1200px) {
footer.mobile {
	display: none;
}
}
@media screen and (max-width: 1199px) {
footer.pc {
	display: none;
}
footer.mobile {
	min-width: 100%;
	/*ベンダープレフィックス：paddingとborderの幅を要素の幅と高さに含める*/
	box-sizing: border-box;
	-o-box-sizing: border-box;/*Opera*/
	-moz-box-sizing: border-box;/*Firefox*/
	-ms-box-sizing: border-box;/*Internet Explorer*/
	-webkit-box-sizing: border-box;/*Google Chrome・Safari*/
}
/*メインフッター(背景グレー内要素)*/
.m-contentinfo__base {
	background: #b2b2b2;
	text-align: center;
	padding: 10px;
	color: #cacaca;
}
.m-contentinfo__base a {
	color: #fff !important;
}
.m-contentinfo__base .site_logo {
	margin: 10px 0;
}
/*PC切り替えボタン*/
.m-contentinfo__base .pc_switching {
	display: block;
	width: 40%;
	max-width: 200px;
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
	line-height: 1;
	padding: 10px;
	margin: 30px auto 0 auto;
	/*角丸*/
	border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	-o-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	-moz-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	-ms-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	-webkit-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	/*配色*/
	background-color: #59d5db;
	border: solid 1px #3b989d;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(3,0,0,.17)), color-stop(100%, rgba(255,255,255,.17)));
	background-image: -webkit-linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
	background-image: -moz-linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
	background-image: linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
}
}