@charset "utf-8";

/* -----------------------------------------------------------
	農業資材事業部
----------------------------------------------------------- */

p#japanImg {
	margin-top: 20px;
}

p.title {
	margin-top: 20px;
}


/* 製品一覧 */
h2.productList {
	height: 40px;
	margin: 1em 0;
	background: url(img/h_productlist.gif) no-repeat;
	text-indent: -9999em;
/*\*/
	overflow: hidden;
/**/
}

ul.productList li {
	float: left;
	width: 250px;
	padding: 5px 0;
}

ul.productList li a.thumbnail {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}
ul.productList li a.productName {
	display: block;
	float: left;
	width: 180px;
	height: 30px;
	padding: 10px 0;
	padding-left: 10px;
}

/* ポイント */
p.point {
	clear: both;
	padding-top: 15px;
}

/* カタログダウンロード */
p.catalogDownload {
	float: left;
	width: 250px;
}

/* お問い合わせ */
h4.contactHeadding {
	float: left;
	width: 500px;
}

p.contactAddress {
	float: left;
	width: 230px;
	margin: 0;
	padding: 10px;
	padding-bottom: 0px;
}
p.mailto {
	float: right;
	width: 490px;
	padding: 0px;
}
a.mailto {
	display: block;
	height: 24px;
	padding-left: 26px;
	background: url(../agriculture/img/icon_mail.gif) no-repeat left center;
}

/*区切り*/
p.contentHr {
	clear: both;
}



/* 商品タイトル */
p.title {
	padding: 20px 17px;
	background: url(img/producttitle_bg.gif) repeat-x;
}

/* 商品説明 */
p.mainphoto {
	float: left;
	width: 240px;
	margin: 0px; padding: 0px;
	text-align: center;
}
p.catchcopy,
p.comment {
	float: right;
	width: 490px;
	margin: 0px; padding: 0px;
}
p.catchcopy {
	padding-bottom: 1em;
}

/* 商品写真 */
ul.productPhoto {
	clear: both;
	margin: 0px; padding: 0px;
}
ul.productPhoto li {
	float: left;
	width: 240px;
	margin: 0px; padding: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
}
ul.productPhoto li.last {
	padding-right: 0px;
}
ul.productPhoto p {
	font-size: 86%;
	padding: 0 0.5em;
	line-height: 1.2;
}

ul.productPhotoComment {
	float: right;
	width: 490px;
	margin: 0px; padding: 0px;
}
ul.productPhotoComment li {
	float: left;
	width: 140px;
	margin: 0px; padding: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
}
ul.productPhotoComment li.last {
	padding-right: 0px;
}
ul.productPhotoComment p {
	font-size: 86%;
	line-height: 1.2;
}


/* 商品情報 */
p.productKind {
	margin: 0;
	padding: 0;
}
table.productData {
	clear: both;
	width: 750px;
}
table.productData th,
table.productData td {
	padding: 0.2em 0;
	font-size: 86%;
	font-weight: normal;
	text-align: center;
	background-color: #dce9f9;
	border: 1px solid #fff;
}
table.productData th {
	background-color: #d5ead7
}
table.productData tr.even td {
	background-color: #ecf3fb;
}
table.productData .specialPrice {
	color: #f00;
}
p.priceComment {
	padding-top: 0.2em;
	font-size: 86%;
	text-align: right;
}
p.specialPrice {
	color: #f00;
}

p.attention {
	clear: both;
	font-size: 86%;
	color: #c00;
}
span.attention {
	color: #c00;
}

/* ご注文について */
div.order {
	margin: 25px 0;
	background: url(img/orderbox_body.gif) no-repeat;
	background-position: center;
}
p.orderText {
	margin: 0px;
	padding-left: 280px;
	padding-right: 20px;
}
p.orderHead {
	height: 10px;
	margin: 0px;
	padding: 0px;
	background: url(img/orderbox_head.gif) no-repeat;
}
p.orderFoot {
	height: 10px;
	margin: 0px;
	padding: 0px;
	background: url(img/orderbox_foot.gif) no-repeat;
}

