@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {width:100%;height:100%;}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
  line-height: 1.4;
	color: #6A1B00;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
}


img {border: 0; vertical-align: top;}
a{
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
ul,dl,ol {text-indent: 0;}
ul li,dl li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
	color: #333;
	font-size: 70%;
}
 
sup {bottom: 1ex;}
sub {top: .5ex;}

input,textarea,select {font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}
input,select,textarea {font-size: 100%;}


/* margin */ 
.mt0{margin-top: 0px !important;}
.mb0{margin-bottom: 0px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px;}
.mb180{margin-bottom: 180px;}
.mr10{margin-right: 10px;}
.mr40{margin-right: 40px;}
.ml15{margin-left: 15px;}
.mt10{margin-top: 10px !important;}

/* clearfix */  
.cFix:after {
    visibility: hidden;  
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
