@charset "UTF-8";

/* contact
-------------------------------------------------------*/
#contact #article section p {
	margin-bottom: 20px;
}
#contact #article section p:last-child{
	margin-bottom: 0;
}
#contact #article section li {
	list-style-type:square;
	list-style-position:outside;
	margin-left:15px;
}
#contact #article section form input[type="submit"]{
	margin:auto;
	display:block;
}
#contact .company {
	margin-bottom: 30px;
	line-height: 1.5;
	border: 4px solid #EEE;
	padding: 3% 5%;
	font-size: .75rem;
}
#contact .company > p.logo {
	margin-bottom: 0;
}
#contact .company > p img {
	width: 120px;
	height: auto;
}


#contact dl {
	margin-bottom: 3%;
}
#contact dt {
	font-size: 1rem;
	font-weight:bold;
	text-align: left;
}
#contact dt span {
	font-size:.7rem;
	font-weight:normal;
	margin-left:4px;
}
#contact dt.ttl {
	font-size: 1.1rem;
	padding-top: 25px;
	margin-bottom: 15px;
	border-bottom: 2px solid #666;
}
#contact dd {
	margin-bottom:15px;
	text-align: left;
}
#contact article input[type="text"],
#contact article input[type="password"],
#contact article textarea {
	background-color:#FFF;
	border-radius:3px;
	border:1px solid #999;
	font-size:1.1rem;
	padding:8px 3%;
	-webkit-appearance: none;
	width:94%;
}
#contact article select {
	border:1px solid #999;
	border-radius:3px;
	padding:8px 3%;
}
#contact article input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact article input[type="submit"]:disabled {
	background: #aaa;
	cursor: not-allowed;
}