@charset "utf-8";


/* 共通 */
.bdrRedTtl{
	border-left:1px solid #bebebe;
	border-right:1px solid #bebebe;
	border-top:2px solid #c02626;
	background: linear-gradient( to bottom, #eee 0%, #fff 50%);
	font-size: 22px;
	padding: 6px 10px 6px 30px;
	margin: 0 0 10px;
	position: relative;
}
.bdrRedTtl:before{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 10px;
	width: 4px;
	background: #c02626;
}
.bdrRedTtlLead{
	margin-left: 12px;
	margin-right: 12px;
}
.lead{
    font-size: 18px;
    padding: 0 15px;
}
.subHeading{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 30px;
}
.subHeading ._date{
    font-size: 12px;
    margin-left: 30px;
    font-weight: normal;
    display: inline-block;
}
.date{
    margin-top: 6px;
    font-size: 16px;
    padding-left: 10px;
}
.date_b{
    font-size: 14px;
    padding-left: 5px;
    margin-top: 4px;
}


#breadcrumbs{
    margin: 0 auto;
}
.footBnrSlider{
    display: none;
}
#footerWrap{
    margin-top: 20px;
}
#footerWrap #footSell,
#footerWrap #footBuy{
    display: none;
}




/* lpTopSearchArea */
.lpTopSearchArea{
    background: #eeeeee;
    border-bottom: 6px solid #ca2828;
}
.lpTopSearchArea .inner{
    background: url(/assets/pc/area_lp/img/bg_top_img.jpg) no-repeat;
    background-position: top right;
    position: relative;
    margin: 0 auto;
    max-width: 1145px;
    width: 100%;
    height: 360px;
}
.lpTopSearchArea .inner .conWrap{
    position: relative;
    margin: 30px auto 0;
    max-width: 980px;
    width: 100%;
}
.contentInnerBlock{
    max-width: 500px;
}
.contentInnerBlock .topTxt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}
.contentInnerBlock .topTxt:before{
    content: '無料査定実施中';
    background: #ca2828;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    margin-right: 12px;
}
.contentInnerBlock .pageTtl{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.0;
}
.contentInnerBlock .subTtl{
    background: #333333;
    color: #fff;
    text-align: center;
    max-width: 390px;
    padding: 3px 0;
    margin-bottom: 14px;
}
.contentInnerBlock form{
    max-width: 390px;
}
.contentInnerBlock .sellForm{
    background-color: transparent;
    padding: 0;
    font-size: 100%;
}
.contentInnerBlock .sellForm .shadowWrap{
    width: auto;
    vertical-align: bottom;
    text-align: inherit;
}
.contentInnerBlock .sellForm .btnShadow{
    line-height: inherit;
}

.contentInnerBlock .sellForm .type select,
.contentInnerBlock .sellForm .city select,
.contentInnerBlock .sellForm .town select{
    width: 100%;
}
.contentInnerBlock .sellForm .sellFormSubmit:disabled + .shadowWrap .btnShadow{
    display: block;
    background-color: #d75a45;
    box-shadow: 0 5px 0 0 #932614;
    color: #fff;
    cursor: pointer;
    pointer-events: inherit;
}


.lpTopSearchArea._detailPage .inner{
    background: url(/assets/pc/area_lp/img/bg_top_img_b.jpg) no-repeat;
    background-position: top right;
    height: 280px;
}
.lpTopSearchArea._detailPage .inner .conWrap{
    margin: 20px auto 0;
}
.lpTopSearchArea._detailPage .pageTtl{
    font-size: 28px;
    margin-bottom: 15px;
}
.lpTopSearchArea._detailPage .subTtl{
    background: #ca2828;
}

