@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : privacy.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * ■プライバシーポリシー
 * file path : /privacy/index.html
 * body class name : body.privacy
 * ******************************************************************************** */

/* div#content
 * ******************************************************************************** */
/* h1 */
body.privacy div#content h1 {
	margin: 60px 0 40px;
}
/* h2 */
body.privacy div#content h2 {
	margin-bottom: 30px;
}
/* h3 */
body.privacy div#content h3 {
	margin-bottom: 20px;
}
/* ol */
body.privacy div#content ol {
	margin-bottom: 60px;
	padding-left: 2.5em;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.7;
}
body.privacy div#content ol li {
	margin-bottom: 20px;
}
/* table.guideline
------------------------------------------------------------*/
body.privacy div#content table.guideline {
	margin: 0 5px 20px 5px;
}
/* a */
body.privacy div#content table.guideline a {
	 text-decoration: underline;
}
body.privacy div#content table.guideline a:hover {
	 text-decoration: none;
}
body.privacy div#content table.guideline tr th,
body.privacy div#content table.guideline tr td {
	padding: 10px 0;
	background: url(images/dot_line.gif) 0 100% repeat-x;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}
/* .last */
body.privacy div#content table.guideline tr.last th,
body.privacy div#content table.guideline tr.last td {
	background: none;
}
body.privacy div#content table.guideline tr th {
	width: 200px;
	padding: 12px 0;
	font-weight: bold;
	color: #10381c;
}
body.privacy div#content table.guideline tr td p {
	padding: 2px 0 2px 10px;
	border-left: 3px solid #d2d4bf;
	color: #313131;
}


/* p.returnPageTop
------------------------------------------------------------*/
body.privacy div#content p.returnPageTop {
	margin: 15px 0 40px auto;
}

