@charset "utf-8";

/* index.css */

#mainVisual {
	border-bottom: 5px solid #fff;
}

#productIndex {
}

#productIndex  ul {
}

#productIndex li {
	padding-bottom: 15px;
	background: url(/images/common/item_shadow01.gif) repeat-x left bottom;	
}

#productIndex .twoColumnContainer {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	margin: 40px 0 0;
	padding: 0 0 20px;
}

#productIndex .twoColumnLeft {
	width: 300px;
}

#productIndex .twoColumnRight {
	width: 400px;
}

#productIndex h3.title {	
	padding: 0 0 10px;
	background: url(/images/common/item_dot02.gif) repeat-x left bottom;
	margin: 0 0 15px;
}

#productIndex p.summary.{
	margin: 0 0 30px;
}

#productIndex p.showDetail {
	position: absolute;
	right: 0;
	bottom: 0px;
}

/*　比較表　*/

#comparision {
	margin: 60px 0 0;
}

#comparision h3 {
	margin: 0 0 20px;
}


#mainContent table.spec td {
	width: 150px;
	text-align: center;
}

#mainContent table.spec .batsu {
	font-size: 200%;
}

#comparision table.spec th.koumoku {
	background: url(/images/common/item_stripe02.gif);
}

#comparision table.spec th.houshiki {
	width: 150px;
	text-align: center;
	background: #ddd;
}

#comparision table.spec th.divide {
	width: 85px;
}

#comparision table.spec td.tokui {
	vertical-align: top;
	text-align: left;
}