@charset "UTF-8";
@media screen and (max-width: 50em) {

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

#container {
	width:100%;
}

/* スマホ用CSS ↓*/

/* -------------- Base CSS -------------- */

body {
	box-sizing: content-box;
	font-size:14px;
}

h2 {
	font-size:18px;
}


/* -------------- 60thコンテンツ内　共通 -------------- */
div.sp60-contents {
	margin:15px 0;
	width:100%;
}


div.sp60-contents img {
	width:100%;
}

div.sp60-contents h2 {
	margin:10px 0;
}

div.sp60-contents p {
	line-height:1.6em;
	margin-bottom:30px;
}


/* -------------- わたしの原風景 -------------- */

div.irreg {
	padding-top:0;
	margin:15px 0 0 0;
}

div.img-max { /* メインビジュアルが左右余白なしの100%のため特別にここに配置してます */
	padding:0px 0 0 0;
	margin:0;
	width:100%;
}

div.img-max img {
	width:auto;
}

div#serialization p:first-child {
	margin:0;
}

div#serialization p{
	padding-bottom: 15px;
}

/* 投稿エリア */

div.post-list ul {
	padding:15px 0;
	display: block;
}

div.post-list ul li:first-child {
	width:220px;
	text-align: center;
	margin:0 auto 10px auto;
}

div.post-list ul li:first-child img {
	width:auto;
	height:auto;
	max-width:220px;
	max-height:220px;
	border: solid 1px #bebebe;
}

div.post-list ul li:first-child img.noborder {
	width:auto;
	height:auto;
	max-width:220px;
	max-height:220px;
	border: none;
}

div.post-list ul li:last-child {
	width:auto;
	margin:0 auto;
	text-align:center;
}


/* スマホ用CSS ↑*/


}