@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :京浜
 style info :お問い合わせ
=================================================================== */

.inquirypage{
}
.inquirypage dl{
}
.inquirypage dl dt{
border-left:5px solid #ff8d54;
border-bottom:1px dotted #ff8d54;
padding:0 0 0 5px;
font-weight:bold;
margin:0 0 5px 0;
}
.inquirypage dl dd span{
padding:0 0 0 5px;
color: #F00;
}
.inquirypage dl dd{
padding:0 0 10px 10px;
}
.inquirypage p#agreement{
text-align:center;
margin:20px;
}
.inquirypage p#agreement a{
border:1px solid #ccc;
padding:10px;
text-decoration:none;
font-weight:bold;
}
.inquirypage p#agreement a:hover{
background:#f93;
}

.inquirypage dl dd input{
}
.inquirypage dl dd input.typeText,
.inquirypage dl dd input.typeText2,
.inquirypage dl dd textarea{
border-top:1px solid gray;
border-right:1px solid silver;
border-bottom:1px solid silver;
border-left:1px solid gray;
width:480px;
font-family:sans-serif;
font-weight:normal;
font-size:1em;
}
.inquirypage dl dd input.typeText2{
/*coName, pName, pref, telNum*/
width:240px;
}
