@charset "UTF-8";

/*==========================

	RESET CSS 2016

============================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a, div, span, h1, h2, h3, h4, h5, h6, p,
address, strong, dt, dd, ul, li, th, td,
article, aside, figure, footer, header,
nav, section {
	word-wrap: break-word;
	overflow-wrap:break-word;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
address, caption, cite, code, dfn, em, th, var{
	font-style:normal;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
}
h3, h4 {
	font-style:normal;
	font-weight: bold;
}
strong {
	font-style:normal;
	font-style:normal;
}
nav ul {
	list-style:none;
}
li{
	list-style:none;
}

img{
	vertical-align:top;
	font-size:0;
	line-height:0;
	border:0;
	border-style:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a:active,a:focus{
	outline:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:unset;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
}

* html .clearfix {
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}
input[type="text"] {
	word-wrap: break-word;
	overflow-wrap:break-word;
}

textarea {
	border: none;
	resize: none;
	word-wrap: break-word;
	overflow-wrap:break-word;
}


textarea:focus::-webkit-input-placeholder{
  color: transparent;
}

/* 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;
}



body {
	font-size: 1.4rem;/* 14px */
	/*font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	font-family: 'Verdana','Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}