﻿@charset "utf-8";
/* CSS Document */

/* Inquiry
---------------------------------------------------------------------------- */

body#inquiry{
text-align:center;
padding:0 0 10px 0;
color:#333;
font-size:12px;
font-weight:normal;
font-family:"ＭＳ Ｐゴシック", Osaka,Verdana,Arial,Helvetica;
/*background:#fff none;*/
}

#inquiry #container{
margin:0 auto;
width:600px;
text-align:left;
}
#inquiry h1{
margin:0 0 15px 0;
border-top: none;
}

#inquiry dl{
margin:0 0 15px 0;
border: 1px solid #CCCCCC;
border-top: none;
}

#inquiry dl dt {
float: left;
font-weight: bold;
padding: 5px;
width: 10em;
border-top: 1px solid #CCCCCC;
border-left: none;
}

#inquiry dl dd {
margin: 0 0 0 11em;
padding: 5px;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

#inquiry p.namebox{
float:left;
width:150px;
margin:0 10px 0 0;
}

#inquiry .name{
width:120px;
}

#inquiry #com{
width:200px;
}

#inquiry #position,
#inquiry #post,
#inquiry #email,
#inquiry #comments{
width:350px;
}

#inquiry .phone{
width:50px;
}

#inquiry p.add{
margin:0 0 5px 0;
}

#inquiry p.add #add{
width:350px;
}

#inquiry #submitbtn{
width:100px;
}

#inquiry .buttons{
text-align:center;
margin:0 0 10px 0;
}

#inquiry .errorpoint{
color:#f00;
}
.inner{
margin:0 20px 20px 20px;
}
