/* -------------------
 specTable
---------------------- */
div.specTable table tbody tr.odd th {
	background-color: #fafafa;
}
div.specTable table tbody tr.even th {
	background-color: #f0f0f0;
}
div.specTable table tbody tr.odd td {
	background-color: #ffffff;
}
div.specTable table tbody tr.even td {
	background-color: #fafafa;
}

/* .tblSpec2 */
div.specTable table.tblSpec2 tr.odd th + th {
	background-color: #f0f0f0;
}
div.specTable table.tblSpec2 tr.even th + th {
	background-color: #fafafa;
}

/* -------------------
 priceTable
---------------------- */
div.priceTable table tbody tr.odd td {
	background-color: #ffffff;
}
div.priceTable table tbody tr.even td {
	background-color: #fafafa;
}

/* -------------------
 #header
---------------------- */
#header .lang .langList li {
	/display: inline;
}

/* -------------------
 #mainContent
---------------------- */
#mainContent {
	/padding-bottom: 240px;
}

/* -------------------
 #footerNavi
---------------------- */
#footerNavi li {
	/display: inline;
}

#footer .supportWrap > div {
	/padding-top: 80px;
}

/* -------------------
 etc
---------------------- */
#mainContent footer .back a,
#sideContent .more a,
#breadcrumb a {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}