@charset "utf-8";

/* 基本スタイル---------------- */

* {
  box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	color: #1B1B1B;
	background: #fff;
	text-align: justify;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  -webkit-text-size-adjust: 100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #1B1B1B;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
p {
	word-wrap: break-word;
  line-height: 1.8;
  letter-spacing:0.07em;
}
li {
	line-height: 100%;
}
label {
	display: inline-block;
	cursor: pointer;
}
button, input, select, textarea {
  font-family: inherit;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], textarea {
  background: #fff;
  border: 1px solid #959595;
	border-radius: 2px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus, button:focus {
  background: #fff;
  border: 1px solid #959595;
}
input[type="submit"] {
	font-size: 100%;
	cursor: pointer;
}
/*html input[type=button], input[type=reset], input[type=submit] {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}*/
select {
	min-width: 7em;
	background: #fff;
  border: 1px solid #959595;
	border-radius: 2px;
}
input::placeholder, textarea::placeholder {
  color: #515151;
}

.min {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

