@charset "UTF-8";

.diaryIndexList {
	padding: 60px 0 0;
}

.diaryIndexList_header {
	width: 280px;
	height: 50px;
	margin: 0 auto 30px;
	border: solid 1px #157339;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}


.diartyIndexList_col {
	padding: 0 10px;
	margin-bottom:25px;
}

.diaryIndexList_item {
	position: relative;
	height: 400px;
	background: #fff;
	padding: 20px 20px 0;
}

.diaryIndexList_img {
	width:280px;
	height:180px;
}

.diaryIndexList_title {
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.5;
}

.diaryIndexList_label {
	display: inline-block;
	width: 50px;
	height: 20px;
	margin: 0 0 1px 10px;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.diaryIndexList_label-01 {
	background: #794922;
}

.diaryIndexList_label-02 {
	background: #CC0000;
}

.diaryIndexList_ul {
	margin: 18px 0 0;
}

.diaryIndexList_ul > li {
	margin: 0 0 7px;
}

.diaryIndexList_date {
	display: inline-block;
	width: 90px;
	font-size: 12px;
	line-height: 18px;
}

.diaryIndexList_ul > li > a {
	font-size: 13px;
	line-height: 1.4;
	text-decoration: underline;
}

.diaryIndexList_link {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 280px;
	height: 35px;
	background: #157339;
	color: #FFF;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
}

.diaryIndexList_link:hover {
	color: #FFF;
}

.diaryIndexNav {
	margin: 50px auto 70px;
	width: 600px;
	height: 100px;
	background: #fff;
}

.diaryIndexNav_title {
	margin: 20px 15px 0;
	font-size: 14px;
	font-weight: bold;
}

.diaryIndexNav_select {
	width: 240px;
	margin: 10px 0 0 15px;
	border: solid 1px #eee;
	background: #f7f7f7;
	padding:5px;
}


@media screen and (max-width: 767px) {
	.diaryIndexList {
		padding: 30px 0 0;
	}

	.diaryIndexList_header {
		max-width: 96%;
		height: 40px;
		margin: 0 auto 15px;
		line-height: 40px;
		font-size: 16px;
	}

	.diaryIndexList_item {
		height: auto;
		padding: 15px;
		margin: 0 auto;
	}

	.diaryIndexList_img {
		width: 100%;
		height: 200px;
	}

	.diaryIndexList_title {
		margin: 15px 0 0;
		font-size: 16px;
	}

	.diaryIndexList_label {
		margin: 0 0 2px 10px;
	}

	.diaryIndexList_ul {
		margin: 18px 0 0;
	}

	.diaryIndexList_ul > li {
		margin: 0 0 7px;
	}

	.diaryIndexList_link {
		display: block;
		position: static;
		margin: 18px 20px 0;
		width: auto;
	}

	.diaryIndexNav {
		margin: 20px 10px 40px;
		width: auto;
		height: auto;
		padding: 5px 0 15px;
	}

	.diaryIndexNav_title {
		margin: 10px 0 0;
		font-size: 14px;
		font-weight: bold;
	}

	.diaryIndexNav_select {
		width: 100%;
		margin: 5px 0;
		font-size: 16px;
	}
}	


/* detail.php */

.diaryDetailHeader {
	margin: 45px auto 0;
	width: 420px;
	padding: 30px 40px;
	background: #fff;
	border: solid 1px #eee;
}

.diaryDetailHeader_text {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
}

.diaryDetailHeader_process {
	margin: 20px 0 0;
	text-align: center;
}

.diaryDetailHeader_process_li {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 3px;
	border: solid 2px #794922;
	font-size: 13px;
	font-weight: bold;
	color: #794922;
	text-align: center;
	line-height: 48px;
}

.diaryDetailHeader_process_li-current {
	background: #794922;
	color: #fff;
}


@media screen and (max-width: 767px) {
	.diaryDetailHeader {
		margin: 30px auto 0;
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.diaryDetailHeader_process {
		margin: 15px 0 0;
		text-align: center;
	}

	.diaryDetailHeader_process_li {
		display: inline-block;
		width: 45px;
		height: 45px;
		margin: 0 1px;
		font-size: 12px;
		line-height: 43px;
	}

}	


.diaryDetailMain {
	position: relative;
	width: 822px;
	margin: 0 auto;
	padding: 10px 0 40px;
}

.diaryDetailMain:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	background: #eee;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.diaryDetailItem {
	position: relative;
	width: 380px;
	height: 300px;
	margin: 55px 0 0;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
}

.diaryDetailItem:first-child {
	margin: 30px 0 0;
}

.diaryDetailItem-left {
	float: left;
}

.diaryDetailItem-right {
	float: right;
}

.diaryDetailItem:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.diaryDetailItem-left:before {
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
	top: 20px;
	right: -10px;
}

.diaryDetailItem-right:before {
	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	top: 20px;
	left: -10px;
}

.diaryDetailItem_img {
	position: relative;
	margin: 20px 20px 0;
	width:340px;
	height:220px;
}

.diaryDetailItem_date {
	display: block;
	position: absolute;
	width: 110px;
	height: 30px;
	bottom: 0;
	left: 0;
	background: #157339;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.diaryDetailitem_text {
	margin: 10px 20px 0;
	font-size: 16px;
	line-height: 1.6;
}

.diaryDetailItem_pointer {
	position: absolute;
	top: 23px;
}

.diaryDetailItem-left > .diaryDetailItem_pointer {
	right: -41px;
}

.diaryDetailItem-right > .diaryDetailItem_pointer {
	left: -40px;
}

.diaryDetailBack {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto 70px;
	background: #157339;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.diaryDetailBack:hover {
	color: #fff;
}


@media screen and (max-width: 767px) {
	.diaryDetailMain {
		width: 100%;
		padding: 10px 10px 30px 45px;
	}

	.diaryDetailMain:before {
		top: 0;
		left: 15px;
	}

	.diaryDetailItem {
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px 0 0;
	}

	.diaryDetailItem-left {
		float: none;
	}

	.diaryDetailItem-right {
		float: none;
	}

	.diaryDetailItem-left:before {
		border: 0;
		border-bottom: solid 1px #eee;
		border-left: solid 1px #eee;
		left: -10px;
	}

	.diaryDetailItem_img {
		margin: 10px 10px 0;
		width:95%;
		height:200px;
	}

	.diaryDetailItem_img > img {
		display: block;
		width: 100%;
		height: auto;
	}

	.diaryDetailitem_text {
		margin: 10px;
		font-size: 14px;
	}

	.diaryDetailItem_pointer {
		top: 21px;
	}

	.diaryDetailItem-left > .diaryDetailItem_pointer {
		left: -39px;
	}

	.diaryDetailItem-right > .diaryDetailItem_pointer {
		left: -39px;
	}

	.diaryDetailBack {
		width: auto;
		margin: 0 10px 70px;
	}
}	


/* ID.php */

.diaryIdMain {
	margin-top: 12px;
	padding: 30px 0 45px;
	border-top: solid 2px #519669;
	background: #fff;
}

.diaryIdMain_title {
	font-size: 22px;
	text-align: center;
	padding: 0 0 18px;
	border-bottom: solid 1px #eee;
}

@media screen and (max-width: 767px) {
	.diaryIdMain {
		padding: 20px 0 0;
	}

	.diaryIdMain_title {
		margin: 0 10px;
		font-size: 18px;
	}
}	


.diaryIdArticle {
	margin: 25px 50px 0;
}

.diarySlider {
	position: relative;
	width: 540px;
	height: auto;
	float: left;
}

.diarySlider > .fotorama__wrap {
    margin: 0 auto;
}

.diarySlider:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 330px;
	top: 0;
	left: 0;
	background: #eee;
}

.diaryIdArticle_content {
	width: 330px;
	float: right;
	line-height:1.8;
}

.diaryIdArticle_date {
	display: block;
	width: 110px;
	height: 30px;
	margin: 0;
	background: #157339;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.diaryIdArticle_text {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.diaryIdArticle {
		margin: 0;
	}

	.diarySlider {
		width: 100%;
		float: none;
	}

	.diarySlider:before {
		height: 200px;
	}

	.diaryIdArticle_content {
		width: 100%;
		float: none;
		padding: 20px 10px;
	}

}	


