@charset "utf-8";
/* safari */

_::-webkit-full-page-media, _:future, :root * {
	-webkit-appearance: none;
}
/* reset start */

@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body, header, main, footer, h1, h2, h3, p, nav, ul, li, dl, dt, dd, form, figure {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
body {
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	font-size: 0.8em;
}
img {
	-webkit-user-drag: none;
}
/*
@media screen and (min-device-width: 1024px) {
  body {
    min-width: auto !important;
  }
}
*/

.widget_container .diary ul {
	text-align: left;
	padding: 5px;
}
.widget_container .diary ul li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background: #f4f4f4;
}
@media screen and (min-width: 0px) and (max-device-width: 629px) {
	.widget_container .diary ul li {
		width: 48%;
		margin: 1%;
	}
}
@media screen and (min-width: 630px) and (max-device-width: 1023px) {
	.widget_container .diary ul li {
		width: 23%;
		margin: 1%;
	}
}
@media screen and (min-device-width: 1024px) {
	.widget_container .diary ul li {
		width: 11.5%;
		margin: 0.5%;
	}
}
.widget_container .diary .scroll li {
	width: 150px !important;
	margin: 5px !important;
}
.widget_container .diary ul li figure {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	background: #333;
}
.widget_container .diary ul li .photo {
	position: absolute;
	max-width: 100%;
	height: auto;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.widget_container .diary ul li .photo:hover {
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
	filter: brightness(1.1);
}
.widget_container .diary ul li .status {
	width: auto;
	height: auto;
	padding: 5px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}
.widget_container .diary ul li .status .date {
	color: #ff1f89;
	font-size: 0.86em;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
.widget_container .diary ul li .status .title {
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 5px 2px 5px;
	text-align: center;
}
.widget_container .diary ul li .status .profile {
	padding: 5px 5px 0px 5px;
	border-top: solid 1px #ddd;
}
.widget_container .diary ul li .status .profile .girlPhoto {
	float: left;
	position: relative;
	width: 30px;
	height: 30px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 50% 50%;
}
.widget_container .diary ul li .status .profile .girlPhoto img {
	position: absolute;
	max-width: 100%;
	height: auto;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.widget_container .diary ul li .status .profile .girlPhoto img:hover {
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
	filter: brightness(1.1);
}
.widget_container .diary ul li .status .profile .namesize {
	float: none;
	width: auto;
	padding: 5px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	height: 20px;
}
.widget_container .diary ul li .status .profile .name {
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.scroll {
	margin: 0 auto;
	padding: 0;
	overflow-x: auto;
	/* 横スクロールの指定 */
	white-space: nowrap;
	/* 横スクロールの指定 */
	overflow-scrolling: touch;
	/* スクロールを滑らかにする */
	-webkit-overflow-scrolling: touch;
	/* スクロールを滑らかにする */
}