@charset "utf-8";

/* ==============================
Smartphone blog layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* base
--------------------------------- */
/* bg */
/*.blog {
	background-color: #ebf0f0;
}*/

/* footer
--------------------------------- */
/* search */
#searchform #s {
	background: url(../img/ico_search.svg) left 16px center no-repeat white;
	background-size: 20px;
	font-size: 15px;
	padding: 0 16px 0 52px;
	width: 100%;
	height: 48px;
}

/* single
--------------------------------- */
/* sidebar */
#sidebar .item {
	border-top: 1px solid rgba(51,51,51,.15);
	padding: 8px 0;
}
#sidebar .item:last-of-type {
	border-bottom: 1px solid rgba(51,51,51,.15);
}
#sidebar time {
	font-size: 12px;
}
#sidebar .terms a {
	font-size: 12px;
}
/* content */
#entry {
	margin-bottom: 80px;
}
#entry img {
	display: block;
	margin: 0 auto;
	padding: 24px 0;
	max-width: 100%;
	height: auto;
}