@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　各線運行情報のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 top
--------------------------------------------------------------------------------------- */

/* attentionSec -------------------- */
.attentionSec{
color:#FF3300;
}

/* pageTitle -------------------- */

.pageTitle .date {
	margin: 20px 0 -10px;
	text-align: right;
}

.pageTitle .update {
	position: absolute;
	top: 17px;
	right: 10px;
}


/* unkouInfo -------------------- */

.unkouInfo {
	margin: 20px 10px 0;
	font-size: 120%;
}

.unkouInfo .elem {
	margin-bottom: 20px;
}

.unkouInfo .ico {
	display: none;
}

.unkouInfo .linkIco {
	margin-top: 10px;
}

.unkouInfo .text img {
	margin-right: 7px;
	vertical-align: middle;
}

.unkouInfo a {
	color: #187FA5;
}


/* unkouList -------------------- */

.unkouList {
	margin-bottom: -2px;
}

.unkouList li {
	position: relative;
	border-bottom: 2px solid #d6d6d6;
}

.unkouList a {
	display: block;
	padding: 30px 50px 30px 23px;
	color: #ec0101;
}

.unkouList a .name {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 140%;
	color: #333333;
}

.unkouList a .name img {
	margin: -0.1em 9px 0 0;
	vertical-align: middle;
}

.unkouList a .arw {
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -20px;
}


/* unkouNote -------------------- */

.unkouNote {
	margin: 20px 10px;
}


/* --------------------------------------------------------------------------------------
 detail
--------------------------------------------------------------------------------------- */

.unkouDetail {
	padding: 15px 10px;
}

.unkouDetail h2 {
	text-align: center;
	font-size: 140%;
}

.unkouDetail h2 img {
	margin: -0.1em 9px 0 0;
	vertical-align: middle;
}

.unkouDetail p {
	margin-top: 10px;
}


.unkouDetail table {
	width: 100%;
	margin-top: 10px;
	border-left: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
}

.unkouDetail table th {
	background: #e6e6e6;
	text-align: center;
	font-weight: normal;
}

.unkouDetail table th,
.unkouDetail table td {
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	padding: 10px 8px;
	vertical-align: top;
}

.unkouDetail table td.textalignC {
	text-align: center;
}

.unkouBtn {
	position: relative;
	margin: 20px 10px;
	text-align: left;
	font-size: 130%;
}

.unkouBtn a {
	display: block;
	padding: 15px 60px 15px 15px;
	border: 2px solid #d6d6d6;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(255, 255, 255)),color-stop(0.5, rgb(248, 248, 248)),color-stop(1, rgb(245, 245, 245)));
	background: -moz-linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgb(248, 248, 248) 51%,rgb(245, 245, 245) 100%);
	background: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgb(248, 248, 248) 51%,rgb(245, 245, 245) 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.unkouBtn .icn {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -18px;
}