@charset "utf-8";
@import url(../o_template_style.css);
@import url(../../../tplate-10/css/contact/contact.css);

#article-left {
	display:none;
}
#article-right {
	margin-left: 0px;
}
#content-area {
	max-width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#form-btm-reset {
	background-color: #250E03;
}

#form-btm-reset div {
	color: #FFF;
	border: 1px solid #250E03;
}

#form-btm-reset:hover{
	color: #250E03;
	background-color: #FFF;
}

#form-btm-reset:hover div{
	color: #250E03;
}

#form-btm-send {
	background-color: #250E03;
}

#form-btm-send div {
	color: #FFF;
	border: 1px solid #250E03;
}

#form-btm-send:hover{
	color: #250E03;
	background-color: #FFF;
}

#form-btm-send:hover div{
	color:#250E03;
}
.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

}
