@charset "utf-8";

/* main
------------------------------*/
#main .mainCol {
	width: 640px;
	margin-top: -30px;
}


/* itemList
------------------------------*/
.itemList li {
	width: 300px;
	margin-top: 30px;
	margin-right: 20px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(11, 3, 11, 0.2);
	-moz-box-shadow:    0px 2px 5px 0px rgba(11, 3, 11, 0.2);
	box-shadow:         0px 2px 5px 0px rgba(11, 3, 11, 0.2);
	float: left;
}
.itemList li.ad {
	min-width: 620px;
	box-shadow: none;
	background: none;
	text-align: center;
}
.itemList li.last_ad {
	box-shadow: none;
	background: none;
	text-align: center;
	margin-top: 30px !important;
}
	.itemList li a {
		display: block;
	}
	.itemList li a:hover {
		text-decoration: none;
	}
	.itemList li a:hover .thum img {
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.itemList li .txt {
		padding: 5px 10px;
	}
		.itemList li .ttl {
			line-height: 1.25;
			font-size: 123%;
			font-weight: bold;
		}
		.itemList li .dsc p {
			padding-top: 10px;
			font-size: 108%;
		}
		.itemList li .cat {
			margin-top: 5px;
		}
			.itemList li .cat p {
				float: left;
				display: inline-block;
				font-size: 11px;
				margin-right: 3px;
				text-align: center;
				margin-top: 3px;
				padding: 3px 5px;
				background-color: #8e8e8e;
				color: #FFF;
			}

/* pagenate
------------------------------*/
.pagenate {
	margin-top: 80px;
	text-align: center;
}
	.pagenate li {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
	.pagenate li.prev {
		margin-right: 25px;
	}
	.pagenate li.next {
		margin-left: 25px;
	}
		.pagenate li a,
		.pagenate li span {
			display: table-cell;
			width: 32px;
			height: 32px;
			background-color: #fdd100;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			vertical-align: middle;
			text-align: center;
			font-size: 124%; /*16px*/
			line-height: 1;
		}
		.pagenate li a.stay,
		.pagenate li span {
			background-color: #ef820e;
			text-decoration: none;
			color: #FFF;
		}
		.pagenate li a:hover {
			-moz-opacity: 0.5;
			opacity: 0.5;
			text-decoration: none;
		}
		.pagenate li.prev a,
		.pagenate li.next a {
			text-indent: -9999px;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.pagenate li.prev a {
			background-image: url(../../img/home/pc_ico_prev.png);
		}
		.pagenate li.next a {
			background-image: url(../../img/home/pc_ico_next.png);
		}

/* adsense
------------------------------*/
.adTopBottom ul {
  display: flex;
  justify-content: space-around;
}
	.adTopBottom ul li {
		margin-top: 35px;
	}
	.adTopBottom ul li:first-child {
	}
