/*-----------------------------------お問い合わせ-----------------------------------*/
@charset "UTF-8";

h3 {
/* フォント／テキストの設定 */
	font-size: 117%;
	color: #192D82;
/* 背景の設定               */
	background: url(images/midashi_02.gif) repeat-x;
/* 余白の設定               */
	padding: 5px 0px 0px 6px;
	margin : 0px 0px 0px 0px;
}

/*コンテンツ内サイドナビゲーション：ロールオーバー*/
#sidenavi #midashi-inquiry {
/* 高さ・幅の設定           */
	height: 22px;
/* 背景の設定               */
	background: url(images/sn_toiawase.gif) no-repeat;
/* 余白の設定               */
	padding: 0px;
	margin: 0px;
}

#toiawase1{
/* 余白の設定               */
	padding: 0px;
	margin-bottom: 40px;
}

#toiawase2{
/* 背景の設定               */
	background: url(images/line-dot_02.gif) repeat-x;
	background-position: bottom;
/* 余白の設定               */
	padding-bottom: 50px;
	margin-bottom: 14px;
}

#caution{
/* 余白の設定               */
	margin-bottom: 60px;
}

p.parts{
	/* フォント／テキストの設定 */
	font-weight: bold;
	/* 余白の設定               */
	padding: 0px;
	margin: 0px 0px 3px;
}

p.toiawase{
/* フォント／テキストの設定 */
	line-height: 21px; 
/* 余白の設定               */
	padding-left: 13px;
}

p.red{
/* 余白の設定               */
	color: rgb(255,80,80);
	padding-bottom: 4px;
}

a.blue{
/* フォント／テキストの設定 */
	color: #0000FF;
}

dl.list {
/* 余白の設定               */
	padding: 0px;
	margin: 0px;
}

dt.Item_name {
/* 高さ・幅の設定           */
	width: 47px;
/* 余白の設定               */
	padding: 0px;
	margin: 0px 0px 2px 0px;
/* その他の設定             */
	float: left;
}

dd.delimiter {
/* 高さ・幅の設定           */
	width: 10px;
/* 余白の設定               */
	padding: 0px;
	margin: 0px 0px 2px 0px;
/* その他の設定             */
	float: left;
}

dd.Item_param {
/* 高さ・幅の設定           */
	width: 430px;
/* 余白の設定               */
	padding: 0px;
	margin: 0px 0px 2px 0px;
}
