@charset "utf-8";
/* CSS Document */
header {
	width: 100%;
	height: 600px;
	max-width: 1920px;
	margin: 0 auto;
}
#HeaderForm {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#Logo {
	width: 84px;
	height: 96px;
	margin-top: 60px;
	position: fixed;
}
#HeaderBanner {
	width: 100%;
	height: 310px;
	padding-top: 200px;
	padding-bottom: 70px;
}
#HeaderTitle {
	width: 80px;
	height: 340px;
	font-family: 'Vollkorn', serif;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	color: #b7a393;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: left;
}
#BannerBottom {
	wdith: 100%;
	height: 28px;
	background: url("/en/Assets/Web/Images/Blog/BannerBottom.png") center center no-repeat;
}
#Detail {
	width: 100%;
	max-width: 1320px;
	padding: 80px;
	background: #f0f0f0;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: -100px;
	margin-bottom: 100px;
}
#Point {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	margin-top: -90px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}
#DetailTitleForm {
	width: 100%;
	height: 200px;
}
#DetailTitle {
	width: 700px;
	height: 200px;
	line-height: 60px;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 500;
	float: left;
	background: url("/en/Assets/Web/Images/Blog/TitleLine.png") no-repeat left bottom;
}
#DetailRight {
	width: 60px;
	height: 200px;
	float: right;
	text-align: right;
}
#Item {
	width: 100%;
	height: 30px;
	color: #b7a393;
	font-family: 'Vollkorn', serif;
	letter-spacing: 1px;
	padding-top: 20px;
}
#ItemLine {
	width: 20px;
	height: 20px;
	border-bottom: 1px solid #c8c8c8;
	float: right;
}
#Date {
	width: 100%;
	height: 30px;
	line-height: 20px;
	color: #b7a393;
	float: right;
	padding-top: 50px;
	font-size: 14px;
	letter-spacing: 1px;
}
#DetailContent {
	font-weight: 200;
	line-height: 30px;
	letter-spacing: 1px;
	padding-top: 100px;
	width: 100%;
	padding-bottom: 30px;
}
#DetailContent img {
	max-width: 100%;
	display: block;
	margin: auto;
}

#DetailPage {
	width: 100%;
	height: 50px;
	background: url("/en/Assets/Web/Images/Blog/BtnLine.png") no-repeat center 50px;
	padding-top: 50px;
}
#BtnPage {
	width: 540px;
	height: 50px;
	margin: 0 auto;
}
#BtnPrev {
	color: #8c8c8c;
	float: left;
	margin-left: 160px;
	cursor: pointer;
	text-decoration: none;
	font-style: italic;
}
#BtnNext {
	color: #8c8c8c;
	float: right;
	margin-right: 160px;
	cursor: pointer;
	text-decoration: none;
	font-style: italic;
}
.NoPrev {
	width: auto;
	height: 35px;
	color: #dcdcdc;
	float: left;
	margin-left: 160px !important;
	text-decoration: none;
	font-style: italic;
}
.NoNext {
	width: auto;
	height: 35px;
	color: #dcdcdc;
	float: right;
	margin-right: 160px;
	text-decoration: none;
	font-style: italic;
}
#FooterBg {
	width: 100%;
	height: 19px;
	background: url("/en/Assets/Web/Images/Blog/DetailLine.png") center center no-repeat;
}
#BtnForm {
	width: 100%;
	height: 100px;
	background: #FFF;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}
