aki@charset "utf-8";

/*common_css
-----------------------------------------*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}

body {
    color: #333333;
    background: #fff;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.8;
    text-align: center;
    position: relative;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

body, 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, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

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

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

input, select {
    vertical-align: middle;
}

img {
    border-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@font-face {
	font-family: 'futura';
	src: url(font/16020_FUTURAM.ttf);
}

.futura {
	font-family: 'futura', sans-serif;
}

#cts {
    width: 100%;
    /* min-width: 1180px; */
/*    margin: 68vh 0px 0px 0px; */
    margin: 90vh 0 0 0;
    /* padding: 50px 0px 0px 0px; */
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#footer-bar{
	background: #313131 !important;
	padding: 6px 0 !important;
	color: #fffef8 !important;
	font-size: 9px !important;
	text-align: center !important;
}

#palcloset a img {
    width: 20%;
    margin-top: 5%;
}

a .btn_buy {
    margin: 0 0 0 5px;
    padding: 2px 15px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

.sub{
    font-size: 12px;
}
