@charset "Shift_JIS";

body{
font: normal 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #151515;
text-align: center;
}

table{
margin: 20px auto;
width: 600px;
border-color: #151515;
border-collapse: collapse;
}
th{
background-color: #eeeeee;
color: #333;
font-size: 85%;
text-align: left;
font-weight: bold;
white-space: nowrap;
vertical-align: middle;
padding: 5px;
width: 25%;
}
td{
font-size: 85%;
text-align: left;
padding: 5px;
width: auto;
}
input[type="text"]{
background: #ffffee;
margin: 5px;
width: 75%;
}
textarea{
background: #ffffee;
margin: 5px;
width: 75%;
min-height: 80px;
}
input[type="button"], input[type="submit"], input[type="reset"]{
text-align: center;
width: 100px;
}

iframe#inquiry, iframe#entry{
padding: 30px 0 10px;
}

form em.attention{
color: #cc0000;
vertical-align: sup;
font-style: normal;
font-weight: bold;
}
/*
table#campaign th{
background: #EF3F6B;
color: #fff;
}

table#campaign em.attention{
color: #ffffff;
}
*/