#BtnToNews {
	width: 184px;
	height: 77px;
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	header {
		width: 100%;
		height: 300px;
		background: url("/en/Assets/Web/Images/Blog/DetailBanner.png") center center no-repeat;
		background-size: cover;
	}
	#Logo {
		width: 58px;
		height: 65px;
		margin-top: 30px;
		left: 35px;
		position: absolute;
	}
	#Logo img {
		width: 58px;
	}
	#HeaderBanner {
		width: 100%;
		height: 163px;
		padding-top: 100px;
		padding-bottom: 20px;
	}
	#HeaderTitle {
		width: 110px;
		height: 80px;
		font-family: 'Vollkorn', serif;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		color: #FFF;
		font-style: italic;
		font-weight: bold;
		font-size: 36px;
		letter-spacing: 2px;
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #FFF;
	}
	#BannerBottom {
		wdith: 100%;
		height: 28px;
		background-size: contain;
	}
	article {
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	#Point {
		width: 12px;
		height: 12px;
		margin: 0 auto;
		margin-top: -30px;
		position: absolute;
		left: 50%;
		margin-left: -10px;
	}
	#Point img {
		width: 100%;
	}
	#Detail {
		width: 100%;
		max-width: 1320px;
		padding: 20px;
		background: #f0f0f0;
		margin: 0 auto;
		box-sizing: border-box;
		margin-top: -30px;
		margin-bottom: 60px;
	}
	#DetailRight {
		width: 100%;
		height: 80px;
		float: none;
		;
		text-align: left;
	}
	#Item {
		width: 50px;
		height: 30px;
		color: #b7a393;
		font-family: 'Vollkorn', serif;
		letter-spacing: 1px;
		padding-top: 20px;
		float: left;
	}
	#ItemLine {
		display: none;
	}
	#Date {
		width: 60px;
		height: 30px;
		line-height: 20px;
		color: #b7a393;
		float: right;
		padding-top: 20px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	#DetailTitle {
		width: 100%;
		height: 130px;
		line-height: 30px;
		font-size: 20px;
		letter-spacing: 1px;
		font-weight: 500;
		float: none;
		background: url("/en/Assets/Web/Images/Blog/TitleLineMb.png") no-repeat left bottom;
	}
	#DetailTitleForm {
		width: 100%;
		height: 150px;
	}
	#DetailPage {
		width: 100%;
		height: 50px;
		background: none;
		;
		padding-top: 50px;
	}
	#BtnPage {
		width: 100%;
		height: 50px;
		margin: 0 auto;
	}
	#BtnPrev {
		width: auto;
		height: 35px;
		color: #8c8c8c;
		float: left;
		margin-left: 50px;
		cursor: pointer;
		text-decoration: none;
		font-style: italic;
		background: url("/en/Assets/Web/Images/Blog/ImgPrev.png") no-repeat center bottom;
	}
	#BtnNext {
		width: auto;
		height: 35px;
		color: #8c8c8c;
		float: right;
		margin-right: 50px;
		cursor: pointer;
		text-decoration: none;
		font-style: italic;
		background: url("/en/Assets/Web/Images/Blog/ImgNext.png") no-repeat center bottom;
	}
	.NoPrev {
		width: auto;
		height: 35px;
		color: #dcdcdc;
		float: left;
		margin-left: 50px !important;
		text-decoration: none;
		font-style: italic;		
		background: url("/en/Assets/Web/Images/BtnPrevNoMb.png") no-repeat center bottom;
	}
	.NoNext {
		width: auto;
		height: 35px;
		color: #dcdcdc;
		float: right;
		margin-right: 50px;
		text-decoration: none;
		font-style: italic;
		background: url("/en/Assets/Web/Images/BtnNextNoMb.png") no-repeat center bottom;
	}
	#FooterBg {
		width: 100%;
		height: 19px;
		background: url("/en/Assets/Web/Images/Blog/FooterBgMb.png") center center no-repeat;
		background-size: contain;
	}
	#BtnForm {
		width: 100%;
		height: 100px;
		background: #FFF;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 50px;
	}
	#BtnToNews {
		display: none;
	}
	#BtnToBlog {
		width: 142px;
		height: 54px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 992px) AND (max-width:1360px) {
	#Detail {
		width: calc(100% - 240px);
		max-width: 1320px;
		padding: 40px;
		background: #f0f0f0;
		margin: 0 auto;
		box-sizing: border-box;
		margin-top: -100px;
		margin-bottom: 100px;
		margin-left: 120px;
		margin-right: 120px;
	}
}