@charset "utf-8";


/* メインコンテンツ **********************/


/* パンくずリスト */
#contents #main #pankuzu {
	float:none;
	width:auto;
}
#contents #main #pankuzu {
	font-size:75%;
	margin: 10px 0;
}

/* h2 */
#contents #main h2 {
	margin-bottom:10px;
	border-bottom:solid 1px #000;
	padding-bottom:10px;
}

/* 記事 */
#contents #main .txt {
	margin: 30px 90px 30px 90px;
}

/* 段落 */
#contents .txt p {
	line-height:160%;
	margin-bottom:1.0em;
}

#contents #main .txt #request-form table {
	width:auto;
	border:0;
	margin: 0 auto 10px auto;
}
#contents #main .txt #request-form table th {
	background:#ddd;
	padding:5px;
	width:120px;
}
#contents #main .txt #request-form table td {
	background:#f5f5f5;
	padding:5px;
	width:350px;
}


/* リンク */
.link  {
	margin-top:30px;
}
.link h3 {
	margin: 2.0em 0 0.7em 0;
	font-size:100%;
}
.link dl {
	margin: 0 20px;
}
.link dl dt {
	font-weight:bold;
	margin-bottom:0.5em;
}
.link dl dd {
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:dotted 1px #ccc;
	font-size:90%;
	line-height:1.4em;
}

/* サイトマップ */
.sitemap {
	font-size:90%;
	margin:30px 0 0 30px;
}
.sitemap ul {
	padding:0px 0px 10px 20px;
}
.sitemap ul li {
	margin: 0.5em 0;
}

/* プライバシーポリシー */
.privacy {
	font-size:90%;
	margin:30px 30px 0 30px;
}
