@CHARSET "UTF-8";

/*******************************
	写メ日記
*******************************/
.diary_detail .back {
	margin: 20px 0;
	border-bottom: solid 1px #ddd;
	padding-bottom:10px;
}
.diary_detail .back a {
	display: block;
	text-align: center;
	padding: 10px;
	margin: 10px;
	text-decoration: none;
	background-color: #3498db;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.diary_detail .head {
	padding: 0 10px;
	margin-bottom: 30px;
}
.diary_detail .regist_time {
	text-align: right;
}
.diary_detail .title {
	font-size: 24px;
	font-weight: bold;
}
.diary_detail .photo {
	text-align: center;
	margin-bottom: 20px;
}
.diary_detail .photo img {
	max-width: 100%;
}
.diary_detail .content {
	padding: 10px;
	word-break: break-all;
	overflow: hidden;
	font-size: 16px;
}

/*******************************
	求人情報
*******************************/
.footer_job {
	margin: 40px 10px;
	padding-top: 30px;
	border-top: solid 1px #ddd;
}
.footer_job.no_border_top {
	border-top: 0;
}
.footer_job .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.footer_job a {
	display: block;
	padding: 10px;
	border: solid 1px #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #f77c2a;
}
.footer_job .top_image img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	pointer-events: none;
}
.footer_job .summary {
	display: block;
	font-weight: bold;
}