@charset "utf-8";



div.cosmetics h2 {
	margin-bottom: 40px;
	}

/* @group div.feature */

div.feature {
	zoom: 1;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #999;
	}

div.feature:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.feature div.image {
	margin: 0 0 10px 10px;
	float: right;
	}

div.feature ul {
	margin-bottom: 1em;
	}

div.feature ul li {
	margin-left: 2em;
	list-style: disc;
	}

/* @end */

div.question {
	margin-bottom: 50px;
	}

div.question h3 {
	padding: 2px 0 2px 20px;
	background: #fdeef0 url(../img/q.png) left center no-repeat;
	font-weight: bold;
	}

div.question h4 {
	margin-bottom: 15px;
	padding: 2px 0 2px 20px;
	color: #080;
	background: #f9ffdb url(../img/a.png) left center no-repeat;
	font-weight: bold;
	}

div.question p {
	margin-bottom: 1em;
	}

div.question ul {
	margin-bottom: 1em;
	}

div.question ul li {
	margin-left: 2em;
	list-style: disc;
	}

div#mail-order-system table {
	border: 1px solid #999;
	}

div#mail-order-system tr {
	
	}

div#mail-order-system th {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: top;
	background: #eff5d2;
	font-weight: bold;
	white-space: nowrap;
	}

div#mail-order-system td {
	padding: 5px;
	border: 1px solid #ccc;
	}

div#mail-order-system td ol {
	font-size: 85%;
	}

div#mail-order-system td ol li {
	margin-left: 2em;
	list-style: decimal;
	}

div#mail-order-system td ol li strong {
	font-weight: bold;
	}



