@charset "UTF-8";

/*-------------------------------------------------------------
お問い合わせ

.bContact
┗ table
	┣ th
	┗ td

.bContactBtn

-------------------------------------------------------------*/
.bContact {
}

/*エラーコメント*/
.bContact .err { background: #F2C0C0 !important; }
.bContact .errBox { margin: 0 0 10px 0; padding: 5px; background: #F2C0C0; color: #C00; }

/*送信コメント*/
.bContact p.bContactSend { }

/*日付項目（カレンダー）*/
.bContact td .bContactInner table {
	border: none;
	padding: 0;
}
.bContact td .bContactInner table td {
	border: none;
	padding: 0;
}
.bContact td .bContactInner table td input {
	width: 90%;
}

.bContactContainer {
	width: 210px;
}
.bContactContainer table {
	width: 205px;
}
.bContactContainer table th.calhead {
	padding: 3px 5px;
}
.bContactContainer table .calweekdayrow th {
	padding: 3px 5px;
	border-left: none;
}
.bContactContainer table td {
	padding: 3px 5px;
}