@charset "utf-8";

/* 取り扱い商品ページ */
.wrap {
	min-width: 1370px;
}
.stockFirst {
	padding: 237px 0 50px 0;
	background: url(../img/gaiyou_background_img.jpg) repeat 0 0;
}
.stockSecond {
	padding: 0 0 100px 0;
	background: url(../img/gaiyou_background_img_25.jpg) repeat-x center top;
}
.stockFirst h2 {
	width: 530px;
	height: 412px;
	margin: 0 auto;
	padding-top: 50px;
}
.stockFirst p img {
	width: 315px;
	height: 303px;
	display: block;
}
.stockFirst p {
	width: 315px;
	height: 303px;
	margin: 0 auto;
	padding-top: 35px;
}
.stock_F_teigi {
	width: 462px;
	height: 228px;
	margin: 0 auto;
	padding-top: 0;
}
.stock_F_teigi img {
	width: 422px;
	height: 208px;
	margin-left: 24px;
}

.stockThird {
	padding: 100px 0 250px 0;
	
	background: url(../img/stock_T_bg.png) repeat 0 0;
}
.sktWrap {
	width: 1370px;
	margin: 0 auto;
}
.st01 {
	width: 1020px;
	height: 740px;
	margin-left: 325px;
	margin-bottom: 80px;
	position: relative;
	background: url(../img/kurosatumadori.png) no-repeat 0 86px;
}
.st02 {
	width: 718px;
	height: 500px;
	margin: 0 auto;
	background: url(../img/kurosatumadori_02.png) no-repeat 0 86px;
}
.st01 h3 {
	width: 718px;
	height: 49px;
}
.kurotoriImg {
	width: 395px;
	height: 691px;
	position: absolute;
	top: 70px;
	right: 0;
}

/*モバイル用*/
@media (max-width: 768px) {
  .kurotoriImg {
    display: none;
  }
}














