
.view_total{    
	display: inline-block;
    height: 60px;
    line-height: 60px;
}


.table_area{
    display: inline-block;
    max-width: 1280px;
	width:100%;
    margin-top: 10px;
}


.rusk_table01{
    border-top: 2px solid #6f0101;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.rusk_table01 th{
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
}

.rusk_table01 td{
    font-weight: 400;
	font-size:14px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
	text-align:center;
	cursor:pointer;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
}

.rusk_table01 tbody tr:hover{
	background:#fefcff;
}


.rusk_table02{
    border-top: 2px solid #6f0101;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.rusk_table02 tr{    
	border-bottom: 1px solid #eee;
}

.rusk_table02 th{
    font-weight: 500;
    font-size: 16px;
    padding: 13px 0;
	text-align:center;
	border-bottom: 1px solid #eee;
	vertical-align:middle;

}

.rusk_table02 td{
    font-weight: 400;
	font-size:14px;
    padding: 13px 0;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
	vertical-align: middle;

}

.rusk_table02 .tb_content{
	padding: 50px 15px;

}


.btn_area{
	margin-top: 60px;
    text-align: center;
}

.btn_area .arrow_ico{
	margin:0 30px;
}


.page_area{
	margin-top: 60px;
    text-align: center;
}
.page_area span{
	margin:0 8px;
	cursor:pointer;
	color:#ddd;
}

.Q_ico{
	color:#9c0000;
	font-size:20px;
}
.A_ico{
	color:#ff7f00;
	font-size:20px;
}

.hide_tr{
	display:none;
}

.show_tr{
	display:table-row;
}
.show_tr td{
    background: #fbfbfb;
    padding: 10px 0;
}

.reply_btn{
	background:#b30d0d;
	color:#fff;
	font-size:10px;
	border-radius:5px;
	padding: 2px 5px;
	font-weight: 100;
	margin-right: 8px;;
}



.pr_box{
	box-sizing: border-box;
    border: 1px solid #eee;
    padding: 20px;
    height: 130px;
	width:100%;
    display: inline-block;
    overflow: auto;
}



.gall_list{
	width:100%;
	overflow:hidden;
}

.gall_list li{
	width:24%;
	margin:0 0.5%;
	margin-bottom:40px;
	float:left;
	display: block;
    text-decoration: none;
    box-shadow: 1px 1px 3px #cecece;
    padding-bottom: 20px
}

.gall_list li .img{
	width: 100%;
    height: 100%;
    float: left;
	min-height: 245px;
    max-height: 245px;
    position: relative;
    overflow: hidden;
}

.gall_list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gall_list .tit_gall {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.gall_list .date_gall {
    display: block;
    margin: 6px 0 17px;
    font-size: 1.14em;
    font-weight: 300;
    color: #666;
    background-size: 17px 16px;
    text-align: center;
}


.gall_list02{
	width:100%;
	overflow:hidden;
}

.gall_list02 li{
	width:32.3333%;
	margin:0 0.5%;
	margin-bottom:40px;
	float:left;
	display: block;
    text-decoration: none;
    box-shadow: 1px 1px 3px #cecece;
    padding-bottom: 20px;
}

.gall_list02 li .img{
	width: 100%;
    height: 100%;
    float: left;
	min-height: 280px;
    max-height: 280px;
    position: relative;
    overflow: hidden;
}

.gall_list02 li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gall_list02 .tit_gall {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.gall_list02 .date_gall {
    display: block;
    margin: 6px 0 17px;
    font-size: 1.14em;
    font-weight: 300;
    color: #666;
    background-size: 17px 16px;
    text-align: center;
}


.pc_table{
	display:flex;
}

.mobile_table{
	display:none;
}



@media (max-width: 992px) {

	.gall_list li, .gall_list02 li{
		width:31.3333%;
		margin:0 1%;
		margin-bottom:30px;
	}


}


@media (max-width: 800px) {
	
	.rusk_table02 .tb_content{
		padding: 20px 30px;
	}
	
	.gall_list, .gall_list02{
		overflow: unset;
	}

	.gall_list li, .gall_list02 li{
		width:100%;
		margin-right:0;
		margin-left:0;
		margin-bottom:30px;
	}

	.pc_table{
		display:none;
	}

	.mobile_table{
		display:flex;
	}

	.mtb_tit{
		margin:10px 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-weight: 400;
		font-size: 16px;
		
	}

	.mtb_info{
		margin-top:10px;
		color:#797979;
	}

	.mtb_info span{
		position:relative;
		padding-right: 10px;
		margin-right: 10px;
	}
	.mtb_info span:before {
		display: block;
		content: '';
		width: 1px;
		height: 9px;
		background-color: #eaeaea;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -4px;
	}

	.mtb_info span:last-child:before {
		display: none;
	}


}