@charset "utf-8";

.con-tit {
	margin-bottom: 16px !important;
}

.contact-txt {
	text-align: center;
	font-weight: 14px;
	max-width: 800px;
	padding: 20px 10px;
	margin: 0 auto;
}

.contact-form-wrap {
	max-width: 800px;
	margin: 0 auto;
	color: #333;
}

#contact_content {
	float: left;
	width: 713px;
	margin-bottom: 20px;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
}

table.contact {
	width: 100%;
	margin: 16px 0px 16px 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	word-break: break-all;
}

.contact th {
	width: 180px;
	padding: 15px;
	text-align: left;
	color: #fff;
	font-weight: normal;
	background-color: #666;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #222;
}

.contact td {
	text-align: left;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #666;
}

.sample-txt {
	color: #999999;
}

.back, .back:hover {
	line-height: 40px;
	color: #666;
}

.icon {
	color: #fff;
	border-radius: 5px;
	font-size: 11px;
	padding: 3px;
	margin-left: 4px;
	white-space: nowrap;
	word-break: keep-all;
}

.hissu {
	background: #C00;
}

.nini {
	background: #06C;
}

#contact-btn {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.naviation-bar {
	max-width: 800px;
	margin: 0 auto;
}

.naviation-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.naviation-bar ul li {
	float: left;
	width: 33.333333%;
	height: 40px;
	position: relative;
}

.naviation-bar ul li div {
	padding: 10px 0 0 16px;
}

.flow-area {
	background: #FFF;
	padding: 2px;
	color: #333;
	border-radius: 5px;
}

.flow-area-hover {
	background: #F90;
	padding: 2px;
	color: #fff;
	border-radius: 5px;
}

.arrow {
	width: 0;
	height: 0;
	border: 20px solid transparent;
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 1;
}

input[type="radio"] {
	display: inline-block;
	margin-top: 0 !important;
}

input[type="checkbox"] {
	display: inline-block;
	margin-top: 0 !important;
}

textarea[name="user_comment"] {
	width: 100%;
	min-height: 150px;
}

.checkbox-label {
	display: inline-block;
	padding-right: 16px;
}

.btn {
	width: 150px;
	background: #C00;
	color: #FFF;
}

.btn:hover {
	color: #FFF;
	background: #F33;
}

.check-wrap {
	text-align: center;
	color: #333;
	font-size: 13px;
	margin-top: 16px;
}

/* ナビゲーションの色 */

.cl1 {
	background: #444;
}

.cl2 {
	background: #666;
}

.cl1 .arrow {
	border-left: 10px solid #444;
}

.cl2 .arrow {
	border-left: 10px solid #666;
}

/* アラート */
.error-info {
	font-size: 12px;
	color: #C00;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background: #FFF;
	margin-top: 16px;
}

.console {
	display: block;
	font-size: 12px;
	color: #C00;
}

input[type="text"], input[type="tel"], input[type="email"] {
	width: 100%;
	max-width: 300px;
}

.contact-ttl {
	margin: 64px 0 32px 0;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
}

.car-info-wrap {
	max-width: 800px;
	background: #333;
	margin: 0 auto 16px;
}

.car-info-list {

}

.car-info-list li {
	/*padding: 4px;*/
	color: #fff;
}

.car-info-img {
	text-align: right;
}

.car-info-img img {
	height: 112px;
}

.contact-explain {
	padding: 24px;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	line-height: 2.0em;
}

/* タブレット以下 */
@media screen and (max-width: 992px) {
	.contact th {
		width: 30%;
		padding: 4px;
		box-sizing: border-box;
	}

	.flow-area, .flow-area-hover {
		font-size: 11px;
	}

	.car-info-img {
		text-align: center;
	}
}