@charset "utf-8";

.style1 {color: #00CC33}
.style2 {color: #FF0000}
.style3 {color: #000000}
.style4 {color: #0066FF}
.style5 {color: #FFFF00}

/* -------------------------------------
 単体情報テーブル
------------------------------------- */

table.status {
	width: 536px;
	margin-left: 0px !important;
	margin-bottom: 8px;
}
table.status th {
	white-space: nowrap;
	text-align: right;
}
table.status th,
table.status td {
	font-size: 10px;
}
table.status tr.first th,
table.status tr.first td {
	font-size: 12px;
}
table.status .cell1 {
	width: 62px;
}
table.status .cell2 {
	width: auto;
}
table.status .cell3 {
	width: 56px;
}
table.status .cell4 {
	width: 56px;
}
table.status td.graphic {
	width: 192px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	border-color:black!important;
	border-right-color:#999999!important;
}
span.kana {
	font-size: 10px!important;
}

/* -------------------------------------
 ページリンク
------------------------------------- */

p.pageLink {
	text-align: center;
}
p.pageLink a,
p.pageLink strong,
p.pageLink span.disable {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	padding : 0 6px;
	background-color: #333333;
	border: 1px solid #666666;
}
p.pageLink a:hover,
p.pageLink strong {
	text-decoration: none;
	background-color: #00A3B5;
	border-color: #00CDE3;
}
p.pageLink span.disable {
	color: #333333;
	background-color: #161616;
	border-color: #333333;
}

/* -------------------------------------
 隣のカード
------------------------------------- */

p.neighbor {
	text-align: right;
	margin-bottom: 4px;
}
p.neighbor a,
p.neighbor span.disable {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	padding : 0 6px;
	background-color: #333333;
	border: 1px solid #666666;
}
p.neighbor a:hover {
	text-decoration: none;
	background-color: #00A3B5;
	border-color: #00CDE3;
}
p.neighbor span.disable {
	color: #333333;
	background-color: #161616;
	border-color: #333333;
}

/* -------------------------------------
 エクスパンション内カードリスト
------------------------------------- */

div#expansionDetail_table table a {
	padding : 0 3px;
	border: 1px solid #000000;
}
div#expansionDetail_table table a.active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00A3B5;
	border-color: #00CDE3;
}

/* -------------------------------------
 エクスパンションリスト
------------------------------------- */

div#expansionList ul li a {
	padding : 0 3px;
	border: 1px solid #000000;
}
div#expansionList ul li a.active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00A3B5;
	border-color: #00CDE3;
}

/* -------------------------------------
 テーブル共通補填
------------------------------------- */

div#contents table th,
div#contents table td {
	color: #FFFFFF;
	padding: 4px;
	line-height: 120%;
	border: #999999 1px solid;
}
div#contents table th {
	background-color: #333333;
}
div#contents table td {
	background-color: #000000;
}
div#contents table.layout th,
div#contents table.layout td {
	padding: 4px;
	border: none;
	background-color: transparent;
}

/* -------------------------------------
 カード検索
------------------------------------- */
span.highlight {
	background-color: yellow;
	color: black;
	font-weight:bold;
}
span.checkbox {
	margin-left: 8px;
}
div#searchResults h4 {
	padding:0 4px;
	background-image:none;
	margin:2px 0 6px 0;
	background-color: #333;
	line-height: 1.5;
	border:none;
}
span.unit {
	margin-right: 2px;
}
div#contents table#searchResult-table,
div#contents table#searchResult-table-simple {
	width: 500px;
}
div#contents table#searchResult-table th {
	border-right: none;
	background-color: #000000;
	width: 190px;
	text-align: center;
}
div#contents table#searchResult-table td {
	border-left: none;
	vertical-align: top;
}


/* -------------------------------------
 PRカード一覧
------------------------------------- */

div#contents table#prcard_filter th,
div#contents table#prcard_filter td {
	border: none;
	padding: 0 4px 2px 0;
	vertical-align: top;
}

div#contents table#prcard_filter {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 503px;
}
div#contents table#prcard_filter th {
	background-color: transparent;
	padding-right: 4px;
	text-align: right;
	padding-top: 2px;
	width: 50px;
}

div#contents table#prcard_filter p {
	padding: 0;
	margin: 0;
}

div#contents table#prcard_filter td a.active {
	background-color: #00A3B5;
	border-color: #00CDE3;
}
div#contents table#pr_card_effective {
	border-bottom: 1px solid #666;
}

div#contents table#pr_card_schedule td img,
div#contents table#pr_card_effective td img {
	vertical-align: middle;
}




