@charset "euc-jp";

/* ����������������������������������������������������������������������
��������ꥻ�åȡ����ѥ�������
���������������������������������������������������������������������� */
body{margin: 0px;}
#recycle_contents ul { list-style:none; margin: 0; padding: 0; }

#recycle_contents ol { list-style:decimal; margin-left:28px; }
#recycle_contents label { cursor:pointer; }
#recycle_contents input { border:none; }
#recycle_contents input[type="textarea"] { -webkit-appearance: none; border-radius: 0; }
#recycle_contents input[type="submit"], input[type="button"], button { cursor:pointer; border-radius: 0; -webkit-appearance: none; }
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

#recycle_contents p{margin: 0; padding: 0;}


/* ����������������������������������������������������������������������
�ƥ����ȥ�������
���������������������������������������������������������������������� */

#recycle_contents .cont_inner {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

#recycle_contents #chushaku{
	max-width: 1080px;
	text-align: right;
	font-size: 80%;
	margin: auto;
}

#recycle_contents .utility_navi .btns > li + li {
	margin-top: 10px;
}
#recycle_contents #contents {
	padding-bottom: 50px;
}
#recycle_contents #contents > .cont_inner {
	position: relative;
}


#recycle_contents .input_search {
	position: relative;
}
#recycle_contents .input_search .txtarea,
#recycle_contents .input_search .btn_input {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#recycle_contents .input_search .txtarea {
	display: block;
	width: 18em;
	height: 30px;
	line-height: 30px;
	padding: 2px 3em 2px 5px;
	background-color: #fff;
	text-align: left;
}
#recycle_contents .input_search input.btn_input {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 2.5em;
	height: 28px;
	line-height: 28px;
	background-color: #01b791;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	transition: all .2s;
}
#recycle_contents .input_search input.btn_input:hover {
	opacity: .7;
}
#recycle_contents .input_search .select2 {
	text-align: left;
	width: 18em!important;
}

#recycle_contents .price_head_foot .tab > li {
	display: inline-block;
}
#recycle_contents .price_head_foot .tab > li + li {
	margin-left: 5px;
}
#recycle_contents .price_head_foot .tab > li .inner {
	display: block;
	padding: 10px 15px;
	background-color: #e5e5e5;
	font-weight: bold;
	text-align: center;
	transition: all .2s;
}
#recycle_contents .price_head_foot .tab > li:hover .inner {
	background-color: #d9d9eb;
}
#recycle_contents .price_head_foot .tab > li.current .inner {
	background-color: #01b791;
}
#recycle_contents .price_head_foot .tab > li.tab_maker.current .inner {
	color: #fff;
}
#recycle_contents .price_head_foot .tab_maker .inner,
#recycle_contents .price_head_foot .tab_detail .inner {
	height: 30px;
	line-height: 30px;
}
#recycle_contents .price_head_foot .tab a {
	color: #01b791;
	text-decoration: none;
}
#recycle_contents .price_head_foot .tab a i {
	color: #01b791;
}
#recycle_contents .price_head_foot .tab_txt {
	padding: 4px;
	background-color: #01b791;
	color: #fff;
}
#recycle_contents .price_head_foot .tab_txt * {
	font-size: 12px;
	padding: 1%;
}
#recycle_contents .price_body {
	display: none;
}
#recycle_contents .price_body.maker {
	display: block;
}

#recycle_contents .tbl_price_compact {
	width: 100%;
	margin: 0;
}
#recycle_contents .tbl_price_compact th,
#recycle_contents .tbl_price_compact td:not(.company):not(.company_sp) {
	white-space: nowrap;
	text-align: center;
}

#recycle_contents .tbl_price_compact tr.code th {
	padding: 4px 4px;
	font-size: 10px;
	line-height: 1.1;
	vertical-align: middle;
	background-color: #eee;
	color: #666;
	border: 4px solid #fff;
	border-top: none;
	font-weight: bold;
}
#recycle_contents .tbl_price_compact tr.code th:not(.title) {
	text-align: center;
}

/*#recycle_contents .tbl_price_compact tbody tr.not_click,
#recycle_contents .tbl_price_compact tbody tr.not_match {
	display: none;
}*/

#recycle_contents .tbl_price_compact tbody tr.not_match {
	display: none;
}




#recycle_contents .tbl_price_compact tbody td.company {
	line-height: 1.2;
	font-size: 14px;
	text-align: left;
}
#recycle_contents .tbl_price_compact tbody td.code {
	text-align: center;
	font-weight: bold;
	width: 66px;
}
#recycle_contents .tbl_price_compact tbody td .yen {
	font-size: 12px;
	font-weight: bold;
}
#recycle_contents .tbl_price_compact tbody td a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #444444;
}



