@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
		テーブル
------------------------------------------------------*/
/*アイテム買い物カゴ用テーブル*/

/*価格のセル設定*/
table.item_cart td {
	width: 40%;
	text-align: center;
	font-size: 1.2em;
}
/*中央のセル設定*/
table.item_cart td[rowspan] {
	width: 30%;
	text-align: left;
	padding: 7px 0px 0px 19px
}
#main_column table h3 {
	font-size: 1rem;
	text-decoration: none;
	border: none;
}
table.item_cart td {
	width: 30%;
	padding: 3px 7px 0px 20px;
}
table.item_cart td.annotation {
	text-align: left;
}
/*----------------------------------------------------
		連続するカート
------------------------------------------------------*/

table.item_cart + table.item_cart {
	border-top: 1px solid #c1c1c1;
	margin: 1.5rem auto 2rem;
}
/*----------------------------------------------------
		画像等オブジェクト
------------------------------------------------------*/
.layout_center {
	margin: 1.5rem auto 2rem;
}

/*----------------------------------------------------
		アイテム広告文
------------------------------------------------------*/

section .item_pr p {
	padding-left: 180px;
	background-image: url(../images/wari_point1.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 10rem;
	margin-bottom: 1.3rem;
}
section .item_pr p img {
	margin-bottom: 1rem;
}
section .item_pr p:nth-child(1) {
	background-image: url(../images/wari_point1.gif);
}
section .item_pr p:nth-child(2) {
	background-image: url(../images/wari_point2.gif);
}
section .item_pr p:nth-child(3) {
	background-image: url(../images/wari_point3.gif);
}



