@charset "UTF-8";

/*
@prefix : <http://purl.org/net/ns/doas#>
<> a :CSSstylesheet;
  :title "お問い合わせ用スタイルシート";
  :description "お問い合わせに関する内容を記述します。"
*/


#contact-index #banner p.pict02 {
    margin-left: 50px;
    padding: 0.8em 0 0;
}
#contact-index #banner p.pict02 img {
    margin-right: 50px;
}
#contact-index #form p.progress {
    padding: 20px 0 10px;
}
#contact-index #form table {
	width: 600px;
	margin-left: 20px;
	margin-top: 24px;
}
#contact-index #form th {
	padding: 10px;
	color: #333333;
	font-weight: normal;
	width: 180px;
}
#contact-index #form td span {
    color: #999999;
    font-size: 77%;
}
#contact-index #form p.submit {
    text-align: center;
}

/* フォームの注記 */
#contact-index #form ul.pt {
	margin: 0;
	padding-left: 20px;
}
#contact-index #form ul.pt li {
	margin: 0;
	float: none;
	width: auto;
	background-image: url(../contact/img/ico_dot.png);
	background-position: 0 0.25em;
	font-size: 85%;
}

/* プライバシーポリシーの注記 */
#policy #open ul.pt {
	margin: 0;
	padding-left: 20px;
}
#policy #open ul.pt li {
	margin: 0;
	float: none;
	width: auto;
	background-image: url(../contact/img/ico_dot.png);
	background-position: 0 0.25em;
}

/* フォーム入力の段階 */
#contact-index #form p.pict-step {
	text-align: center;
}
