@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
	.prouctsArea .image {
		float: left;
	}
	.prouctsArea .text {
		float: right;
		width: 455px;
	}
	.prouctsArea .text dl dt {
		margin-top: 20px;
		color: #c5852d;
		font-weight: bold;
	}
	.prouctsArea .text dl dt:first-child {
		margin-top: 0;
	}
	.section a {
		color: #746a5c;
	}
	/* products（Dearmee 新開発！） */
	.sttl{
		display: inline-block;
		background: #9b7b54;
		color: #fff;
		padding:1px 4px;
		margin-bottom: 10px;
	}