
/* 会社案内テーブル 
----------------------------------------------- */
table.info {
    border-collapse: collapse;
    border-spacing: 0px;
	width: 700px;
	margin: 0px;
	color: #555555;
}

table.infoSub {
    border-collapse: collapse;
    border-spacing: 0px;
	margin: 0px;
}

table.infoSub th,
table.infoSub td {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0.5em 0 0.5em 1em;
	border-bottom: 3px solid #fff;
	font-size: 95%;
	color: #444444;
}

table.infoSub th {
	width: 180px;
	background-color: #eee;
	font-weight: bold;
	font-size: 95%;
	color: #333333;
}

ul {
list-style-type: none;
}


/* 送料テーブル 
----------------------------------------------- */
table.infoCost {
    border-collapse: collapse;
    border-spacing: 0px;
	margin: 10px 0px 20px;
}

table.infoCost th {
	border: 1px solid #999999;
	padding: 0.5em 0em 0.5em 1em;
	background-color: #eee;
	font-weight: bold;
	font-size: 95%;
	text-align: left;
	color: #555555;
}
table.infoCost th.area {
	width: 400px;
	text-align: center;
}
table.infoCost th.cost {
	width: 160px;
	text-align: center;
}

table.infoCost td {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #999999;
	font-size: 95%;
	color: #444444;
}
table.infoCost td.cost {
	text-align: right;
}

/* 購入方法テーブル 
----------------------------------------------- */
table.infoHowToBuy {
    border-collapse: collapse;
    border-spacing: 0px;
	width: 375px;
	margin: 10px 0px;
	color: #333333;
}

table.infoHowToBuy th {
	padding: 8px 0px 8px 0px;
	vertical-align: top;
	width : 46px;
	font-size: 100%;
	color : #333333;
}
table.infoHowToBuy td {
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size: 100%;
}

table.infoHowToBuy td.title {
	padding: 5px 10px 5px 10px;
	text-align:center;
	font-weight: bold;
	font-size: 100%;
}


/* 購入方法画像用 
----------------------------------------------- */
img.info {
	vertical-align: middle;
	margin: 2px 4px;
}
