@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


#wrapper.page section .company_history #renewal {
	max-width: 864px;
	margin: 0 auto;
}

#wrapper.page section .company_history #renewal p {
	font-size: 16px;
	color: #aaa16d;
	line-height: 1.7;
	margin-bottom: 30px;
}

#wrapper.page section .company_history #renewal a {
	display: block;
	width: 230px;
	height: 60px;
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #aaa16d;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #aaa16d;
}

#wrapper.page section .company_history #renewal a:after {
  font-family: 'icomoon';
  content: '\e906';
  margin-left: 20px;
}

#wrapper.page section .company_history #renewal a:hover {
  color: #000;
  background: #aaa16d;
}

.history_index #wrapper.page.company_ir section .lead {
	font-size: 18px;
	text-align: center;
	margin-bottom: 100px;
}

#wrapper.page section .logo_90th_box {
	max-width: 864px;
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 700;
	text-align: left;
	margin: 80px auto 100px;
	padding: 30px 60px;
	border: 1px solid #aaa16d;
}

#wrapper.page section .logo_90th_box h2 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 40px;
}

#wrapper.page section .logo_90th_box h2 br {
	display: none;
}

#wrapper.page section .logo_90th_box p {
	font-size: 18px;
	color: #aaa16d;
	line-height: 1.7;
	margin-bottom: 40px;
}

#wrapper.page section .logo_90th_box dl {
	display: flex;
	justify-content: space-between;
}

#wrapper.page section .logo_90th_box dl dt {
	width: 40%;
	text-align: center;
}

#wrapper.page section .logo_90th_box dl dt img {
	width: 85%;
}

#wrapper.page section .logo_90th_box dl dd {
	width: 60%;
}

#wrapper.page section .logo_90th_box dl dd h3 {
	margin-bottom: 25px;
}

#wrapper.page section .logo_90th_box dl dd h3 span {
	font-size: 22px;
	color: #aaa16d;
	border-bottom: 1px solid #aaa16d;
}

#wrapper.page section .logo_90th_box dl dd ul {
	list-style: disc;
	margin-left: 20px;
}

#wrapper.page section .logo_90th_box dl dd ul li {
	display: list-item;
	width: auto;
	font-size: 18px;
	color: #aaa16d;
	line-height: 1.7;
	margin-bottom: 15px;
}

#wrapper.page section .logo_90th_box dl dd ul li:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.history_index #wrapper {
		padding: 0;
	}
	
	.history_index #wrapper.page section h1, .history_index #wrapper.page section p.lead {
		padding: 0 3%;
	}
	
	.history_index #wrapper.page.company_ir section .lead {
		margin-bottom: 15%;
	}
	
	#wrapper.page section .logo_90th_box {
		max-width: 100%;
		margin: 15% auto 10%;
		padding: 5% 7%;
	}

	#wrapper.page section .logo_90th_box h2 {
		font-size: 34px;
		margin-bottom: 7%;
	}

	#wrapper.page section .logo_90th_box h2 br {
		display: block;
	}

	#wrapper.page section .logo_90th_box p {
		font-size: 16px;
		margin-bottom: 7%;
	}

	#wrapper.page section .logo_90th_box dl {
		flex-wrap: wrap;
	}

	#wrapper.page section .logo_90th_box dl dt {
		width: 100%;
		margin-bottom: 10%;
	}

	#wrapper.page section .logo_90th_box dl dd {
		width: 100%;
	}

	#wrapper.page section .logo_90th_box dl dd h3 {
		text-align: center;
		margin-bottom: 5%;
	}

	#wrapper.page section .logo_90th_box dl dd h3 span {
		font-size: 20px;
		line-height: 1.5;
	}

	#wrapper.page section .logo_90th_box dl dd ul li {
		font-size: 16px;
	}
}

#wrapper.page section .history_index_box {
	max-width: 960px;
	margin: 0 auto 160px;
}

#wrapper.page section .history_index_box a {
	display: block;
}

#wrapper.page section .history_index_box a:hover {
	opacity: .7;
}

#wrapper.page section .history_index_box .history_menu_box {
	position: relative;
	margin-bottom: 40px;
}

#wrapper.page section .history_index_box .history_menu_box_r {
	text-align: right;
	padding-right: 30px;
}

#wrapper.page section .history_index_box .history_menu_box_l {
	text-align: left;
	padding-left: 30px;
}

#wrapper.page section .history_index_box .history_menu_box .history_menu {
	position: absolute;
	top: 18px;
	/*top: 50%;
	transform: translateY(-50%);*/
}

#wrapper.page section .history_index_box .history_menu_box_r .history_menu {
	left: 0;
}

