@charset "utf-8";
/* CSS Document */

.header_inner {
	text-align:center;
}
#about {
	width: 100%;
}
#title {
	width: 100%;
	background: url(//www.rollingcradle.com/shop-pro/images/mv_bg.png) center top repeat-x #000;
	color: #fff;
	font-size: 4.0rem;
	border-top: 9px solid #000;
	border-bottom: 9px solid #d9d9d9;
}
#title h2 {
	width: 960px;
	text-align:center;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
}

#about #contents_inner {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
}

#contents_inner h3,
#contents_inner h4 {
	font-size:2.4rem;
	padding-left: 10px;
	background: url(//www.rollingcradle.com/shop-pro/images/item_line.png) left center no-repeat;
	margin:20px 0 10px;
}
#contents_inner p {
	font-size:14px;
	margin:0 0 10px;
}
.leftbox,
.rightbox {
	width:480px;
	float:left;
}
.convictlogo {
	padding-top:5px;
}
.maT20 {
	margin-top:20px;
}