@charset"utf-8";

/*----copyright(c)TUNE Inc. all rights reserved.-------------------------------
このcssプログラムソースは著作権および著作隣接権によって保護されています。
今回のケースでは改変については許可されていますが、転載・転用に関しては認められていません。
著作権および著作隣接権に関する質問・お問い合わせは下記まで。
info@tuneup.co.jp
-----------------------------------------------------------------------------*/

/*--searchwrappe--*/

h2#contact{
display:block;
background:url(../img/common/page_title_contact.gif) no-repeat;
width:980px;
height:45px;
margin:0 auto;
}

div#Contact table{
border-collapse:collapse;
margin:0 0 10px;
border-top:1px dashed #82bf41;
}

div#Contact table tr{
}

div#Contact table tr.bgcolor{
background:#f6faf2;
}

div#Contact table tr th{
padding:5px;
width:20%;
text-align:left;
line-height:160%;
border-bottom:1px dashed #82bf41;
}

div#Contact table tr td{
padding:5px;
width:80%;
line-height:160%;
border-bottom:1px dashed #82bf41;
}

div#Contact table tr td input{
width:486px;
}

div#Contact table tr td textarea{
width:486px;
height:300px;
}

div#Thanks{
background:#f0f6e9;
padding:5px;
margin:10px 0 5px;
line-height:120%;
}

