@charset "utf-8";
/*======================*/
/*** コンテンツエリア ***/
/*======================*/
.content {
  position:relative;
	padding-bottom:10px;
}

.girls_ttl,
.schedule_ttl {
	width:100%;
  margin:0 ;
  padding:30px 0 10px;
}

.girl_blog {
	display:table;
	width:100%;
	padding:20px 15px;
	border-bottom:1px solid #ccc;
}

.girl_blog img {
	display:table-cell;
	width:90px;
	margin-right:15px;
}

.girl_blog_name {
	display:table-cell;
	width:100%;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
}

article {
	vertical-align:top;
}

section {
	position:relative;
	padding:20px 15px;
	border-bottom:1px solid #ccc;
}

section.new {
	background:url(../img/girls/new.png) top right no-repeat;
	background-size:64px 20px ;
}

.girlsImg{
	float:left;
  position:relative;
}

.girlsDetail {
  margin-left:115px;
	margin-right:15px;
}

.girlsDetail_date{
  padding-bottom:8px;
	color:#fe6cb2;
  font-size:14px;
	font-weight:bold;
}

.girlsDetail_title{
  font-size:14px;
	font-weight:bold;
}

.girls_detail_txt {
  margin-top:5px;
	font-size:14px;
	line-height:1.4;
}

.girlsDetail_time {
	display:inline-block;
	margin-top:10px;
	padding:1px 4px 0;
	border:2px solid #fe77a7;
	color:#fe77a7;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

/* 画像リサイズ */
#imageArea {
  box-sizing:border-box;
	width: 100%;
  min-height:400px;
  padding:10px ;
}

@media only screen and (min-width: 540px) {
#imageArea {
  min-height:260px;
}
}

.diary_inside_name_box{
	position:relative;
	float: left;
	height: 120px;
	margin:5px;
}

.square {
	width: 100px;
	height: 100px;
}

/* 明日出勤 */
.girls_detail_time.tomorrow {
  color:#7bcbee;
	border:1px solid #7bcbee;
	border-radius:4px;
	background:#eef9fe;
}

/* 勤務時間 */
.girls_detail_time {
	margin-top:5px;
	padding:5px 0;
	border:1px solid #fe77a7;
	border-radius:4px;
	background:#fff1f6;
  color:#fe77a7;
  font-size:11px;
  font-weight:bold;
  line-height:11px;
  text-align:center;
}

/*****新着写メ日記の3点リーダー*****/ 
.resize {
	padding-bottom: 0;
}
.resize .box {
	position: absolute;
	padding-right:15px;
	height: 70px;
}

.arrow {
	position:absolute;
	top:50%;
	right:15px;
}

.inside_more {
  position: relative;
  margin: 25px 15px 30px;
  height: 40px;
  border: 2px solid #ddd4bc;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.inside_more a {
	color:#4b3c3c;
}

.inside_more span{
  font-size: 10px;
}

.inside_more img{
  position:absolute;
  bottom:10px;
  right:10px;
}

/*===== 出勤予定 =====*/
.schedule_week {
  width:100%;
	padding:0 15px;
  font-size:14px;
  line-height:1.5;
}

.schedule_day {
  width:100%;
  padding:10px 0;
  border-bottom:1px solid #ccc;
}

.schedule_day:last-child {
  width:100%;
  padding:10px 0;
  border-bottom:none;
}

.schedule_day img {
  margin-right:10px;
  vertical-align:middle;
}

.schedule_date {
  display:inline-block;
  width:35%;
}

.schedule_time {
  display:inline-block;
  width:50%;
}

.schedule-on,
.schedule-off{
  height:38px;
  padding-top: 8px;
  border-radius:4px;
  font-weight:bold;
  text-align:center;  
}

.schedule-on {
  border:2px solid #26b480;
  color:#26b480;
}

.schedule-off{
  border:2px solid #999;
  background:#f4f4f4;
}

.schedule .inside_more:last-child{
	margin-top:-15px;
}
