@charset "euc-jp";

* {
margin				: 0;
padding				: 0;
font-size			: 100%;
font-family			: Verdana, Arial, sans-serif;
}

body {
color				: #666666;
/*
background-color		: #efefef;
*/
background-color		: #ffffff;
text-align			: center;
padding				: 0px;
}

div#inquiry-content {
background			: #ffffff;
width				: 680px;
margin				: 0 auto;
border				: 0px;
text-align			: left;
}

div.inquiry-content-inner {
padding				: 20px;
}

div.inquiry-content-inner h1 {
margin				: 0 0 10px 0;
}

p.caption {
font-size			: 80%;
margin				: 0 0 10px 0;
}

table.inquiry-table {
/*
width				: 100%;
*/
width				: 90%;
border-collapse		: collapse;
margin				: 0 0 20px 0;
}

table.inquiry-table th, table.inquiry-table td {
border				: 1px solid #cccccc;
padding				: 5px;
font-size			: 80%;
}

table.inquiry-table th {
font-weight			: normal;
text-align			: left;
background			: #eeeeee;
width				: 200px;
}

div.form-submit {
text-align			: center;
}

div.form-submit input {
width				: 100px;
font-size			: 80%;
}

blockquote.error {
color				: #ff0000;
font-size			: 80%;
text-align			: center;
margin				: 0 0 20px 0;
border				: 1px solid #cccccc;
padding				: 15px;
}

blockquote.error p {
line-height			: 150%;
}

blockquote.success {
color				: #333333;
font-size			: 90%;
font-weight			: bold;
text-align			: center;
margin				: 0 0 20px 0;
border				: 1px solid #cccccc;
padding				: 15px;
}

span.red {
color				: #ff0000;
}
