@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-family:  Verdana,'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	color: #030303;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration:none;
}
a:link,
a:visited {
	color:#4A4A4A;
}
a:hover,
a:active {
	color:#4A4A4A;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table caption,
th,td {
	text-align:left;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-size: 25px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.4em;
}
*{
     font-size:16px; /* 基準のフォントサイズを16pxとする */
     -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */
}


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="radio" i] {
    margin: 0px 5px 1px 0px;
}


input {
	font-family: Verdana,'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}