@charset "shift-jis";

/*------------------------------
お問合せフォーム
------------------------------*/

.caution {
	color: #FF3333;
}

.contact_table {
	border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    clear: both;
    color: #666666;
    font-size: 95%;
    line-height: 1.5;
    margin: 0 0 20px 45px;
    width: 600px;
}

.contactTitle {
	background: none repeat scroll 0 0 #EEEEEE;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.contactinputarea,.contacttd {
	background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    padding: 5px;
    text-align: left;
}

.contacttd {
	text-align: center;
}

input {
	vertical-align: middle;
}