@charset "UTF-8";
#contents-hdr {
background-image: url(/uccard/images/conection/hdr_img_conection.jpg);
}
.telTtl {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 2px;
}
.tablePadR {
	padding-right: 5px;
}
.tablePadL {
	padding-left: 5px;
}
.taL {
	text-align: left !important;
}
.marginR15 {
	margin-right: 15px;
}
.notesB li{
	padding-left: 1em;
	text-indent: -1em;
}
p.note {
	font-size: 0.9rem;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}

.info {
	width: 72%;
	font-size: 0.9em;
	text-align: center;
	padding: 0.5em;
	border: 2px solid #b2d8ff;
	margin: 2em auto 0;
}
.info p:nth-child(2) {
	margin-top: 0.5em;
}

.col-l {
	width: 55%;
	float: left;
}
.col-r {
	width: 40%;
	float: right;
}
.col-r img {
	width: 100%;
}

.calendar h5 {
	border-bottom: 3px solid #3399cc;
	margin-bottom: 1em;
	color: #0F1450;
}
.calendar .traffic li:nth-child(1) {
	color: #ff9933;
}
.calendar .traffic li:nth-child(2) {
	color: #ff6633;
}
.calendar .traffic li:nth-child(3) {
	color: #339933;
}


@media screen and (min-width:1px) and (max-width:767px) {

	.pc_only {
		display: none !important;
	}
	.info {
		width: 95%;
	}

	#contents-hdr {
		background-position: 15vw center;
	}
	table.ol-list td {
		width: 100%;
		display: block;
	}
	.telTtl {
		vertical-align: text-top;
		margin-right: 0;
	}

	.col-l,
	.col-r {
		width: 100%;
		float: none;
	}
	.col-r {
		margin-top: 5em;
	}

}
@media screen and (min-width:1px) and (max-width:375px) {
	.ttl-contents-hdr {
		font-size: 6vw !important;
	}
	table.ol-list td {
		font-size: 3.5vw;
	}
}


.relay {
	border-top: 2px solid #00005c;
	padding-top: 1em;
	margin-top: 2.5em;
}
.relay p {
	margin-left: 2em;
}
.relay p.note {
	font-size: 1em;
	margin-left: 1em;
}

p.arrow a {
	color: #007aff;
	background-image: url(/wr_css/wr_img/under/left_navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0px 0px 0px 10px;
}

@media screen and (min-width:1px) and (max-width:767px) {
	.relay {
		width: 100%;
	}
	.relay p {
		width: auto;
	}
}
