/********************
sekoujirei 一覧
********************/

#sekoujirei_v {
	background: url(../images/event_back_d.png) repeat;
	position: relative ;
	padding: 10px 0px;
	width: 880px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
#sekoujirei_v .topic_p {
width:100%;
}
#sekoujirei_v .img {
	float: left;
	width: 115px;
	height: 115px;
	border: #f6ebaf 5px solid;
	overflow: hidden;
	text-align: center;
	margin: 5px;
}
#sekoujirei_v .inner_box {
	width: calc(100% - 145px);
	float: left;
	margin: 5px;
}
#sekoujirei_v h4 {
	border-bottom: 1px #ebddae solid;
}
#sekoujirei_v .topic_p h3 {
	color: #4a3434;
	font-size: 120%;
	padding: 0 22px;
}
#sekoujirei_v .topic_p p {
	text-align: right;
	margin: 0 22px;
	border-bottom: 3px #6c7f51 double;
	padding-bottom: 3px;
}
#sekoujirei_v .topic_p p a {
	padding-right: 1em;
}
#sekoujirei_v .box {
	height: 138px;
	width: 46%;
	border: #8b8b8b 1px solid;
	background-color: #fff;
	margin-left: 22px;
	margin-top: 18px;
}
#sekoujirei_v .btn {
	text-align: right;
}
#sekoujirei_v .inner_box p {
	font-size: 85%;
	height: 65px;
	overflow: hidden;
}
#sekoujirei_v .pageswitch {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 1em 0 0 0;
}
.gotop{
width:100%;
padding:40px 0 0 0;
text-align:right;
}

/********************
sekoujirei 詳細
********************/

#sekoujirei_d {
}
#sekoujirei_d .col1 {
	float: left;
	width: 65%;
	margin-top: 8px;
}
#sekoujirei_d .col1  img{
width:100%;
	max-width:initial !important;
height:auto;
}
#sekoujirei_d .col2 {
	float: right;
	width: 32%;
	margin-top: 8px;
}
#sekoujirei_d .col2 p {
	padding: 1.5em 0;
}
#sekoujirei_d .col2 h3 {
	color: #4a3434;
	border-bottom: 1px #ebddae solid
}
#sekoujirei_d .col3 {
	clear: both;
	border-bottom: 3px #6c7f51 double;
	margin: 5px 13px 0;
}
#sekoujirei_d .box {
	width: 90px;
	height: 90px;
	float: left;
	padding: 3px 9px;
	overflow: hidden;
}
#sekoujirei_d .keisen {
	border-top: 3px #6c7f51 double;
	margin: 0 22px;
}
#sekoujirei_d .btn {
	position: absolute;
	top: 310px;
	left: 480px;
	font-size: 77%;
}
#sekoujirei_d .back_itiran {
	position: absolute;
	top: 280px;
	left: 590px;
}
#sekoujirei_d #goback_list {
	float: right;
}
#sekoujirei_d #comment {
	font-size: 85%;
}

#sekoujirei_d .reform ul {
	background: url('../images/bg_reform.png') no-repeat;
}

#sekoujirei_d .reform li {
	display: inline;
	float: left;
	width: 180px;
	height: 135px;
	overflow: hidden;
	padding: 0 0 30px 0;
	margin: 0 20px 0 0;
}

#sekoujirei_d .reform li a {
	display: block;
	width: 100%;
	height: 100%;
}
.box .img img{
max-height:100%;
width:auto;
}
#thumbs{
	display:flex;
	flex-wrap:wrap;
	margin:0 !important;
	padding:20px 0 !important;
	display:flex;
	flex-wrap:wrap;
	gap:5px;
}
#thumbs figure{
	width:calc((100% - 15px) / 4);
	flex:none;
}