/* ===============================================================
 menuArea
=============================================================== */
.menuArea{
    background: #eeeeee;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
}
.menuArea .list{
	width: 980px;
	margin: -1px auto;
}
.menuArea .list li{
	width: 33.3%;
	height: 90px;
	float: left;
	display: table;
	text-align: center;
	border: 1px solid #777777;
	box-sizing: border-box;
	background: #ffffff;
}
.menuArea .list li:nth-child(1),
.menuArea .list li:nth-child(2){
    border-right: 0;
}
.menuArea .list li.active{
	width: 33.4%;
	border-bottom: none;
	margin-bottom: 0px;
	background: #fff;
	pointer-events: none;
}
.menuArea .list li a{
	padding-bottom: 10px;
	vertical-align: middle;
	display: table-cell;
	color: #333;
	font-weight: bold;
	line-height: 1.3;
	font-size: 20px;
}
.menuArea .list li .txt{
    font-size: 16px;
}
.menuArea .list li.active a{
    position: relative;
    color: #000000;
}
.menuArea .list li.active a:after{
	content: '\025bc';
	color: #ca2828;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	font-size: 15px;
}
.menuArea .list li:hover:not(.active){
	background: linear-gradient( to top, rgb(172,34,34) 0%, rgb(176,35,35) 5%, rgb(202, 40, 40) 20%,rgb(202, 40, 40) 99%);
    border-top: 1px solid #ca2828;
}
.menuArea .list li:hover:not(.active) a{
	color: #fff;
}


#menu_area_btm{
    border-bottom: 1px solid #777777;
	background: #eeeeee;
	border-bottom: 6px solid #ca2828;
}
#menu_area_btm .list{
	width: 980px;
	margin: -1px auto;
}
#menu_area_btm .list li a{
	padding-top: 15px;
}
#menu_area_btm .list li.active{
	margin-top: 0px;
	margin-bottom: 0;
	border: 1px solid #777777;
    border-top: none;
    border-right: none;
}
#menu_area_btm .list li.active a:after{
	content: '\025b2';
	top: 0;
}
#menu_area_btm .list li:hover:not(.active){
	background: linear-gradient( to top, rgb(172,34,34) 0%, rgb(176,35,35) 5%, rgb(202, 40, 40) 20%,rgb(202, 40, 40) 99%);
    border-bottom: 1px solid #ca2828;
}



/* mainArea */
.mainArea{
    padding: 40px 0 50px;
}
.mainArea .heading{
    font-size: 28px;
    text-align: center;
    margin-bottom: 45px;
}

.summaryItem{
    box-shadow: 0px 5px 3px rgba(34, 31, 31, 0.4);
    padding: 20px 0;
    box-sizing: border-box;
    display: table;
}

.summaryItem .list{
    width: 33%;
    padding: 10px 32px;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
    height: 100%;
    display: table-cell;
}
.summaryItem .list:nth-child(2){
    width: 34%;
}
.summaryItem .list:nth-child(3){
    border-right: 0;
}
.summaryItem .list .ttl{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 18px;
}
.summaryItem .list .ttl ._em{
    color: #ca2828;
}
.summaryItem .list .con{
    line-height: 1.8;
}



/* 物件相場
********************************/
.crntPriceArea{

}
.crntPriceArea .itemWrap{
    width: 100%;
}
.crntPriceArea .itemWrap .item{
    width: 310px;
    margin-right: 25px;
    float: left;
    border: 1px solid #777777;
}
.crntPriceArea .itemWrap .item:last-child{
	margin-right: 0;
}

.crntPriceArea .itemWrap .item .ttl{
    border-bottom: 1px solid #777777;
    background: #ca2828;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 15px;
}

.crntPriceArea .itemWrap .btn{
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #fff;
	text-align: right;
}
.crntPriceArea .itemWrap .btn a{
    padding: 5px 6px;
    color: #333;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #ffffff 80%,#dadada 99%);
    border-radius: 4px;
    width: 100%;
    border: 1px solid #777777;
}
.crntPriceArea .itemWrap .btn a:hover{
    color: #008342;
    position: relative;
    background: #fff;
    border: 1px solid #008342;
    text-decoration: underline;
}

.crntPriceArea .itemWrap .item .con{
	padding: 10px 12px 20px;
}
.crntPriceArea .itemWrap .item .con .tBox{
	width: 100%;
	font-size: 16px;
}
.crntPriceArea .itemWrap .item .con .tBox th{
	text-align: left;
	font-weight: normal;
	width: 106px;
	line-height: 1.3;
}

.crntPriceArea .itemWrap .item .con .tBox td{
	padding: 0 0 8px 0;
	line-height: 1.4;
}

