/*æ–½å·¥äº‹ä¾‹ã€€ç¾è¡Œ*/
.skjr_topbox img{
	width: 680px;
}
/*æ–½å·¥äº‹ä¾‹ã€€2019*/
.skjr_topbox {
	display:flex;
	margin-bottom:25px;
}
.sekou_img,.sekou_text{
	margin:0 1.5% 15px;
}
.sekou_text{
	width: 40%;
	position: relative;
	/* display:table; */
}
.sekou_text_inner{
  /* position: absolute; */
  /* width:100%; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  -webkit- transform: translateY(-50%);
}
.bukkenimg{
	/* max-height: 350px; */
}
.sekou_bottom_button{
	margin: 35px 0;
	text-align:center;
}
.sekou_bottom_button a{
	display:inline-block;
	color:#fff;
	margin:5px 2%;
	background-color:#f8b;
	padding:7px 15px;
	border-radius:5px;
}
.sekou_gallery,.sekou_data{
	border-top:1px dotted #f8b;
	border-bottom:1px dotted #f8b;
	padding:20px 0;
}
.sekou_gallery_header{
	padding:0 20px;
	font-size:80%;
	color:#f8b
}
.sekou_data{
	padding:10px;
	margin: 35px 0;
	font-size: 100%;
	line-height:2;
}
@media(max-width:650px){
	.skjr_topbox {
		display:block;
	}
	.sekou_text{
		width:auto;
	}
	.sekou_text_inner{
	  position: relative;
	  width:100%;
	  top: 0;
	  transform: translateY(0);
	  -webkit- transform: translateY(0);
	}
}
	

