@charset "UTF-8";

/* ================================================================================
    reset css
================================================================================ */
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-weight: normal;
    font-style: normal;
}
li {
    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 {
    font-variant: normal;
    border: 0;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
    color: #000000;
}





/* ================================================================================
    dom / cmn_images
================================================================================ */
html,
body {
    zoom: 1.0;
    width: 100%;
    height: 100%;
}
body {
    font: 13px/1.231 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", arial,helvetica,clean,sans-serif;
    *font: x-small;
    *font-size: small;
}select,
input,
button,
textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}table {
    font: 100%;
    font-size: inherit;
}pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}#yui3-css-stamp.cssfonts {
    display: none;
}

body {
    -webkit-text-size-adjust: 100%;
}
img {
    vertical-align: bottom;
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
a {
    text-decoration: none;
}
table {
    width: 100%;
    font: 100%;
    font-size: inherit;
    border-collapse: collapse;
}

*, *:before, *:after {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
}