#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;
}
.show_sp{
	display: none;
}

#mail_delivery{
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
}

#mail_delivery_form{
	width: 980px;
	margin: 0 auto 50px;
	padding: 20px 0;
	border: 2px #999999 solid;
}

#mail_delivery 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: 10em;
}

#mail_delivery a:hover.form_btn {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#LangEN #mail_delivery a.form_btn{
	width: 15em;
}

#mail_delivery .do_text{
	text-align: center;
    margin: 30px 0;
    font-weight: 600;
}





/* 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 */



#mail_delivery h2 {
    color: #405174;
    padding-bottom: 3%;
    border-bottom: #333 solid 2px;
    margin: 7% 0 3%;
    line-height: 1.3em;
    font-size: 16px;
}
#mail_delivery h2:first-child,
#mail_delivery h2.mT0{
    margin-top: 0;
}

#mail_delivery ul{
	list-style: disc;
	padding-left: 20px;
}
