/*
Site: ANKH
Page: sub
*/

/* --- category-1st --- */

table.item-ranking {
	width: 100%;
	margin-bottom: 20px;
}

table.item-ranking td {
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
}

table.item-ranking td img {
	margin-bottom: 2px;
}

h3.sec-copy {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 100%;
	font-weight: bold;
}

table.item-list-1st-1st {
	width: 100%;
	margin: 5px 0 20px 0;
}

table.item-list-1st td {
	padding: 5px 0;
	vertical-align: top;
}

p.series-name {
	padding: 5px;
	background-color: #ff8033;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

p.series-name a {
	color: #fff;
}

/* --- category-2nd --- */

table.item-list-2nd {
	width: 100%;
	margin: 5px 0 20px 0;
}

table.item-list-2nd td {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	vertical-align: top;
}

h3.trade-name {
	margin: 0;
	padding: 4px 0;
	font-size: 120%;
	text-align: center;
}

/* --- category-3rd --- */

table.item-list-3rd {
	width: 100%;
	margin: 5px 0 20px 0;
	text-align: center;
}

table.item-list-3rd td {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	vertical-align: top;
}

h3.trade-name-3rd {
	margin: 0;
	padding: 4px 0;
	font-size: 120%;
}

p.type-copy {
	margin: 4px 0;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid;
	font-size: 120%;
}

p.type-bottom {
	margin-top: 15px;
	padding: 15px 0;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	text-align: center;
}

/* --- item --- */

h3.item-title {
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	font-size: 110%;
	font-weight: bold;
	color: #666;
	height: 40px;
	line-height: 45px;
	background: url(../common/item-title-bg.gif);
}

p.item-title-cart {
	margin: 0;
	padding: 10px 0;
	font-size: 120%;
	color: #ff6699;
	font-weight: bold;
	line-height: 140%;
}

div.item-img {
	width: 250px;
	float:left;
	padding-bottom: 30px;
	text-align: center;
}

div.item-info {
	width: 480px;
	float:right;
	padding-bottom: 30px;
}

div.item-info h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 120%;
	color: #666;
}

p.item-copy {
	margin: 0;
	padding: 0 0 30px 0;
	font-weight: bold;
}

table.item-detail {
	width: 100%;
	border-collapse: separate;
	margin: 5px 0 20px 0;
}

table.item-detail th {
	padding: 5px;
	background-color: #eaeaea;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

table.item-detail td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

form.item-cart {
	width: 100%;
	border-collapse: separate;
	margin: 10px 0 20px 0;
}

table.item-etc {
	width: 100%;
	border-collapse: separate;
}

table.item-etc td {
	padding: 0px;
}

/* --- info --- */

h3.info-title {
	margin: 0 0 5px 0;
	padding: 10px 0 3px 10px;
	font-size: 120%;
	border-bottom: 4px double;
}