@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    border: 0;
    font-size: 100%;
    line-height: 1.7;
    font-style: normal;
    font-weight: normal;
    font: inherit;
    vertical-align: baseline;
}
html { 
    font-size: 62.5% ; 
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, 
*::before, 
*::after {
    box-sizing: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: rgba(0,0,0,1.0);
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol,ul{
    list-style: none;
}
ol li,
ul li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    color: #0044CC;
} 
a:focus,
*:focus {
    outline:none;
}
img{
    border-width: 0;
    line-height: 0;
    vertical-align: bottom;
}
a img {
    outline: none;
    border-width: 0;
    border-style: none;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.font30{ font-size: 3.0rem;}
.font29{ font-size: 2.9rem;}
.font28{ font-size: 2.8rem;}
.font27{ font-size: 2.7rem;}
.font26{ font-size: 2.6rem;}
.font25{ font-size: 2.5rem;}
.font24{ font-size: 2.4rem;}
.font23{ font-size: 2.3rem;}
.font22{ font-size: 2.2rem;}
.font21{ font-size: 2.1rem;}
.font20{ font-size: 2.0rem;}
.font19{ font-size: 1.9rem;}
.font18{ font-size: 1.8rem;}
.font17{ font-size: 1.7rem;}
.font16{ font-size: 1.6rem;}
.font15{ font-size: 1.5rem;}
.font14{ font-size: 1.4rem;}
.font13{ font-size: 1.3rem;}
.font12{ font-size: 1.2rem;}
.font11{ font-size: 1.1rem;}
.font10{ font-size: 1.0rem;}

.mbottom5{margin-bottom: 5px;}
.mbottom10{margin-bottom: 10px;}
.mbottom15{margin-bottom: 15px;}
.mbottom20{margin-bottom: 20px;}
.mbottom25{margin-bottom: 25px;}
.mbottom30{margin-bottom: 30px;}
.mbottom35{margin-bottom: 35px;}
.mbottom40{margin-bottom: 40px;}
.mbottom50{margin-bottom: 50px;}
.mbottom55{margin-bottom: 55px;}
.mbottom60{margin-bottom: 60px;}

.radius5{border-radius: 5px;}