.ie7 footer.footer-area {
	background:#ececec;
}
.ie7 nav.main-navigation {
	background:#D0E9FB;
}

/* 「確認画面へ」「送信」ボタン */
.ie8 .entry-content input[type="button"],
.ie8 .entry-content input[type="submit"],
.ie7 .entry-content input[type="button"],
.ie7 .entry-content input[type="submit"] {
	padding: 6px 20px 4px 20px;
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	color: #333;
	background-color: #dce6f34;
	border: 1px solid #8cacd6;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
}

.ie8 .entry-content input[type="button"]:hover,
.ie8 .entry-content input[type="submit"]:hover,
.ie7 .entry-content input[type="button"]:hover,
.ie7 .entry-content input[type="submit"]:hover {
	color: #fff;
	background-color: #2b61a7;
	border: 1px solid #174d7e;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
}

/* 
/************************************************************************************/
/* submit    button */


/* 「戻る」「次へ」ボタン */

.ie8 .send  input[type="button"],
.ie8 .send input[type="submit"],
.ie7 .send  input[type="button"],
.ie7 .send input[type="submit"] {
	padding: 6px 6px 4px 6px;
	font-size: 14px;
	line-height: 2;
	font-weight: normal;
	color: #333;
	background-color: #e6e6e6;
	border: 1px solid #8cacd6;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
}

.ie8 .send  input[type="button"]:hover,
.ie8 .send input[type="submit"]:hover,
.ie7 .send  input[type="button"]:hover,
.ie7 .send input[type="submit"]:hover {
	color: #fff;
	background-color: #2b61a7;
	border: 1px solid #174d7e;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
}


