/*contents.css174*/
#contents .h1Area.sales {
    background: url(../../sales/images/bg_h1.jpg) no-repeat center !important;
    background-size: cover;
}

/*.sales #contents .categoryBlock {
    width: auto;
    min-height: 60px;
    .salesding-bottom: 33px;
    background: none !important;
}
#contents h3.textH.saleser {
    font-size: 160%;
    margin-bottom: 20px;
    color: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
#contents .capred{
	color:#ff0000 !important;
	font-weight:bold;
	}
#contents .capgreen{
	.salesding-top:20px;
	color:#147482 !important;
	clear:both;
	.salesding-left: 0.3em;
	text-indent: -0.3em;
	}
*/
	
	

/* ===============================================
180926_代理店ページ改修
=============================================== */

/*  共通 --------------------------------- */
.sales #contents .categorySection .sectionInner {
	padding: 50px 0 40px;
}
.sales #contents h2.salesh2{
	color:#fff;
	font-size:160%;
	font-weight: 600;
	margin:0 auto 25px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
}
.sales #contents h2.salesh2 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 10px;
	background-color: #333f48;
}
.sales #contents h2.salesh2::before{
	content: '';
	position: absolute;
	top: 50%;
	width: 500px;
	height: 1px;
	left: 350px;
	z-index: 1;
	display: block;
	background-color: #fff;
}

.sales #contents table.salesTable{
	border-top:#ebebeb 1px solid;
	border-left:#ebebeb 1px solid;
	width:650px;
	margin: 0 auto 60px;
	border-collapse:collapse;
}
.sales #contents table.salesTable > tbody > tr > th{
	border-right:#ebebeb 1px solid;
	border-bottom:#ebebeb 1px solid;
	padding:10px 8px;
	color: #E6E6E6;
	background-color:#4F5860;
	font-weight: normal;
}
.sales #contents table.salesTable > tbody > tr >  td {
	border-right:#ebebeb 1px solid;
	border-bottom:#ebebeb 1px solid;
	padding:10px 8px;
	color: #E6E6E6;
}




/* 01_神钢建机（中国）有限公司 营销本部 =========================== */

.sales #contents .centerAddress{}
.sales #contents #selectSheng{
	position: relative;
	width: 1000px;
	margin: 30px auto 60px;
}
.sales #contents #selectSheng #btn_selectSheng{
	position:relative;
	display: block;
	width: 650px;
	margin: 0 auto;
	padding: 18px;
	box-sizing: border-box;
	background-color: #00a7ac;
	color: #fff;
	font-size: 115%;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	opacity: 1.0;
	transition: opacity .2s linear;
}
.sales #contents #selectSheng #btn_selectSheng:hover{
	opacity: 0.75;
}
.sales #contents #selectSheng #btn_selectSheng::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	right: 25px;
	top: 45%;
}
.sales #contents #selectSheng #btn_selectSheng.active::after{
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent #ffffff transparent;
}
.sales #contents #selectSheng #btn_selectSheng span::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #018489;
	top: 0;
	right: 60px;
}

.sales #contents #selectSheng #ShengList{
  display: none;
  z-index: 10;
  position: absolute;
  width: 100%;
}
.sales #contents #selectSheng #ShengList #ShengListWrap{
	margin-top: 20px;
	background-color: #ffffff;
	display: block;
	position: relative;
	border-radius: 8px;
	box-shadow:0px 3px 4px 1px #333f48;
}
.sales #contents #selectSheng #ShengList #ShengListWrap::before{
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
	border-style: solid;
	border-width: 0 14px 12px 14px;
	border-color: transparent transparent #ffffff transparent;
    left: 49%;
    top: -10px;
}
.sales #contents #selectSheng #ShengListWrap dl{
	padding: 0 25px 0 130px;
}
.sales #contents #selectSheng #ShengListWrap dl:nth-child(even){
	background-color: #eee;
}
.sales #contents #selectSheng #ShengListWrap dl dt{
	display: inline-block;
	width: 4em;
	margin: 0 25px 0 -100px;
	padding: 20px 25px 20px 0;
	border-right: 1px solid #d3d3d3;
	font-weight: 700;
}
.sales #contents #selectSheng #ShengListWrap dl:first-child dt{padding-top:25px;}
.sales #contents #selectSheng #ShengListWrap dl:last-child dt{padding-bottom:25px;}
.sales #contents #selectSheng #ShengListWrap dl dd{
	display:inline-block;
	width: 69px;
	font-size: 100%;
	cursor:pointer;
	color:#00adb0;
}
.sales #contents #selectSheng #ShengListWrap dl dd.txtmiddle{
	width: 95px;
}
.sales #contents #selectSheng #ShengListWrap dl dd.txtlong{
	width: 135px;
}
.sales #contents #selectSheng #ShengListWrap dl dd p.btn_mordal{
	color: #00a7ac;
	text-decoration: underline;
	cursor: pointer;
}
/*.sales #contents #selectSheng #ShengListWrap dl dd a{
	width: inline-block;
}*/



