@charset "UTF-8";
/* /////////////////////////////////////////// */
/* reset
/* /////////////////////////////////////////// */

* {
	font-size: 100%;
}
html {
	margin: 0px !important;
	padding: 0px !important;
	overflow-y: scroll !important;
}
body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, Arial, Helvetica, sans-serif;
	-webkit-font-family: "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, Arial, Helvetica, sans-serif;
}
div, ol, ul, dl {
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, a, span, form, fieldset, legend, input, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: none;
}
td, th, caption, thead {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
form label {
	cursor: pointer;
}
form button {
	cursor: pointer;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
	outline: 0;
}
a:hover {
	cursor: pointer !important;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"]{
   -webkit-appearance: none;
   border-radius: 0;
}