
/*layout*/
/*------------------------------------------------------------------------------*/
@layer legacy{

[data-static-html] .db_subtitle02_wrap{
	width: 100%;
	height: 200px;
	background: url("/files/user/contents/service/solutions/common/db_subtitle02_bg.jpg") no-repeat center center;
	margin-top: 149px;
}

[data-static-html] .db_subtitle02_wrap .db_subtitle02{
	width: 100%;
	max-width: 1200px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 200px;
	margin: 0 auto;
}

[data-static-html] .db_locator{
	width: 100%;
	max-width: 1200px;
	font-size: 13px;
	text-align: right;
	padding: 5.5px 0px;
	margin: 0 auto 30px auto;
}

[data-static-html] .db_locator a{
	color: #073863;
}

[data-static-html] #db_contents{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
}

[data-static-html] #db_contents_left{
	width: 78.7%;
	float: left;
}

[data-static-html] #db_contents_right{
	width: 19.2%;
	float: right;
}

/*search*/
/*------------------------------------------------------------------------------*/

[data-static-html] .result_box .db_search_header{
	margin-bottom: 30px;
}

[data-static-html] .db_search_header .result_text{
	width: 50%;
	font-size: 13px;
	color: #333333;
	float: left;
}

[data-static-html] #pager_top{
	width: 50%;
	float: right;
}

[data-static-html] .pager {
	text-align: right;
	zoom:1;
    letter-spacing:-1em;
}
[data-static-html] .pager a,
[data-static-html] .pager span {
	display:inline-block;
	margin-right:4px;
    letter-spacing:normal;
}
[data-static-html] .pager a,
[data-static-html] .pager span{
	padding:4.5px 7px;
	min-width:15px;
	text-align:center;
	font-size:15px;
	line-height:1;
	text-decoration: none !important;
	border:#CCCCCC solid 1px;
}
[data-static-html] .pager a:link,
[data-static-html] .pager a:visited {
	color: #333333;
	background:#F2F2F2;
}
[data-static-html] .pager a:hover,
[data-static-html] .pager a:active {
	color: #0D73E4;
}
[data-static-html] .pager span {
	color: #0D73E4;
	font-weight: bold;
	background:#F2F2F2;
}
[data-static-html] .pager .dots{
	color: #333333;
	background-color: #FFFFFF;
	border:none !important;
}
[data-static-html] .pager .next {
	margin-right:0;
}

[data-static-html] .result_box .search_sort{
	font-size: 13px;
}

[data-static-html] .result_box .search_sort dt,
[data-static-html] .result_box .search_sort dd,
[data-static-html] .result_box .search_sort li{
	display:inline-block;
}
[data-static-html] .result_box .search_sort li{
	padding-right:5px;
	padding-left:5px;
}
[data-static-html] .result_box .search_sort li:first-child{
	padding-left:0;
}

[data-static-html] .result_box .search_sort a{
	text-decoration: underline;
}

[data-static-html] .db_search_item_wrapper{
	margin-top: 45px;
}

[data-static-html] .db_search_item_wrapper .item_box_row{
	margin-bottom: 40px;
}

[data-static-html] .db_search_item_wrapper .item_box_row:last-child{
	margin-bottom: 0px;
}

[data-static-html] .db_search_item_wrapper .search_item_box .item_image{
	width: 32.5%;
	float: left;
}

[data-static-html] .db_search_item_wrapper .search_item_box .item_image a{
	width: 306px;
	height: 200px;
	display: table-cell;
	text-align: center;
}

[data-static-html] .db_search_item_wrapper .search_item_box .item_image img{
	max-width: 306px;
	max-height: 200px;
	width: auto;
	height: auto;
}

[data-static-html] .db_search_item_wrapper .search_item_box .item_info{
	width: 64.6%;
	float: right;
}

[data-static-html] .search_item_box .item_info .search_icon_box{
	margin-bottom: 20px;
}

[data-static-html] .search_item_box .item_info .search_icon_box li{
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	padding: 2px 11.5px;
	margin-left: 1%;
}

[data-static-html] .search_item_box .item_info .search_icon_box li:first-child{
	margin-left: 0%;
}

[data-static-html] .search_item_box .item_info .search_icon_box .new_icon{
	background-color: #700E24;
}

[data-static-html] .search_item_box .item_info .search_icon_box .recommend_icon{
	background-color: #164938;
}

