  @charset "utf-8";


@media screen and (max-width: 767px){


body {
	min-width: 320px;
	padding: 0;
	font-size: 100% !important;
}

html,body {
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
}


#contents {
	width: 100%;
	min-width: inherit;
	margin: 0;
}

/*** breadcrumbs **/
#breadcrumbs {
	display: none;	
}


/ h1Area **/
.h1Area {
	width: 100%;
	height: auto;
	min-width: inherit;
	min-height: inherit;
}
#contents .h1Area {
	width: 100%;
	height: auto;
	min-width: inherit;
	min-height: inherit;
}
#contents .h1Area.products {
	background: url(/products/images/bg_h1.jpg) no-repeat center top;
	background-size: auto 150px;
}
#contents .h1Area h1 {
	width: auto;
	font-size: 150%;
	padding: 45px 10px 43px;
}
.h1Area.smallHeading h1 {
	width: auto;
	margin: 0 auto;
	padding: 10px 13px 9px;
	font-size: 200%;
}

/ h1 - h5 /

#contents h2.textHeader {
	margin: 0px 10px 10px;
	font-size: 110%;
}

#contents h2.centerHeading {
	margin: 0 0 40px 0;
	font-size: 120%;
}
#contents h2.borderHeader {
	font-size: 120%;
}
#contents h3.textHeader {
	font-size: 110%;
}

/ localNavi /
#localNavi li, #localNavi p {
	font-size: 100% !important;
}
#localNavi .topLevelCategory {
	display: block;
	font-size: 120% !important;
	border-bottom: none;
	font-weight: bold;
	margin-bottom: 0;
}
#localNavi .topLevelCategory.current {
	border-bottom: none;
	padding: 32px 13px;
}
#localNavi .topLevelCategory a {
	display: block;
	width: 100%;
	color: #fff;
}

#localNavi ul {
	margin-bottom: 25px;
}
#localNavi ul li {
	display: block;
	border-bottom: #ccc 1px solid;
}
#localNavi li a {
	color: #000 !important;
}
#localNavi ul li a {
	display: block;
	padding: 15px 28px 15px 14px;
	text-decoration: none;
}
#localNavi ul li a:hover {
}
#localNavi ul li.current > a {
}
#localNavi ul li.open {
}
#localNavi ul li.open > a {
}
#localNavi ul li.open ul {
	margin-bottom: 0;
	border-top: #ccc 1px solid;
}
#localNavi ul li.open ul li {
	font-size: 100%;
}
#localNavi ul li.open ul li a {
	display: block;
	padding: 15px 28px 15px 27px;
	text-decoration: none;
}

#localNavi .contact {
	display: none;
}




/ contents /
.child #contents {
	margin-top: 30px;
}
.child #contentsInner {
    padding-top: 20px;
}
.child.wide.news #contents #contentsInner {
	width: 100%;
	 padding-top: 20px;
}
.contentsBlock {
	padding: 0 12px;
	margin-bottom: 60px;
}
#contents a {
	color: #203bb6;
}
#contents #contentsMain, #contents #localNavi {
	width: auto;
	float: none;
}
#contents #contentsMain {
	padding: 0 10px;
}
/*
#contents .contentsPadding {
	padding: 0;
}

*/

h2.textHeader {
	font-size: 140%;
	margin: 0 12px 25px;
}
h2.hasLink span {
	float: none;
}
h2.hasLink a {
	display: none;
}


/ list /
#contents .anchorList.anchor2nd {
	width: auto;
	margin: 0 auto 20px;
}
#contents .anchorList.anchor2nd .col2Block .col {
	width: 100% !important;
	margin-left: 0 !important;
}
#contents .anchorList.anchor2nd .col2Block .col a {
	display: table;
	width: 100%;
	height: 80px;
	color: #fff !important;
	background: #00adb0;
	box-sizing: border-box;
	padding: 5px 15px 5px 150px;
	font-size: 130%;
	font-weight: normal;
	text-decoration: none;
}
#contents .anchorList.anchor2nd .col2Block .col.excavators a {
	background: #00adb0 url(/products/images/bg_anc_ph01.png) no-repeat -30px top;
	background-size: auto 80px;
}
#contents .anchorList.anchor2nd .col2Block .col.cranes a {
	background: #00adb0 url(/products/images/bg_anc_ph02.png) no-repeat -30px top;
	background-size: auto 80px;
}
#contents .anchorList.anchor2nd .col2Block .col a:hover {
	background-color: #028484 !important;
}
#contents .anchorList .col2Block .col a span {
	background-size: 22px 12px;
	padding-right: 25px;
}

