@charset "utf-8";

/* --------------------------------------------------------------
CSS Information

File name:		site.css
Style Info:		サイト管理カテゴリで使用する固有のスタイルを設定

Index:
		__1. 問合せ
		__2. 404・システムエラー
-------------------------------------------------------------- */


/*=====================================================
	__1. 問合せ
=====================================================*/
body.contact div#contents div.privacy {
	overflow: auto;
	width: 828px;
	height: 250px;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #afafaf;
	line-height: 1.8;
}
body.contact div#contents div.privacy h3 {
	font-size: 133.3%;
	font-weight: bold;
	line-height: 1.2;
}
body.contact div#contents div.privacy h4 {
	margin: 30px 0 10px;
	font-size: 116.7%;
	font-weight: bold;
	line-height: 1.2;
}
body.contact div#contents div.privacy h5 {
	margin-top: 15px;
	font-weight: bold;
}
body.contact div#contents div.privacy ol li ol {
	margin: 1em;
}
body.contact div#contents div.privacy dl dt {
	margin-top: 10px;
	font-weight: bold;
}
body.contact div#contents div.privacy dl dd ul {
	margin-top: 0;
}
body.contact div#contents div.privacy h3 {
	font-size: 133.3%;
	font-weight: bold;
	line-height: 1.2;
}
body.contact div#contents div.agreement {
	margin-top: 20px;
	padding: 15px;
	background-color: #fdfbdc;
	border: 1px solid #afafaf;
}
body.contact div#contents div.agreement p {
	text-align: center;
}
body.contact div#contents div.agreement p span {
	margin-right: 30px;
	font-weight: bold;
}

body.contact div#contents table.style01{
table-layout: fixed;
word-wrap: break-word;
}

/*=====================================================
	__2. 404・システムエラー
=====================================================*/
body#notFound div#contents div {
	width: 810px;
	margin: 50px auto 0;
	padding: 0 20px 20px 20px;
	border: 5px solid #eeeeee;
}
body#notFound div#contents div p {
	margin-top: 20px;
}