@charset "utf-8";
/*BACE*/
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*MAKUHARI*/
html, body {
	width:100%;
	height:100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	font-size:16px;
	line-height:1.6;
	background-color:#C9EA79;
	text-align:left;
	padding-top:1px;
	}
/*
body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}*/
h1,h2,h3,h4,h5,h6{
	font-size:1.0rem;
	font-weight:normal;
	}
ul,ol{
	list-style:none;
	}
p{
	text-align:justify;
	text-justify:distribute;
	}

img {
	vertical-align:top;
	border:none;
	display:block;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
div img{
	display:block;
	width:100%;
	height:auto;
}
a img{
	border:none;	
}
a:hover{
	/*filter:alpha(opacity=60);*/
	opacity:0.60;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
}
a:hover img {
	/*filter:alpha(opacity=60);*/
	opacity:0.60;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
}

table{
	border-spacing:0;
	border-collapse:collapse;
}
table th{
	text-align:left;
	font-weight:normal;
}
/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}













































