.un_suicaCardOuter {
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 35px;
}
.un_suicaCardOuter img {
	width: auto;
	max-width: 100%;
}
@media only screen and (max-width: 640px) {
	.un_suicaCardOuter {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
}

.un_suicaCardList {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
@media only screen and (max-width: 640px) {
	.un_suicaCardList {
		display: block;
	}
}

.un_suicaCardListItem {
	width: 45%;
	display: block;
}
@media only screen and (max-width: 640px) {
	.un_suicaCardListItem {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 640px) {
	.un_suicaCardListItem:last-of-type {
		margin-bottom: 0;
	}
}

.un_suicaCardListItemHeader {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0 !important;
}

.un_suicaCardListItemImageOuter {
	text-align: center;
}
@media only screen and (max-width: 640px) {
	.un_suicaCardListItemImageOuter {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

.un_suicaCardListItemImage {
	text-align: center;
	margin-top: 5px;
}

@media only screen and (max-width: 950px) {
	.un_suicaCardListItemImage {
		width: 100%;
		height: auto;
	}
}

.un_useImageOuter {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
	.un_useImageOuter {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
}

@media only screen and (max-width: 950px) {
	.un_useImage {
		width: 70%;
		height: auto;
	}
}
@media only screen and (max-width: 640px) {
	.un_useImage {
		width: 85%;
		height: auto;
	}
}

.un_useImageText {
	font-weight: bold;
	color: #ea2026;
	font-size: 1.6rem !important;
	margin-top: 15px;
}

.un_areaMapImageOuter {
	text-align: center;
	margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
	.un_areaMapImageOuter {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
}

@media only screen and (max-width: 950px) {
	.un_areaMapImage {
		width: 100%;
		height: auto;
	}
}

.un_textAttention {
	color: #ea2026;
}

/* list-01 */

.un-cuica-list-custom-01 > li {
	padding-left: 1em;
	position: relative;
}
.un-cuica-list-custom-01 > li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 2px;
	content: "";
	background: #008803;
}
.un-cuica-list-custom-01.un-cuica-list-custom-01--purple > li::before {
	background: #8d5cb9;
}
.un-cuica-list-custom-01.un-cuica-list-custom-01--orange > li::before {
	background: #e59f33;
}
.un-cuica-list-custom-01.un-cuica-list-custom-01--lightblue > li::before {
	background: #33aafa;
}
.un-cuica-list-custom-01 > li + li {
	margin-top: 0.9em;
}

/* --- ****20160928 下層レイアウト TB-01  ---------------------------------- */

table.table01{
	background: #fff;
	margin-bottom: 20px
}
table.table01 th{
	background: #bb9c43;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	padding: 10px;
}
table.table01 td{
	vertical-align: middle;
	padding: 10px;
}
table.table01 td.type01{
	background: #faecbd;
}
table.table01 td.type02{
	background: #fff7dd;
}
table.table01 .aR{
	text-align: right;
}
table.table01 .aC{
	text-align: center;
}
table.table01 .aCsign{
	text-align:center;
	font-size:200%;
	line-height:0.8;
}
table.table01 .aCcaution{
	font-size:45%;
}
table.table01 .vaT{
	vertical-align: top;
}
table.table01 .nb{
	border:none;
}
@media screen and (max-width:640px) {
	.tableScroll{
		width:93.5%;
		margin:0 auto 6.25%;
		overflow:scroll;
	}
	table.table01{
		width:93.5%;
		margin:0 auto 6.25%;
		background: #fff;
	}
	table.spScroll{
		width:640px;
		margin:0 auto 6.25%;
		background: #fff;
	}
}