#recycle_contents .tbl_price_compact tbody td a p{
	background: #0c33a3;
	background-image: -webkit-linear-gradient(top, #0c33a3, #051850);
	background-image: -moz-linear-gradient(top, #0c33a3, #051850);
	background-image: -ms-linear-gradient(top, #0c33a3, #051850);
	background-image: -o-linear-gradient(top, #0c33a3, #051850);
	background-image: linear-gradient(to bottom, #0c33a3, #051850);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	font-family: Arial;
	color: #ffffff;
	font-size: 95%;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	width: 55%;
	margin: auto;
	font-weight: bold;
  }
 
#recycle_contents .tbl_price_compact tbody td a p .btn:hover {
	background: #0c33a3;
	background-image: -webkit-linear-gradient(top, #0c33a3, #051850);
	background-image: -moz-linear-gradient(top, #0c33a3, #051850);
	background-image: -ms-linear-gradient(top, #0c33a3, #051850);
	background-image: -o-linear-gradient(top, #0c33a3, #051850);
	background-image: linear-gradient(to bottom, #0c33a3, #051850);
	text-decoration: none;
  }






#recycle_contents .tbl_price_compact tbody tr td.click_column {
	background-color: #fcede5;
}
#recycle_contents .tbl_price_compact tbody tr td.click_line {
	background-color: #fcede5;
}
#recycle_contents .tbl_price_compact tbody tr td.click {
	background-color: #edcab8;
}
#recycle_contents .tbl_price_compact thead tr.label th {
	top: 0;
	z-index: 1;
	height: 22px;
}
#recycle_contents .tbl_price_compact thead tr.code th {
	top: 32px;
	z-index: 1;
}
#recycle_contents .fixedsticky {
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
	position: sticky;
}
#recycle_contents .fixedsticky-withoutfixedfixed .fixedsticky-off,
#recycle_contents .fixed-supported .fixedsticky-off {
	position: static;
}
#recycle_contents .fixedsticky-withoutfixedfixed .fixedsticky-on,
#recycle_contents .fixed-supported .fixedsticky-on {
	position: fixed;
}
#recycle_contents .fixedsticky-dummy {
	display: none;
}
#recycle_contents .fixedsticky-on + .fixedsticky-dummy {
	display: block;
}
#recycle_contents a.price_anchor {
	display: block;
    margin-top: -63px;
    padding-top: 63px;
    cursor: default;
}








@media screen and (min-width : 768px) {
	
	#recycle_contents h1{
		font-size: 120%;
		text-align: center;
		width: 1080px;
		margin: 1% auto;
		padding: 5px 0%;
		border-top: 2px solid #0c33a3;
		border-bottom: 2px solid #0c33a3;
		color: #0c33a3;
	}
	


	#recycle_contents .view_sp{
		display: none!important;
	}

	#recycle_contents .utility_navi {
		position: absolute;
		top: -100px;
		right: 20px;
	}
	#recycle_contents .tbl_price_compact .company_sp,
	#recycle_contents .tbl_price_compact .icn_code_sp,
	#recycle_contents .tbl_price_compact tr.tr_sp {
		display: none;
	}

	#recycle_contents .tbl_price_compact tbody tr:nth-child(2n) > * {
		background-color: #fff;
	}
	#recycle_contents .tbl_price_compact tbody tr:nth-child(4n) > * {
		background-color: #fafafa;
	}
	#recycle_contents .tbl_price_compact tbody td.hover_column {
		background-color: #e4f8fd;
	}
	#recycle_contents .tbl_price_compact tbody td.hover {
		background-color: #b9e4ef;
	}
	#recycle_contents .tbl_price_compact tbody td.hover_line {
		background-color: #e4f8fd;
	}
	#recycle_contents .tbl_price_compact tbody td {
		padding: 8px 2px;
		width: 74px;
		text-align: right;
		vertical-align: middle;
		font-size: 12px;
	}


	#recycle_contents .tbl_price_compact tr.label th {
		padding: 12px 4px;
		line-height: 1.3;
		vertical-align: middle;
		background-color: #01b791;
		color: #fff;
		font-weight: normal;
	}

	#recycle_contents .tbl_price_compact tbody td .price {
		font-size: 200%;
		font-weight: bold;
	}
	



}





