@charset "utf-8";



/* -- Reset style
-------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html, body {
    width: 100%;
    height: 100%;
}
html {
    overflow-y: scroll;
}
body {
    font: 500 13px/1 "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    color: #000;
    text-align: center;
    letter-spacing: 0;
    background: #FFF;
}
.ua-ie-8 body {
    min-width: 1200px;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
    font-style: normal;
    font-weight: normal;
}
fieldset,img {
    border: 0;
    vertical-align: top;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #FF9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #FF9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
select, input, button, textarea, button {
    font-size: 99%;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
select::-ms-expand {
    display: none;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%;
}
sup {
    font-size: 75%;
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
ol, ul {
    list-style: none;
}
*::selection {
    background: #034679;
    color: #FFF;
}
*::-moz-selection {
    background: #034679;
    color: #FFF;
}



/* -- Clear_fix
-------------------------------------------------------------------------------- */
header:after,
footer:after,
article:after,
.cf:after {
    content: "";
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}



/* -- for Smartphone
-------------------------------------------------------------------------------- */
body {
    -webkit-text-size-adjust: 100%;
}
.ua-android p,.ua-android li {
   background: url(../../img/common/s.gif) no-repeat;
}

.box {
    position: relative;
    width: 100%;
    max-height: 768px;
    background: #444;
}
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}