i@charset "utf-8";
/******************** girls ********************/
#one_pink ul#glist li a img {
	border: 1px solid #f09;
}
#oka_blue ul#glist li a img {
	border: 1px solid #09f;
}
#oba_purple ul#glist li a img {
	border: 1px solid #90f;
}
ul#glist {
	margin: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul#glist li {
	text-align: center;
	font-weight: bold;
	line-height: 110%;
	height: 170px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 8px;
}
ul#glist li img {
	width: 80px;
	height: 120px;
	object-fit: cover;
}
ul#glist img.covid {
    width: 30px !important;
    height: auto !important;
    border: none !important;
    position: relative !important;
    top: -30px !important;
    left: -50px !important;
    margin: 0 0 -30px -30px !important;
}

/********************/
#one_pink .new, #one_pink .movie, #oka_blue .new, #oka_blue .movie,
#oba_purple .new, #oba_purple .movie {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 70%;
	width: 100%;
	line-height: 12px;
	padding-top: 2px;
	position: relative;
	top: 2px;
	margin-bottom: 1px;
}
#one_pink .new {
	background: #f0a;
	width:80px!important;
	height:12px!important;
}
#oka_blue .new {
	background: #0af;
	width:80px!important;
	height:12px!important;
}
#oba_purple .new {
	background: #a0f;
	width:80px!important;
	height:12px!important;
}
#esthe_orange .new {
	background: #f80;
	width:80px!important;
	height:12px!important;
}
#esthe_orange .movie {
	background: #fa0;
	width:80px!important;
	height:12px!important;
}
#glist .movie {
	width:80px!important;
	height:12px!important;
}
p.oyasumi {
	margin: 10px 10px 0;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #000;
}

