@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, /* em, font, strong, */ img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*word-break: break-all;*/
}
img{
    vertical-align: bottom;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul ,li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline:none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
address, em{
    font-style:normal;
}

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

/* font-size */
.t10 {font-size: 1.0rem !important;}
.t11 {font-size: 1.1rem !important;}
.t12 {font-size: 1.2rem !important;}
.t13 {font-size: 1.3rem !important;}
.t14 {font-size: 1.4rem !important;}
.t15 {font-size: 1.5rem;}
.t16 {font-size: 1.6rem;}
.t18 {font-size: 1.8rem;}
.t20 {font-size: 2.0rem;}
.t21 {font-size: 2.1rem;}
.t24 {font-size: 2.4rem;}
.t30 {font-size: 3.0rem;}
.t40 {font-size: 4.0rem;}
.t42 {font-size: 4.2rem;}
.t50 {font-size: 5.0rem;}

/* align */
.aC {text-align: center;}
.aL {text-align: left;}
.aR {text-align: right;}

/* margin */
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb80 {margin-bottom: 80px;}
.mb100 {margin-bottom: 100px;}
.mb1em {margin-bottom: 1em;}

/* margin */
.mb_01em {margin-bottom: 0.1em;}
.mb_02em {margin-bottom: 0.2em;}
.mb_03em {margin-bottom: 0.3em;}
.mb_04em {margin-bottom: 0.4em;}
.mb_05em {margin-bottom: 0.5em;}
.mb_06em {margin-bottom: 0.6em;}
.mb_07em {margin-bottom: 0.7em;}
.mb_14em {margin-bottom: 1.4em;}
.mb_15em {margin-bottom: 1.5em;}
.mb_2em {margin-bottom: 2em;}
.mb_3em {margin-bottom: 3em;}
.mb_4em {margin-bottom: 4em;}
.mb_5em {margin-bottom: 5em;}
.mb_6em {margin-bottom: 6em;}
.mb_8em {margin-bottom: 8em;}

/* link */
a {color:#333; text-decoration: none;}
a:hover {color:#333;}







