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

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

.postBloc {
	width: 100%;
	margin: 0 auto 80px;
	padding-bottom: 80px;
	border-bottom: 3px double #ccc;
	position: relative;
	display: block;
	clear: both;
}

#itemSingle .postBloc {
	margin: 0 auto;
	padding-bottom: 0;
}


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

#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) {
}
@media screen and (max-width: 640px) {

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

}



/********** 商品一覧 **********/

#itemList ul {
	z-index: 100;
}

#itemList li {
	margin-bottom: 60px;
	z-index: 100;
	font-family: 'Oswald', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#itemList li figure {
	max-width: 520px;
	max-height: 520px;
	margin: 0 auto 10px;
	overflow: hidden;
}

#itemList li a {
	display: block;
}

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

#itemList ul img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	transition-duration: 0.5s;
}

#itemList ul img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

#itemList ul li h3 {
	font-size: 1rem;
	line-height: 160%;
	text-align: center;
}


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

		#itemList 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.75rem;
	font-family: 'Oswald', sans-serif;
}

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

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

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

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

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

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

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

.wp-pagenavi span.current {
	font-weight: bold;
	color: #000;
	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;
	font-family: 'Oswald', sans-serif;
}

.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) {
}