/* 02_代理店情報 =========================== */
.sales #contents h2.salesh2_selectSheng::before{
	width: 280px;
	left: 460px;
}
.sales #contents #dealerMap{
	margin: 0 0 60px 0; 
}
.sales #contents #dealerMap map area{
	border:none;
	outline:none;
}


/* 03_センター情報 =========================== */
.sales #contents #centerInfo{}

.sales #contents #centerInfo h2.salesh2::before{
	width: 300px;
	left: 450px;
}

.sales #contents #centerInfo .centerInfoBox{
	width: 580px;
	margin: 0 40px 30px 0;
	float: left;
}
.sales #contents #centerInfo .centerInfoBox:nth-child(even){
	margin: 0 0 30px 0;
}
.sales #contents #centerInfo .centerInfoBox h3{
	color: #fff;
	font-weight: 500;
	font-size: 110%;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sales #contents #centerInfo .centerInfoBox table{
	width: 100%;
	margin: 0;
}

/* 省ページ =========================== */
.sales #contents #shengshiList{
	background-color: #eee;
	margin: 0 0 40px 0;
	padding: 20px 21px 17px;
	box-sizing: border-box;
	width: 100%;
}
.sales #contents #shengshiList ul{}
.sales #contents #shengshiList ul li{
	float: left;
	margin: 0 3px 3px 0;
	display: block;
}
.sales #contents #shengshiList ul li:nth-child(6n),
.sales #contents #shengshiList ul li:nth-child(21){
	margin: 0 0 3px 0;
}
.sales #contents #shengshiList ul li a{
	position: relative;
	display: block;
	width: 137px;
	padding: 15px 10px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s linear;
}
.sales #contents #shengshiList ul li a.longshi{
	width: 277px;
}
.sales #contents #shengshiList ul li a:hover{
	background-color:#e8f9f9;
}
.sales #contents #shengshiList ul li a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #00a7ac transparent transparent transparent;
	right: 15px;
	top: 45%;
}
.sales #contents .dealerInfo h4{
	font-size: 120%;
	margin: 0 0 20px 0;
}

.sales #contents #contentsInner{}
.sales #contents #selectShengInner{}
.sales #contents #selectShengInner #selectSheng{
	width: 100%;
	min-height: 320px;
}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap{
	box-shadow:none;
	border: 1px solid #e3e3e3;
}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap::before{
	border-color: transparent transparent #e3e3e3 transparent;
	top: -12px;
}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl{padding: 0 20px 0 130px;}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl dt{
	margin: 0 20px 0 -110px;
	padding: 20px 20px 20px 0;
}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl dd{
	width: 62px;
	font-size: 94%;
}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl dd.txtmiddle{width: 80px;}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl dd.txtlong{width: 120px;}

.sales #contents table img {
    width: 160px;
    height: auto;
}













@media screen and (min-width: 768px){


/*contents.css1721*/
.sales #contents .linkList.col4 li {
	width: 14% !important ;
	margin-right: 2%;
	float: left;
	height: 23px;
	}
.2-2img_01{
	width:159px;
	float:right;
	}
