@charset "UTF-8";

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}


a img {
	border: 0;
}

a {
	text-decoration: none !important;
}

ul {
	list-style-type: none;
}

/*cleaffix*/
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
img {
   vertical-align: bottom;
   -webkit-backface-visibility: hidden;
	-ms-interpolation-mode: bicubic; 
   
}
