#main {
	background-image: url(/product/trantixxii/about/images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 68px;
}
#main>div{
	height: 350px;
	color: #fff;
	position: relative;
}
#main h1 {
	font-size: 50px;
	font-weight: bold;
	position: absolute;
	top: 100px;
	width: 480px;
	text-align: center;
}
#main p {
	font-size: 18px;
	position: absolute;
	top: 180px;
	width: 480px;
	text-align: center;
}
#main_image {
	position: absolute;
	top: 40px;
	right: 76px;
}

#main_2nd {
	background-image: url(/product/trantixxii/about/images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 35px;
}
#main_2nd>div{
	height: 150px;
	color: #fff;
	position: relative;
}
#main_2nd h1 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 25px;
}

#main_2nd h1 span {
	font-size: 20px;
}


/* [hack] clear fix
--------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* index */
#about{
	margin: 0 auto 50px;
	width: 980px;
}

#about h3 {
	font-size: 24px;
	text-align: center;
	margin: 2em auto;
}

.brandOther .btn{
	background: #526894 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 25px auto 0;
	padding: 10px 30px;
	width: 7em;
}

#brandConcept{
	background: url(/product/trantixxii/about/images/brand_concept_line.gif) left top no-repeat;
	border-left: 10px solid #c8752d;
	border-right: 10px solid #cb6895;
	margin-bottom: 100px;
	text-align: center;
}

#brandConceptWrap{
	background: url(/product/trantixxii/about/images/brand_concept_line.gif) left bottom no-repeat;
}

#brandConceptWrap{
	padding: 50px 30px 100px;
}
#brandConcept h4{
	font-size: 20px;
	margin: 20px 0;
}
#brandConcept h4:nth-of-type(3){
	margin: 50px 0 10px;
}
#brandStory{
	background: url(/product/trantixxii/about/images/brand_story_bg.jpg) left top no-repeat;
	height: 300px;
}
#advantage{
	background: url(/product/trantixxii/advantage/images/main_bg.jpg) center top no-repeat;
	height: 350px;
	margin-bottom: 100px;
}

.brandOther{
	margin-top: 20px;
	position: relative;
}
.brandOther .contentBox{
	background: #ececec;
	width: 336px;
	height: 350px;
	margin-left: 115px;
	text-align: center;
}
.brandOther .title{
	font-size: 20px;
	font-weight: bold;
	padding-top: 60px;
	color: #333;
}
#advantage.brandOther .title{
	padding-top: 80px;
}
.brandOther .description{
	color: #333;
	margin-top: 20px;
}

#advantage .mainIMG{
	position: absolute;
	right: 90px;
	top: 27px;
}


/* brandstory */
#about h2{
    border-bottom: 2px solid #333;
    color: #6f2934;
    font-size: 30px;
    margin: 50px 0 20px;
    padding-bottom: 10px;
}
#about h2:first-child,
#about h2.mT0{
    margin-top: 0;
}

#brandstoryMain{
	background: url(/product/trantixxii/about/images/brand_story_bg.png) center top no-repeat;
	height: 1489px;
	position: relative;
}

#brandstorySub{
	margin: 20px 0 80px;
}


#brandstoryMain .brandstoryImg{ display: none;}

#brandstoryMain #brandstoryYear18,
#brandstoryMain #brandstoryYear1970,
#brandstoryMain #brandstoryYear1946,
#brandstoryMain #brandstoryYear2001{
	position: absolute;
}


#brandstoryMain .brandstoryTxt{
	width: 390px;
	line-height: 2em;
	font-size: 16px;
	text-align: left;
}

#brandstoryMain .brandstoryTxt .brandstoryTitle,
#brandstorySub .brandstoryTxt .brandstoryTitle{
	font-size: 24px;
	font-weight: bold;
	color: #6f2934;
	padding:5px 0 10px;
	margin-bottom: 10px;
}

#brandstoryMain .brandstoryTxt .brandstoryTitle span,
#brandstorySub .brandstoryTxt .brandstoryTitle span{
	border-bottom: 3px solid #cdc3c4;
}


#brandstoryYear18{ top: 40px;right: 0;}
#brandstoryYear1946{top: 400px;left: 0;}
#brandstoryYear1970{ top: 625px;right: 0;}
#brandstoryYear2001{top: 920px;left: 0;}

#brandstoryYear18 .brandstoryTxt,
#brandstoryYear1970 .brandstoryTxt{
	float: right;padding-left: 30px;
}
#brandstoryYear1946 .brandstoryTxt,
#brandstoryYear2001 .brandstoryTxt{
	float: left;padding-right: 30px;
}