#wrapper.page section .history_index_box .history_menu_box_l .history_menu {
	right: 0;
}

#wrapper.page section .history_index_box .history_menu_box .history_menu_img {
	
}

#wrapper.page section .history_index_box .history_menu_box .history_menu_img img {
	max-width: 780px;
}

@media screen and (max-width: 768px) {
	#wrapper.page section .history_index_box {
		max-width: 100%;
		margin: 0 auto 20%;
	}

	#wrapper.page section .history_index_box .history_menu_box {
		margin-bottom: 40%;
	}

	#wrapper.page section .history_index_box .history_menu_box_r {
		padding-right: 0;
	}

	#wrapper.page section .history_index_box .history_menu_box_l {
		padding-left: 0;
	}

	#wrapper.page section .history_index_box .history_menu_box .history_menu {
		top: auto;
		bottom: -50%;
		left: 50%;
		width: 70%;
		transform: translateX(-50%);
	}

	#wrapper.page section .history_index_box .history_menu_box_r .history_menu {
		left: 50%;
	}

	#wrapper.page section .history_index_box .history_menu_box_l .history_menu {
		right: auto;
	}

	#wrapper.page section .history_index_box .history_menu_box .history_menu_img img {
		max-width: 100%;
	}
}

.history_nav {
	padding: 30px 0 15px;
	background: #aaa16d;
}

.history_nav.footer_history_nav {
	padding: 15px 0;
}

.history_nav ul {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto;
}

.history_nav ul li {
	width: 20%;
	text-align: center;
	border-right: 1px solid #333;
}

.history_nav ul li:first-of-type {
	border-left: 1px solid #333;
}

.history_nav ul li a {
	font-family: 'Bodoni Moda', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	padding: 0 10px;
}

.history_nav ul li a:hover {
	border-bottom: 1px solid;
}

.history_nav ul .active a {
	border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
	.history_nav {
		padding: 30px 0 15px;
	}

	.history_nav ul {
		justify-content: center;
		flex-wrap: wrap;
		max-width: 80%;
	}

	.history_nav ul li {
		width: 32%;
		border-right: none;
		margin-bottom: 3%;
	}

	.history_nav ul li:first-of-type {
		border-left: none;
	}

	.history_nav ul li a {
		font-size: 12px;
	}
}

.kv_box {
	width: 100%;
	background: #191919;
}

.kv_box .kv {
	min-height: 362px;
	padding-top: 70px;
}

.history_1931 .kv_box .kv {
	background: url(../img/history_1931/kv_pc.jpg) no-repeat center top;
	background-size: cover;
}

.history_1960 .kv_box .kv {
	background: url(../img/history_1960/kv_pc.jpg) no-repeat center top;
	background-size: cover;
}

.history_1980 .kv_box .kv {
	background: url(../img/history_1980/kv_pc.jpg) no-repeat center top;
	background-size: cover;
}

.history_1995 .kv_box .kv {
	background: url(../img/history_1995/kv_pc.jpg) no-repeat center top;
	background-size: cover;
}

.history_2011 .kv_box .kv {
	background: url(../img/history_2011/kv_pc.jpg) no-repeat center top;
	background-size: cover;
}

.kv_box .kv h3 {
	font-family: 'Bodoni Moda', serif;
	font-size: 120px;
	font-style: italic;
	font-weight: 500;
	color: #fff;
	margin-bottom: 35px;
}

.kv_box .kv p {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
}

.kv_box .kv_text {
	padding: 40px 0;
}

