/**
 * 画面サイズ1050px以下の場合
 */
#header{
}
#header .headerLine{
	height:50px;
}
#header a.titleLink.textTitle{
	font-size:25px;
	line-height:100%;
}
#header .siteDescription{
	font-size:15px;
	line-height:100%;
}

#header .snsBtn{
	display:none;
}
#header a.custom-logo-link img{
	height:40px;
}
#header.is-animation a.titleLink img{
	height:30px;
	width:215px; /* 指定しないとスマホで潰れる */
}

#pageFrame{
	border-top-width:50px;
	border-top-color:#FFF;
}
#mainLay{
	background:#FFF;
}
#hNavi{
	display:none;
}
#colRight{
	display:none;
}
#colMain{
	padding:0px;
	display:block;
}
#colMain > .contents{
	height:100%;
	background:#FFF;
}
#colMain > .contents section{
	border-radius:0px;
	box-shadow:none;
	border:none;
}
#burgerBtn{
	display:inline-block;
}
.entryList .listItem{
	margin-bottom:10px;
}
#adsHeader{
	margin:0px;
	margin-top:10px;
}
#colMain .friend_rss_feed{
	height:10em;
}

/*==========================================================
 * 最小表示幅(スクロールが出る幅) 
 *----------------------------------------------------------*/
/* fullWidth = sideWidthL + mainWidth + sideWidthR */
body.layout111 .fullWidth{
	max-width:750px;
	width:auto;
}
/* fullWidth = mainWidth + sideWidthR */
body.layout011 .fullWidth{
	max-width:750px;
	width:auto;
}
/* fullWidth = sideWidthL + mainWidth */
body.layout110 .fullWidth{
	max-width:750px;
	width:auto;
}
/* コンテンツエリアの幅 */
.mainWidth{
	max-width:750px;
	width:auto;
}
/*==========================================================
 * 以下editor.cssと共通
 *----------------------------------------------------------*/
