@charset "utf-8";
/* CSS Document */

/* 下層ページ　コンテンツ */
#detail {
	font-size: 12px;
    width: 735px
	padding: 20px 40px; 
}

.detail_title {
	margin: 30px 25px 0 25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #202020;
}

.detail_category {
	width: 655px;
	padding: 15px 25px 0 25px;
}

.detail_category p {
         line-height: 1.8em;
         margin-bottom: 15px;
         text-indent: 1em;
}

.detail_category .detail_image {
	margin: 15px 0;
}

.detail_category dl {
	margin-bottom: 15px;
}

.detail_category dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.detail_category ul {
	margin: 10px 0;
}

.detail_category ul li {
	list-style-type: circle;
	margin-left: 1em;
}

.detail_category ol {
	margin: 10px 0;
}

.detail_category ol li {
	list-style-type: none;
	margin-left: 1em;
}

.detail_category .import {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}

.detail_category .bold {
	color: #FF0000;
	font-weight: bold;
}

.detail_category .list {
	font-size: 14px;
	font-weight: bold;
    margin-bottom: 5px;
}

.detail_category .list_price {
    color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.detail_category .list_wrap {
    margin-bottom: 20px;
}
