@charset "utf-8";

header {
width: 800px;
margin: 0px auto;
padding: 30px 0px 20px;
position: relative;
}

header span.title{
width:440px;
display: block;
font-size: 46px;
margin-left : 0;
margin-right : auto ;
position: absolute;
}


header span.phonenumber{
width:340px;
display: block;
font-size: 26px;
margin-bottom: 3px;
margin-left : auto;
margin-right : 10px ;
}

header span.businesshour{
width:340px;
display: block;
font-size: 16px;
margin-left : auto;
margin-right : 10px ;
}

div.contact {
width: 800px;
margin: 0px auto;
padding: 30px 0px 100px;
position: relative;
}

div.contact h2 {
padding: .5em .75em;
background-color: #f6f6f6;
border: 3px double #ccc;
}
div.contact h3 {
margin-bottom: 40px;
text-indent: 0;
}
div.contact h4 {
margin: 20px 0px;
text-indent: 0;
}

div.contact {
line-height: 1.75;
}

div.contact table {
margin: 30px 0px;
border: 1px solid #cecece;
border-width: 1px 0px 0px 1px;
}
div.contact table th, div.contact table td {
padding: 10px;
border: 1px solid #cecece;
border-width: 0px 1px 1px 0px;
}

div.order div.submitBtn {
text-align: center;
}

div.order h2 {
text-indent: 0px;
width: 800px;
height: 50px;
margin-bottom: 30px;
}
div.order div.inner {
width: 600px;
margin: 0px auto;
}

span.flow {
text-align: center;
display: block;
margin-top: 30px;
margin-bottom: 30px;
}

table.top-table {
width: 799px;
border: 1px solid #cecece;
border-width: 1px 0px 0px 1px;
margin-bottom: 30px;
}
table.top-table td {
width: 500px;
border: 1px solid #cecece;
border-width: 0px 1px 1px 0px;
padding: 20px 0px 20px 20px;
line-height: 2.5;
}
table.top-table td.title {
width: 60px;
border: 1px solid #cecece;
border-width: 0px 1px 1px 0px;
padding: 10px 20px 10px 10px;
background-color: #1057d8;
font-weight: bold;
color: #ffffff;
}


table.form-table {
width: 799px;
border: 1px solid #cecece;
border-width: 1px 0px 0px 1px;
margin-bottom: 30px;
}
table.form-table th {
width: 49px;
border: 1px solid #cecece;
border-width: 0px 1px 1px 0px;
background-color: #1057d8;
padding: 0px !important;
}
table.form-table td {
width: 528px;
border: 1px solid #cecece;
border-width: 0px 1px 1px 0px;
padding: 20px 0px 20px 20px;
line-height: 2.5;
font-size: 13px;
}

table.form-table td.title {
width: 130px;
border: 1px solid #cecece;
border-width: 0px 1px 1px 0px;
padding: 20px 70px 20px 20px;
background-color: #e1faf8;
font-weight: bold;
}
table.form-table td.must {
background: url(images/contact-must.png) no-repeat scroll 148px center #e1faf8;
}
table.form-table small {
font-size: 11px;
padding-left: 10px;
}
table.form-table input.form-text {
height: 18px;
border: 1px solid #cecece;
padding: 1px 1px 1px 3px;
}
table.form-table textarea.form-text {
border: 1px solid #cecece;
padding: 1px 1px 1px 3px;
}
table.form-table span.address {
height: 20px;
display: block;
width: 58px;
font-size: 11px;
float: left;
line-height: 1.75;
}

strong.notice {
font-size: 175%;
letter-spacing: 0.2em;
line-height: 200%;
color: red;
font-weight: bold;
display: block;
padding: 0px 0px 20px;
text-align: center;
}

span.err {
display: block;
padding: 2px 0px;
color: red;
line-height: 1;
}

.form-contact {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: 30px;
    width: 598px;
}

.form-contact th {
    background-color: #FAFAFA;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-weight: normal;
    line-height: 150%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
    text-align: left;
    width: 25%;
}
.form-contact td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-size: 92%;
    line-height: 150%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
    width: 70%;
}

form-contact iframe.kiyaku-box {
    border: 1px solid #B0B0B0;
    height: 350px;
    overflow: auto;
    width: 400px;
}

div.submitBtn {
text-align: center;
padding: 0px 0px 40px;
}
div.submitBtn input:hover, div.submitBtn a:hover {
filter: alpha(opacity=0.5) !important;
  -moz-opacity:0.5 !important;
  opacity:0.5 !important;
}

.privacy {
	font-size: 10px;
	line-height: 1.5;
	padding: 10px 10px 20px;
}
.privacy ul, .privacy ol  {
list-style: none outside;
padding-left: 10px;
}