@charset "UTF-8";
/* CSS Document */
html{
	width: 100%;	
	height: 100%;
	min-height: 100vh;
	position: relative;	
}
body,container {
	padding: 0;
	margin: 0 auto; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;	
	height: 100%;
	min-height: 100vh;
	position: relative;
}
	
.clear {
	clear:both;
}
img {
	border:none;
}

.container1 {
	width:100%;
	max-width:1280px;
	margin:0 auto}
	
.container {
	width:100%;margin:0 auto
}
.contents {
	width:100%;
	margin:0 auto;
	pdding:0;
}
a {
	text-decoration:none;
	cursor:pointer;
}
.space {
	height:64px;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */
  overflow-x: hidden;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    font-size : 12px !important;

}
 
@media screen and (min-width : 768px){
body {
	font-size : 14px !important;
}
}
 
@media screen and (min-width : 1024px) {
body {
	font-size : 16px !important;
}
}
/* CSS Document */

