@charset "utf-8";
/* 全体 */
em{
font-weight:bold;
font-style:normal;
color:#d5302e;
}

table.inquirybukken{
margin:10px auto;
border-collapse: collapse;
text-align:left;

}

table.inquirybukken input,table.inquirybukken select,table.inquirybukken textarea{
margin:1px 0;
}

table.inquirybukken td{
padding:5px 15px;
border:solid 1px #649E1D;
}

table.inquirybukken td.item{
font-weight:bold;
color:#333;
background:#ffd7c8;
white-space: nowrap;
}

.required{
font-weight:bold;
color:#d5302e;
}
/*
input.btn{
display:block;
margin:10px auto;
padding:10px 30px;
}
*/

input.btn{
display:block;
margin:10px auto;
padding:10px 30px;
border-top: 3px double #cccccc;
border-right: 3px double #333333;
border-bottom: 3px double #333333;
border-left: 3px double #cccccc;
color: #333333;
background-color: #edeae4;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
}

input.btn:hover,input.btn:focus {
border-top: 3px double #cccccc;
border-right: 3px double #333333;
border-bottom: 3px double #333333;
border-left: 3px double #cccccc;
color: #990000;
background-color: #edeae4;
font-family: Verdana, Geneva, sans-serif;
cursor: pointer;
}

input.btn:active {
border-top: 3px double #333333;
border-right: 3px double #cccccc;
border-bottom: 3px double #cccccc;
border-left: 3px double #333333;
color: #333333;
background-color: #edeae4;
font-family: Verdana, Geneva, sans-serif;
cursor: pointer;
}

input.smallbtn{
padding:3px 10px;
font-size:12px;
}

.errorsdisplay{
margin:10px 20px;
list-style-position: inside;
}
