@charset "utf-8";
/* ------------------------------ */
/*お問い合わせ専用*/
/* ------------------------------ */

/*ページタイトル表示用*/
h2#feedback {
	background-image: url(../../feedback/images/page-title.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 32px;
	width: 633px;
}



/*個人情報について用(index.html)*/

div.privacy-box {
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../feedback/images/bg_privacy-box.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-top: 60px;
	padding-bottom: 13px;
}
div.privacy-box h3 {
	margin-bottom: 13px;
}
div.privacy-box p{
	font-size: 72.5%;
	line-height: 155%;
	margin-right: 15px;
	margin-left: 15px;
}
div.privacy-box ol{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.privacy-box li{
	font-size: 72.5%;
	line-height: 160%;
	margin-right: 15px;
	margin-left: 45px;
}

/*お問い合わせテーブル用(.html)*/

table.inputFeedback {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
table.inputFeedback th {
	font-size: 72.5%;
	background-color: #b9d5e6;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	vertical-align: top;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.inputFeedback td {
	background-color: #cccccc;
	font-size: 72.5%;
	background-color: #cccccc;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	vertical-align: top;
}
.submitBtn {
	font-size: 72.5%;
	background-image: url(../../feedback/images/bt_btn.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 22px;
	width: 79px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inputTxt {
	padding: 3px;
	width: 85%;
}

div.btnBox {
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