[data-static-html] .search_item_box .item_info .search_icon_box .campaign_icon{
	background-color: #083863;
}

[data-static-html] .item_box_row .item_name{
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #E9E9E9;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

[data-static-html] .search_item_box .item_info .item_detail{
	line-height: 160%;
}

[data-static-html] .db_search_list_table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 45px;
}

[data-static-html] .db_search_list_table th{
	color: #FFFFFF;
	text-align: center;
	background-color: #083863;
	border:1px solid #BBBBBB;
	padding:5px 10px;
	vertical-align: middle;
}

[data-static-html] .db_search_list_table td{
	border:1px solid #BBBBBB;
	padding:5px 10px;
	vertical-align: middle;
}

[data-static-html] .db_search_list_table .item01{
	width: 10%;
}

[data-static-html] .db_search_list_table .item02{
	width: 55%;
}

[data-static-html] .db_search_list_table .item03{
	width: 20%;
}

[data-static-html] .db_search_list_table .item04{
	width: 15%;
}

[data-static-html] .db_search_list_table .bl-hover td{
	background-color: #f3f3f5;
	transition: 0.7s;
}

[data-static-html] .db_search_list_table .search_item_box .item_name{
	width: 75%;
	float: left;
}

[data-static-html] .db_search_list_table .search_item_box .item_image{
	width: 25%;
	text-align: center;
	float: right;
}

[data-static-html] .db_search_list_table .search_item_box .item_image img{
	max-width: 100%;
	max-height: 55px;
	width: auto;
	height: auto;
}

[data-static-html] .db_search_list_table .number{
	text-align: center;
	font-size: 16px;
}

[data-static-html] .db_search_list_table .price{
	text-align: right;
}

[data-static-html] .db_search_list_table .maker{
	text-align: center;
}

[data-static-html] #pager_bottom{
	margin-top: 85px;
}

[data-static-html] #db_contact_box{
	width: 89.2%;
	border: solid 5px #E9E9E9;
	padding: 20px 125px 20px 20px;
	margin: 85px auto 0 auto;
}

[data-static-html] #db_contact_box .contact_left{
	width: 33.2%;
	background-color: #E9E9E9;
	padding: 18px 0px 15px 0px;
	float: left;
}

[data-static-html] #db_contact_box .contact_left .contact_icon{
	text-align: center;
	margin-bottom: 15px;
}

[data-static-html] #db_contact_box .contact_left .contact_txt01{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

[data-static-html] #db_contact_box .contact_right{
	width: 48.6%;
	padding-top: 15px;
	float: right;
}

[data-static-html] #db_contact_box .contact_right .contact_txt02{
	text-align: center;
	line-height: 140%;
	margin-bottom: 20px;
}

[data-static-html] #db_contact_box .contact_right .contact_btn a{
	width: 100%;
	display: block;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	background-color: #083863;
	border: solid 1px #083863;
	padding: 11.5px 0px;
	transition: 0.7s;
}

[data-static-html] #db_contact_box .contact_right .contact_btn a:hover{
	color: #083863;
	background-color: #FFFFFF;
}


/*sidebar*/
/*------------------------------------------------------------------------------*/

[data-static-html] #db_right_menu{
	width: 230px;
}

[data-static-html] #side_search{
	border: solid 1px #CCCCCC;
	padding: 10px 10px 40px 10px;
	margin-bottom: 20px;
}

[data-static-html] .side_search_title{
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-color: #E9E9E9;
	padding: 8.5px 0px;
}

[data-static-html] #side_search_category_list{
	width: 100%;
	height: 43px;
	text-indent: 10px;
	border: none;
	border-bottom: solid 1px #CCCCCC;
}

[data-static-html] .db_sidebar_keyword_box{
	border-bottom: solid 1px #CCCCCC;;
	padding: 4px 0px;
	margin-bottom: 30px;
}

[data-static-html] .db_sidebar_keyword_box input{
	width: 100%;
	background-color: #F2F2F2;
	color: #999999;
	text-indent: 13px;
	padding: 9px 0px;
}

[data-static-html] .db_sidebar_price_box{
	font-size: 13px;
	color: #000000;
	border-bottom: solid 1px #CCCCCC;;
	padding: 4px 0px;
	margin-bottom: 30px;
}

[data-static-html] .db_sidebar_price_box .from{
	width: 60%;
	float: left;
}

[data-static-html] .db_sidebar_price_box .from input{
	width: 50%;
	color: #999999;
	text-align: center;
	background-color: #F2F2F2;
	padding: 9px 0px;
	margin-right: 10px;
}