.2-2img_02{
	width:163px;
	float:right;
	}
}
@media screen and (max-width: 767px){

.sales #contents .categoryBlock .countryList ul li {
    width: 48%;
    float: left;
    margin-right: 1%;
	height: 23px;
}
.sales #contents .js-usemapWrapper .pcVis .js-useMap img {
    width: 100%;
    height: 100%;
}
/* Authorized Distributors */
.sales #contents .categoryBlock {
	position: static;
	overflow: visible;
	background: none;
	min-height:inherit;
	.salesding-bottom: 0;
}
.sales #contents .excavators {
	margin-bottom: 0;
}
.sales #contents .categoryBlock .col{
	width: auto;
}
.sales #contents .js-usemapWrapper{
	.salesding-bottom:0px;
}
.sales #contents .excavators H2,
.sales #contents .cranes H2 {
	position: static;
	background: none;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.sales #contents H2 > span {
	width: auto;
}
.sales #contents .categoryBlock .colRight {
	width: auto;
	float: none;
	position: relative;
}
.sales #contents .categoryBlock .colRight ul {
	width: auto;
	float: none;
	.salesding: 10px 0 0 0 !important;
}
.sales #contents .categoryBlock .colRight ul li{
	width: 48%;
	float: left;
	margin-right: 1%;
}
.sales #contents .categoryBlock .colRight ul li a {
	width: auto;
}

.sales_img{width:70%; margin: 0 auto 5px !important;}




/* ===============================================
180926_代理店ページ改修　SP用
=============================================== */

/*  共通 --------------------------------- */
.sales #contents .categorySection .sectionInner {
	padding: 30px 20px 30px !important;
}
.sales #contents h2.salesh2{
	font-size:120%;
	letter-spacing: 0;
	margin:0 auto 20px;
	/*text-align: center;
	position: relative;*/
}
.sales #contents h2.salesh2 span{
	/*position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 10px;
	background-color: #333f48;*/
}
.sales #contents h2.salesh2::before{
	content: '';
	width: 100%;
	left: 0px;
	top: 50%;
	/*position: absolute;
	height: 1px;
	z-index: 1;
	display: block;
	background-color: #fff;*/
}
.sales #contents table.salesTable{
	width:100%;
	margin: 0 auto 40px;
	/*border-top:#ebebeb 1px solid;
	border-left:#ebebeb 1px solid;
	border-collapse:collapse;*/
}
.sales #contents table.salesTable > tbody > tr > th{
	/*border-right:#ebebeb 1px solid;
	border-bottom:#ebebeb 1px solid;
	padding:10px 8px;
	color: #E6E6E6;
	background-color:#4F5860;
	font-weight: normal;*/
}
.sales #contents table.salesTable > tbody > tr >  td {
	/*border-right:#ebebeb 1px solid;
	border-bottom:#ebebeb 1px solid;
	padding:10px 8px;
	color: #E6E6E6;*/
}




/* 01_神钢建机（中国）有限公司 营销本部 =========================== */

