@charset "UTF-8";
/* CSS Document */

/*------------------------------
common
------------------------------*/
.common_box {
    width: 100%;
    text-align: center;
    margin: 0 auto 100px;
}

/*------------------------------
content
------------------------------*/
#main {
    margin: 180px auto 150px;
}
#main .ttl {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 20px;
}
#main .sub {
    font-size: 12px;
    line-height: 12px;
}
#contact {
    width: 90%;
}
#contact table {
	width: 100%;
}
#contact table th {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
#contact table th span {
    color: #f00;
}
#contact table td {
    display: block;;
}
#contact table input {
    width: 100%;
	vertical-align: middle;
	height: 40px;
	margin-bottom: 30px;
    padding-left: 10px;
    background: #f0f0f0;
}
#contact select {
    width: 100%;
    height: 40px;
    background: #f0f0f0;
    border: none;
	display: inline-block;
    padding-left: 20px;
    margin: 0 auto 40px;
    font-size: 12px;
}
#contact table textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	margin-bottom: 40px;
    background: #f0f0f0;
    border: none;
    resize: none;
}
#contact .submit_box {
	width: 100%;
	margin: 0 auto;
}
#contact .submit {
	width: 100%;
	height: 40px;
	color: #fff;
	background: #000;
	font-size: 12px;
}
#contact .submit:hover {
    background: #0d2e8a;
    transition: 0.5s;
}
