@charset "utf-8";


div#contents h4 {
	width: 630px;
	color: #333;
	background-color: #EEE;
	border-bottom: #999999 1px solid;
	padding: 3px 8px;
	margin-left: -6px;
	margin-top: 18px;
	margin-bottom: 12px;
}

div#contents table {
	border-collapse: collapse;
}
div#contents table th,
div#contents table td {
	padding: 4px;
	line-height: 120%;
	border-width: 1px;
	border-style: solid;
	border-color: #78BBE5;
}
div#contents table th {
	color: #1F6F9E;
	background-color: #DCE8F5;
}
div#contents table td {
	background-color: #FFF;
}
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: 640px;
	margin-left: 0px !important;
	margin-bottom: 8px;
}
table.status th {
	white-space: nowrap;
	text-align: right;
}
table.status th,
table.status 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:white!important;
	border-right-color:#78BBE5!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: #0075CC;
	padding : 0 6px;
	background-color: #FFF;
	border: 1px solid #0075CC;
}
p.pageLink a:hover,
p.pageLink strong {
	text-decoration: none;
	color: #FFF;
	background-color: #0075CC;
	border-color: #0075CC;
}
p.pageLink span.disable {
	color: #AADBFF;
	background-color: #FFF;
	border-color: #AADBFF;
}
div#expansionList ul li a {
	padding : 0 3px;
}
div#expansionList ul li a.active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0075CC;
}
span.kana {
	font-size: 10px!important;
}


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

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

div#contents table.shoplist {
	margin-bottom: 15px;
	border: 1px solid;
}
div#contents table.shoplist th {
	border: #6666FF 1px solid;
	background-color: #6666FF;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
}
div#contents table.shoplist th.head {
	text-align: left;
	background-color: #000033;
}

div#contents table.shoplist td {
	border: #6666FF 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;
}

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

/* imagePreview用 */
#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#DCE8F5;
	padding:5px;
	display:none;
	font-weight: bold;
	color: #333;
	text-align: center;
}
th.cardimage img{
	visibility: hidden;
}



