@charset "utf-8";

/* 小ロット生産 */
h2 {margin-bottom: 50px;}

.copy {
	margin-bottom: 30px;
	text-align: center;
	}
			
#point {
	background: url(img/point_bg.png);
	padding: 30px 10px 30px 30px;
	margin-bottom: 50px;
	font-size: 16px;
	overflow: hidden;
	}
#point h3 {margin-bottom: 20px;}
	#point .point01 {
		float: left;
		width: 440px;
		background: url(img/point_bg01.png) repeat-y left top;
		margin: 0 20px 20px 0;
		overflow: hidden;
		}
	#point .point02 {
		background: url(img/point_bg02.png) no-repeat left bottom;
		overflow: hidden;
		}
		#point .point02 div {
			display: table-cell;
			padding: 20px 40px;
			vertical-align: middle;
			}