form {
    margin-bottom: 60px;
}
p.txt {
    background-image: url(maintenance/index/line01.gif);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    margin: 10px 0px 0px 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}
.hissu {
    margin: 0px;
    padding: 5px 0px 0px 27px;
    color: #990000;
}
.txtred {
    color: #CC0000;
    font-weight: normal;
}
.area {
    padding: 20px 0px 0px;
    width: 640px;
    margin-right: auto;
    margin-left: auto;
}
.area table {
    width: 640px;
}
.area table th {
    width: 25%;
    box-sizing: border-box;
    margin: 0px;
    padding: 20px 0px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #3061B5;
    color: #003366;
}
.area table th p {
    width: 75%;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DEE9FA;
    margin: 0px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 17px;
    background-image: url(inquiry/point.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 0px;
}
.area table td {
    margin: 0px;
    padding: 20px 10px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1B4A9F;
    background-color: #F0F7FC;
    background-image: url(inquiry/bg01.jpg);
    background-repeat: repeat-y;
    background-position: right top;
}
.area table td input, .area table td textarea {
    border: 1px solid #5289D9;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: 2px;
    padding-left: 1px;
	width: 100%;
	height: 25px;
}
.area table td input.half{
	width: 100px;
}
.area table td textarea {
	height: 145px;
}
.send {
    margin: 0px;
    padding-top: 20px;
}
.send input {
    border: 1px solid #5289D9;
    margin: 0px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color: #EAF1F9;
}

.contactNotes{
    margin: 20px auto 0;
    background-color: #a52a2a;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}


/*通報フォームへのボタン*/
.text_area p {
    margin: 0 20px;
}
.to_form {
    display: block;
    margin: 10px 20px 50px;
    border: 2px solid #002E8C;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background: #f0f9ff;
    background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 63%, #a1dbff 100%);
    background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 63%, #a1dbff 100%);
    background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 63%, #a1dbff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=0);
}
.to_form:hover {
    color: #428DBD;
    background: #a1dbff;
    background: -moz-linear-gradient(top, #cbebff 0%, #f0f9ff 100%);
    background: -webkit-linear-gradient(top, #cbebff 0%, #f0f9ff 100%);
    background: linear-gradient(to bottom, #cbebff 0%, #f0f9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbebff', endColorstr='#f0f9ff', GradientType=0);
}
.to_form span {
    line-height: 60px;
    font-size: 16px;
    margin-left: 20px;
    font-weight: bold;
}