@charset "UTF-8";
@import url(entry.css); 

/********** 投稿共通 **********/

.postBloc {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 80px;
	padding-bottom: 80px;
	border-bottom: 1px dotted #fff;
	position: relative;
	display: block;
	clear: both;
}

.itemWrap {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}


/********** 投稿一覧 **********/

#postList ul {
	z-index: 100;
}

#postList li {
	text-align: center;
	z-index: 100;
}

#postList li a {
	padding: 10px;
	background: #fff;
	text-align: center;
	display: block;
}

#postList ul li a:hover {
	color: #999;
	text-decoration: none;
}

#postList ul img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

#postList ul li h3 {
	font-size: 0.85rem;
	line-height: 160%;
	font-weight: normal;
}


@media screen and (max-width:1050px) {
}
@media screen and (max-width: 800px) {

	.itemWrap {
		width: 100%;
	}

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

		#postList ul li h3 {
			font-size: 0.7rem;
		}

}


/*** ページ送り（投稿一覧） ***/

.wp-pagenavi {
	margin: 20px auto 20px;
	padding: 0;
	text-align: center;
	clear: both;
	display: block;
	line-height: 100% !important;
	font-size: 0.85rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 5px 0 0;
	padding: 5px 10px;
}

.wp-pagenavi span {
	border: 1px solid #333;
}

.wp-pagenavi span.pages {
	border: 1px solid #333;
	background: #333;
	color: #fff;
}

.wp-pagenavi span.extend {
	border: none;
	color: #333;
}

.wp-pagenavi a,
.wp-pagenavi a:link {
	border: 1px solid #333;
	color: #fff;
	background: #333;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	border: 1px solid #333;
	color: #333;
	background: #fff;
}

.wp-pagenavi a:active {
	border: 1px solid #333;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #333;
	background: #fff;
}


/*** ページ送り（投稿シングル） ***/

.flip {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	line-height: 100% !important;
	z-index: 999;
	font-size: 0.85rem;
}

.flip a {
	text-decoration: none;
}

.flip a:hover {
	color: #999;
}

.flip .fLeft,
.flip .fRight {
	width: 45%;
}

.flip .fLeft {
	text-align: left;
}

.flip .fRight {
	text-align: right;
}


/********** .clearfix **********/

#postList:after,
.postBox:after,
.postContents:after,
.flip:after,
.wp-pagenav:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


@media screen and (max-width:1050px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 480px) {
}


#itemList ul {
	margin-bottom: 60px;
}

#itemList li {
	margin-bottom: 40px;
}

#itemList li a {
	text-decoration: none;
}

#itemList li img {
	margin: 0 auto 15px;
}

#itemList li h3 {
	margin-bottom: 5px;
	font-size: 1rem;
}

#itemList li p {
	font-size: 0.85rem;
	font-weight: bold;
}


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

	#itemList li h3 {
		font-size: 0.85rem;
	}

	#itemList li p {
		font-size: 0.75rem;
	}
	
}

