@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;
	display: none;
}
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;
}

hr{
	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: "游ゴシック", YuGothic, "Sawarabi Gothic", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #534741;
}
html>/**/body
{
	color: #534741;
	font-size: 18px;
	line-height: 1.7;
} /* Except IE */

@media screen and (max-width: 767px)
{
	html>/**/body
	{
		font-size: 15px;
	} /* Except IE */

}


/* link
------------------------------------------------------------*/
a{
	color: #534741;
	text-decoration:none;
	vertical-align: middle;
}
