@charset "UTF-8";
*{
	font-size:15px;
}

#wrapper{
	background-image: url("/img/about/brand_bg.png");
	background-repeat: repeat-x;
	
	background-color: #CFD2E9;
}
.title{
    width: 800px;
    margin: 54px auto 0;
    background-color: #FFFFFF;
}
.content_01{
	background-repeat:repeat-x;
	
	overflow:hidden;
	
    margin-bottom: 40px;
}
.content_01 .row{
    width: 750px;
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
}
.content_01 .left{
	float:left;
    width: 375px;
	margin-top: 20px;
    line-height: 40px;
}

.center_box{
	width:804px;
	margin:0 auto;
}


.box{
    background-image: url(/img/about/column_box.png);
    background-repeat: no-repeat;
    width: 805px;
    height: 1374px;
    overflow: hidden;
    margin: 0 auto 62px;
}
.box .row{
	padding: 30px 30px 0 30px;
	overflow:hidden;
}
.box .row .left{
	float:left;
	width:372px;
}
.box .row .right{
    float: right;
    width: 373px;
}
.box .row .right h2{
    margin-left: 34px;
    margin-top: 16px;
}
.box .row .right p{
    margin-left: 34px;
	font-size:14px;
}
.box .row .right p span{
	color:#6B509F;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}
.contents_03{
	margin-top:20px;
}
.contents_03 .left{
    margin-top: 58px;
}
.box .row .left p{
    margin-right: 24px;
    font-size: 14px;
    margin-top: 12px;
}
.contents_04{
	margin-top:24px;
}
.contents_04 .right p{
	margin-top:12px;
}
.contents_05{
	margin-top:-5px;
}

.bottom_nav{
	width:804px;
    margin: 24px auto 0;
	overflow: hidden;
	height:112px;
}
.bottom_nav .left{
	float:left;
}
.bottom_nav .right{
	float:right;
}