.crntPriceArea .itemWrap .item .con .tBox tr{
	vertical-align: middle;
	width: 100%;
	display: table;
	height: 60px;
    border-bottom: 1px dashed #ccc;
}
.crntPriceArea .itemWrap .item .con .tBox th,
.crntPriceArea .itemWrap .item .con .tBox td{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 0;
}
.crntPriceArea .itemWrap .item .con .tBox .btn{
	width: 45px;
}
.crntPriceArea .itemWrap .item .con .tBox .btn._noData a{
    display: none;
}
.crntPriceArea .itemWrap .item .con .tBox .num{
	text-align: right;
	padding-right: 10px;
	line-height: 1.2;
}
.crntPriceArea .itemWrap .item .con .tBox .num ._em{
    color: #ca2828;
}
.crntPriceArea .itemWrap .item .con .tBox th{
	width: 130px;
	padding-left: 20px;
}
.crntPriceArea .itemWrap .item .con .tBox .all th{
    padding-left: 8px;
    font-weight: bold;
}
.crntPriceArea .itemWrap .item .con .tBox .all{
    font-weight: bold;
    font-size: 18px;
}
.crntPriceArea .itemWrap .item .con .tBox tr:last-child td{
	padding-bottom: 0px!important;
}

.crntPriceTable{
	border: 1px solid #777777;
	width: 100%;
	font-size: 15px;
    text-align: center;
}
.crntPriceTable thead th,
.crntPriceTable thead td{
    font-size: 16px;
    padding: 8px 0;
	background: #fae9e9;
	border: 1px solid #777777;
	box-sizing: border-box;
}
.crntPriceTable td{
    width: 138px;
	border: 1px solid #777777;
	padding: 15px 0;
	box-sizing: border-box;
}



/* cvBlock */
.cvBlock{
    margin-top: 100px;
    margin-bottom: 30px;
}
.cvBlock .itemBox{
    width: 460px;
    position: relative;
}
.cvBlock .con_l{float: left;}
.cvBlock .con_r{float: right;}

.cvBlock .itemBox .ttl{
    background: #e84c00;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.cvBlock .itemBox .ttl.clr_br{
    background: #c58144;
}
.cvBlock .itemBox .con{
    font-size: 16px;
    background: linear-gradient(to bottom, #ffffff 80%,#dadada 100%);
    border: 1px solid #777777;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 10px 20px;    height: 130px;
}
.cvBlock .itemBox .con .btnWrap{
    position: absolute;
    color: #fff;
    font-weight: bold;
    width: 200px;
    padding: 5px 0;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    bottom: 16px;
    left: 50%;
    margin-left: -100px;
    background: #e84c00;
    border-radius: 6px;
    box-shadow: 0px 3px 3px rgba(34, 31, 31, 0.4);
}
.cvBlock .itemBox .con .btnWrap.clr_br{
    background: #c58144;
}
.cvBlock .itemBox a{
    display: block;
    color: #333;
}
.cvBlock .itemBox a:hover .txt{
    text-decoration: underline;
}
.cvBlock .itemBox a:hover .con{
    background: #fff;
}
.cvBlock .itemBox.con_l a:hover:before{
	content: '';
	position: absolute;
    border-radius: 6px;
	border: 6px solid #e84c00;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cvBlock .itemBox.con_r a:hover:before{
	content: '';
	position: absolute;
    border-radius: 6px;
	border: 6px solid #c58144;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#cvBlock_btm{
    margin-top: 80px;
    margin-bottom: 60px;
}

/* flowArea */
.flowArea{
    padding: 40px 0 100px;
}
.flowConWrap{
    padding: 0 20px;
    margin-top: 30px;
}
.flowConWrap .item{
    margin-bottom: 35px;
}
.flowConWrap .item:last-child{
    margin-bottom: 0;
}
.flowConWrap .item .img{
    position: relative;
    width: 200px;
    margin-right: 30px;
    float: left;
}
.flowConWrap .item .img .imgTtl{
    display: inline-block;
    position: absolute;
    top: -14px;
    left: 36px;
    background: #ca2828;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 0;
    width: 130px;
    border-radius: 18px;
    text-align: center;
}
.flowConWrap .item .img img{
    border: 1px solid #c9c9c9;
}
.flowConWrap .item .con{
    float: right;
    width: calc( 100% - 230px);
}
.flowConWrap .item .con .ttl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.flowConWrap .item .con .txt{
    font-size: 17px;
}


#kinrin_b{
    display: none;
    padding-top: 30px;
}
#shopList{
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.kinrinShopArea{
    padding: 30px 0 35px;
    background-color: #eee;
    border-top: 6px solid #008342;
}
.kinrinShopArea .heading{
    color: #fff;
    line-height: 1.8;
    border-radius: 15px;
    display: inline-block;
    padding: 0 30px;
    background: #333333;
    margin-bottom: 15px;
}
.kinrinShopArea .shopList .item{
    border: 4px solid #000;
    background: #fff;
    border-radius: 12px;
    padding: 15px 25px;
    margin-bottom: 15px;
}
.kinrinShopArea .shopList .item:last-child{
    margin-bottom: 0;
}
.kinrinShopArea .shopList dl{
    width: 100%;
    display: table;
    table-layout: fixed;
}
.kinrinShopArea .shopList dl dt,
.kinrinShopArea .shopList dl dd{
    display: table-cell;
    vertical-align: middle;
}
.kinrinShopArea .shopList .imgArea{
    width: 125px;
}
.kinrinShopArea .shopList .imgArea img{
    border: 1px solid #777777;
    vertical-align: middle;
}
.kinrinShopArea .shopList .shopName{
    font-size: 22px;
    margin-bottom: 2px;
    font-weight: bold;
}
.kinrinShopArea .shopList .shopInfo{
    font-size: 15px;
    padding-left: 28px;
    padding-right: 20px;
}
.kinrinShopArea .shopList .btnArea{
    width: 210px;
}
.kinrinShopArea .shopList .btnArea .btnShadow{
    width: 100%;
    background: #d75a45;
    box-shadow: 0px 4px 0px 0px #982f1e;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    padding: 7px 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
}
.kinrinShopArea .shopList .btnArea .btnShadow.whiteBtn{
    color: #333;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 0px 4px 0px 0px #aaa;
    margin-bottom: 8px;
}



