@charset "UTF-8";
/* CSS Document */

#diaryAreaTtl{
	margin-bottom: 10px;
}

.diaryList{
	width: 96%;
	margin: 0 auto;
}

.diaryList li{
	width: 100%;
	margin-bottom: 5px;
}

.ttlBar{
	background-color: #000000;
	color: #ffffff;
	padding: 2%;
	width: auto;
}

.ttlBar time{
	float: left;
	width: 50%;
	text-align: left;
}

.diary_companion_nm{
	float: right;
	width: 50%;
	text-align: right;
}

.diaryBody{
	padding: 2%;
	width: auto;
	border: 1px solid #999999;
	border-top: none;
}

.diaryTtl{
	color: #ff6699;
	display: block;
}

.diaryImg{
	width: 30%;
	float: left;
}

.diaryImg img{
	width: 100%;
	border: 1px solid #ff6699;
}

.diaryTxt {
    float: left;
    margin-left: 2%;
    width: 58%;
    line-height: 1.5;
}
.diaryDetail a{
	display: block;

}
.diaryDetail{
	position: relative;
}

.diaryDetail:after {
	content: "";
	position: absolute;
	right: 2%;
	top: 50%;
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 5px #990033;
	border-right: solid 5px #990033;
	-webkit-transform: rotate(45deg);
}

/*==========================

	pager

============================*/
#page_list ol{
	width:100%;
	text-align:center;
	margin-bottom: 5px;
}


#page_list li{
	display:inline;
	font-weight:bold;
    vertical-align: top;
	margin: 0 2px;
}

#page_list li strong{
	padding: 6px 10px;
	display: inline-block;
	font-weight:bold;
	color:#a40035;
}

#page_list li a{
	display: inline-block;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	padding: 6px 10px;
	background-color:#a40035;
}

#page_list li a:hover{
	background-color: #ffffff;
	color: #a40035;
	cursor:pointer;
}