#contents .linkList a.icOtherW {
	background: url(/shared/images/ic_other.png) no-repeat right 0.5em;
}

/ Definition List /

#contents .dataList dl > dt {
	float: none;
	width: auto;
	display: block;
}

#contents .dataList dl > dd {
	float: none;
	width: auto;
	display: block;
}
#contents #contentsMain .dataList dl > dd {
	float: none;
	width: auto;
	display: block;
}

/ table /

.normalTable > tbody > tr > th,
.normalTable > tbody > tr >  td {
	padding:6px 10px 5px;
}
.normalTable.typeRes > tbody > tr >th,
.normalTable.typeRes > tbody > tr >td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	float: left;
}
.listTable th,
.listTable td {
	padding:5px 5px 4px;
}




/ column /

#contents .col2Block .col,
#contents .col3Block .col,
#contents .anchorList .col2Block .col {
	width: 100% !important;
	float: none;
	margin: 0 0 20px !important;
}
#contents .anchorList .col2Block .col {
	margin: 0 0 10px !important;
}
#contents .col2Block .col.smallMargin,
#contents .col3Block .col.smallMargin {
	margin-bottom: 10px !important;
}
#contents .col4Block .col {
	width: 50%;
	float: left;
	margin: 0 -1px 1px 1px;
}
#contents .col4Block .col .colInner {
	width: 100% !important;
	display: table;
}
.insAnchor .icon {
	width: 40px !important;
	height: auto !important;
	margin: 0 auto;
}

#contents .col4Block .col:nth-child(odd) {
	margin: 0 0 1px 0;
	clear: both;
}
#contents .col:last-child {
	margin-bottom: 0 !important;
}
	
#contents .col2Block .col.tabContBlock {
	margin-bottom: 20px !important;
}

#contents .catalogBlock .ph {
	width: 20%;
	float: left;
}
#contents .catalogBlock .detail {
	width: 70%;
	float: right;
}
#contents .catalogBlock .detail p:not(.textBtn) {
	font-size:100% !important;
	margin-bottom: 20px !important
}

/ linkBlock /

#contents .sectionInner .link4Block {
	width: 100%;
}
#contents .link4Block .linkBox {
	width: 50%;
	float: left;
	margin: 0 0 1px;
	height: auto;
}
#contents .link4Block .linkBox:first-child,
#contents .link4Block .linkBox:nth-child(5) {
	margin: 0;
}
#contents .link4Block .linkBox:nth-child(odd) {
	margin: 0 1px 1px -1px;
}

#contents .link4Block .linkBox .linkText > span {
	padding-right: 0;
}
#contents .link4Block .linkBox .linkText {
    height: auto;
    padding: 7px;
    font-size: 75%;
}

#contents .link4Block .linkBox .linkText:after {
    right: 8px;
    border-width: 3px 0px 3px 5px;
}

#contents .link4Block .linkBox .readText {
	font-size: 70%;
	padding: 7px;
}

/ btn /
.detailBtn {
	border: #ccc 1px solid;
	font-size: 120% !important;
}
.detailBtn a {
	color: #000 !important;
}

#contents .categorySection {
	min-width: inherit;
}
#contents .categorySection .sectionInner {
	width: auto;
	padding: 20px 10px 0;
}

.company.wide #contents .categorySection .sectionInner,
.csr.wide #contents .categorySection .sectionInner,
.innovation.wide #contents .categorySection .sectionInner {
	width: auto;
	padding: 20px 0;
}


