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

article {
	padding: 0px 0px 400px 0px;
}


@media screen and (max-width:768px) {

article {
	padding: 0px 0px 50% 0px;
}

	
}

/*****************************/

article .category {
	width: 100%;
	text-align: center;
	margin: 0px 0px 40px 0px;
}

article .category a:link,
article .category a:visited {
	text-decoration: none;
	color:#FFF;
}


@media screen and (max-width:768px) {


	
}

/*****************************/

article #information {
	width: 100%;
	padding: 50px 0px 0px;
}

article #information ul {
	width: 1000px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

article #information ul li {
	width: 233px;
	height: 226px;
	background-color: #FFF;
	border: 4px solid #000;
	margin: 0px 0px 12px 0px;
	overflow: hidden;
	position: relative;
	line-height: 1.0em;
}

article #information ul li img {
	width: 233px;
	margin: 0px 0px 0px 0px;
}

article #information ul li .info_block {
	width: 193px;
	height: 64px;
	border-top: 4px solid #000;
	padding: 10px 20px;
	margin: -2px 0px 0px 0px;
	background: #FFF url("../img/common/bg_manga_s_pc.png") no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 1.6em;
}

article #information ul li .cat {
	position: absolute;
	top: 125px;
	left: 50%;
}

article #information ul li .c_information {
	width: 66px;
	margin-left: -45px;
}

article #information ul li .c_goods {
	width: 100px;
	margin-left: -60px;
}

article #information ul li .c_event {
	width: 66px;
	margin-left: -45px;
}

article #information ul li .c_local_information {
	width: 130px;
	margin-left: -75px;
}

article #information ul li .c_nankatsu {
	width: 100px;
	margin-left: -60px;
}

article #information ul li.info_date {
	margin: 5px 0px 2px 0px;
}

article #information ul li h3 {
	margin: 0px 0px 0px 0px;
	color: #0039BF;
	font-size: 0.8em;
	line-height: 1.0em;
}

article #information ul li a {
	display: block;
}

article #information ul li a:link,
article #information ul li a:visited {
	text-decoration: none;
}


@media screen and (max-width:768px) {
	
article #information {
	width: 100%;
}

article #information ul {
	width: 90%;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

article #information ul li {
	width: 48.5%;
	height: inherit;
	background-color: #000;
	border: none;
	margin: 0px 0% 3% 0px;
	padding: 2%;
	overflow: hidden;
	position: relative;
	line-height: 1.0em;
	box-sizing: border-box;
}

article #information ul li img {
	width: 100%;
	margin: 0px 0px 2% 0px;
}

article #information ul li .info_block {
	width: 100%;
	height: inherit;
	border-top: 4px solid #000;
	padding: 10px 20px;
	margin: -2px 0px 0px 0px;
	background: #FFF url("../img/common/bg_manga_s_pc.png") no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 1.6em;
	box-sizing: border-box;
}

article #information ul li .cat {
	position: inherit;
	top: inherit;
	left: inherit;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
}

article #information ul li .info_date {
	margin: 5px 0px 2px 0px;
}

article #information ul li h3 {
	margin: 0px 0px 0px 0px;
	color: #0039BF;
	font-size: 1.0em;
	line-height: 1.2em;
}

article #information ul li a {
	display: block;
}

article #information ul li a:link,
article #information ul li a:visited {
	text-decoration: none;
}

	
}

/*****************************/

article #information .entry {
	width: 740px;
	background-color: #000;
	padding: 4px;
	margin: 0px auto 15px;
	overflow: hidden;
}

article #information .entry img {
	width: 100%;
}

article #information .entry .info_block {
	width: 660px;
	height: 125px;
	padding: 30px 40px 60px;
	margin: 0px 0px 0px 0px;
	background: #FFF url("../img/common/bg_manga_l_pc.png") no-repeat;
}

article #information .entry .cat {
	margin: 0px 0px 0px 0px;
}

article #information .entry .info_date {
	margin: 10px 0px 10px 0px;
}

article #information .entry h3 {
	margin: 0px 0px 10px 0px;
	color: #0039BF;
	font-size: 1.6em;
	line-height: 1.3em;
}

article #information .entry p {
	padding: 0px 40px 30px;
	background: #FFF;
}

@media screen and (max-width:768px) {

article #information .entry {
	width: 86%;
	background-color: #000;
	padding: 2%;
	margin: 0px auto 0px;
	overflow: hidden;
}

article #information .entry img {
	width: 100%;
}

article #information .entry .info_block {
	width: 90%;
	height: inherit;
	padding: 5%;
	margin: 0px 0px 0px 0px;
	background: #FFF url("../img/common/bg_manga_l_pc.png") no-repeat
	 center center;
	background-size: cover;
}

article #information .entry .cat {
	margin: 0px 0px 0px 0px;
}

article #information .entry .info_date {
	margin: 10px 0px 10px 0px;
}

article #information .entry h3 {
	margin: 0px 0px 10px 0px;
	color: #0039BF;
	font-size: 1.6em;
	line-height: 1.3em;
}

article #information .entry p {
	width: 94%;
	padding: 3%;
	background: #FFF;
}
	
}

/*****************************/