[data-static-html] .db_sidebar_price_box .to{
	width: 40%;
	float: right;
}

[data-static-html] .db_sidebar_price_box .to input{
	width: 70%;
	color: #999999;
	text-align: center;
	background-color: #F2F2F2;
	padding: 9px 0px;
	margin-right: 10px;
}

[data-static-html] .db_sidebar_submit_btn{
	text-align: center;
}

[data-static-html] .db_sidebar_submit_btn input[type="submit"] {
	width: 38.1%;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	background-color: #083863;
    border: medium none;
	-webkit-appearance: none;
 	border-radius: 0;
    border: solid 1px #083863;
	padding: 4.5px 0px;
    cursor: pointer;
	transition: 0.7s;
}

[data-static-html] .db_sidebar_submit_btn input[type="submit"]:hover {
	color: #083863;
	background-color: #FFFFFF;
}

[data-static-html] .db_sidebar_title{
	text-align: center;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 15px;
}

[data-static-html] .db_sidebar_select_box{
	width: 100%;
	height: 43px;
	text-indent: 10px;
	border: none;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
}

[data-static-html] .db_sidebar_check_box,
[data-static-html] .db_sidebar_check_box02 {
	font-size: 13px;
	color: #000000;
	padding-left: 3.8%;
	margin-bottom: 15px;
}

[data-static-html] .db_sidebar_check_box input,
[data-static-html] .db_sidebar_check_box02 input {
	vertical-align: middle;
	margin-right: 10px;
}

[data-static-html] .db_sidebar_check_box label{
	width: 50%;
	display: block;
	float: left;
}

[data-static-html] .db_sidebar_check_box02 label{
	width: 100%;
	display: block;
	float: none;
}


[data-static-html] .db_sidebar_check_box label:last-child{
	width: 100%;
}


@media only screen and (min-width:641px) and (max-width:1199px) {

	[data-static-html] .db_sidebar_check_box02 label{
		width: 50%;
		float: left;
	}
}


[data-static-html] .acc_btn {
	position:relative;
	cursor: pointer;
	margin-bottom: 25px;
}
[data-static-html] .acc_btn::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
	border-color:#083863;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 7px;
    left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
[data-static-html] .acc_btn.on::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
	border-color:#083863;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 7px;
    left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

[data-static-html] .acc_hidden {
	display:none;
}



[data-static-html] #db_sidebar_category_list li a {
	width: 100%;
	height: 46px;
	line-height: 46px;
	display: block;
	padding-left: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow:hidden;
	font-size: 13px;
	background: url("/files/user/contents/service/solutions/common/point03.png") no-repeat left center;
	border-bottom: 1px solid #ccc;
}

[data-static-html] #db_sidebar_category_list li a:hover,[data-static-html] #db_sidebar_category_list li.current a,[data-static-html] #db_sidebar_category_list li.current a:hover{
	color: #216FA0;
}











[data-static-html] #ancor_list > li{
	border-bottom: 1px solid #ccc;
}
[data-static-html] #ancor_list > li > a {
	width: 100%;
	height: 46px;
	line-height: 46px;
	display: block;
	padding-left: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow:hidden;
	font-size: 13px;
	position:relative;
	cursor:pointer;
}

[data-static-html] #ancor_list > li > a:before{
	content:"";
	width:16px;
	height:15px;
	background:#083863;
	position:absolute;
	left:0;
	top:calc(50% - 8px);
}
[data-static-html] #ancor_list > li > a:after{
	content:"";
	width:8px;
	height:1px;
	left:4px;
	position:absolute;
	top:calc(50% - 1px);
	background:#FFF;
}
[data-static-html] #ancor_list > li > a.open:after{
	content:"";
	box-sizing:border-box;
	width:6px;
	height:6px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	transform: rotate(45deg);
	background:rgba(255,255,255,0);
	left:5px;
	top:calc(50% - 5px);
}


[data-static-html] #ancor_list > li ul{
	display:none;
}

[data-static-html] #ancor_list > li li{
	border-top:1px solid #EEE;
}

[data-static-html] #ancor_list > li li a{
	display:block;
	padding:8px 0 8px 35px;
	line-height:1.4;
	position:relative;
	font-size:12px;
}
[data-static-html] #ancor_list > li li a:before{
	content:"";
	box-sizing:border-box;
	width:6px;
	height:6px;
	border-top:1px solid #083863;
	border-right:1px solid #083863;
	transform: rotate(45deg);
	position:absolute;
	left:15px;
	top:calc(50% - 3px);
}

