#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;
}



#catalog_dl{
	width: 980px;
	border: 2px #999999 solid;
	text-align: center;
	margin: 0 auto 50px;
	padding: 20px 0;
}

#catalog_dl 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 #catalog_dl a.form_btn{/* 20210721 */
	width: 9em;
}

#catalog_dl 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 */




#catalog{
	width: 980px;
	margin: 0 auto 100px;
}

#catalog h2 {
    border-bottom: 2px solid #333;
    color: #405174;
    font-size: 30px;
    margin: 50px 0 20px;
    padding-bottom: 10px;
}
#catalog h2:first-child,
#catalog h2.mT0{
    margin-top: 0;
}

ul.catalogList li{
	float: left;
	width: 313px;
	margin:30px 20px 0 0;
}
ul.catalogList li:nth-of-type(1),
ul.catalogList li:nth-of-type(2),
ul.catalogList li:nth-of-type(3){
	margin-top: 0;
}
ul.catalogList li:nth-of-type(3n){
	margin-right: 0;
}
ul.catalogList li p.title{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}
ul.catalogList li p.cover{
	background: #ececec;
	padding: 25px 0;
	text-align: center;
}
ul.catalogList li p.cover img{
	width: 150px;
}
ul.catalogList li p.capacity{
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
	line-height: 1em;
	min-height: 16px;
}
ul.catalogList li p.capacity a{
	text-decoration: underline;
}
ul.catalogList li p.capacity a:hover{
	text-decoration: none;
}

ul.catalogList li a.btn {
    background: #526894 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 30px;
    text-align: center;
    width: 7em;
}
