@charset "UTF-8";

/* -------------------------------
共通タイトル */

h1{
	width:920px;
	height:108px;
	background:url(../img/contact/title.png) no-repeat;
	text-align:left;
	position:relative;
}
h1 span{
	top:36px;
	left:246px;
	position:absolute;
}

/* -------------------------------
共通タイトル */

p.family a{
	cursor:default;
}

/* -------------------------------
ページタイトル */

dl#main dt{
	margin:0;
	height:82px;
	position:relative;
}
dl#main dt span{
	top:32px;
	left:24px;
	color:#f90;
	font-size:10px;
	line-height:1.41;
	position:absolute;
}
dl#main dt em{
	color:#f60;
	font-size:16px;
	font-weight:bold;
}

/* -------------------------------
お問い合わせフォームへ */

dl#main dd.contact{
	position:relative;
}
dl#main dd.contact a{
	top:-93px;
	right:13px;
	position:absolute;
}

/* -------------------------------
コンテンツ背景 */

dl#main dd{
	margin:0;
	padding:0 24px;
	background:url(../img/common/main_dd_bg.png);
	clear:both;
}
dl#main dd.line{
	height:5px;
	background:url(../img/common/main_bottom_bg.png);
}

/* -------------------------------
お問い合わせフォーム */

dl#main table{
	width:526px;
	margin:20px 0 0 0;
}
dl#main table th{
	padding:10px 0;
	width:33%;
	font-weight:bold;
	border-bottom:1px solid #f60;
}
dl#main table td{
	padding:10px 6px;
	width:67%;
	border-bottom:1px dotted #ba9;
}
dl#main span.require{
	color:#f00;
	font-weight:bold;
}
dl#main p.button{
	padding:20px 0 32px;
	text-align:center;
}
dl#main div#error{
	margin:20px 0 0 0;
	padding:10px 12px;
	border:1px solid #f00;
	color:#f00;
}

/* -------------------------------
サンクスページ */

dl#main div.thanks{
	padding-bottom:20px;
}
dl#main div.thanks a{
	margin:10px 0 0 0;
	color:#06c;
	display:inline-block;
}

/* -------------------------------
サイドバー - スタッフ紹介 */

dl#sidebar dt.staffdt{
	margin:10px 0 0 0;
}