.sales #contents .centerAddress{}
.sales #contents #selectSheng{
	width: 100%;
	margin: 20px auto 40px;
	/*position: relative;*/
}
.sales #contents #selectSheng #btn_selectSheng{
	width: 100%;
	padding: 14px 10px;
	font-size: 100%;
	letter-spacing: 0.1em;
	
	/*position:relative;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #00a7ac;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	opacity: 1.0;
	transition: opacity .2s linear;*/
}
.sales #contents #selectSheng #btn_selectSheng:hover{
	opacity: inherit;
}
.sales #contents #selectSheng #btn_selectSheng::after{
	right: 20px;	
	/*content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	top: 45%;*/
}
.sales #contents #selectSheng #btn_selectSheng.active::after{
	/*border-width: 0 5px 7px 5px;
	border-color: transparent transparent #ffffff transparent;*/
}
.sales #contents #selectSheng #btn_selectSheng span::after{
	right: 50px;
	/*content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #018489;
	top: 0;*/
}
.sales #contents #selectSheng #ShengList{
  display: block;
  position: relative;
  /*z-index: 10;  
  width: 100%;*/
}
.sales #contents #selectSheng #ShengList #ShengListWrap{
	margin-top: 20px;
	border-radius: 5px;
	/*background-color: #ffffff;
	display: block;
	position: relative;
	box-shadow:0px 3px 4px 1px #333f48;*/
}
.sales #contents #selectSheng #ShengList #ShengListWrap::before{
	/*content: ' ';
    height: 0;
    position: absolute;
    width: 0;
	border-style: solid;
	border-width: 0 12px 10px 12px;
	border-color: transparent transparent #ffffff transparent;
    left: 49%;
    top: -10px;*/
}
.sales #contents #selectSheng #ShengListWrap dl{
	padding: 15px 0 13px 0;
}
.sales #contents #selectSheng #ShengListWrap dl:nth-child(even){
	/*background-color: #eee;*/
}
.sales #contents #selectSheng #ShengListWrap dl dt{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	border-right:none;
	/*font-weight: 700;*/
}
.sales #contents #selectSheng #ShengListWrap dl:first-child dt{padding-top:10px}
.sales #contents #selectSheng #ShengListWrap dl:last-child dt{padding-bottom:0px;}
.sales #contents #selectSheng #ShengListWrap dl dd{
	display:inline-block;
	width: 32%;
	padding: 7px 0;
	text-align: center;
	font-size: 94%;
}
.sales #contents #selectSheng #ShengListWrap dl dd.txtlong{
	width: 49%;
}
.sales #contents #selectSheng #ShengListWrap dl dd a{
	/*width: inline-block;*/
}


/* 02_代理店情報 =========================== */
.sales #contents h2.salesh2_selectSheng::before{
	width: 100%;
	left: 0px;
}
.sales #contents #dealerMap{
	margin: 0; 
}
/*.sales #contents #dealerMap map area{
	border:none;
	outline:none;
}*/


/* 03_センター情報 =========================== */
.sales #contents #centerInfo{}
.sales #contents #centerInfo h2.salesh2::before{
	width: 100%;
	left: 0px;
}
.sales #contents #centerInfo .centerInfoBox{
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
.sales #contents #centerInfo .centerInfoBox:nth-child(even){
	margin: 0 0 20px 0;
}
.sales #contents #centerInfo .centerInfoBox h3{
	font-size: 100%;
	/*color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;*/
}
.sales #contents #centerInfo .centerInfoBox table{
	/*width: 100%;
	margin: 0;*/
}

/* 省ページ =========================== */
/*.sales #contents #shengshiList{
	margin: 0 0 30px 0;
	padding: 0;
	background-color: #fff;
}
.sales #contents #shengshiList ul{}
.sales #contents #shengshiList ul li{
	width: calc(50% - 1.2px);
	margin: 0 2px 2px 0;
}
.sales #contents #shengshiList ul li:nth-child(6n),
.sales #contents #shengshiList ul li:nth-child(21){
	margin: 0;
}
.sales #contents #shengshiList ul li:nth-child(even){
	margin: 0 0 2px 0;
}
.sales #contents #shengshiList ul li a{
	width: 100%;
	background-color: #f3f3f3;
	padding: 10px 0;
	font-size: 94%;
	display: block;
}
.sales #contents #shengshiList ul li a.longshi{
	width: 100%;
}
.sales #contents #shengshiList ul li a:hover{
	background-color:#f3f3f3;
}
.sales #contents #shengshiList ul li a::after{
	right: 10px;
}*/


.sales #contents .dealerInfo h4{
	font-size: 100%;
	margin: 0 0 10px 0;
}

.sales #contents #contentsInner{}
.sales #contents #selectShengInner{}
.sales #contents #selectShengInner #selectSheng{
	width: 100%;
	min-height: inherit;
}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl{padding: 15px 0 13px 0;}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl dt{
    margin: 0 0 5px 0;
    padding: 0;
}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl dd{
    width: 32%;
}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl dd.txtmiddle{width: 49%;}
.sales #contents #selectShengInner #selectSheng #ShengList #ShengListWrap dl dd.txtlong{width: 49%;}










}