@media screen and (max-width : 767px) {

	#recycle_contents h1{
		font-size: 120%;
		text-align: center;
		margin: 1% 0%;
		padding: 5px 0%;
		border-top: 2px solid #0c33a3;
		border-bottom: 2px solid #0c33a3;
		color: #0c33a3;
	}
	


	#recycle_contents .view_pc,
	#recycle_contents .view_tb {
		display: none!important;
	}
	#recycle_contents input[type=text] {
		font-size: 16px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}

	#recycle_contents .section_recycle_price_compact {
		margin-bottom: 40px;
	}
	#recycle_contents .price_head_foot .tab {
		display: flex;
	}
	#recycle_contents .price_head_foot .tab > li {
		display: block;
		margin: 0;
		padding: 0;
	}
	#recycle_contents .price_head_foot .tab > li.tab_search {
		flex: 1;
	}
	#recycle_contents .price_head_foot .tab > li .inner {
		min-width: inherit;
		font-size: 12px;
		padding: 4px 8px;
		white-space: nowrap;
	}
	#recycle_contents .price_head_foot .input_search .txtarea {
		width: 125%;
		transition: all .2s;
	}
	#recycle_contents .input_search .select2 {
		width: calc(100vw - 206px)!important;
	}
	#recycle_contents .select2-selection__rendered {
		line-height: 22px !important;
	}
	#recycle_contents .select2-container .select2-selection--single {
		height: 23px !important;
	}
	#recycle_contents .select2-selection__arrow {
		height: 22px !important;
	}

	#recycle_contents .price_head_foot .tab.focus_search li.tab_detail > .inner .txt {
		display: none;
	}
	#recycle_contents .price_head_foot .tab > li.tab_search .inner {
		padding-top: 7px;
		padding-bottom: 8px;
	}
	#recycle_contents .price_head_foot .input_search input.btn_input {
		top: 1px;
		width: 2em;
		height: 22px;
		line-height: 22px;
	}
	#recycle_contents .price_head_foot .tab_recycle_item {
		display: flex!important;
		background-color: #01b791;
	}
	#recycle_contents .price_head_foot .tab_recycle_item li {
		display: flex;
		align-items: center;
		min-width: 50px;
		background-color: rgb(236, 236, 236);
		font-size: 75%;
		flex-grow: 1;
		outline: 1px solid #082475;
		outline-offset: -1px;
	}
	#recycle_contents .price_head_foot .tab_recycle_item li + li {
		margin-left: 4px;
	}
	#recycle_contents .price_head_foot .tab_recycle_item li span {
		padding: 3px 5px;
		color: #000;
	}
	#recycle_contents .price_head_foot .tab_recycle_item li.current {
		background-color: #082475;
		color: #fff;
		border-bottom-color: #082475;
		padding: 1% 0%;
	}
	#recycle_contents .price_head_foot .tab_recycle_item li.current span {
		color: #fff;
	}
	#recycle_contents .price_body ~ .price_head_foot .tab_recycle_item li {
		border-top: 4px solid #01b791;
		border-bottom:none;
	}
	#recycle_contents .price_body ~ .price_head_foot .tab_recycle_item li.current {
		border-top-color: #fff;
		border-bottom: none;
	}


	#recycle_contents .tbl_price_compact{
		border-collapse: collapse;
	}

	#recycle_contents .tbl_price_compact tr.label th {
		padding: 12px 4px;
		font-size: 110%;
		line-height: 1.1;
		vertical-align: middle;
		background-color: #082475;
		color: #fff;
	}




	#recycle_contents .tbl_price_compact tr.label th{
		border-right: solid 1px #fff;
	}

	#recycle_contents .tbl_price_compact tbody td {
		width: 74px;
		text-align: right;
		vertical-align: middle;
		font-size: 12px;
	}
	#recycle_contents .tbl_price_compact td.company_sp {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: bold;
	}
	#recycle_contents .tbl_price_compact td.company_sp span {
		display: block;
		padding-left: 2%;
		font-size: 130%;
	}
	#recycle_contents .tbl_price_compact tr + tr.tr_sp td.company_sp span {
		padding-top: 20px;
		border-top: 1px dotted #ccc;
		line-height: 30%;
	}
	#recycle_contents .tbl_price_compact td.company .txt_company_pc {
		display: none;
	}
	#recycle_contents .tbl_price_compact .icn_code_sp {
		position: relative;
		display: inline-block!important;
		padding: 4px 10px 4px 20px;
		background-color: #eee;
		font-weight: bold;
		font-size: 11px;
	}
	#recycle_contents .tbl_price_compact .icn_code_sp:before {
		position: absolute;
		left: 5px;
		top: 3px;
		content: "\f275";
		font-family: "Font Awesome 5 Free";
		font-size: 12px;
		color: #417ad0;
	}
	#recycle_contents .tbl_price_compact tbody td a {
		font-size: 10px;
	}
	#recycle_contents .tbl_price_compact .recycle_item {
		display: none;
	}
	#recycle_contents .tbl_price_compact .recycle_item.item_aircon {
		display: table-cell;
	}


	#recycle_contents .tbl_price_compact tbody td .price {
		font-size: 200%;
		font-weight: bold;
		line-height: 80%;
	}
	




}
