@charset "utf-8";
table {
/*table-layout:fixed;*/
}
th,
td {
/*vertical-align:top;*/
}
.tableA table {
border-collapse:separate;
border-top:1px solid #ddd;
border-left:1px solid #ddd;
}
.tableA th ,
.tableA td {
padding:7px 10px;
}
.tableA th {
background-color:#fe9901;
color:white;
border-right:1px solid white;
border-bottom:1px solid white;
text-align:center;
}
.tableA thead th {
text-align:left;
}
.tableA th.lastCol {
border-right:1px solid #ddd;
}
.tableA th a {
color:white;
}
.tableA td {
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
}
.tableA td.bg_grayStripe {
border-right:1px solid white;
border-bottom:1px solid white;
background:url(http://img.atgames.jp/img/bk_stripe.gif) 0 0;
}
.tableA td.bg_grayStripe.lastCol {
border-right:1px solid #ddd;
border-bottom:1px solid white;
background:url(http://img.atgames.jp/img/bk_stripe.gif) 0 0;
}
.tableA td.bg_afterThShadow {
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
background:url(http://img.atgames.jp/mypage/img/mypage_profile_td_bg.gif) 0 0 repeat-y !important;
}
.tableSize624 {
width:622px;
margin: 0 auto;
}
.tableSize610 {
width:608px;
margin:0 auto;
}
.bg_black {
background:url(http://img.atgames.jp/img/changebox_bk.gif) 0 0 !important;
}
.bg_grayStripe {
background:url(http://img.atgames.jp/img/bk_stripe.gif) 0 0  !important;
}
.bg_afterThShadow {
background:url(http://img.atgames.jp/mypage/img/mypage_profile_td_bg.gif) 0 0 repeat-y !important;
}
.border_right_white {
border-right:1px solid white;
}
/*
アットゲームズベーシックテーブル
*/
table.basicTable {
border-collapse: separate;
border-spacing:1px;
border:1px solid #ddd;
background:white;
}
table.basicTable th ,
table.basicTable td {
font-size:13px;
padding:7px 10px;
vertical-align:middle;
}
table.basicTable th {
color:#FFFFFF !important;
background: #fe9901;
text-align:center;
font-weight:bold;
}
table.basicTable th a {
color:#FFFFFF !important;
text-decoration:none;
}
table.basicTable thead th {
text-align:left;
}
table.basicTable td {
background: url(http://img.atgames.jp/common/img/table/basicTable_td_bg.gif) 0 0 no-repeat;
}
table.basicTable td.firstChild {
background: url(http://img.atgames.jp/common/img/table/basicTable_td_bg.gif) 0 -1px no-repeat;
}
/*
アットゲームズミニテーブルA
*/
table.miniTableA {
border-collapse: separate;
border-spacing:1px;
background:#ddd;
}
table.miniTableA th ,
table.miniTableA td {
padding:7px 5px;
background:#fefef2;
vertical-align:middle;
}
table.miniTableA thead th {
background: #fe9901;
color: white;
text-align:left;
font-weight:bold;
}






/*

*/
table.basicTable.diary {
margin-top:1px;
margin-right:auto;
margin-left:auto;
}
table.basicTable.forSelfishing th {
background:#40B1FF;
}
/*
ユーティリティ
*/
table.basicTable .noPadding {
padding:0 0 0 0 !important;
}
table.basicTable .noBg {
background:none !important;
}
table.basicTable .noBgWithTopBorder {
background-image:none;
border-top:1px solid #ddd;
}
table.basicTable .noBgWithLeftBorder {
background-image:none;
border-left:1px solid #ddd;
}
table.basicTable .noBgWithTopBorderLeftBorder {
background-image:none;
border-top:1px solid #ddd;
border-left:1px solid #ddd;
}
table.basicTable .cellPadding {
padding:7px 10px;
_display:inline;
}
table.basicTable .cellPaddingBottomNone {
padding:7px 10px 0;
_display:inline;
}
