@charset"utf-8";
@import url("/nr/css/mainframe.css");

/*----copyright(c)TUNE Inc. all rights reserved.-------------------------------
このcssプログラムソースは著作権および著作隣接権によって保護されています。
今回のケースでは改変については許可されていますが、転載・転用に関しては認められていません。
著作権および著作隣接権に関する質問・お問い合わせは下記まで。
info@tuneup.co.jp
-----------------------------------------------------------------------------*/


div#middlewrappe h2#NrTitle{
width:980px;
margin:0 auto;
background:(../img/common/title.gif) no-repeat;
height:45px;
}

div.nrwrapper{
border-bottom:1px dotted #cccccc;
padding:0 0 10px 0;
margin:0 0 20px;
}

h4.subtitle{
border:2px solid #eeeeee;
padding:3px 3px 3px 11px;
margin:0 0 5px 0;
background:url(../img/common/sub_title_border.gif) no-repeat 5px 4px;
}

div.bg{
border:2px solid #eeeeee;
padding:5px;
margin:0 0 20px;
}

/*----testninteilist-----*/

ul#testninteilist{
margin:5px 0 20px;
border-top:1px dotted #efefef;
}

ul#testninteilist li{
background:url(../img/common/arrow.gif) no-repeat 0 8px;
padding:5px 0 5px 11px;
border-bottom:1px dotted #efefef;
line-height:120%;
}

table.nrtable{
width:100%;
border-collapse:collapse;
}

.bgcolor{
background:#ebeefc;
}

table.nrtable tr th{
padding:5px;
text-align:left;
border:1px solid #ececec;
line-height:120%;
}


table.nrtable tr td{
padding:5px;
border:1px solid #ececec;
line-height:120%;
}

.tani{
text-align:center;
width:40px;
}

/*form---------------------------------------------------------*/

table.nrform{
width:100%;
border-collapse:collapse;
border-top:1px dotted #ececec;
}

table.nrform tr th{
padding:5px;
text-align:left;
border-bottom:1px solid #ececec;
line-height:120%;
width:130px;
}


table.nrform tr td{
padding:5px;
border-bottom:1px solid #ececec;
line-height:120%;
}

input#name,
input#furigana,
input#email,
input#address2,
input#address3,
input#address4,
input#tell,
input#officename,
input.text{
width:300px;
}
input#year,
input#month,
input#day,
input#zip1,
input#zip2,
input.zip{
width:30px;
}

textarea#comment{
width:300px;
height:100px;
}

div#Thanks{
margin:10px 0 0 0;
padding:10px 5px;
line-height:140%;
border-top:1px dotted #cccccc;
border-bottom:1px dotted #cccccc;
}

span.red{
color:#ff0000;
}

