@charset "utf-8";


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

div#contents table th,
div#contents table td,
div#contents table.cardlist th,
div#contents table.cardlist td,
div#contents table.question th,
div#contents table.question td {
	padding: 4px;
	line-height: 120%;
	border: #CCCCCC 1px solid;
}

div#contents table th,
div#contents table.cardlist th,
div#contents table.question th {
	background-color: #F0F0F0;
}
div#contents table td,
div#contents table.cardlist td,
div#contents table.question td {
	background-color: #FFFFFF;
}
div#contents table.layout th,
div#contents table.layout td {
	padding: 4px;
	border: none;
	background-color: transparent;
}
div#contents table td.noborder {
	border: none;
	background-color: transparent;
}

/* -------------------------------------
 カード情報
------------------------------------- */

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: 112px;
}
table.status .cell2 {
	width: 157px;
}
table.status .cell3 {
	width: 106px;
}
table.status .cell4 {
	width: 156px;
}
table.status td.graphic {
	width: 192px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	border-color:#FFFFFF!important;
	border-right-color:#CCCCCC!important;
}
span.kana {
	font-size: 10px!important;
}

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

p.pageLink {
	text-align: center;
	margin-bottom: 24px;
}
p.pageLink a,
p.pageLink strong,
p.pageLink span.disable {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
	padding : 0 6px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
p.pageLink a:hover,
p.pageLink strong {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #29A0CD;
	border-color: #258FB8;
}
p.pageLink span.disable {
	color: #CCCCCC;
	background-color: #FFFFFF;
	border-color: #F0F0F0;
}

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

div#expansionList ul li {
	line-height: 2;
}
div#expansionList ul li a {
	padding : 0 3px;
	border: 1px solid #FFFFFF;
}
div#expansionList ul li a.active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #29A0CD;
	border-color: #258FB8;
}

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

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: 15px;
	color: #000000;
	padding : 0 6px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
p.neighbor a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #29A0CD;
	border-color: #258FB8;
}
p.neighbor span.disable {
	color: #CCCCCC;
	background-color: #FFFFFF;
	border-color: #F0F0F0;
}

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

div#expansionDetail_table table a {
	padding : 0 3px;
	border: 1px solid #FFFFFF;
}
div#expansionDetail_table table a.active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #29A0CD;
	border-color: #258FB8;
}

/* -------------------------------------
 QAのテーブル
------------------------------------- */
div#contents table.question th,
div#contents table.question td {
	border: #CCCCCC 1px solid;
	padding: 2px 6px;
}
div#contents table.question th {
	background-color: #F0F0F0;
}
div#contents table.question td {
	background-color: #FFFFFF;
}
 
table.result {
	width: 524px;
 
}

/* -------------------------------------
 QAのカード名
------------------------------------- */
span.cardname {
	color: #FF0000;
}


/* -------------------------------------
 ショップ地域
------------------------------------- */
div#contents table.shopplace th {
	border: #CCCCCC 1px solid;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
div#contents table.shopplace td {
	border: #CCCCCC 1px solid;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
}

/* -------------------------------------
 ショップリスト
------------------------------------- */
div#contents p.line {
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}

div#contents table.shoplist {
	margin-bottom: 20px;
	border: 1px solid;
}
div#contents table.shoplist th {
	border: #CCCCCC 1px solid;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
}
div#contents table.shoplist th.shopheader {
	text-align: left;
}

div#contents table.shoplist td {
	border: #CCCCCC 1px solid;
	background-color: #FFFFFF;
	padding: 4px;
}

div#contents table.shoplist strong {
	color: #FF0000;
	text-decoration: none;
}
span.serviceTitle {
	display: block;
	color: #0000AA;
	font-weight: bold;
	font-size: 10px!important;
	padding: 4px 6px 0;
}