/ 2nd layout /
#contents .categoryBlock {
	width: auto;
	min-height: inherit;
	padding-bottom: 33px;
	background: none !important;
}
#contents .categoryBlock h2 {
	width: auto;
	color: #fff;
	font-size: 195%;
	float: none;
	padding: 0 0 15px 0;
}
#contents .categoryBlock h2 span {
	display: block;
	font-size: 55%;
	font-weight: normal;
	margin-top: 5px;
}
#contents .categoryBlock ul.boxLink {
	width: auto;
	padding-top: 0;
	float: none;
}
#contents .categoryBlock ul.boxLink li {
	width: 49.7%;
	border-right: #333f48 1px solid;
	border-bottom: #333f48 1px solid;
	float: left;
}

#contents .categoryBlock ul.boxLink li a {
	display: table;
	width: 100%;
	height: 62px;
	color: #fff !important;
	background: rgba(25, 31, 36, 0.8);
	box-sizing: border-box;
	padding: 9px 30px 9px 15px;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}

#contents .categoryBlock ul.boxLink li a:after {
	border-width: 4px 0px 4px 6px;
	margin-top: -4px;
}
#contents .categoryBlock ul.boxLink li a.icOtherW:after {
	right: 8px;
}
#contents ul.boxList > li > a:after {
	border-width: 4px 0px 4px 6px;
	margin-top: -4px
}
#contents .categoryBlock ul.boxLink li a span:after {
	right: -20px;
}
#contents .categoryBlock ul.boxLink li a:hover {
	background: #00adb0;
}
#contents .categoryBlock ul.boxLink li a span {
	padding-right: 0;
}

#contents .sectionInner.cranes {
	background: none;
}

#contents .categoryBlock.col3 ul.boxLink,#contents .categoryBlock.col3 ul.boxLink li
 {
	width: 100%;
	float: none;
}
	

#contents .tisCol {
	width: auto;
	margin:0 auto;
}

#contents .tisSection {
	min-width: auto;
	background: #e6e6e6;
	min-width: inherit;
}
#contents .tisSection .sectionInner {
	width: auto;
	min-height: inherit;
	margin: 0 auto;
	padding: 15px 10px;
}
#contents .tisSection .sectionInner .tisText {
	padding-top: 0;
}

/ worldWide /

.worldwide #contents .categoryBlock {
	position: static;
	overflow: visible;
	background: none;
}
.worldwide #contents .categoryBlock.excavators {
	margin-bottom: 0;
}
.worldwide #contents .categoryBlock .col{
	width: auto;
}
.worldwide #contents .excavators H2,
.worldwide #contents .cranes H2 {
	position: static;
	background: none;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}

.worldwide #contents H2 > span {
	width: auto;
}
.worldwide #contents .categoryBlock .colRight {
	width: auto;
	float: none;
	position: relative;
}
.worldwide #contents .categoryBlock .colRight ul {
	width: auto;
	float: none;
	padding: 15px 0 0 0 !important;
}
.worldwide #contents .categoryBlock .colRight ul li{
	width: 48%;
	float: left;
	margin-right: 1%;
}
.worldwide #contents .categoryBlock .colRight ul li a {
	width: auto;
}
.worldwide #contents .categoryBlock h3 {
	color: #fff;
	font-size: 140%;
	margin-bottom: 22px;
}
.worldwide #contents .categoryBlock h4 {
	color: #fff;
	font-size: 105%;
	display: table-cell;
	vertical-align: middle;
}
/ general /

#contents .detailBtn .icLink {
	display: block;
	background:url(/jp/shared/css/images/sp/common/ic_link.png) no-repeat 98% 50%;
	padding: 11px 17px 11px 10px;
	background-size: 8px 23px;
}
#contents .textResCenter {
	text-align: center !important;
}
#contents .textResLeft {
	text-align: left !important;
}
#contents .floatLeft,
#contents .floatRight {
	width:auto !important;
	float:none !important;
	margin-right:0px !important;
	margin-left:0px !important;
}
#contents .floatLeft > img,
#contents .floatRight > img {
	width:100%;
	height:auto;
}
#contents .textHeader .country {
	display: inline-block;
	float: none;
	margin: 0 0 5px 10px;
}


