﻿@charset "utf-8";
/* CSS Document */
/*--------------------- ↓container↓ --------------------------*/
#container{
width:300px;
height:auto;
margin:0 auto;
padding:0;
}
#container div.title{
background:url(../img/inquire_title.gif) repeat-x 0 0;
width:300px;
height:35px;
}
#container div.content{
font-size:12px;
border-right:1px solid #b7b7b6;
border-left:1px solid #b7b7b6;
border-bottom:1px solid #b7b7b6;
width:298px;
height:auto;
margin:0;
padding:0;
}
#container div.word{
width:280px;
height:66px;
margin:0 10px 10px 10px;
padding:5px 0 0 0;
}
#container .fon0{
color:#ff0000;

font-weight:bold;
}
#container div.frame{
border:1px solid #b7b7b6;
margin:0 10px 10px 10px;
}
#container div.mail{
width:240px;
height:40px;
margin:10px 15px;
}
#container div.mail table tr td{
height:15px;
}
#container div.mail input.length1{
width:150px;
}
#container div.center{
text-align:center;
margin:0 0 10px 0;
}
#container div.center input{
width:100px;
}
/*--------------------- ↑container↑ --------------------------*/