@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * 初期化                                       *
 *                                              *
 * ────────────────────── */

* {
    margin: 0px;
    padding: 0px;
}

body {
    -webkit-text-size-adjust: 100%;
}

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

address {
    font-style: normal;
}

img {
    border: none;
    vertical-align: top;
}

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

dl dt img,
dl dd img,
ul li img,
ol li img {
    vertical-align: top;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

a {
    text-decoration: none;
}

/* ────────────────────── *
 *                                              *
 * マージン設定                                 *
 *                                              *
 * ────────────────────── */

.mb0px {
    margin-bottom: 0px !important;
}
.mb5px {
    margin-bottom: 5px !important;
}
.mb10px {
    margin-bottom: 10px !important;
}
.mb15px {
    margin-bottom: 15px !important;
}
.mb20px {
    margin-bottom: 20px !important;
}
.mb25px {
    margin-bottom: 25px !important;
}
.mb30px {
    margin-bottom: 30px !important;
}
.mb35px {
    margin-bottom: 35px !important;
}
.mb40px {
    margin-bottom: 40px !important;
}
.mb45px {
    margin-bottom: 45px !important;
}
.mb50px {
    margin-bottom: 50px !important;
}

/* ────────────────────── *
 *                                              *
 * 文字寄せ                                     *
 *                                              *
 * ────────────────────── */

.txt-left {
    text-align: left !important;
}
.txt-center {
    text-align: center !important;
}
.txt-right {
    text-align: right !important;
}

/* ────────────────────── *
 *                                              *
 * フォントサイズ                               *
 *                                              *
 * ────────────────────── */

.txt-10px {
    font-size: 10px !important;
}
.txt-12px {
    font-size: 12px !important;
}
.txt-14px {
    font-size: 14px !important;
}
.txt-16px {
    font-size: 16px !important;
}
.txt-18px {
    font-size: 18px !important;
}
.txt-20px {
    font-size: 20px !important;
}

/* ────────────────────── *
 *                                              *
 * Clearfix                                     *
 *                                              *
 * ────────────────────── */

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
/*\*/
* html .clearfix { 
    height: 1px;
    overflow: visible;
}
/**/

.clear {
    clear: both;
}
