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

.blog_ttl {
	width:100%;
  margin:0 ;
  padding:30px 0 10px;
}

article {
  padding-bottom:30px;
}

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

.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_name{
  font-size:14px;
}

.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;
}

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

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

/* 明日出勤 */
.girls_detail_time.tomorrow {
  color:#26b480;
	border:1px solid #26b480;
	background:#fff;
}

/* 勤務時間 */
.girls_detail_time {
	margin-top:5px;
	padding:5px 0;
	border-radius:4px;
	background:#26b480;
  color:#fff;
  font-size:12px;
  line-height:12px;
  text-align:center;
}

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

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

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

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

