.table-searchcondition {
	background-color: #fff;
}

.table-searchresult {
	background-color: #fff;
}

.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 {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
	border-right: hidden;
}

.table-searchresult .cell02 {
	width: 200px;
	text-align: center;
	vertical-align: top;
}



.table-searchresult .cell03 {
	--width: 34%;
	width: 310px;
	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 .object01 p.access {
	font-weight: normal;
	margin: -5px 0 10px 0;
	font-size: 16px;
}

.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 .source{
	background-color: #c71585;
	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: 100px;
}

.detailArea dd {
    float: left;
//    width: 110px;
}
span.no-image {
	padding-top: 50px;
	display: block;
}
.detailArea dl {
    border-bottom: 1px solid #c0cbcf;
    line-height: 120%;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
/* 折り返した場合にキレイにならぶようにする */
.checkboxes,
.radios {
	padding-left: 0 !important;
}
.checkboxes > label,
.radios >  label {
	font-weight: normal !important;
	margin-right: 20px;
}
.table-searchcondition td {
	padding-left: 20px !important;
}


.type-label {
	font-size: 25px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
}


.order-btn-group .btn {
	padding-top: 6px;
	padding-bottom: 6px;
}
.order-btn-group .btn.active {
	color: #fff !important;
	background-color: #2fa4e7;
	border-color: #2fa4e7;
}
.order-btn-group .btn:first-child {
	border-radius: 18px;
	padding-left: 20px;
}
.order-btn-group .btn:last-child {
	border-radius: 18px;
	padding-right: 20px;
}

.page-control .pager {
	margin: 0;
}

.page-control {
	margin: 10px 0 20px 0;
	position: relative;
	min-height: 34px;
}