@charset "utf-8";
/*------------------------------------------------------------
	物件ボックス
------------------------------------------------------------*/
#BukkenBox {
	padding-top: 25px;
}

.result_BkknBox {
	margin: 0px 2px 15px 1px;
	padding: 0px 0px 10px 0px;
	width: 240px;
	border: 2px solid;
	border-color: #C82418;
	height: 265px;
	position: relative;
	float: left;
}

.result_BkknBox .BkknTitle{
	width: 100%;
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
		background-color: #C82418;
}

.result_BkknBox .BkknPhoto{
	float: left;
	/* width: 25%; */
	height: auto;
	overflow: hidden;
	margin-right: 5px;
}

.result_BkknBox .BkknPhoto img {
	max-height: 80px;
	width: auto;
}

.result_BkknBox .BkknDetail{
	float: left;
	width: 63%;
	height: 85px;
	overflow: hidden;
	line-height: 1.5;
	padding-top: 0px;
}

.result_BkknBox .BkknTrain{
	width: 100%;
	font-size: 0.7rem;
	margin-top: 3px;
}

.result_BkknBox .BkknMadoi{
	width: 100%;
	font-size: 0.7rem;
	color: #7D7D7D;
	margin-top: 0px;
}

.result_BkknBox .IconCampaign {
	text-align: center;
	font-size: 0.7rem;
	font-weight: bold;
	background-color: #ffff00;
	color: #C82418;
	border-radius: 25px;
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
	margin: 10px 0px 0 5px;
	padding: 5px 10px;
}

.result_BkknBox .BkknName {
	color: #FFFFFF;
	font-size: 0.9rem;
	margin-top: 10px;
	margin-left: 5px;
	vertical-align: middle;
}

.result_BkknBox .IconPoint {
	text-align: center;
	font-size: 0.6rem;
	vertical-align: middle;
	background-color: #68339B;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	margin-right: 10px;
	padding: 4px 5px;
}

.result_BkknBox table.tb_price {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: none;
	border-bottom: none;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 10px 0;
	float: left;
}

.result_BkknBox table.tb_price tr {
	border-bottom: 1px solid #aaa;
}

.result_BkknBox table.tb_price th {
	background-color: #eee;
	color: #878382;
	font-size: 0.8rem;
	padding: 5px;
	border-bottom: 1px solid #aaa;
	text-align: center;
}

.result_BkknBox table.tb_price td {
	background-color: #FFF;
	color: #878382;
	font-size: 0.6rem;
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px 0px;
	font-weight: bold;
}

.result_BkknBox table.tb_price td.td_camp {
	background-color: #FFF;
	color: #C82418;
	font-size: 0.6rem;
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px 0px;
	font-weight: bold;
}

.result_BkknBox .BtnDetail {
	width: 120px;
	margin: 0px 61px;
	text-align: center;
	float: left;
	background-color: #FF6766;
	padding-top: 3px;
	padding-bottom: 2px;
	color: white;
}

.result_BkknBox .BtnDetail i {
	border-radius: 50% 50% 50% 50%;
	background-color: #FF4D4B;
	color: #FFF;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	text-align: center;
	padding: 4px 2px 1px 3px;
}

.Bkkn_info {
	padding: 0px 3px 0px 3px;
}

/*------------------------------------------------------------
	物件ボックス（小）
------------------------------------------------------------*/
.mini_BkknBox .txt_name {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
}

.mini_BkknBox .txt_campaign {
	margin-top: 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	background-color: #e7a003;
	color: #FFFFFF;
}

.mini_BkknBox table.tb_price {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: none;
	border-bottom: none;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
	float: left;
}

.mini_BkknBox table.tb_price tr {
	border-bottom: 1px solid #aaa;
}

.mini_BkknBox table.tb_price th {
	background-color: #eee;
	color: #878382;
	font-size: 0.8rem;
	padding: 5px;
	border-bottom: 1px solid #aaa;
	text-align: center;
}

.mini_BkknBox table.tb_price td {
	background-color: #FFF;
	color: #878382;
	font-size: 0.6rem;
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px 0px;
	font-weight: bold;
}

.mini_BkknBox table.tb_price td.td_camp {
	background-color: #FFF;
	color: #C82418;
	font-size: 0.6rem;
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px 0px;
	font-weight: bold;
}
