@charset "utf-8";
/* --------------------------------------------------

	css/news.css

-------------------------------------------------- */

/* ------------------------
	contents
------------------------ */
#contents {}
#contents h4 {
	padding-bottom: 40px;
}
#contents h5 {
	padding-left: 20px;
}

/* contents_inner */
#contents .contents_inner {
	padding: 20px;
}

/* detail */
#contents .detail {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	overflow: hidden;
}
#contents .detail table {
	margin-bottom: 20px;
}
#contents .detail th {
	padding: 5px;
	width: 100px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
#contents .detail td {
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
}
#contents .detail table.price {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 0px;
}
#contents .detail table.price th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
#contents .detail table.price td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 10px;
	line-height: 14px;
}
#contents .detail ul {
	margin-bottom: 20px;
}
#contents .detail li {
	font-size: 12px;
	line-height: 24px;
}
#contents .detail dl {
	padding: 20px;
	border: 1px solid #CCC;
}
#contents .detail dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#contents .detail dd {
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 10px;
}
#contents .detail dd span {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	color: #333;
	}
#contents .detail p {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 20px;
}
#contents .detail p span {
	font-size: 10px;
	line-height: 1.5;
}
#contents .detail p.honbu {
	float: left;
	width: 280px;
}
#contents .detail dl.blog {
	border: none;
	float: left;
	width: 320px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contents .detail dl.blog dt {
	font-size: 11px;
	font-weight: normal;
	line-height: 32px;
}
#contents .detail dl.blog dd {
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 10px;
}

/* order */
#contents .order {
	padding-left: 90px;
	width: 560px;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
#contents .order p {
	float: left;
	padding-right: 20px;
	width: 260px;
}
#contents .order p.beauty {
	float: none;
	padding-right: 20px;
	width: 300px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	padding-left: 115px;
}
#contents .order p span {
	font-size: 10px;
	line-height: 1.5em;
}