<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table-searchcondition TH {
	background-color: #ecfaff;
}

.table-searchresult TH {
	background-color: #ecfaff;
}

@media(max-width:480px){
	th,td{
		display:block !important;
		border:none !important;
		width:100% !important;
	}
}

.table-searchresult .cell01 {
	width: 48%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
	border-right: hidden;
}

.table-searchresult .cell02 {
	text-align: center;
	vertical-align: top;
}

.table-searchresult .cell03 {
	width: 34%;
	background: none repeat scroll 0 0 #e3f0f6;
	border-right: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

.table-searchresult .cell01 .object01{
	font-weight: bold;
	font-size: 120%;
}

.table-searchresult .cell01 .object02{
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.table-searchresult .cell01 .object03{
	font-size: 120%;
	line-height: 140%;
	margin-bottom: 5px;
}

.table-searchresult .cell01 .object04{
	background: none repeat scroll 0 0 #e3f0f6;
	padding: 5px;
}

.table-searchresult .category{
	background-color: #ff6666;
	color: #fff;
	font-size: 80%;
	padding: 3px;
}

.table-searchresult .shinchiku{
	background-color: #ff9900;
	color: #fff;
	font-size: 80%;
	padding: 3px;
}

.table-searchresult .new-arrival{
	background-color: #ff6666;
	color: #fff;
	font-size: 80%;
	padding: 3px;
}

.table-searchresult .yachin{
	font-size: 140%;
	color: red;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.detailArea dt {
    float: left;
    font-weight: bold;
    width: 80px;
}

.detailArea dd {
    float: left;
//    width: 110px;
}

.detailArea dl {
    border-bottom: 1px solid #c0cbcf;
    line-height: 120%;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
</pre></body></html>