/******************** profile ********************/
.type {
	margin: 0 0 0 10px;
}
.type img {
	margin-right: 2px;
	vertical-align: middle;
}
ul.jCarousel {
	margin: 0 auto;
	text-align: center;
	-webkit-transition: margin 0s ease-in-out;
	transition: margin 0s ease-in-out;
	text-align: center;
}
ul.jCarousel img {
	margin-top: 10px;
	width: 300px;
	height: 450px;
	object-fit: cover;
}
#flickable {
	width: 260px;
	overflow: auto;
	margin: 10px auto 5px;
}
#flickable ul {
	list-style: none;
	width: 3600px;
}
#flickable ul li {
	width: 260px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#flickable .ui-flickable-container {
	cursor: pointer;
}
/********************/
div.profile {
	text-align: center;
	margin-bottom: 20px;
}
p.about_pic {
	font-size: 90%;
	color: #666;
	margin: 0 5px;
	text-align: center;
	background: #f5f5f5;
	padding: 5px;
}
div.profile img.covid {
    width: 80px;
    height: auto;
    margin: 10px auto 0;
}
h3 {
	font-weight: bold;
	color: #fff;
	line-height: 180%;
	margin: 10px auto 8px;
}
#one_pink h3 {
	background: #f9d;
}
#oka_blue h3 {
	background: #9df;
}
#oba_purple h3 {
	background: #caf;
}
table.profile {
	margin: 0 auto;
	width: 96%;
	text-align: left;
}
#one_pink table.profile {
	border-top: 1px solid #fbd;
}
#oka_blue table.profile {
	border-top: 1px solid #bdf;
}
#oba_purple table.profile {
	border-top: 1px solid #dbf;
}
table.profile td {
	padding: 0.3em 0.6em;
}
#one_pink table.profile td {
	border-bottom: 1px solid #fbd;
}
#oka_blue table.profile td {
	border-bottom: 1px solid #bdf;
}
#oba_purple table.profile td {
	border-bottom: 1px solid #dbf;
}
table.profile td.item {
	width: 20%;
	white-space: nowrap;
}
#one_pink table.profile td.item {
	background: #fff4fa;
}
#oka_blue table.profile td.item {
	background: #f4faff;
}
#oba_purple table.profile td.item {
	background: #faf4ff;
}
table.profile td.value {
	width: 80%;
}
/********************/
table.schedule {
	margin: 0 auto;
	width: 96%;
	text-align: left;
}
table.schedule td {
	padding: 0.4em 0.1em;
	text-align: center;
}
#one_pink table.schedule td {
	border: 1px solid #fbd;
}
#oka_blue table.schedule td {
	border: 1px solid #bdf;
}
#oba_purple table.schedule td {
	border: 1px solid #dbf;
}
table.schedule td.week {
	padding: 0.4em 0 0.4em 0.2em;
	width: 13.5%;
	line-height: 120%;
}
#one_pink table.schedule td.week {
	background: #fff4fa;
}
#oka_blue table.schedule td.week {
	background: #f4faff;
}
#oba_purple table.schedule td.week {
	background: #faf4ff;
}
td.week .sat {
	color: #0066FF;
}
td.week .sun {
	color: #FF0000;
}
td.shift {
	line-height: 100%;
	display: table-cell;
	vertical-align: middle;
}
td.shift span {
	font-size: 80%;
}
p#diary_banner {
	background: url(/wp-content/uploads/2025/08/list_bg.png) repeat-x bottom;
	padding: 10px 0;
	margin-bottom: 15px;
}
/********************/
ul.enquete {
	width: 96%;
	margin: 0 auto 15px;
	max-height: 100px;
	overflow-y: scroll;
	overflow-x: none;
}
ul.enquete li {
	background: url(/wp-content/uploads/2025/08/icon-star.gif) no-repeat left top;
	padding: 0 0 1px 20px;
	margin-bottom: 4px;
	text-align: left;
	border-bottom: 1px dotted #c5bdb1;
}
p.shame_banner {
	background: url(/wp-content/uploads/2025/08/info-bg.png) repeat-x;
	padding: 10px 0;
	text-align: center;
	margin-top: 10px;
}
p.movie {
	text-align: center;
	margin: 12px auto 8px;
}
/******************** other ********************/
/*ul.other {
	list-style-type: none;
	display: table;
	padding: 0;
	margin: 0 auto;
}
ul.other li {
	display: inline;
	float: left;
	vertical-align: top;
	text-align: left;
	margin: 0 0 10px 25px;
}
ul.other dl {
}
ul.other dt {
	clear: both;
	line-height: 110%;
	white-space: nowrap;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.other dt div {
	float: left;
	margin-right: 5px;
}
ul.other dt .name {
	line-height: 140%;
	font-weight: bold;
}
ul.other dd {
	line-height: 80%;
	float: left;
	width: 70px;
}
ul.other dd img {
	margin: 0px 2px 0px 0;
}
ul.other img.pic {
	margin: 0px 0 2px;
	border: 1px solid #000;
}*/


ul.other {
	list-style-type: none;
	display: table;
	padding: 0;
	margin: 0 auto;
}
ul.other li {
	display: inline-table;
	vertical-align: top;
	text-align: left;
	margin: 0 5px 10px;
}
ul.other dt {
	clear: both;
	line-height: 110%;
	white-space: nowrap;
/*
	float: left;
*/
	width:15%;
	margin-right: 5px;
}
ul.other .name {
	line-height: 140%;
	font-weight: bold;
}
ul.other dd {
	line-height: 140%;
	float: left;
	width: 220px;
	height: 86px;
	padding: 6px 0 0 6px;
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
}
ul.other dd img {
	margin: 6px 2px 0px 0;
}
ul.other img.pic {
	border: 1px solid #000;
}

.type img{
	width:25px!important;
	height:15px!important;
}
img.girl_type{
	width:25px!important;
	height:15px!important;
}
#box .other img{
/*
	width:20%!important;
*/
}
.other dl{
	display:flex;
	margin-left:20%;
}


/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/