.diaryIdTimeline {
	width: 1000px;
	margin: 45px auto 0;
}

.diaryIdTimeline_title {
	height: 50px;
	margin: 0 auto;
	border: solid 1px #157339;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	padding:0 25px;
	display:table;
}

.diaryIdTimeline_main {
	position: relative;
	padding: 15px 0 65px;
}

.diaryIdTimeline_main:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	background: #eee;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.diaryIdTimeline_item {
	position: relative;
	margin: 55px 0 0;
	width: 470px;
	height: 170px;
	padding: 25px 25px 0;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
}

.diaryIdTimeline_item:first-child {
	margin: 30px 0 0;
}

.diaryIdTimeline_item-left {
	float: left;
}

.diaryIdTimeline_item-right {
	float: right;
}

.diaryIdTimeline_item:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.diaryIdTimeline_item-left:before {
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
	top: 15px;
	right: -10px;
}

.diaryIdTimeline_item-right:before {
	border: 0;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	top: 15px;
	left: -10px;
}

.diaryIdTimeline_img {
	float: left;
	width:160px;
	height:120px;
}

.diaryIdTimeline_content {
	width: 230px;
	float: right;
}

.diaryIdTimeline_date {
	margin: 0;
	font-size: 13px;
}

.diaryIdTimeline_articleTitle {
	margin: 5px 0 0;
	font-size: 16px;
}

