@charset "utf-8";
/* CSS Document */

/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td
{
	margin: 0;
	padding: 0;
}
address,
em
{
	font-style: normal;
}
strong,
th
{
	font-weight: normal;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th
{
	text-align: left;
}
/*hr,*/
legend
{
	clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	font-size: 100%;
	font-weight: normal;
}
img,
fieldset
{
	border: 0;
}
img
{
	border:0;
	vertical-align:top;
	max-width:100%;
	height:auto;
}

li
{
	list-style-type: none;
}
input[type="submit"],button,label,select{
	cursor:pointer;
}
button{
	border: none;
	box-sizing: content-box;
	background: transparent;
}
hr{
	-webkit-margin-before: 2em;
	-webkit-margin-after: 2em;
	clear: both;
}

main
{
	display: block;
}
/* Fonts
------------------------------------------------------------*/
body
{
	-webkit-text-size-adjust: 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
body,input,button,textarea,select
{
	font-family: ArialMT,'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
	color: #000000;
}
html
{
	font-size: 62.5%;
}
body
{
	font-size: 1.4em; /* -> 14px; */
	line-height: 1.8;
}

/* link
------------------------------------------------------------*/
a{
	color: #000000;
	text-decoration: none;
}
a img
{
	backface-visibility: hidden;
}
