@charset "utf-8";
/* 
CSS Information
 File name:      main.css
 Author:         Administrator
 Style Info:     /sp/main.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */
#main #content > .bx-wrapper {
	padding-top: 10px;
	margin: 10px 0 40px;
	border-top: 1px solid #ddbdfd;
}

#main #content > .bx-wrapper .bx-pager {
	padding-top: 10px;
}

/* #main
********************************** */
#content {
	padding-top: 110px;
	background: url(../img/common/logo01.png) no-repeat center 10px;
	-webkit-background-size: auto 95px;
	background-size: auto 95px;
}

#photoblog ul {
	overflow: auto;
	height: 400px;
	margin: 10px;
}

#photoblog ul li:not(:first-child) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddbdfd;
}

#photoblog ul li .date {
	margin-bottom: 10px;
}

#photoblog ul li figure {
	margin-bottom: 10px;
}

#newface .ladyList,
#pickup .ladyList {
	border: none;
}

.ladyList li:nth-child(2n+3)::before {
	display: none;
}

#infobox {
    text-align:center;
    margin:auto;
}