@charset "utf-8";
/* CSS Document */

/*-------- table ------------*/
.edit table{
	width: 100%;
	max-width:100% !important;
	margin: 15px 0 ;
}

table.ta_center td,
table.ta_center th,
table td.ta_center,
table th.ta_center{
	text-align: center;
}

.edit table{/*線あり*/
	border: 1px solid #ddd;
}
.edit table td,
.edit table th{
	border: 1px solid #ddd;
	padding: 15px;
}
.edit table th,
.edit table thead td{
	background: #fafafa;
	font-weight:bold;
}

/*-------- list ------------*/
.edit :not(ul.img_btn_g) li{
	position: relative;
	margin-bottom: 0.25em;
}
.edit li ul:not(.img_btn_g),
.edit li ol{
	margin-left: 1em;
}
.edit ul:not(.img_btn_g),
.edit ol{
	box-sizing: border-box;
	margin: 15px auto;
}
.edit ul:not(.img_btn_g) > li:last-of-type,
.edit ol > li:last-of-type{
	margin-bottom: 0;
}

.edit ul:not(.img_btn_g) > li::before,
.edit ol > li::before{
	position: absolute;
	
}

.edit ul:not(.img_btn_g) > li{
	padding-left: 1.85em;
	position:relative;
}
.edit ul:not(.img_btn_g) > li::before{
	content: "";
	top: 0.7em;
	left: 0.65em;
	
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #212121
}

.edit ol{
	counter-reset:list;
}
.edit ol > li{
	padding-left: 1.85em;
	position:relative;
}
.edit ol > li::before{
	counter-increment: list;
	content: counter(list);
	top: 0.2em;
	left: 0;
	
	width: 1.5em;
	height: 1.5em;
	background: #f5f5f5;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}


/*-------- single ------------*/
.category_list{
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.category_list > li a{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	line-height: 1;
	padding: 3px 1em;
	margin: 0 0.5em;
	transition: all ease .3s;
	font-size: 90%;
}
.category_list > li a:hover{
	background: #fff;
	color: #212121;
	
	transform: translateY(-3px);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.category_list > li.cate_attention a{
	background: #860920;
	border-color: #860920;
}
.category_list > li.cate_attention a:hover{
	color: #fff;
}


.edit .pager{
	margin: 100px auto 20px auto !important;
	display: flex;
	justify-content: space-between;
	border-right: none;
	border-left: none;
	padding: 15px 0;
	border: 1px solid #ddd;
}
.edit .pager > li{
	width: 50%;
	margin-bottom: 0;
	padding: 0;
	padding-left:0 !important;
}
.edit .pager > li a{
	display: block;
	position: relative;
	padding: 15px 20px;
	line-height:1.2;
}
.edit .pager > li small{
	padding: 0 20px;
	color: #888;
}
.edit .pager > li:last-of-type{
	border-left: 1px solid #ddd;
	text-align: right;
}
.edit .pager > li::before{
	display: none;
}

.page_nav{
	display: flex;
	justify-content: center;
	margin: 60px auto 0 auto;
}
.page_nav > li a,
.page_nav > li span{
	border: 1px solid #ddd;
	text-align: center;
	padding: 7px 10px;
	margin: 0 5px;
	line-height: 1;
	font-size: 90%;
	min-width: 30px;
	box-sizing: border-box;
	display: inline-block;
	color: #2e4fb5;
	text-decoration: none !important;
}
.page_nav > li span.current_page{
	background: #212121;
	border-color: #212121;
	color: #fff;
}


#right_box{
	font-size: 90%;
	line-height: 1.4;
	border-left: 1px solid #ddd;
	padding-left:20px;
}
#right_box dl{
	margin-bottom: 20px;
}
#right_box dt{
	font-weight: bold;
	padding: 20px 10px 20px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}
#right_box dt::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #2e4fb5;
	top: 0;
	left: -21px;
}

#right_box ul{
	padding: 0 20px;
	margin: 0 auto;
}
#right_box li{
	border-bottom: 1px solid #ddd;
	padding: 14px 10px 14px 1.85em;
	margin-bottom: 0;
}
#right_box li::before{
	top: 22px;
}
#right_box li a{
	display: block;
}


@media screen and (max-width: 999px){ /* tablet,smartphone */
	.category_list > li a{
		font-size: 80%;
	}
	.edit .pager{
		font-size: 90%;
	}
	#right_box ul{
		padding: 0 10px;
	}
}


@media screen and (min-width: 0px) and (max-width: 600px){ /* smartphone */
	.edit ul > li::before{
		top: 0.6em;
	}
	.edit .pager{
		margin-top: 80px;
		padding: 10px 0;
	}
	#right_box ul{
		padding-right: 0;
	}
	#right_box li::before{
		top: 20px;
	}
}
