@charset "utf-8";
/* -----------------------
リンク
----------------------- */


/* -----------------------
モジュール
----------------------- */

.section {
	margin-bottom: 30px;
}	
p {
	font-size: 93%;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}	
caption {
	display: none;
}
.caution {
	color: #f50;
	font-weight: bold;
}	
.note {
	font-size: 93%;
	color: #666;
}	
address {
	font-style: normal;
}			

/* -----------------------
レイアウト
----------------------- */

body {
	color: #464646;
}	
#contents {
	width: 540px;
	padding-right: 20px;
}
#contents h2 {
	margin: 20px 0;
}	
#contents h3 {
	border-left: #ded3c2 5px solid;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
#contents table {
	width: 100%;
}
#contents table tr th {
	background-color: #ded3c2;
	text-align: right;
	font-weight: bold;
	width: 30%;
	padding: 10px;
	font-size: 93%;
	letter-spacing: 0.1em;
}
#contents table tr td {
	padding: 10px;
	font-size: 93%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
	background-color: #fcf9f5;
}
#contents .btn {
	margin: 10px 0;
	text-align: center;
}
#contents dl dt {
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 20px 0 10px;
	border-left: #ded3c2 5px solid;
	padding: 3px 5px;
}							
#contents dl dd {
	line-height: 1.5;
}	