@media only screen and (min-width:1120px) {
[data-static-html] #db_right_menu[style*="fixed"]{
	height:calc(100vh - 64px);
	overflow:scroll;
}
}





/*item*/
/*------------------------------------------------------------------------------*/

[data-static-html] #item_box01{
	margin-bottom: 70px;
}

[data-static-html] #item_box01 .item_photo_box{
	position: relative;
}

[data-static-html] #item_box01 .item_photo_box{
	margin-bottom: 50px;
}

[data-static-html] #item_box01 .item_photo_box .item_photo a{
	width: 944px;
	height: 380px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

[data-static-html] #item_box01 .item_photo_box .item_photo img{
	max-width: 944px;
	max-height: 380px;
	width: auto;
	height: auto;
}

[data-static-html] #item_box01 .item_photo_box .db_item_icon_box{
	width: 28%;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

[data-static-html] #item_box01 .item_photo_box .db_item_icon_box li{
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	padding: 2px 11.5px;
	margin-left: 1%;
}

[data-static-html] #item_box01 .item_photo_box .db_item_icon_box li:first-child{
	margin-left: 0%;
}

[data-static-html] #item_box01 .item_photo_box .db_item_icon_box .new_icon{
	background-color: #700E24;
}

[data-static-html] #item_box01 .item_photo_box .db_item_icon_box .recommend_icon{
	background-color: #164938;
}

[data-static-html] #item_box01 .item_photo_box .db_item_icon_box .campaign_icon{
	background-color: #083863;
}

[data-static-html] #item_box01 .item_name{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

[data-static-html] #item_box01 .item_price{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

[data-static-html] #item_box01 .item_detail{
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 70px;
}

[data-static-html] #item_box01 .db_item_banner_box li{
	width: 24.2%;
	float: left;
	margin-left: 1%;
}

[data-static-html] #item_box01 .db_item_banner_box li:first-child{
	margin-left: 0%;
}

[data-static-html] #item_box01 .db_item_banner_box li a{
	width: 100%;
	display: block;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	background: #083863 url("/files/user/contents/service/solutions/common/db_item_banner_arr.png") no-repeat 90% center;
	border: solid 1px #083863;
	padding: 8.5px 0px;
	transition: 0.7s;
}

[data-static-html] #item_box01 .db_item_banner_box li a:hover{
	color: #083863;
	background: #FFFFFF url("/files/user/contents/service/solutions/common/db_item_banner_arr_on.png") no-repeat 90% center;
}

[data-static-html] .db_item_subtitle{
	font-size: 16px;
	border: solid 1px #CCCCCC;
	padding: 12.5px 10px;
	margin-bottom: 25px;
}

[data-static-html] .db_item_subtitle span{
	border-left: solid 1px #CCCCCC;
	padding-left: 10px;
	margin-left: 30px;
	position: relative;
}

[data-static-html] .db_item_subtitle span:before{
	content:" ";
	display:block;
	background: url("/files/user/contents/service/solutions/common/db_item_subtitle_icon.jpg") no-repeat left center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: -32px;
}

[data-static-html] #item_box02,[data-static-html] #item_box03,[data-static-html] #item_box04,[data-static-html] #item_box05,[data-static-html] #item_box06,[data-static-html] #item_box07{
	margin-bottom: 80px;
}

[data-static-html] .db_item_accessories_box .accessory_image{
	width: 29.8%;
	float: left;
}

[data-static-html] .db_item_accessories_box .accessory_image img{
	max-width: 100%;
	height: auto;
}

[data-static-html] .db_item_accessories_box .accessory_info{
	width: 64.7%;
	float: right;
}

[data-static-html] .db_item_accessories_box .accessory_info .spec_table{
	width: 100%;
	border-collapse:collapse;
}

[data-static-html] .db_item_accessories_box .accessory_info .spec_table th{
	width: 91.8%;
	font-weight: normal;
	border:1px solid #ccc;
	padding:8px 10px 8px 20px;
	vertical-align: middle;
}

[data-static-html] .db_item_accessories_box .accessory_info .spec_table td{
	width: 8.2%;
	text-align: center;
	border:1px solid #ccc;
	padding:8px 10px 8px 10px;
	vertical-align: middle;
}