.icPdf {
	padding: 1px 4px;
}
.icZoom {
	background:url(/jp/shared/css/images/common/ic_zoom.png) no-repeat 0 0.6em;
	background-size: 14px 14px;
	padding-left: 20px;
}
.icOtherW {
	background:url(/shared/images/ic_other.png) no-repeat right 0.1em;
	padding: 0 22px 0 0;
}


#contents .noResTable {
	width: 100%;
	overflow-y: hidden;
	border: 1px solid #ddd;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
#contents .noResTable {
	overflow-x: auto;
}
#contents .noResTable > table {
	max-width: 460px !important;
}


.caption {
	text-align: center;
}


.pcVis {
	display: none;
}
.spVis {
	display: block;
}

#contents .textResNormal { font-size: 100% !important}
#contents .resWidth100 { width: 100% !important;}
.img100 {	width: 100% !important;	height: auto !important;}
.img95 {	width: 95% !important;	height: auto !important;}
.img90 {	width: 90% !important;	height: auto !important;}
.img85 {	width: 85% !important;	height: auto !important;}
.img80 {	width: 80% !important;	height: auto !important;}
.img75 {	width: 75% !important;	height: auto !important;}
.img70 {	width: 70% !important;	height: auto !important;}
.img65 {	width: 65% !important;	height: auto !important;}
.img60 {	width: 60% !important;	height: auto !important;}
.img55 {	width: 55% !important;	height: auto !important;}
.img50 {	width: 50% !important;	height: auto !important;}
.img45 {	width: 45% !important;	height: auto !important;}
.img40 {	width: 40% !important;	height: auto !important;}
.img35 {	width: 35% !important;	height: auto !important;}
.img30 {	width: 30% !important;	height: auto !important;}
.img25 {	width: 25% !important;	height: auto !important;}
.img20 {	width: 20% !important;	height: auto !important;}
.img15 {	width: 15% !important;	height: auto !important;}
.img10 {	width: 10% !important;	height: auto !important;}
.img05 {	width: 5% !important;	height: auto !important;}

#contents .resWidthAuto {
	width: auto !important;
}

/* 161101追加_ Sales and ServiceExcavators > Contact List */
.ss #contents .sscontactBox{
	padding:0;	
}
.ss #contents .sscontact{
	width: 100%;
}
.ss #contents .sslinkBox{
	margin-bottom:0px;
}
.ss #contents .sslinkBox > .sscontact{
	float:none;
	width:100%;
	margin:0 0 10px;
}
/* 161102追加
> Sales and ServiceExcavators > Parts and Service
> Sales and ServiceExcavators > Used Equipment */
.ss #contents .contentsBlock .ssPartsTxt,
.ss #contents .contentsBlock .ssUsedTxt{
	width:100%;
}
.ss #contents .contentsBlock .ssPartsImg01,
.ss #contents .contentsBlock .ssPartsImg02,
.ss #contents .contentsBlock .ssPartsImg03,
.ss #contents .contentsBlock .ssUsedImg01,
.ss #contents .contentsBlock .ssUsedImg02{
	margin:0 auto 10px;
	width:75%;
}
.ss #contents .contentsBlock .ssPartsTxt,
.ss #contents .contentsBlock .ssPartsImg03,
.ss #contents .contentsBlock .ssUsedImg02{
	float:none;
}

/* 161108追加
> Sales and ServiceExcavators > top */
.ss #contents .ssmenuBox{
	margin-bottom:40px;
}
.ss #contents .ssmenuBox > .ssmenu{
	float:none;
	width:100%;
	margin-right:0;
}


/* 161219追加
> location map */

#contents ul.mapBtn {
	width: 100%;
	margin: 0 auto;
}


#contents ul.mapBtn > li {
	font-size: 90%;
	width: 100%;
}


#contents ul.mapBtn2 {
	width: 100%;
	margin: 0 auto;
}


