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

/* パンくず */
#pan {
	padding:60px 0;
	width:980px;
	margin:0 auto;
}

#pan h1 {
	float:left;
}

#pan p {
	float:right;
	position:relative;
}

#pan p img {
	margin-top:4px;
	position:absolute; top:-4px; left:-24px;
}


/* 中身 */
#brand {
	background:url(../images/bg_brand.jpg) top center no-repeat;
	text-align:center;
	padding-top:60px;
	height:540px;
}

#point {
	position:relative;
	padding:120px 0 90px 0;
	background-image:url(../images/img_point01.png);
	background-repeat:no-repeat;
	background-position:center 200px ;
}

#point p {
	font-size: 1.2em;
	line-height: 22px;
	line-height: 2.2rem;
	margin-top:60px;
}

.point-inner {
	width:980px;
	margin:0 auto 60px auto;
}

.point03 {
	background:url(../images/img_point03.jpg) center 30px no-repeat;
	padding-top:30px;
	height:300px;
}


/* style */
.right {
	float:right;
}

.left {
	float:left;
}