#usefulInfo{
    margin-bottom: 35px;
}
#searchChange .heading{
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 8px;
}
#searchChange .change a{
	text-decoration: underline;
	color: #005fd1;
}
#searchChange .change a:hover{
	text-decoration: none;
}
#searchChange .boxBgGry{
	margin-top: 5px;
}
#searchChange .boxBgGry .type{
	display: inline-block;
	background-color: #ca2828;
	width: 270px;
	line-height: 20px;
	padding: 0 20px;
	border-radius: 10px;
	color: #fff;
	margin-right: 13px;
}
#searchChange .btmBdrDsh{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#searchChange .btmSpace{
	margin-bottom: 15px;
}








/* 無料売却査定依頼フォーム
********************************/
.requestArea{
    background: #eeeeee;
	margin: 0;
}
.requestArea .inner{
    background: url(/assets/pc/area_lp/img/bg_bottom.jpg) no-repeat;
    background-position: top right;
    position: relative;
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;
    height: 400px;
}
.assRequestWrap .rqstBox{
	border: 3px solid #f31414;
	border-top: 0;
	background: #f7f3e0;
	padding: 10px 8px 10px;
	box-sizing: border-box;
}
.rqstBox{
	width: 100%;
}
.rqstBox dl{
	display: table;
}
.rqstBox dl:last-child{
    margin-bottom: 0;
}
.rqstBox dl.step01{width: 200px; float: left;}
.rqstBox dl.step02{width: 170px; float: right;}
.rqstBox dt{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	padding: 0px 3px;
	width: 55px;
}
.rqstBox dd{
	display: table-cell;
	vertical-align: middle;
}
.rqstBox dd input{
	font-size: 16px;
	background-color: #fff;
	padding: 8px 10px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px 0px #ccc inset;
	border: 1px solid #535353;
	border-radius: 4px;
}
.rqstBox dd input::placeholder{
	color: #999999;
}
.rqstBox dd select{
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: "";
	appearance: none;
	box-sizing: border-box;
	font-size: 16px;
	padding: 6px 10px;
	border-radius: 2px;
	position: relative;
	background: #d3d3d3;
	border: 2px solid #d3d3d3;
}
.rqstBox .step01,.rqstBox .step02{
    position: relative;
}
.rqstBox .step01::after,
.rqstBox .step02.act::after{
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    pointer-events: none;
    border: 4px solid;
    border-top: 7px solid;
    border-color: #555 transparent transparent transparent;
}
.rqstBox dd select.act{
	border: 2px solid #ca2828;
    background: #fff;
    position: relative;
}
.rqstBox dd select:disabled{
    background: #d3d3d3;
    color: #363333;
}


