@charset "UTF-8";
@import "inner.css";
@import "base.css";


/*-----------------------------------------
コンテンツ
-----------------------------------------*/

/*個人情報で使用するテーブル*/
table.company {
width:590px;
margin:0px 0px 14px 10px;
border-top:1px dotted #cccccc;
border-right:1px dotted #cccccc;

}

table.company th {
background:#e4e4e4;
border-right:1px dotted #cccccc;
border-bottom:1px dotted #cccccc;
}

table.company td {
padding:6px;
border-bottom:1px dotted #cccccc;
border-right:1px dotted #cccccc;

}

table.company table td {
padding:2px;
border:none;
}

.last{
text-align:right;
}

.mar5{
margin-left:5px;
}
.mar10{
margin-left:10px;
}
