@charset "utf-8";
/* CSS Document */
div.kensakubox {
	background: url(../images/search/searchbgsp.jpg) repeat-x;
	background-position: left top;
	background-size: auto 48vw;
	box-sizing: border-box;
	padding: 20px 0;
}
	div.kensakubox div.center {
		width:94%;
		margin:0 auto;
	}
		div.kensakubox div.center div.toptag {
			height:38px;
			margin-bottom: 20px;
		}
		div.kensakubox div.center div.toptag p { float: left; }
		div.kensakubox div.center div.toptag p.title {
			display: inline-block;
			font-size: 24px;
			font-weight: bold;
			margin-right: 10px;
			vertical-align: top;
		}
		div.kensakubox div.center div.toptag p.tag {
			display: inline-block;
			width:111px;
			height:25px;
			background: url(../images/cmn/lbl_yellow.png) no-repeat;
			background-size: 100% 100%;
			margin-top: 5px;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 25px;
		}
		div.kensakubox div.center div.toptag p.border {display: none;}
div.resultlistbox {
}
	div.resultlistbox div.center {
		width:94%;
		margin:0 auto;
	}
		div.resultlistbox div.center div.toptag {
			height:38px;
			margin-bottom: 40px;
		}
		div.resultlistbox div.center div.toptag p { float: left; }
		div.resultlistbox div.center div.toptag p.title {
			display: inline-block;
			font-size: 24px;
			font-weight: bold;
			margin-right: 10px;
			vertical-align: top;
		}
		div.resultlistbox div.center div.toptag p.tag {
			display: inline-block;
			width:111px;
			height:25px;
			background: url(../images/cmn/lbl_yellow.png) no-repeat;
			background-size: 100% 100%;
			margin-top: 5px;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 25px;
		}
		div.resultlistbox div.center div.toptag p.border {display: none;}
