@charset "utf-8";

/* base style ------------------------------ */

/*body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-weight: normal;
}*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul {
 list-style-type: none;
}

html {
	height: 100%;
}

body {
 text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.hover {
 display: inline-block;
	cursor: pointer;
}

a.hover:link,
a.hover:visited {
}
a.hover:hover,
a.hover:active {
	opacity: 0.7;
	
	/*transition: .3s;*/
	transition-delay:0s;
	-webkit-transition-delay:0;
	
}


.clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
















