@charset "utf-8";

/* common */
.l-content {
	width: 950px;
	-webkit-text-size-adjust: 100%;
}

/* mainVisualArea */
.l-content .mainVisualArea {
	position: relative;
	width: 950px;
	height: 190px;
	margin-bottom:30px;
	background:url(/contents/info/stock_check/img/main.png) no-repeat;
 }
.l-content .mainVisualArea h1.mainVisual {
	height: 0;
	overflow: hidden;
}
.l-content .leadTxt {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom:50px;
}

/* orderArea */
.l-content .orderArea .exampleBox {
	margin: 0 0 40px 82px;
	height:170px;
}
.l-content .orderArea .exampleBox dl {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
	float:left;
	width:372px;
	height:170px;
	margin-right:40px;
}
.l-content .orderArea .exampleBox .example01 {
  background: url(/contents/info/stock_check/img/img_01.png) no-repeat 0 0;
}
.l-content .orderArea .exampleBox .example02 {
  background: url(/contents/info/stock_check/img/img_01.png) no-repeat -412px 0;
}
.orderImage {
	margin-bottom:55px;
}