@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html{
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html, body {opacity: 1;width:100%;height:100%; color:#3a3a3a; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, table {
    margin: 0;
    padding: 0;
    border: 0;    
    /*font: inherit;*/
    vertical-align: middle;
    font-family:NotoKrR;
    text-decoration: none;
    box-sizing: border-box; /* Opera/IE 8+ */
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    color:#fff;*/
}
sub, sup {vertical-align: baseline; position: relative; font-size: 70%;} /* 70% size of its parent element font-size which is good. */
sub {bottom: -0.6em;} /* use em becasue they adapt to parent font-size */
sup {top: -0.6em;} /* use em becasue they adapt to parent font-size */

legend, caption, hr, .blind{position:absolute; left:-9999px; top:0; visibility:hidden; overflow:hidden; line-height:0.1%; font-size:0.1%; width:0.1%; height:0.1%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    box-sizing:border-box;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table th{font-weight: normal;}
a {cursor:pointer;display:inline-block;color:#3a3a3a;}
button {cursor:pointer;border:0; outline:none;}

input, textarea, select {
    font-family: NotoKrR;;
    -webkit-tap-highlight-color:transparent;
}
label{-webkit-tap-highlight-color:transparent;}
input[type="password"] {
    font-family: NotoKrR;
}
input[type="password"],input[type="number"], textarea {
    width:100%;
    padding:0;
    margin: 0;
    vertical-align:middle;
    box-sizing: border-box; /* Opera/IE 8+ */
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
}
input[type="text"]{
    padding:0;
    margin: 0;
    vertical-align:middle;
    box-sizing: border-box; /* Opera/IE 8+ */
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
}


select{  width:100%; line-height: 26px; height: 30px; border: 1px solid #ccc; }
}

input[type=text]::-ms-clear{
    display: none;
}

input[type="checkbox"]{display: none;}
input[type="checkbox"] +label{color:#ccc;}
input[type="checkbox"] +label span{ display: inline-block;vertical-align: middle; margin-bottom:4px; margin-right:3px; width:14px; height:14px;background: #fff; border:1px solid #586067;  cursor:pointer;}
input[type="checkbox"]:checked + label span {width:14px; height:14px; background:url(../../images/checkbox-selected.png)no-repeat; outline:none; border:none;}
