@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	レーザー加工 オーダー制作7
-------------------------------------------------------------------*/

.img01{
	margin-bottom: 30px;
	text-align: center;
}
p.title{
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, sans-serif;
	text-align: center;
	color:#57AC57;
	font-size:2em;
	font-weight: bold;
	padding: 30px 196px 20px;
}

.section .image a {
	display: table-cell;
	text-align: center;
	width: 260px;
	height: 260px;
}

/*データがなくてもできる！あなたのイメージをカタチにします*/
.box01 p.list{
	font-size: 1.14em;
	font-weight: bold;
	margin-bottom: 8px;
}
.box01 p.list span{
	color: #406C4C;
}
.box01{
	background:url(../image/bg_pro.jpg)center top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 26px 40px ;
	margin-bottom: 25px;
}
.box01 ul{
	overflow: hidden;
}
.box01 ul li{
	font-size: 1.14em;
	float: left;
	margin-right: 35px;
}
.text01{
	text-align: center;
}

/*-------------------------------------------------------------------
	オーダー作成例
-------------------------------------------------------------------*/

#product {
	overflow: hidden;
}
#product dl {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom:35px;
}
#product dl:nth-child(3n) {
	margin-right: 0;
}
#product dl dt {
	margin-top: 11px;
	color: #57AC57;
	font-weight: bold;
}
#product dl dd.image a,
#product dl dd.image span {
	width:234px;
	height: 234px;
	border: 1px solid #E6E6E6;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#product dl dd.comment {
	font-size: 0.85em;
	padding-right: 5px;
}