@charset "utf-8";
/* ===================================================================
	use second
=================================================================== */

/*---------------------------------------------------------------------------*/


#contents {
	letter-spacing: 0.1em;
}

h2 {
	margin:0 auto 50px;
	padding-top:20px;
	width:935px;
}

.inner {
	background:url(../../common/images/bg_sakura.png) repeat center bottom;
	margin:0 auto 135px;
	width:935px;
}

h3 {
	margin-bottom: 35px;
}

.diary {
}

.diary ul {
	margin:0 auto;
	width:930px;
}

.diary ul li {
	float: left;
	margin:0 20px 60px;
	width:268px
}

.diary ul li a {
	display:block;
	cursor:pointer;
}

.diary ul li img {
	border-radius: 7px;
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
}

.diary ul li .ttl {
	background:url(../../common/images/icon_diamond.png) no-repeat left 3px;
	margin-top:10px;
	padding-left:1.5em;
	width: 250px;
}

.diary ul li .date {
	font-size:10px;
	padding-left:2em;
	width: 200px;
}


/* page_link
----------------------------- */
.page_link {
	margin: 80px 0 0;
	padding-bottom: 15px;
	text-align: center;
}
.page_link span {
	font-size: 12px;
	text-align: center;
	padding:10px;
}

.page_link span strong {
	color:#ed95bc;
}


/* detail
----------------------------- */

.diary_detail {
	margin:0 auto;
	width:850px;
}

.diary_detail .ttl {
	background: url(../../common/images/icon_diamond_b.png) no-repeat left 0.2em;
	font-size: 18px;
	margin-top: 5px;
	padding-left: 1.2em;
}

.diary_detail .date {
	border-top: #a0a0a0 1px dashed;
	font-size: 13px;
	margin: 20px 0;
	padding-top: 10px;
	text-align: right;
}

.diary_detail .box {
	border-bottom:#a0a0a0 1px dashed;
	margin-bottom:20px;
	padding-bottom:20px;
}

.diary_detail .back_info {
	background:url(../../common/images/icon_arrow.png) no-repeat right center;
	padding-right:1.2em;
	text-align:right;
}

.diary_detail .photo {
	text-align:center;
}