/* step_pref, step_city */
.rqstBox .step_pref,.rqstBox .step_city{
    position: relative;
    margin-bottom: 15px;
}
.rqstBox .step_pref{
    width: 135px;
    float: left;
}
.rqstBox .step_city{
    width: 230px;
    float: right;
}
.rqstBox .step_pref::after,
.rqstBox .step_city::after{
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    pointer-events: none;
    border: 4px solid;
    border-top: 7px solid;
    border-color: #555 transparent transparent transparent;
}




#assRequest01{
    border-bottom: 6px solid #ca2828;
}
#assRequest01 .inner{
    background: url(/assets/pc/area_lp/img/bg_bottom_b.jpg) no-repeat;
    background-position: top right;
    height: 340px;
}
#assRequest01 .inner .conWrap {
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    max-width: 980px;
    width: 100%;
}
#assRequest02 .inner .conWrap {
    position: relative;
    margin: 0 auto;
    padding-top: 45px;
    max-width: 980px;
    width: 100%;
}
.requestArea .ttl{
    font-size: 30px;
    font-weight: bold;
    color: #ca2828;
    line-height: 1.4;
    margin-bottom: 14px;
    position: relative;
}
.requestArea .ttl::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 27px;
    background-image: url(/assets/pc/common/img/icon_calc_red.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 22px 1px 24px;
}

