﻿@charset "UTF-8";

ul#mark {
	float:right;
	}
dl.iconList dd {
	margin-left:17px;
	line-height:1.3;
	font-size:0.85em;
	}


.tableWrap {
	padding-right:5px;
	padding-left:5px;
	}
table.markTable {
	margin-top:14px;
	width:100%;
	}
table.markTable th,
table.markTable td {
	padding-right:10px;
	padding-left:10px;
	border:solid 1px #bdb8aa;
	}
table.markTable th {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#e1d7b4;
	text-align:center;
	}
table.markTable tr.odd td {
	background-color:#ffffff;
	}
table.markTable tr.even td {
	background-color:#fefbef;
	}
table.markTable td.photo {
	padding:0;
	width:134px;
	height:95px;
	/height:94px;
	text-align:center;
	}
table.markTable td.name {
	padding-top:8px;
	padding-bottom:8px;
	}
table.markTable td.price {
	padding-top:8px;
	padding-bottom:8px;
	width:15%;
	color:#b61613;
	font-weight:bold;
	text-align:center;
	}
table.markTable td.icon {
	padding-top:8px;
	padding-bottom:8px;
	width:15%;
	font-weight:bold;
	text-align:center;
	}
table.markTable td.icon img {
	margin-right:1px;
	margin-left:1px;
	}
table.markTable td.explan {
	padding-top:14px;
	padding-bottom:14px;
	}





