@charset "shift-jis";
@import url(product.css);

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

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

/******************************************************
 * PUTTER
 */

#detail h3 {
	font-size: 120%;
	color: #a20000;
	border-bottom: 1px solid #a20000;
	margin-bottom: 10px;
}
#detail h4 {
	font-size: 120%;
}
#detail p {
	font-size: 110%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#detail ol {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
#detail li {
	margin-bottom: 10px;
	font-size: 110%;
	list-style-position: inside;
}
#detail li li {
	font-size: 100%;
	padding-left: 1.5em;
}

/******************************************************
 * USE
 */

#use h3 {
	text-align: center;
	margin-bottom: 10px;
}
#use p {
	font-size: 120%;
	margin-bottom: 10px;
}
#use p span {
	display: block;
	text-align: center;
}
#use h4 {
	text-align: center;
	margin-bottom: 10px;
}

#use table {
	width: 850px;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 10px;
}
#use th,
#use td {
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 110%;
}
#use th {
	font-size: 110%;
	text-align: left;
	background: #f2f2f2;
}
#use td.image {
	text-align: center;
}
#use th.form,
#use th.control {
	width: 50%;
}

/******************************************************
 * MOVIE
 */

#movie {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#movie h4 {
	font-size: 120%;
}
#movie p {
	font-size: 110%;
}
#movie a {
	background: url(../common/arrow.gif) 0 50% no-repeat;
	padding-left: 15px;
}
