#main {
	background-image: url(/product/trantixxii/catalog/images/main_bg_sp.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;	
}
#main>div{
	height: 60px;
    color: #fff;
    position: relative;
    overflow: visible;
}
#main h1 {
	font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 15px;
}


#logo_application{
	width: 80%;
	border: 2px #999999 solid;
	text-align: center;
	margin: 0 auto 50px;
	padding: 20px 20px;
}

#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: 95%;
	margin: 0 auto 50px;
	padding: 20px 0;
}

#official_logo h2 {
    color: #405174;
    padding-bottom: 3%;
    border-bottom: #333 solid 2px;
    margin: 7% 0 3%;
    line-height: 1.3em;
    font-size: 16px;
}
#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;
	flex-wrap: wrap;
	margin-top: 25px;
}

.column2 .logo_image,
.logo_support .logo_listIn:first-child .logo_image,
.logo_participation_support .logo_listIn:first-child .logo_image{
	width: 45%;
}

.column3 .logo_image,
.column4 .logo_image{
	width: 45%;
}

.column3 .logo_image:nth-child(n+3),
.column4 .logo_image:nth-child(n+3){
	margin-top: 20px;
}


h3{
	font-size: 20px;
    color: #335990;
    background-color: #d4d9e1;
    border-bottom: 2px solid #70829c;
    padding: 10px 15px;
    margin: 50px 0 25px;
}
