@charset "utf-8";

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

html {
	overflow-y: scroll;
}
body {
	margin: 0;
	color: #515151;
	background: #fff;
	text-align: center;
	font-family: YuGothic,'Yu Gothic',Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 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: #E59D23;
	outline: none;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
p {
	line-height: 1.8;
	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"], textarea {
	padding: 6px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus {
	background: #ffe;
}
input[type="submit"] {
	font-size: 100%;
	cursor: pointer;
}
input[type="button"] {
	cursor: pointer;
}
select {
	min-width: 7em;
	padding: 1.2% 1.7%;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 5px;
}

.privacy {
    text-align: left;
    width: 1000px;
    margin: 50px auto;
    line-height: 1.8;
}
.privacy h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    color: #1D91D1;
}
.privacy p {
    line-height: 1.8;
    margin-bottom: 10px;
}
.privacy li {
    line-height: 1.8;
    margin-bottom: 10px;
}
.privacy ul {
    list-style: disc;
    margin-left: 50px;
    margin: 5px 0 30px 50px;
}
.privacy ol {
    list-style: decimal;
    margin-left: 50px;
}
.privacy table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 85%;
    margin: 0 auto;
}
.privacy th {
    width: 30%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.1);
}
.privacy td {
    width: 70%;
    padding: 10px;
    text-align: left;
    font-weight: normal;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

