@charset "utf-8";

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

html {
	overflow-y: scroll;
}
body {
	margin: 0;
	color: #3E3A39;
	background: #fff;
	text-align: center;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", 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 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	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, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #3E3A39;
	outline: none;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
p {
	line-height: 180%;
	word-wrap: break-word;
}
li {
	line-height: 100%;
}
label {
	display: inline-block;
	cursor: pointer;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="time"], input[type="tel"], textarea {
	background: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="tel"]:focus, textarea:focus {
	background: #ffe;
}
input[type="submit"] {
    border: none;
	cursor: pointer;
}
input[type="button"] {
    border: none;
	cursor: pointer;
}
select {
	min-width: 7em;
	background: #fff;
}

.min {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
