@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}

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

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:"";
}

abbr,acronym {
    border:0;
    font-variant:normal;
}

sup {
    vertical-align:text-top;
}

sub {
    vertical-align:text-bottom;
}


/*
------------------------------

	Base

------------------------------
*/

body {
    color:#555;
    background-color:#fff;
    font-family:"qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","lr oSVbN","MS PGothic",Osaka,sans-serif;
    font-size:12px;
    line-height:130%;
    text-align:center;
    letter-spacing:1px;
}

pre,code,kbd,samp,tt {
    font-family:"qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","lr oSVbN","MS PGothic",Osaka,sans-serif;
    font-size:12px;
}

abbr,acronym {
    border-bottom:1px dotted;
    cursor:help;
} 

table, td {
    font-family:"qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","lr oSVbN","MS PGothic",Osaka,sans-serif;
    font-size:12px;
    color:#555;
}

a {
    color:#06c;
    text-decoration:none;
}

a:hover {
    color:#47a3ff;
    text-decoration:underline;
}

input {
    font-size:12px !important;
    padding-top:3px;
    padding-left:2px;
    vertical-align:middle;
    color:#ccc;
    height:14px;
    border:#ccc solid 1px;
}

select, option {
    font-size:12px !important;
    color:#555;
    line-height:1.6em;
    height:20px !important;
}

iframe {
    border: 10px solid #66CCFF;
}