@charset "UTF-8";
/* baseformat updated date 170409*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),  url('../fonts/NotoSansCJKjp-Light.otf') format('truetype'),  url('../fonts/NotoSansCJKjp-Light.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),  url('../fonts/NotoSansCJKjp-DemiLight.otf') format('truetype'),  url('../fonts/NotoSansCJKjp-DemiLight.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),  url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype'),  url('../fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),  url('../fonts/NotoSansCJKjp-Bold.otf') format('truetype'),  url('../fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
@font-face {
    font-family: "NotoSerifRegular";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSerifCJKjp-Regular.eot');
    src: local('Noto Serif CJK JP Regular'), 
         url('../fonts/NotoSerifCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'),
         url('../fonts/NotoSerifCJKjp-Regular.otf') format('opentype')
}
@font-face {
    font-family: "NotoSerifBold";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSerifCJKjp-Bold.eot');
    src: local('Noto Serif CJK JP Bold'), 
         url('../fonts/NotoSerifCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff'),
         url('../fonts/NotoSerifCJKjp-Bold.otf') format('opentype')
}
/* ----------------------------------------------------------------reset */  
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}
/*others*/
table {
    border-spacing: 0;
}
* html table {
    border-collapse: collapse;
}
*:first-child+html table {
    border-collapse: collapse;
}
th, td {
    vertical-align: middle;
    border-collapse: collapse;
}
table, th, td, tr, img {
    border: 0;
}
img {
    vertical-align: bottom;
}
q:before, q:after {
    content: '';
}
ul {
    list-style: none;
}
/* ------------------------------------------------------------------base*/ 
html {
    font: 62.5%/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*body*/
body {
    height: 100%;
    text-align: left;
    color: #0b0c0c;
	font-family: "Noto Sans Japanese";
	font-weight: 400;
    word-break: break-all;
    background-color: #FFF;
    font-size: 1.4rem; /* 14px */
    font-size: 14px; 
}
/*link*/ 
a {
    color: #005193;
    text-decoration: underline;
}
a img {
    border-style: none;
}
a:hover {
    color: #6691b7;
}
/*font-size*/
h1, h2, h3, h4, h5, p {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}
li, dt, dd {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}
table {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}
