<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.com_diary {
	overflow: hidden;
}
.com_diary .com_diary_inner {
	width: 100%;
	width: -webkit-calc(100% + 5px);
	width: calc(100% + 5px);
}
.com_diary.style1 li {
	display: block;
	float: left;
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.com_diary.style1 li a {
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #444;
}
.com_diary.style1 li a:hover {
	color: #999;
}
.com_diary.style1 li a .image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.com_diary.style1 li a .image:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.com_diary.style1 li a .image .image_inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
}
.com_diary.style1 li a .image .image_inner .deleted {
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
}
.com_diary.style1 li a .image .image_inner .deleted:before {
	position: absolute;
	content: "画像は削除\Aされました";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 60px;
	line-height: 30px;
	font-size: 20px;
    font-weight: bold;
    color: #ccc;
    white-space: pre;
}
.com_diary.style1 li a .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	-moz-transition: -moz-transform 0.1s linear;
	-webkit-transition: -webkit-transform 0.1s linear;
	-o-transition: -o-transform 0.1s linear;
	-ms-transition: -ms-transform 0.1s linear;
	transition: transform 0.1s linear;
}
.com_diary.style1 li a .image .is_video {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	opacity: 0.5;
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	text-align: center;
	margin: auto;
}

.com_diary.style1 li a.privacy_2 .image .lock,
.com_diary.style1 li a.privacy_3 .image .lock {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(102,102,102,0.2);
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
	box-sizing: border-box;
	text-align: center;
}
.com_diary.style1 li a.privacy_2 .image .lock:before {
	content: "会員限定";
}
.com_diary.style1 li a.privacy_3 .image .lock:before {
	content: "マイガール限定";
}
.com_diary.style1 li a.privacy_2 .image:after,
.com_diary.style1 li a.privacy_3 .image:after {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	box-sizing: border-box;
	bottom: 5px;
	font-size: 12px;
    font-weight: normal;
    text-align: left;
    white-space: normal;
}
.com_diary.style1 li a.privacy_2 .image:after {
	content: "閲覧するにはログインしてください";
}
.com_diary.style1 li a.privacy_3 .image:after {
	content: "閲覧するにはマイガール登録してください";
}
.com_diary.style1 li a .image .unlock {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    line-height: 20px;
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);

}
.com_diary.style1 li a .image .unlock i {
	font-size: 20px;
}
.com_diary.style1 li a:hover .image img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.com_diary.style1 li a .text {
	display: block;
	padding: 10px 5px 5px 5px;
}
.com_diary.style1 li a .text .title {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
}
.com_diary.style1 li a .text .regist_time {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
}
.com_diary.style1 li a .gal {
	position: relative;
	display: block;
	padding: 0 5px 5px 5px;
}
.notification_badge {
	position: relative;
	content: " ";
	padding: 0 8px;
}
.com_diary.style1 li a .gal .at_work,
.notification_badge:before {
	position: absolute;
	display: block;
	content: " ";
	width: 8px;
	height: 8px;
	border-radius: 50vh;
	background-color: #dd3333;
	border: 2px solid #fff;
}
.com_diary.style1 li a .gal .at_work {
	left: 5px;
	bottom: 5px;
}
.notification_badge:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.com_diary.style1 li a .gal_inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.com_diary.style1 li a .gal .gal_image {
	display: table-cell;
	width: 50px;
}
.com_diary.style1 li a .gal .gal_image .inner {
	display: block;
	width: 50px;
	height: 50px;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #eee;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.com_diary.style1 li a .gal .gal_text {
	display: table-cell;
	width: 70%;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 12px;
}
.com_diary.style1 li a .gal .gal_text .name {
	display: block;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}
.com_diary.style1 li a .gal .gal_text .age {
	display: block;
	font-size: 11px;
}
.com_diary.style1 li a .shop {
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
	width: 100%;
	border-top: dotted 1px #ccc;
}
.com_diary.style1 li a .shop .inner {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.com_diary.style1 li a .shop .inner2 {
	white-space: nowrap;
}

/*******************************
	4列
*******************************/
.com_diary.col4 {
	margin-bottom: 40px;
}
.com_diary.col4 .com_diary_inner {
	width : 100%;
	width : -webkit-calc(100% + 5px);
	width : calc(100% + 5px);
}
.com_diary.col4 .com_diary_inner li {
	width: 25%;
}
</pre></body></html>