.diaryIdTimeline_text {
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 1.6;
}

.diaryIdTimeline_pointer {
	position: absolute;
	top: 18px;
}

.diaryIdTimeline_item-left > .diaryIdTimeline_pointer {
	right: -40px;
}

.diaryIdTimeline_item-right > .diaryIdTimeline_pointer {
	left: -39px;
}

@media screen and (max-width: 767px) {
	.diaryIdTimeline {
		width: 100%;
		margin: 35px auto 0;
	}

	.diaryIdTimeline_title {
		width: auto;
		margin: 0 10px;
		font-size: 18px;
		line-height: 1.4;
		padding:10px 20px;
	}

	.diaryIdTimeline_main {
		padding: 10px 10px 30px 45px;
	}

	.diaryIdTimeline_main:before {
		left: 15px;
	}

	.diaryIdTimeline_item {
		margin: 25px 0 0;
		width: auto;
		height: auto;
		padding: 15px;
	}

	.diaryIdTimeline_item-left {
		float: none;
	}

	.diaryIdTimeline_item-right {
		float: none;
	}

	.diaryIdTimeline_item:before {
		width: 16px;
		height: 16px;
	}

	.diaryIdTimeline_item-left:before {
		border: 0;
		border-bottom: solid 1px #eee;
		border-left: solid 1px #eee;
		top: 15px;
		left: -8px;
	}

	.diaryIdTimeline_item-right:before {
		left: -8px;
	}

	.diaryIdTimeline_img {
		float:left;
		display:block;
		width:100px;
		height:100px;
		margin-right:15px;
	}
	.diaryIdTimeline_img img{
		width:100%;
		height:auto;
	}
	.diaryIdTimeline_text {
		display:none;
}

	.diaryIdTimeline_content {
		width: auto;
		float: none;
		margin: 10px 0;
	}

	.diaryIdTimeline_pointer {
		top: 15px;
	}

	.diaryIdTimeline_item-left > .diaryIdTimeline_pointer {
		left: -39px;
	}
}	


