@charset "utf-8";
/* CSS Document */

html {overflow-x: hidden;}

body { 
	overflow-x: hidden;
	position: relative;
	text-align: left;
	font-size: 16px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
* {outline: none;}
a {color: #333;}
.red {color: #ff0000;}
.mb1em {margin-bottom: 1em;}
button {
	color: #333;
  font-size: 14px;
}