@charset "utf-8";

/*============================================================
                    
	お問い合わせCSS設定
					
============================================================*/
#wrapper.contact {
	background:none;
	display:block;
}
.contact #header {
	position:static;
	width:100%;
	margin:0 0 10px;
}
.contact #brand {
	float:none;
	width:100%;
	background:#00A2E0;
	height:76px;
}
.contact #footer {
	width:100%;
	clear:both;
	margin:20px auto 0;
	font-size:85%;
}
.contact #container {
	margin-left:0;
	margin-right:0;
}
.contactTable {
	width:100%;
	display: table;
}
.contactTable dl {
	display: table-row;
}
.contactTable dl dt,
.contactTable dl dd {
	display: table-cell;
	padding: 10px;
	vertical-align:middle;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.contactTable dl dt {
	font-weight:bold;
	background:#f3f3f3;
}
.contactTable dl dd {
	background:#fdfdfd;
}
.contactTable input,
.contactTable select {
	font:inherit;
	line-height:inherit;
}
.contact #copyright {
	text-align:center;
}
label.error {
	display:block;
	color:red;
}
.contactTable input.error,
.contactTable textarea.error {
	background:#FFF0F0;
	border:1px solid #F00;
}


/*ウィンドウサイズ640px未満*/
@media screen and (max-width: 959px) {

.contactTable,
.contactTable dl,
.contactTable dl dt,
.contactTable dl dd {
	display: block;
	border:none;
}

.contactTable select {
	width:100%;
	max-width:580px;
	height:44px;
	line-height:44px;
}
.break {
	display:block;
}
}
