@charset "UTF-8";


.bukken_container{
    border: solid 1px #555;
	border-bottom: none;
	margin-bottom: 30px;
}

.bukken_container li{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bukken_container li:not(:last-child){
	/*border-bottom: 1px solid #555;*/
}

.bukken_container li:not(:last-child) div{
	/*border-bottom: 1px solid #555;*/
}


.bukken_l{
    padding: 10px;
	border-right: 1px solid #555;
    background: #e1eafc;
    color: #003da5;
    font-weight: bold;
	box-sizing: border-box;
	
	border-bottom: 1px solid #555;
}

.bukken_r{
    padding: 10px;
	box-sizing: border-box;
	
	border-bottom: 1px solid #555;
}

.bukken_item01 {
	width: 20%;
}

.bukken_item02 {
	width: 80%;

}

.bukken_item03 {
	width: 20%;
	border-left: 1px solid #555;
}

.bukken_item04 {
	width: 30%;
}



@media print, screen and (min-width: 641px) {
	.pc-on{
		display: none;
	}
}

@media print, screen and (max-width: 640px) {
	.sp-on{
		display: none;
	}

	.bukken_list-box small{
		font-size: 12px;
	}
	
	.bukken_category_chintai {
		font-size: 12px;
	}
	
	.bukken_item03 {
		border-left: none;
	}
	

	.bukken_item01 {
		width: 32%;
	}

	.bukken_item02 {
		width: 68%;

	}
	
	.bukken_item03 {
		width: 32%;
	}
	
	.bukken_item04 {
		width: 68%;
	}
	
	
}