@charset "utf-8";

@import url('/resources/common/css/control3.css');

* { box-sizing:border-box; }
html { min-height:100%; overflow-x:hidden; }
body { min-height:100%; width:100%; }
main { display:block; }
html, body, h1, h2, h3, h4, h5, a, p, ul, li, ol, dl, dt, dd, fieldset { padding:0; margin:0; }

dl, dt, dd {  }

ul, li, ol { list-style:none; margin:0; padding:0 }

a { text-decoration:none; color:inherit; }
a:hover { text-decoration:none; color:inherit; }
.underline { text-decoration: underline; }
.underline:hover { text-decoration: underline; }

.singleline { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

hr { border:0 solid #fff; border-top:1px solid #d2d2d2; }

fieldset { border:0; }

body, header, nav, main, footer { position:relative; }

.c-pos-center { position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); }
.c-pos-center-x { position:absolute; left:50%; transform:translate(-50%, 0%); }
.c-clone { display:none; }

table { white-space:nowrap; }
td, th { overflow:hidden; text-overflow:elipsis; }
