@charset "UTF-8";
/*----------------------------------------

	detail CSS

	- common
	- block01
	- block02

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#headline {
	background-image: url("../../../img/cms/results2/headline_bg01s.jpg");
}
@media print, screen and (min-width:768px) {
	#headline {
		background-image: url("../../../img/cms/results2/headline_bg01.jpg");
	}
}

/*----------------------------------------
	block01
-----------------------------------------*/
.block01 {
	margin: 0 0 50px;
}
.block01 .detail-right table {
	width: 100%;
	border-top: 1px solid #ddd;
}
.block01 .detail-right table th,
.block01 .detail-right table td {
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}
.block01 .detail-right table th {
	width: 40%;
	background: #f3f3f3;
}
.block01 .detail-right table td {
	width: 60%;
}
.block01 .detail-relation .slide .slick-slide a > .txt {
	padding-bottom: 20px;
}
@media print, screen and (min-width:768px) {
	.block01 {
		margin: 0 0 100px;
	}
	.block01 .detail-right table th {
		width: 29%;
		padding: 25px 20px;
	}
	.block01 .detail-right table td {
		width: 76%;
		padding: 25px 40px;
	}
}