@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{
font-family: 'Noto Sans JP', sans-serif;

  -webkit-text-size-adjust: 100%;
  
}





*{margin:0; padding:0;}
li{
	list-style:none;
}
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}
li  {  
    list-style-type: none;  
} 
a, ins {
  text-decoration: none;
}
address, em, cite, dfn, var {
  font-style: normal;
}
img {
  vertical-align: baseline;
}
a img {
  border: none;
}

.right{text-align:right;}

.strong {font-weight:bold}

.pointer {cursor:pointer;}

.under{text-decoration:underline;}

/*回り込み解除*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.red{
	color:#ff0000;
}
