@import (once) "default.less";
@import (once) "common.less";

/* access ///////////////////////*/
.access{
padding:60px 0 120px 0;

.wrap{
margin:40px 0 0 0;
}

td iframe{
width:100%;
height:500px;
}

}


@media (max-width:480px) {
.access{
padding:30px 0 60px 0;

.wrap{
margin:20px 0 0 0;
}

td:first-child{
width:auto;
}
tr:last-child td:first-child{
.dn;
}
td{
.db;
}


}
}

