@charset "utf-8";
/* CSS Document */

/* -------------------------------
common
------------------------------- */
.l-content .sectionInner {
    margin-bottom: 20px;
}
.l-content .sectionInner a {
  text-decoration: none;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */

.l-content h1 {
    width: 950px;
    height: 200px;
    background: url(/maker/mitsubishi-electric/el/products/hmi_got/img/main.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 25px;
}

/* .lead */

.l-content .lead {
    width: 670px;
	background-color: #fcf4f4;
	padding: 0 60px;
	margin: 0 auto 40px;
}

.l-content .lead .lead__txt {
    text-align: center;
    padding: 25px 0;
    font-size: 14px;
    font-weight: bold;
	line-height: 24px;
	border-bottom: 1px dotted #999999;
}

.l-content .lead .lead__cap {
    padding: 15px 0 20px;
    font-size: 11px;
}

/* h2 */
.l-content h2.catTtl {
    width: 950px;
    height: 44px;
    font-size: 15px;
	font-weight: bold;
    color: #fff;
    padding: 10px 0 0 13px;
	margin-bottom: 16px;
    box-sizing: border-box;
}
.l-content h2.cat2000 {
    background: url(/maker/mitsubishi-electric/el/products/hmi_got/img/h2_cat1_bg.png) no-repeat #e6e6e6 0 0;
}
.l-content h2.cat1000 {
    background: url(/maker/mitsubishi-electric/el/products/hmi_got/img/h2_cat2_bg.png) no-repeat #e6e6e6 0 0;
}
.l-content h2.catTtl span {
    color: #6a6a6a;
	font-size: 12px;
}

/* .itemsList */
.l-content .itemsBox {
margin-left: 15px;
}
.l-content .itemsBox .itemsList {
	width: 221px;
	box-sizing: border-box;
	float: left;
    margin: 0 12px 15px 0;
	padding: 25px 16px 30px;
	word-break: break-all;
    position: relative;
}
.l-content .cat2000 .itemsList {
	border: 1px solid #f3a6a6;
}
.l-content .cat1000 .itemsList {
	border: 1px solid #8aa5d6;
}

.l-content .itemsBox .itemsList .icon {
  position: absolute;
    top: 11px;
    right: 12px;
    z-index: 1;
}
.l-content .itemsBox .itemsList .icon span {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 55px;
  height: 55px;
  margin: 0;
}
.l-content .itemsBox .itemsList .icon.stockLarge {
  background: url(/maker/mitsubishi-electric/el/products/hmi_got/img/icon_stock_large.png) no-repeat;
}
.l-content .itemsBox .itemsList .icon.stock {
  background: url(/maker/mitsubishi-electric/el/products/hmi_got/img/icon_stock.png) no-repeat;
}
.l-content .itemsBox .itemsList .icon.new {
  background: url(/maker/mitsubishi-electric/el/products/hmi_got/img/icon_new.png) no-repeat;
}
.l-content .itemsBox .itemsList .pic {
	margin-top: 15px;
}
.l-content .itemsBox .itemsList .name,
.l-content .itemsBox .itemsList .cap {
	margin-top: 10px;
}
.l-content .itemsBox .itemsList .name {
	font-weight: bold;
	font-size: 12px;
}

/*.box_hover*/
.l-content .itemsBox .itemsList.box_hover { 
	cursor: pointer;
}
.l-content .itemsBox .itemsList.box_hover img,
.l-content .itemsBox .itemsList.box_hover .cap { 
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.l-content .itemsBox .itemsList.box_hover .name a {
  color: #ff730a;
}

/* .contact */
.l-content .leadArea_bottom {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 600px;
    height: 55px;
    margin: 30px auto 60px;
    background: url(/maker/mitsubishi-electric/el/products/hmi_got/img/txt_consultation.png) center 0 no-repeat;
}


/* .bnrList */
.l-content .sectionInner ul.bnrList > li {
    float: left;
    width: 470px;
    margin-bottom: 5px;
}
.l-content .sectionInner ul.bnrList > li:nth-child(odd) {
    margin-right: 10px;
}
.l-content .sectionInner .linkNote {
    font-size: 11px;
}

/*リンクボタン*/
.l-content .m-btnLink--strong{
    width: 430px;
	margin: auto;
}
.l-content .btn{
	text-align:center;
    margin-bottom: 50px;
}

.l-content .btn01 a {
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 10px;
}