@charset "UTF-8";

@import url(default.css);
@import url(base.css);


#contents header {
	margin-bottom: 25px;
}

h2 img {
	margin: 0 0 20px 5px;
}

section {
	overflow: hidden;
}

section div {
	margin: 0 5px 15px;
}

section.maker dl {
	float: left;
	background: url(../img/products/bg-frame.png) no-repeat;
	width: 469px;
	height: 530px;
	margin-bottom: 10px;
}

section.maker dl.left {
	margin-right: 10px;
}

section.maker dl dt {
	padding: 20px 20px 10px;
}

section.maker dl dd {
	padding: 10px 20px;
}

section.maker dl dd figure img {
	margin-bottom: 8px;
}

section.maker dl dd p {
	margin: 10px 0;
	font-size: 15px;
}

section.maker p.example {
	font-size: 13px;
}

section.maker p.example img {
	display: block;
	margin: 15px 0 5px;
}

section.maker a.anamizuPB {
	color: #333333;
}

/* お問い合せ */
div.contact {
	clear: both;
	width: 594px;
	margin: 10px auto;
}