[data-static-html] .db_item_accessories_box .accessory_info .spec_table tr:nth-child(2n) th,[data-static-html] .db_item_accessories_box .accessory_info .spec_table tr:nth-child(2n) td{
	background-color: #F3F3F3;
}

[data-static-html] .db_item_option_box{
	margin-bottom: 35px;
}

[data-static-html] .db_item_option_box li{
	width: 31.7%;
	float: left;
	margin-left: 2.3%;
}

[data-static-html] .db_item_option_box li:first-child{
	margin-left: 0%;
}

[data-static-html] .db_item_option_box .option_image{
	margin-bottom: 15px;
}

[data-static-html] .db_item_option_box .option_image img{
	max-width: 100%;
	height: auto;
}

[data-static-html] .db_item_option_box .option_name{
	font-size: 16px;
	margin-bottom: 10px;
}

[data-static-html] .db_item_option_box .option_detail{
	font-size: 14px;
	line-height: 130%;
}

[data-static-html] #item_box03 .option_other_btn{
	width: 35.3%;
	margin: 0 auto;
}

[data-static-html] #item_box03 .option_other_btn a{
	width: 100%;
	display: block;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	background: #083863 url("/files/user/contents/service/solutions/common/db_item_banner_arr.png") no-repeat 94% center;
	border: solid 1px #083863;
	padding: 11.5px 0px;
	transition: 0.7s;
}

[data-static-html] #item_box03 .option_other_btn a:hover{
	color: #083863;
	background: #FFFFFF url("/files/user/contents/service/solutions/common/db_item_banner_arr_on.png") no-repeat 94% center;
}


[data-static-html] .db_rental_contact dt {
	text-align: center;
	width: 230px;
	font-size: 16px;
	padding: 18px 0 15px;
	float: left;
	background-color: #0D73E4;
	color: #fff;
}
[data-static-html] .db_rental_contact dd {
	float: right;
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
}
[data-static-html] .db_rental_contact .tel01 {
	color: #0D73E4;
	font-weight: bold;
	font-size: 16px;
}
[data-static-html] .db_rental_contact .tel01 a {
	color: #0D73E4;
}

/*header*/
[data-static-html] header #h_exhibition {
  position: absolute;
  top: 14px;
  right: 240px;
}
[data-static-html] header #h_exhibition a {
  width: 180px;
  height: 60px;
  display: block;
  padding: 18px 0 0 60px;
  color: #fff;
  background: #20BEDF url("/files/user/contents/service/solutions/common/icon05.png") no-repeat 18px center;
}
[data-static-html] header #h_catalog {
  position: absolute;
  top: 14px;
  right: 420px;
}
[data-static-html] header #h_catalog a {
    width: 180px;
    height: 60px;
    display: block;
    padding: 18px 0 0 60px;
    color: #fff;
    background: #083863 url("/files/user/contents/service/solutions/common/icon_cata.png") no-repeat 18px center;
}
/****************************************************************/
/* header固定 */
/****************************************************************/
@media only screen and (min-width:1200px){
  [data-static-html] #header_sub.fixed #h_exhibition a {
      width: 140px;
      height: 40px;
      padding: 8px 0 0 47px;
      background: #20BEDF url("/files/user/contents/service/solutions/common/icon05.png") no-repeat 13px center;
  }
}
@media only screen and (min-width:1360px){
  [data-static-html] #header_sub.fixed #globalnav{
    position:absolute;
    right:440px;
  }
}
@media only screen and (min-width:1200px) and (max-width:1359px){
  [data-static-html] #header_sub.fixed #header_in{
    width:98%;
  }
  [data-static-html] #header_sub.fixed #globalnav{
    position:absolute;
    right:390px;
  }
  [data-static-html] #header_sub.fixed #globalnav li{
    margin-right:15px;
  }
  [data-static-html] #header_sub.fixed #globalnav li a{
    font-size:12px;
  }
}

@media only screen and (max-width:1199px) {
[data-static-html] #gnav_exhibition {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
[data-static-html] #gnav_exhibition a {
  display: block;
  padding: 18px 5px 0;
  color: #fff;
  background: #20BEDF;
  max-width: 420px;
  width: 90%;
  height: 60px;
  margin: 0 auto;
}
[data-static-html] #gnav_exhibition a .icon {
  background: url("/files/user/contents/service/solutions/common/icon05.png") no-repeat left center;
  padding-left: 40px;
}
}
}