#contents ul.mapBtn2 > li {
	font-size: 90%;
	width: 100%;
	float: none;
}

#contents ul.mapBtn2 > li:nth-child(even) {
	float: none;
}

/* 170605追加 */
.pcBr{
	display:none;
}
.spBr{
	display:inline;
}
.news #contents table th,
.news #contents table td{
	font-size:85%;
	word-break:break-all;
}

/* 1700920追加 */
/*used*/
.ss #contents #contentsMain{
	padding: 0;
}
.ss #contents .usedWrap p{
	letter-spacing: 0;
	line-height:240%;
	text-align: justify;
	word-wrap: break-word;
	font-size: 90%;
} 
.ss #contents .usedWrap .space{
	margin-bottom: 20px;
} 
.ss #contents .usedWrap #usedText01{
	width: 100%;
	padding: 0;
	margin:20px 0 30px;
}
.ss #contents .usedWrap .usedText02{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.ss #contents .usedWrap .usedText02 .A_Img02{
	width: 75%;
}	
.ss #contents .usedWrap .usedText03{
	float: none;
	width: 100%;
}
.ss #contents .usedWrap .usedText03 .A_Img03{
	width: 75%;
	padding-left: 25%;
}
.ss #contents .usedWrap .usedText04r{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.ss #contents .usedWrap .usedText04r .A_Img04{
	width: 75%;
}
.ss #contents .usedWrap .usedText04l{
	float: none;
	width: 100%;
}
.ss #contents .usedWrap .usedText04l .A_Img05{
	width: 75%;
	padding-left:25%;
}	
.ss #contents .kitLink{
	width:90%;
	margin:20px auto 30px;
}
.ss #contents .kitLink a{
	width: 90%;
	padding: 20px 5%;
}

/*Support*/
.ss #contents .supportWrap .supportBox{
	margin-bottom: 40px;
} 
.ss #contents .supportWrap .supportBox .supportCopy{
	position: relative;
	top: 0;
}
.ss #contents .supportWrap .supportBox .supportCopyR{
	left: 0 !important;
	text-align: right !important;
}
.ss #contents .supportWrap .supportBox .supportCopy p{
	font-size: 90%;
	margin-bottom: 5px;
}
.ss #contents .supportWrap .supportBox .supportCopy p span{
	font-size: 24px;
}
.ss #contents .supportWrap .supportBox .supportCopy h2{
	font-size: 38px;
	margin-bottom: 20px;
	display: block;
	line-height: 1.2;
	letter-spacing: 0px;
}
.ss #contents .supportWrap .supportBox .supportImg{
	width: 100%;
	padding: 0 !important;
	margin-bottom:0px;
}
.ss #contents .supportWrap .supportBox .supportImgL{
	padding: 0 !important;
}
.ss #contents .supportWrap .supportTxt{
	font-size: 90%;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.ss #contents .supportWrap .supportTxt:last-child{
	padding-bottom: 0px;
}


/* 171101_全ページ共通関連リンク
-------------------------------------------------- */
#contents #relatedLinksWrap #relatedLinksBox{
	width:auto;
	padding:30px 10px 40px;
}
#contents #relatedLinksBox h3{
	font-size:110%;
	padding-bottom:8px;
}
#contents #relatedLinksBox #relatedLinksinnerBox{}
#contents #relatedLinksBox #relatedLinksinnerBox ul{
	display:table;
	margin:0 auto;
}
#contents #relatedLinksBox #relatedLinksinnerBox ul li{
	width:49.5%;
	margin:0 1% 1% 0;
}
#contents #relatedLinksBox #relatedLinksinnerBox ul li:last-child,
#contents #relatedLinksBox #relatedLinksinnerBox ul li:nth-child(even){
	margin:0 0 1% 0;
}
#contents #relatedLinksBox #relatedLinksinnerBox ul li a{
	background-image:none;
	background-color: #ffffff;
	border:3px solid #00a7ac;
	padding:10px;
	height:70px;
	display:table;
	table-layout: fixed;
}
#contents #relatedLinksBox #relatedLinksinnerBox ul li a p{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
#contents #relatedLinksBox #relatedLinksinnerBox ul li a p:first-child{
	display:table-cell;
	vertical-align:middle;
	width:18%;
	height:50px;
	margin:0;
}
#contents #relatedLinksBox #relatedLinksinnerBox ul li a p img{
	width:auto;
	height:auto;
	max-height:25px;
}
#contents #relatedLinksBox #relatedLinksinnerBox ul li a p:last-child{
	width:80%;
	font-size:0.75em;
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
	height:50px;
	line-height:1.4;
}
#contents #relatedLinksBox #relatedLinksinnerBox ul li a p:last-child span{
	font-size:0.85em;
	font-weight:normal;
}