/* submitボタン
---------------------------------------------*/
.submitWrap .act,
.submitWrap.disabled .noact{
	display: inline-block;
	vertical-align: middle;
	width: 390px;
    margin-top: 20px;
}
.submitWrap.disabled .act,
.submitWrap .act .btn,
.submitWrap .noact{
	display: none;
}
.submitWrap.disabled .noact,
.submitWrap .shadowWrap .btnShadow {
	font-size: 20px;
	padding: 14px 10px;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.submitWrap.disabled .noact{
	background-color: #aaa;
	pointer-events: none;
}
.submitWrap .shadowWrap {
    display: block;
}
.submitWrap .shadowWrap .btnShadow {
	display: block;
	background-color: #d75a45;
	box-shadow: 0 5px 0 0 #932614;
	cursor: pointer;
}
.submitWrap .back{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.submitWrap .back .btnShadow{
	color: #333;
	background-color: #fff;
	border: 1px solid #999;
	box-shadow: 0 3px 0 0 #aaa;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 20px;
}


/* lp_detail_page */
.lp_detail_page{
    padding: 30px 0 40px;
}
.lp_detail_page .headBlock .heading{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.lp_detail_page .headBlock .subTtl{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}


/*
*   favChartArea
************************************************* */

/* areaFavoChart */
.areaFavoChart .ttl{
    font-size: 26px;
    background: #000;
    color: #fff;
    width: 580px;
    padding: 4px 0;
    border-radius: 25px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
.areaFavoChart .data{
    float: right;
    margin-top: 14px;
}

.favoChartWrapper{
    position: relative;
}
.favoChartWrapper .blank{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 490px;
}



/* areaPriceTopArea */
.areaPriceTopArea{
    width: 100%;
    box-shadow: 0px 2px 5px rgba(34, 31, 31, 0.4);
    padding: 20px;
    box-sizing: border-box;
    display: table;
    margin-bottom: 10px;
}
.areaPriceTopArea .ttl{
    font-size: 20px;
    background: #000;
    color: #fff;
    width: 470px;
    padding: 4px 0;
    border-radius: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 15px;
}
.areaPriceTopArea .tableBox{
    width: 100%;
}
.areaPriceTopArea .tableBox tr th,
.areaPriceTopArea .tableBox tr td{
    width: 20%;
    border-right: 1px solid #aaaaaa;
    text-align: center;
    padding: 5px 0;
}
.areaPriceTopArea .tableBox tr th:last-child,
.areaPriceTopArea .tableBox tr td:last-child{
    border-right: none;
}
.areaPriceTopArea .tableBox tr th{
    font-weight: normal;
    font-size: 18px;
}
.areaPriceTopArea .tableBox tr th.all{
    font-weight: bold;
}
.areaPriceTopArea .tableBox tr td{
    font-size: 20px;
    line-height: 1.2;
    padding: 4px 0 10px;
}
.areaPriceTopArea .tableBox tr td .em{
    font-size: 30px;
    font-weight: bold;
}



/* publishItemBlock */
.publishItemBlock{
    margin-bottom: 65px;
    margin-top: 60px;
}
.publishItemNum{
    margin-top: 45px;
}
.publishItemNum .ttl{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.publishItemNum .labelBox{
    float: right;
    margin-top: 6px;
}
.publishItemNum .labelBox .cate{
    font-size: 18px;
    margin-right: 20px;
}
.publishItemNum .labelBox .cate:last-child{
    margin-right: 0;
}
.publishItemNum .labelBox .cate:before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #eeeeee;
    margin-bottom: -6px;
    margin-right: 6px;
}
.publishItemNum .labelBox .cate.c_02:before{background: #f3d9a0;}
.publishItemNum .labelBox .cate.c_03:before{background: #f1a771;}
.publishItemNum .labelBox .cate.c_04:before{background: #fb8778;}
.publishItemNum .labelBox .cate.c_05:before{background: #ca2828;}

.pItemTable{
    width: 100%;
    border: 3px solid #333333;
}
.pItemTable tr th{
    border-right: 3px solid #333333;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    padding: 8px 12px;
    width: 160px;
}
.pItemTable tr,
.pItemTable td{
    border: 1px solid #aaaaaa;
}
.pItemTable tbody td{
    font-size: 12px;
}
.pItemTable .t_break{
    border-right: 3px solid #333333;
}
.pItemTable .td_title{
    border-bottom: 3px solid #333333;
}
.pItemTable .td_heading{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
}
.pItemTable thead tr.td_title td{
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
}
.pItemTable thead tr.td_title td a{
    color: #333;
    text-decoration: underline;
}
.pItemTable thead tr.td_title td a:hover{
    text-decoration: none;
}
.pItemTable tbody td{
    text-align: center;
}
.pItemTable tbody td a{
    color: #000;
    border-bottom: 1px solid #000;
}
.pItemTable tbody td a:hover{
    border-bottom: none;
}
.pItemTable tbody td a ._num{
    font-size: 20px;
}
.pItemTable tbody td.clr01{background: #eeeeee;}
.pItemTable tbody td.clr02{background: #f3d9a0;}
.pItemTable tbody td.clr03{background: #f1a771;}
.pItemTable tbody td.clr04{background: #fb8778;}
.pItemTable tbody td.clr05{background: #ca2828;}
.pItemTable tbody td.clr05 a{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.pItemTable tbody td.clr05 a:hover{
    border-bottom: none;
}
.madori .pItemTable thead tr.td_title td{
    width: 80px;
}
.area .pItemTable thead tr.td_title td{
    width: 90px;
}


/* averPriceInfoArea */
.averPriceInfoArea{
    margin-top: 25px;
}
.averPriceInfoArea .priceTable{
    width: 100%;
}
.averPriceInfoArea .priceTable tr,
.averPriceInfoArea .priceTable td{
    border: 1px solid #000000;
    text-align: center;
    font-size: 18px;
}
.averPriceInfoArea .priceTable thead .heading{
    background: #000;
    color: #fff;
    text-align: left;
}
.averPriceInfoArea .priceTable thead .heading th{
    padding: 4px 15px;
}
.averPriceInfoArea .priceTable thead .heading th .subTtl{
    font-weight: normal;
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
}
.averPriceInfoArea .priceTable thead tr{

}
.averPriceInfoArea .priceTable thead tr td{
    border-bottom: 1px solid #fff;
    padding: 10px 10px 15px;
}
.averPriceInfoArea .priceTable thead tr td.all{
    font-weight: bold;
    padding: 10px 0;
}
.averPriceInfoArea .priceTable tbody td{
    vertical-align: top;
    padding: 0 4px 20px;
    font-size: 22px;
    line-height: 1.2;
}
.averPriceInfoArea .priceTable tbody tr td.all{
    font-size: 20px;
    font-weight: bold;
}
.averPriceInfoArea .priceTable tbody tr td.all .em{
    font-size: 28px;
}
#table_01.priceTable tr td{
    width: 20%;
}
#table_02.priceTable tr td{
    width: 14.2%;
}
#table_02{
    margin-top: 55px;
}
#table_01.priceTable tbody td:not(.all){
    padding-top: 7px;
}
#table_02.priceTable tbody td:not(.all){
    padding-top: 3px;
}