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


/* message ///////////////////////*/
.message{


h4{
font-size:14pt;
padding:20px 0 0 0;
.tar;
.bold;
letter-spacing:.2em;
}
small{
font-size:10pt;
letter-spacing:0;
.fwn;
}

}


/* outline ///////////////////////*/
.outline{
padding:80px 0 0 0;

table{
width:100%;
}
td{
padding:10px;
border:1px @c3 solid;
}

td:first-child{
background:@c7;
.tac;
.nw;
}


}


@media (max-width:700px){
.outline{
padding:40px 0 0 0;

td{
padding:6px;
}

}
}

/* access ///////////////////////*/
.access{
padding:80px 0 0 0;

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

}

@media (max-width:700px){
.access{
padding:40px 0 0 0;

iframe{
height:300px;
}

}
}