#main {
	background: url(/product/trantixxii/catalog/images/main_bg.jpg) center top no-repeat;
	background-size: cover;
	margin-bottom: 45px;	
}
#main>div{
	height: 120px;
	color: #fff;
	position: relative;
}
#main h1 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 28px;
	text-align: left;
}
.show_sp{
	display: none;
}



#logo_application{
	width: 980px;
	border: 2px #999999 solid;
	text-align: center;
	margin: 0 auto 50px;
	padding: 20px 0;
}

#logo_application a.form_btn {
	background: #526894 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 15px auto 0;
	padding: 10px 30px;
	text-align: center;
	width: 7em;
}

#LangEN #logo_application a.form_btn{
	width: 13em;
}

#logo_application a:hover.form_btn {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}





/* index */
/* [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 */




#official_logo{
	width: 980px;
	margin: 0 auto 100px;
}

#official_logo h2 {
    border-bottom: 2px solid #333;
    color: #405174;
    font-size: 30px;
    margin: 50px 0 20px;
    padding-bottom: 10px;
}
#official_logo h2:first-child,
#official_logo h2.mT0{
    margin-top: 0;
}

.logo_list{
	margin-top: 30px;
}

.logo_listIn{
	display: flex;
    justify-content: space-around;
    align-items: center;
	margin-top: 25px;
}

.column2 .logo_image,
.logo_support .logo_listIn:first-child .logo_image,
.logo_participation_support .logo_listIn:first-child .logo_image{
	width: 30%;
}

.column3 .logo_image,
.column4 .logo_image{
	width: 23%;
}


h3{
	font-size: 24px;
    color: #335990;
    background-color: #d4d9e1;
    border-bottom: 2px solid #70829c;
    padding: 10px 15px;
    margin: 50px 0 25px;
}
