@charset "UTF-8";
/*
# normalize

ノーマライズ（リセット）<br>
html5doctor.com Reset Stylesheet
v1.6.1

*/

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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video ,textarea {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6, p, th, td, span, a, img, form, input, textarea, select, label, small, address, button{
	box-sizing: border-box;
}
body {
	line-height:1.6;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:0;
	border:0;
	border-top:1px solid #625d61;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
li {
	list-style: none;
}
rect {
  cursor: pointer;
}

/* iOS用スタイルリセット */
input[type="reset"],
input[type="submit"],
input[type="button"],
select {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance:button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="text"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="reset"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
/* iOS用ハック */
_::-webkit-full-page-media, _:future, :root input,
_::-webkit-full-page-media, _:future, :root select,
_::-webkit-full-page-media, _:future, :root textarea {
	/*font-size: 16px;*/
}
/* iOS input reset */
input,
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:disabled {
  color: rgb(84, 84, 84);
  cursor: default;
  background-color: rgb(235, 235, 228);
}

/* セレクト矢印消す */
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}
/* IE用 セレクト矢印消す */
select::-ms-expand {
	display: none;
}

/*
# foundation

基本的なセレクタのデフォルトスタイルを定義

*/
html {
	overflow: auto;
	height: 100%;
	font-size: 62.5%; /* 10px */
	-webkit-overflow-scrolling: touch;
}
body {
	-webkit-text-size-adjust: 100%;
	color: #646464;
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body,input,select,textarea {
	font-size: 1.2rem; /* 12px */
}
input,select,textarea {
	/* font-family: inherit; */
	font-family: 'DFHSGothicRPro5-W3';
	border: 1px solid #CCC;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b4b4b4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b4b4b4;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b4b4b4;
}
input[type="submit"] {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
input[type="submit"]:hover {
	opacity: .75;
}
select {height: 1.6em;}
a {
	color: #646464;
}

h1, h2, h3, h4, h5, h6,th {
	font-weight: normal;
}
body,
header,
footer,
article,
section,
div,nav,aside,
ul,li,
dl,dt,dd,
label,
h1, h2, h3, h4, h5, h6 {
	box-sizing: border-box;
	position: relative;
}

p, th, td, span, a, img,
form, input, textarea, select, label,
small, address {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
small {
	font-size: 0.8em;
}
address {
	font-style: normal;
}
label {
	/* cursor: pointer; */
}
p {
	word-break: break-all;
}
button {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
	color: #646464;
	user-select: none;
	-webkit-user-select: none;
}
a,button {
	outline: none;
}
i {
	font-style: normal;
	cursor: pointer;
}
