@charset "UTF-8";
/*----------------------------------------
contact
----------------------------------------*/
/*　common
----------------------------------------*/
/*#titleArea {
	background: url("../img/contact/bg_main_contact.jpg") 100% 50% no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#titleArea {
		background: url("../img/contact/bg_main_contact.jpg") 130% 50% no-repeat;
		background-size: 50% auto;
	}
}

/*　index
----------------------------------------*/
#contact #formContact .formHighlight.active {
	background: #fff9dc;
}
#contact #formContact .placeholderBg.active {
	background: #fff9dc;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #ccc;
}
#contact #formContact .error {
	background: #ffeeee !important;
}
#contact #tl_popupSC {
	z-index: 100 !important;
}
