@charset "utf-8";

@media screen and (min-width: 1024px) {

/*=============================================

ALL

=============================================*/	

.send .mainBg {
    text-align: center;
    background:url(../img/access/mainttl_access.png) no-repeat;
	height:160px;
}

.send dl.sendttl {
	padding:0 0 50px 0;
}

.send dl.sendttl dt {
    max-width: 1024px;
    font-size: 170%;
	font-weight:bold;
	letter-spacing:1px;
    padding:30px 0;
}

.send dl.sendttl dd {
	line-height:30px;
	font-size:110%;
	margin:0 0 30px 0;
}

}


@media screen and (min-width:641px) and ( max-width:1023px){
	
/*=============================================

ALL

=============================================*/	

.send .mainBg {
    text-align: center;
    background:url(../img/access/mainttl_access.png) no-repeat;
}

.send dl.sendttl {
	padding:0 0 50px 0;
}

.send dl.sendttl dt {
    max-width: 1024px;
    font-size: 170%;
	font-weight:bold;
	letter-spacing:1px;
    padding:30px 0;
}

.send dl.sendttl dd {
	line-height:30px;
	font-size:110%;
	margin:0 0 30px 0;
}



}



@media screen and (max-width:640px){
	
/*=============================================

ALL

=============================================*/	

.send .mainBg {
    text-align: center;
    background:url(../img/access/mainttl_access.png) no-repeat;
}

.send dl.sendttl {
	padding:0 0 50px 0;
}

.send dl.sendttl dt {
    max-width: 1024px;
    font-size: 170%;
	font-weight:bold;
	letter-spacing:1px;
    padding:30px 0;
}

.send dl.sendttl dd {
	line-height:30px;
	font-size:110%;
	margin:0 0 30px 0;
}




}