@CHARSET "UTF-8";

/*******************************
	写メ日記
*******************************/
.diary_detail .back {
	text-align: center;
	margin: 30px 10px;
	border-bottom: dotted 1px #ddd;
	padding-bottom:30px;
}
.diary_detail .back a {
	text-align: left;
	display: inline-block;
}
.diary_detail .head {
	padding: 0 10px;
	margin-bottom: 30px;
}
.diary_detail .regist_time {
	font-size: 12px;
	color: #999;
}
.diary_detail .title {
	font-size: 30px;
}
.diary_detail .photo {
	text-align: center;
}
.diary_detail .photo img {
	max-width: 100%;
}
.diary_detail .content {
	padding: 10px;
	word-break: break-all;
	overflow: hidden;
	font-size: 16px;
}