@charset "UTF-8";


/* ----- クーポン券 ----- */

#date {
	font-weight: bold;
	color: #990000;
}


.jimCnname {
	font-size: 1.5em;
	font-weight: bold;
	color: #004000;
}

.jimJpname {
	font-size: 1.1em;
}

.jimPrice {
	font-size: 1.2em;
	font-weight: bold;
}


/* ----- table ----- */

.conTable {
	width: 480px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.conTable td,
.conTable th {
	font-size: 0.8em;
	line-height: 150%;
	color: #333333;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin: 1px;
	padding: 8px 4px 4px 10px;
}

.conTable th {
	width: 100px;
	height: 15px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background-color: #f0f0f0;
}