/**
 * 画面サイズ1050px以下の場合
 */
html #wpadminbar{
	position:fixed;
}
body{
	background:#FFF;
}
#header a.titleLink img{
	max-width:80vw;
	height:auto;
}
#pageFrame > #hNavi.rowFix{
	display:none;
}
#header.is-animation a.titleLink img{
	height:30px;
	width:215px; /* 指定しないとスマホで潰れる */
}
#colMain{
	display:block;
}
/*
#colMain > .contents section{
	border-radius:0px;
	box-shadow:none;
	border:none;
}
.splitTitle{
	box-sizing:border-box;
	padding:10px;
	margin:0px;
	margin-bottom:1em;
	border:none;
}
.postTitle{
	margin:0px;
	box-sizing:border-box;
}
*/
.entryList .listItem{
	display:block;
	/*
	border-radius:0px;
	border-left:none;
	border-right:none;
	*/
	margin-bottom:1em;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.entryList .listItem.newPost .titleLine{
	padding-right:0px;
}

.entryList .listItem > div{
	height:auto;
}
.entryList .listItem > div.colAd,
.entryList .listItem > div.col1,
.entryList .listItem > div.col2{
	border-radius:5px 5px 0px 0px;
	/*
	border-radius:0px;
	*/
	display:block;
	width:auto;
}
.entryList .listItem > .colAd:before{
	display:none;
}
/*
.entryList .listItem > div.col1{
	background-position:top center;
}
*/
.entryList .listItem > div.col2{
	padding:5px;
}
.entryList .listItem > div.col3{
	display:none;
}
.pcOnly{
	display:none !important;
}
.spOnly{
	display:unset !important;
}
.adsParts.entryItem{
	width:100%;
	max-width:100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/*

.adsParts.entryItem > ins{
	margin:0px !important;
	width:100% !important;
	max-width:100% !important;
}
.adsParts.entryItem > ins > ins{
	
}
*/
.adsParts.entryItem ins,
.adsParts.entryItem iframe{
	margin:0px !important;
	width:100% !important;
	max-width:100% !important;
}
.wp-pagenavi > span,
.wp-pagenavi > a{
	min-width:30px;
	height:30px;
	line-height:30px;
	border-radius:15px;
	margin:0px;
	padding:0px;
	margin-right:3px;
	display:inline-block;
}
.wp-pagenavi > span.extend{
	min-width:unset;
}
/**
 * 関連記事（single.php）
 */
ul.related_post > li{
	width:50%;
}

/*==========================================================
 * 最小表示幅(スクロールが出る幅) 
 *----------------------------------------------------------*/
/* fullWidth = sideWidthL + mainWidth + sideWidthR */
body.layout111 .fullWidth{
	width:100%;
}
/* fullWidth = mainWidth + sideWidthR */
body.layout011 .fullWidth{
	width:100%;
}
/* fullWidth = sideWidthL + mainWidth */
body.layout110 .fullWidth{
	width:100%;
}
/* コンテンツエリアの幅 */
.mainWidth{
	width:100%;
}
/* サイドバー（左） */
.sideWidthL{
	width:300px;
}
/* サイドバー（右） */
.sideWidthR{
	width:300px;
}

/*==========================================================
 * 以下editor.cssと共通
 *----------------------------------------------------------*/
