@charset "shift-jis";

/******************************************************
 * INNER CONETENT
 */

#content .inner_content {
	width: 850px;
	margin: 0 auto;
}

/******************************************************
 * ABOUT
 */

#shop {
	margin-bottom: 50px;
}
#shop h2 {
	margin-bottom: 20px;
}
#shop p {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}
#shop h3 {
	width: 830px;
	font-size: 120%;
	color: #fff;
	background: #a20000;
	margin-bottom: 10px;
	padding: 3px 10px;
}
#shop table {
	width: 850px;
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 10px;
}
#shop th,
#shop td {
	padding: 5px;
}
#shop th {
	font-size: 110%;
	text-align: left;
	background: #f2f2f2;
	width: 150px;
}
#shop td {
	font-size: 110%;
	border: 1px dotted #ccc;
}
#shop td p {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0;
}
#shop a {
	background: url(../common/arrow.gif) 0 50% no-repeat;
	padding-left: 15px;
}

