#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;
}
#main p {
	color: #000;
	font-size: 11px;
	position: absolute;
	top: 130px;
	left: 5%;
	width: 90%;
}
#main p br:not(.br_sp) {
	display: none;
}
#main_image {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 100px;
}

.show_pc{
	display: none;
}



#catalog_dl{
	width: 100%;
	border: 2px #999999 solid;
	text-align: left;
	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;
}

#catalog_dl a.form_btn{/* 20210721 */
	width: 9em;
}




/* 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: 95%;
	margin: 0 auto 12%;
}
#catalog h2{
	color: #405174;
	padding-bottom: 3%;
	border-bottom: #333 solid 2px;
	margin: 7% 0 3%;
	line-height: 1.3em;
	font-size: 16px;
}
#catalog h2:first-child,
#catalog h2.mT0{
	margin-top: 0;
}



ul.catalogList li{
	float: left;
	width: 48%;
	margin:7% 4% 0 0;
}
ul.catalogList li:nth-of-type(1),
ul.catalogList li:nth-of-type(2){
	margin-top: 3%;
}
ul.catalogList li:nth-of-type(2n){
	margin-right: 0;
}
ul.catalogList li p.title{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 5%;
}
ul.catalogList li p.cover{
	background: #ececec;
	padding: 5% 0;
	text-align: center;
}
ul.catalogList li p.cover img{
	width: 70%;
}
ul.catalogList li p.capacity{
	text-align: center;
	margin: 8% 0 6%;
	line-height: 1em;
	min-height: 14px;
	font-size: 13px;
}
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: 13px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    width: 7em;
}