/* 171121_NEWS フィルタリング
-------------------------------------------------- */
#contents ul.filter{
	border-bottom: 0;
	margin: 0 auto 20px;
	text-align: center;
}
#contents ul.filter li{
	width: 18%;
	display:inline-table;
}
#contents ul.filter li:nth-child(4){
	width: 21.5%;
}
#contents ul.filter li:last-child{
	width: 21.5%;
}

#contents .encustom ul.filter li{
	width: 21%;
}
#contents .encustom ul.filter li:first-child{
	width: 12%;
}
#contents .encustom ul.filter li:nth-child(2){
	width: 26.5%;
}
#contents .encustom ul.filter li:nth-child(4){
	width: 20%;
}
#contents .encustom ul.filter li:last-child{
	width: 18.5%;
}

#contents ul.filter li a{
	padding-bottom:3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	height:48px;
}
#contents ul.filter li a span{
	display:inline-block;
	line-height: 16px;
	padding:10px 0 8px 0;
}
#contents ul.filter li:nth-child(4) a span{
	padding:2px 0 0 0;
}
#contents .encustom ul.filter li:nth-child(3) a span,
#contents .encustom ul.filter li:nth-child(4) a span{
	padding:2px 0 0 0;
}
#contents .boxes dl{
	padding: 20px 0;
}
#contents .boxes dl dt{
	width: 100%;
	line-height: 1;
	margin-bottom: 8px;
	position: relative;
}
#contents .boxes dl dt::after{
	font-size:80%;
	margin-left:0;
	padding: 3px 0 2px;
	position: absolute;
	right: 0;
	top:-3px;
}
#contents .encustom .boxes dl dt{
	padding-top: 0;
}
#contents .encustom .boxes dl dt::after{
	top: -3px;
}
#contents .boxes dl.ico_management dt::after{
	border: 1px solid #00b9e0;
}
#contents .boxes dl.ico_products dt::after{
	border: 1px solid #f0ad38;
}
#contents .boxes dl.ico_event dt::after{
	border: 1px solid #e6567a;
}
#contents .boxes dl.ico_other dt::after{
	border: 1px solid #43cd88;
}
#contents #contentsMain .boxes dl dd {
	width: 100%;
	margin-bottom:0;
	padding:0;
}

#contents .encustom .boxes dl dt{
	width: 100%;
}
#contents .encustom #contentsMain .boxes dl dd {
	width: 100%;
}



/* 171127_パンくずリストの表示
-------------------------------------------------- */
#breadcrumbs{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding: 6px 21px 8px 18px;
	min-width:inherit;
}
#breadcrumbs ol{
	width:100%;
}
#breadcrumbs ol li{
	font-size: 75%;
	background: url(/shared/images/ic_bc_link.png) no-repeat left center;
	padding: 6px 0 6px 20px;
	margin-left: 10px;
}
#breadcrumbs ol li:nth-child(3){
	clear:both;
}

/* ============================== 
180608_ソーシャルメディアアイコン
============================== */
#contents .snsList{
	padding-top: 0px;
}
#contents .snsList li{
	width: 49%;
}
#contents .snsList li:nth-child(even){
	margin-right: 0;
}	
#contents .snsList li a{
	height: 30px;
	font-size: 90%;
	line-height: 30px;
}
#contents .snsList li a img{
	width: 30px;
	margin-right: 8px;
}



}
