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