.kv_box .kv_text p {
	max-width: 960px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	font-weight: 500;
	color: #aaa16d;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.kv_box .kv {
		min-height: auto;
		padding: 18% 0;
	}

	.history_1931 .kv_box .kv {
		background: url(../img/history_1931/kv_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.history_1960 .kv_box .kv {
		background: url(../img/history_1960/kv_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.history_1980 .kv_box .kv {
		background: url(../img/history_1980/kv_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.history_1995 .kv_box .kv {
		background: url(../img/history_1995/kv_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.history_2011 .kv_box .kv {
		background: url(../img/history_2011/kv_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.kv_box .kv h3 {
		font-size: 62px;
		margin-bottom: 7%;
	}

	.kv_box .kv p {
		font-size: 26px;
	}

	.kv_box .kv_text {
		padding: 5% 10%;
	}

	.kv_box .kv_text p {
		max-width: 100%;
		font-size: 18px;
	}
}

.history_box {
	padding: 57px 0 80px;
	background: url(../img/history_1931/bg_history.png) repeat center top;
}

.history_box .history_list {
	max-width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.history_box {
		padding-top: 15%;
		background: url(../img/history_1931/bg_history.png) repeat center top;
		background-size: contain;
	}

	.history_box .history_list {
		max-width: 100%;
	}
}

.history_list .vtimeline {
	padding: 50px 0 0;
}

.history_list .vtimeline:before {
	right: auto;
	left: 16.3%;
	background: #aaa16d;
}

.history_list .vtimeline .vtimeline-point {
	
}

.history_list .vtimeline .vtimeline-point .vtimeline-icon {
	right: auto;
	left: 15.6%;
	width: 15px;
	height: 15px;
	margin: 0;
	background: #aaa16d;
	border-radius: 0;
	transform: rotate(45deg);
}

.history_list .vtimeline .vtimeline-point .vtimeline-block {
	width: 81.25%;
}

.history_list .vtimeline .vtimeline-point .vtimeline-right {
	margin-left: 18.75%;
}

.history_list .vtimeline .vtimeline-point .vtimeline-block .vtimeline-date {
	top: -15px;
	left: 0;
	right: auto;
	font-family: 'Bodoni Moda', serif;
	font-size: 62px;
	font-style: italic;
	font-weight: 500;
	color: #aaa16d;
	letter-spacing: -3px;
}

.history_list .vtimeline .vtimeline-point .vtimeline-block:after {
	top: 17px;
	right: auto;
	left: 15.8%;
	width: 3%;
	height: 1px;
	background: #aaa16d;
	border: none;
}

@media screen and (max-width: 768px) {
	.history_list .vtimeline {
		padding: 5% 0 0;
	}

	.history_list .vtimeline:before {
		left: 3%;
	}

	.history_list .vtimeline .vtimeline-point .vtimeline-icon {
		left: 1.5%;
	}

	.history_list .vtimeline .vtimeline-point .vtimeline-block {
		width: 90%;
		padding-right: 3%;
	}

	.history_list .vtimeline .vtimeline-point .vtimeline-right {
		margin-left: 10%;
	}

	.history_list .vtimeline .vtimeline-point .vtimeline-block .vtimeline-date {
		font-size: 48px;
		text-align: left;
		background: none;
	}

	.history_list .vtimeline .vtimeline-point .vtimeline-block:after {
		left: 6.2%;
		width: 4%;
	}
}

.history_list .history_timeline_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: left;
	padding: 40px;
	background: #dcdac5;
}

.history_list .history_timeline_box .history_link {
	position: relative;
	color: #000;
	line-height: 2.5;
	text-align: center;
	padding: 10px 30px 10px 10px;
	background: #aaa16d;
}

.history_list .history_timeline_box .history_link:hover {
	color: #aaa16d;
	background: #000;
}

.history_list .history_timeline_box .history_link:after {
	position: absolute;
	top: 50%;
	right: 5%;
	width: 12px;
	height: 12px;
	content: '';
	border: none;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translateY(-50%) rotate(45deg);
}

.history_list .history_timeline_box .history_link:hover:after {
	border-top: 1px solid #aaa16d;
	border-right: 1px solid #aaa16d;
}

.history_list .history_timeline_box .history_pdf_link {
	position: relative;
	color: #006d3c;
}

.history_list .history_timeline_box .history_pdf_link:hover {
	text-decoration: underline;
}

.history_list .history_timeline_box .history_pdf_link:after {
	display: inline-block;
	width: 17px;
	height: 17px;
	content: '';
	padding-left: 5px;
	background: url(../img/history_index/icon_pdf.png) no-repeat right center;
	background-size: contain;
}

.history_list .history_timeline_box .history_img_box {
	width: 30%;
}

.history_list .history_timeline_box .pc_none_box {
	display: none;
}

.history_list .history_timeline_box figure figcaption {
	font-size: 10px;
	margin-top: 10px;
}

.history_list .history_timeline_box figure .active_block {
	display: none;
}

.history_list .history_timeline_box .history_text_box {
	width: 65%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	line-height: 1.2;
}

.history_list .history_timeline_box .history_text_box h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

.history_list .history_timeline_box .history_text_box .history_copy {
	font-size: 20px;
}

.history_list .history_timeline_box .history_description {
	display: none;
}

.history_list .history_timeline_box .history_more {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 177px;
	font-family: 'Bodoni Moda', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	padding: 7px;
	cursor: pointer;
	background: #aaa16d;
}

.history_list .history_timeline_box .history_more:hover {
	opacity: .7;
}

.history_list .history_timeline_box .history_more:before, .history_list .history_timeline_box .history_more:after {
	position: absolute;
	top: 50%;
	content: '';
	background: #000;
	transform: translateY(-50%);
}

.history_list .history_timeline_box .history_more:before {
	right: 14%;
	width: 1px;
	height: 15px;
}

.history_list .history_timeline_box .history_more:after {
	right: 10%;
	width: 15px;
	height: 1px;
}

.history_list .history_timeline_box .history_close {
	display: none;
}

@media screen and (max-width: 768px) {
	.history_list .history_timeline_box {
		flex-wrap: wrap;
		padding: 3% 3% 14%;
	}

	.history_list .history_timeline_box .history_img_box {
		order: 1;
		width: 100%;
	}

	.history_list .history_timeline_box .history_text_box {
		order: 0;
		width: 100%;
		margin-bottom: 3%;
	}

	.history_list .history_timeline_box .history_text_box h4 {
		font-size: 22px;
		margin-bottom: 3%;
	}

	.history_list .history_timeline_box .history_text_box .history_copy {
		font-size: 16px;
	}

	.history_list .history_timeline_box .history_more {
		width: 100%;
		font-size: 20px;
	}

	.history_list .history_timeline_box .history_more:before {
		right: 4.5%;
	}

	.history_list .history_timeline_box .history_more:after {
		right: 2.5%;
	}
}

.history_list .vtimeline .vtimeline-point .vtimeline-block.active .vtimeline-date {
	top: -7%;
}

.history_list .vtimeline .vtimeline-point .vtimeline-block.active:after {
	content: none;
}

.history_list .vtimeline-block.active .history_timeline_box {
	flex-wrap: wrap;
	margin-top: 80px;
	margin-left: -23.1%;
	padding: 40px 40px 80px;
}

.history_list .vtimeline-block.active .history_timeline_box .history_img_box {
	order: 1;
	width: 60%;
}

.history_list .vtimeline-block.active .history_timeline_box .pc_none_box {
	display: block;
	order: 2;
	width: 37%;
}

.history_list .vtimeline-block.active .history_timeline_box .pc_none_box figure {
	margin-bottom: 20px;
}

.history_list .vtimeline-block #year2021_01 .history_img_box figure figcaption {
	display: none;
}

.history_list .vtimeline-block #year2022_02 .history_img_box figure figcaption {
	display: none;
}

.history_list .vtimeline-block.active #year2021_01 .history_img_box figure figcaption {
	display: block;
}

.history_list .vtimeline-block.active #year2022_02 .history_img_box figure figcaption {
	display: block;
}

/*.history_list .vtimeline-block.active .w45, .history_list .vtimeline-block.active .w50, .history_list .vtimeline-block.active .w60, .history_list .vtimeline-block.active .w70, .history_list .vtimeline-block.active .w80 {
	text-align: center;
}*/

.history_list .vtimeline-block.active .w45 img {
	width: 45%;
}

.history_list .vtimeline-block.active .w50 img {
	width: 50%;
}

.history_list .vtimeline-block.active .w55 img {
	width: 55%;
}

.history_list .vtimeline-block.active .w60 img {
	width: 60%;
}

.history_list .vtimeline-block.active .w65 img {
	width: 65%;
}

.history_list .vtimeline-block.active .w70 img {
	width: 70%;
}

.history_list .vtimeline-block.active .w80 img {
	width: 80%;
}

.history_list .vtimeline-block.active .w90 img {
	width: 90%;
}

/*.history_list .vtimeline-block.active .w45 figcaption, .history_list .vtimeline-block.active .w50 figcaption, .history_list .vtimeline-block.active .w60 figcaption, .history_list .vtimeline-block.active .w65 figcaption, .history_list .vtimeline-block.active .w70 figcaption, .history_list .vtimeline-block.active .w80 figcaption {
	text-align: left;
}*/

.history_list .vtimeline-block.active .history_timeline_box .pc_none_box figure:last-of-type {
	margin-bottom: 0;
}

.history_list .vtimeline-block.active .history_timeline_box figure .active_none {
	display: none;
}

.history_list .vtimeline-block.active .history_timeline_box figure .active_block {
	display: block;
}

.history_list .vtimeline-block.active .history_timeline_box .history_text_box {
	order: 0;
	width: 100%;
	margin-bottom: 15px;
}

.history_list .vtimeline-block.active .history_timeline_box .history_text_box h4 {
	font-size: 32px;
}

.history_list .vtimeline-block.active .history_timeline_box .history_text_box .history_copy {
	padding-bottom: 15px;
	background: url(../img/history_1931/border_history.png) no-repeat center bottom;
}

.history_list .vtimeline-block.active .history_timeline_box .history_description {
	display: block;
	margin-bottom: 20px;
}

.history_list .vtimeline-block.active .history_timeline_box .history_description p {
	font-size: 16px;
	line-height: 1.5;
}

.history_list .vtimeline-block.active .history_timeline_box .history_description p a {
	word-break: break-all;
}

.history_list .vtimeline-block.active .history_timeline_box .history_description p + p {
	margin-top: 30px;
}

.history_list .vtimeline-block .history_timeline_box .item-flex-w50 .item-last {
	display: none;
}

.history_list .vtimeline-block.active .history_timeline_box .item-flex-w50 {
	display: flex;
}

.history_list .vtimeline-block.active .history_timeline_box .item-flex-w50 .item-last {
	display: block;
}

.history_list .vtimeline-block .history_timeline_box .item-flex {
	display: none;
}

.history_list .vtimeline-block.active .history_timeline_box .item-flex {
	display: flex;
	justify-content: space-between;
	order: 3;
	margin-top: 30px;
}

.history_list .vtimeline-block.active .history_timeline_box .item-flex li {
	width: 32%;
}

.history_list .vtimeline-block.active .history_timeline_box .history_more {
	display: none;
}

.history_list .vtimeline-block.active .history_timeline_box .history_close {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 140px;
	font-family: 'Bodoni Moda', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	padding: 7px;
	cursor: pointer;
	background: #aaa16d;
}

.history_list .vtimeline-block.active .history_timeline_box .history_close:hover {
	opacity: .7;
}

.history_list .vtimeline-block.active .history_timeline_box .history_close:before, .history_list .vtimeline-block.active .history_timeline_box .history_close:after {
	position: absolute;
	top: 50%;
	content: '';
	background: #000;
	transform: translateY(-50%) rotate(45deg);
}

.history_list .vtimeline-block.active .history_timeline_box .history_close:before {
	right: 15%;
	width: 1px;
	height: 17px;
}

.history_list .vtimeline-block.active .history_timeline_box .history_close:after {
	right: 9%;
	width: 17px;
	height: 1px;
}

@media screen and (max-width: 768px) {
	.history_list .vtimeline .vtimeline-point .vtimeline-block.active {
		padding-right: 0;
	}

	.history_list .vtimeline-block.active .history_timeline_box {
		margin-top: 0;
		margin-left: -11.1%;
		padding: 3% 3% 14%;
	}

	.history_list .vtimeline-block.active .history_timeline_box .history_img_box {
		order: 1;
		width: 100%;
		margin-bottom: 5%;
	}

	.history_list .vtimeline-block.active .history_timeline_box .pc_none_box {
		order: 3;
		width: 100%;
	}

	.history_list .vtimeline-block.active .history_timeline_box .pc_none_box figure {
		margin-bottom: 20px;
	}

	.history_list .vtimeline-block.active .history_timeline_box .pc_none_box figure:last-of-type {
		margin-bottom: 0;
	}

	.history_list .vtimeline-block.active .w45 img, .history_list .vtimeline-block.active .w50 img, .history_list .vtimeline-block.active .w55 img, .history_list .vtimeline-block.active .w60 img, .history_list .vtimeline-block.active .w65 img, .history_list .vtimeline-block.active .w70 img, .history_list .vtimeline-block.active .w80 img, .history_list .vtimeline-block.active .w90 img {
		width: 100%;
	}

	.history_list .vtimeline-block.active .history_timeline_box figure .active_none {
		display: none;
	}

	.history_list .vtimeline-block.active .history_timeline_box figure .active_block {
		display: block;
	}

	.history_list .vtimeline-block.active .history_timeline_box .history_text_box {
		order: 0;
		width: 100%;
	}

	.history_list .vtimeline-block.active .history_timeline_box .history_text_box h4 {
		font-size: 22px;
	}

	.history_list .vtimeline-block.active .history_timeline_box .history_text_box .history_copy {
		padding-bottom: 0;
		background: none;
	}

	.history_list .vtimeline-block.active .history_timeline_box .history_description {
		order: 2;
		display: block;
	}

	.history_list .vtimeline-block.active .history_timeline_box .history_description p {
		font-size: 16px
	}

	.history_list .vtimeline-block.active .history_timeline_box .history_description p + p {
		margin-top: 30px;
	}

	.history_list .vtimeline-block.active .history_timeline_box .item-flex {
		flex-wrap: wrap;
	}

	.history_list .vtimeline-block.active .history_timeline_box .item-flex li {
		width: 100%;
	}

	.history_list .vtimeline-block.active .history_timeline_box .item-flex li:not(:last-of-type) {
		margin-bottom: 5%;
	}

	.history_list .vtimeline-block.active .history_timeline_box .history_more {
		display: none;
	}
}
