@charset "utf-8";
/* ■■■■■CSS リセット■■■■■ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe, object, embed,a {
    margin: 0; 
    padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: none;
  font-family: "Noto Sans JP",sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}
@media all and (-ms-high-contrast: none){
#wrapper{
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul, li{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal;
    font-weight: normal;
}
img {
	vertical-align: middle;
}
a:focus {
	outline:none;
}
.clear,
.cf {
	clear: both;
}

#header *,#header *:before,#header *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*
#main *,#main  *:before,#main  *:after {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
         -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
}
*/
a{text-decoration: none;}
*:focus {
outline: none;
}
