@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
==================================================

    株式会社8bit
    Copyright (C) 8bit. All Rights Reserved.
	
	https://8bit.co.jp/

==================================================
*/

html,  body,  div,  dl,  dt,  dd,  ul,  ol,  li,  h1,  h2,  h3,  h4,  h5,  h6,  pre,  form,  fieldset,  input,  textarea,  p,  blockquote,  th,  td , header , footer , article , nav {
	margin:0;
	padding:0;
    word-break:break-all;
	word-wrap:break-word;
	box-sizing:border-box;
}
html,body{height:100%;}
table{
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}
fieldset,  img {border:0;}
address,  caption,  cite,  code,  dfn,  em,  th,  var {
	font-style:normal;
	font-weight:normal;
}
strong,  em {
	font-weight:bold;
	font-size:14px;
}
ol,  ul {list-style:none;}
caption,  th {text-align:left;}
h1,  h2,  h3,  h4,  h5,  h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,  q:after {content:'';}
abbr,  acronym {border:0;}
img {vertical-align:top;}
object {vertical-align:middle;}
html {overflow-y:scroll;}
body {
	background:#FFF;
	color:#000;
	font-family:"Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	line-height:180%;
	text-align:left;
	margin:0;
}
a {
	color:#866837;
	text-decoration:underline;
	outline:none;
}
a:hover,  a:active {
	color:#866837;
	text-decoration:none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"]{cursor:pointer;}


/*--------------------------------------------------

    class

==================================================*/
*.clear {clear:both;}

*.alignCenter {text-align:center;}
*.alignLeft {text-align:left;}
*.alignRight {text-align:right;}
*.valignMiddle {vertical-align:middle;}
*.m_center{
	margin-left:auto;
	margin-right:auto;
}

*.mB05 {margin-bottom:5px;}
*.mB10 {margin-bottom:10px;}
*.mB15 {margin-bottom:15px;}
*.mB20 {margin-bottom:20px;}
*.mB25 {margin-bottom:25px;}
*.mB30 {margin-bottom:30px;}
*.mB35 {margin-bottom:35px;}
*.mB40 {margin-bottom:40px;}
*.mB45 {margin-bottom:45px;}
*.mB50 {margin-bottom:50px;}
*.mL05 {margin-left:5px;}
*.mL10 {margin-left:10px;}
*.mL15 {margin-left:15px;}
*.mL20 {margin-left:20px;}
*.mL25 {margin-left:25px;}
*.mL28 {margin-left:28px;}
*.mL30 {margin-left:30px;}
*.mL35 {margin-left:35px;}
*.mL40 {margin-left:40px;}
*.mL45 {margin-left:45px;}
*.mL50 {margin-left:50px;}
*.mL55 {margin-left:55px;}
*.mL60 {margin-left:60px;}
*.mL65 {margin-left:65px;}
*.mL70 {margin-left:70px;}
*.mR05 {margin-right:5px;}
*.mR10 {margin-right:10px;}
*.mR15 {margin-right:15px;}
*.mR20 {margin-right:20px;}
*.mR25 {margin-right:25px;}
*.mR30 {margin-right:30px;}
*.mR35 {margin-right:35px;}
*.mR40 {margin-right:40px;}
*.mR45 {margin-right:45px;}
*.mR50 {margin-right:50px;}
*.mT05 {margin-top:5px;}
*.mT10 {margin-top:10px;}
*.mT15 {margin-top:15px;}
*.mT20 {margin-top:20px;}
*.mT25 {margin-top:25px;}
*.mT30 {margin-top:30px;}
*.mT35 {margin-top:35px;}
*.mT40 {margin-top:40px;}
*.mT45 {margin-top:45px;}
*.mT50 {margin-top:50px;}

*.err , *.colorRed{	color:#FF0000;}
*.errInput{
	background-color:#FFF0F0;
	color:#FF0000;
	border:#E80000 solid 1px !important;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%;
}
/* Hides from IE-mac \*/

* html .clearfix {height:1%;}
.clearfix {display:block;}

/* End hide from IE-Mac */


