/*
	ボタン制御
----------------------------*/
.history_btn {
	margin-right: 10px;
	width: 97%;
	color: #fff;
	background-color: #7a7a7a;
	padding: 0.3em;
	border: none;
	height: 36px;
	border-radius:3px;
}
.inner {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.page_top {
	text-align: center;
}
.print {
	position: absolute;
	top: 34px;
	right: 0px;
}
.print_btn {
	color: #fff;
	background-color: #2795BD;
	padding: 12px 36px;
	display: inline-table;
	font-weight: bold;
	border-radius: 1.5px;
	font-size: 100%;
	text-align:center;
}
.print_btn:hover {
	text-decoration: none;
	color: #fff;
}
.route_btn {
	display: inline-block;
	background-color: #2795BD;
	margin-bottom: 4px;
	color: #FFF;
	line-height: 24px;
	/*width: 86%;*/
	width: 98%;
	padding: 0.8em;
	text-decoration: none;
	font-size:16px;
	border-radius:3px;
}
.route_btn:hover {
	cursor: pointer;
	text-decoration: none;
}


/*
	ナビげーション
----------------------------*/
.nav-breadcrumb {
	margin-top: 5px;
	text-align:left;
	clear:both;
}
.nav-breadcrumb#middle {
	font-size: 100%;
}
.nav-breadcrumb#large {
	font-size: 120%;
}
.nav-breadcrumb .nav-breadcrumb-in {
	margin: 0 auto;
	position: relative;
}
.nav-breadcrumb li {
	display: inline-block;
	font-size: 80%;
	margin-left: 3px;
}
.nav-breadcrumb li:first-child {
	/*position:absolute;*/
	top:7px;
	left:0;
	float:none;
	/*display:block;*/
	margin:0;
}
.nav-breadcrumb li:not(.home) {
	position: relative;
	color:#666;
}
.nav-breadcrumb li:not(.home) a{
	text-decoration:underline;
	color:#666;
}
.nav-breadcrumb li:not(.home) a:hover{
	text-decoration:none;
}
.nav-breadcrumb li:not(.home):before {
	content: ">";
	display: inline-block;
	margin-top: -4px;
	padding-right: 3px;
	font-size: 100%;
}
.nav-breadcrumb li.home a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 14px;
	height: 14px;
	display: block;
	color:#666;
	text-decoration:underline;
}
.is-opacity{
	-ms-filter: 'alpha( opacity=100)';
	opacity: 1;
}
.is-opacity:hover{
	-ms-filter: 'alpha( opacity=70)';
	filter: alpha( opacity=70);
	opacity: 0.7;
}


/*
	画面の制御
----------------------------*/
.bold{
	font-weight: bold;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.clickable {
	cursor: pointer;
}

hr {
	border-style: solid;
	border-width: 2;
}
p {
	line-height: 1.75
}

.currentDate {
	font-weight: bold;
	font-size:17px;
}
.route_line {
	margin: 5px 0;
	padding-left: 6px;
}

.comp_delaybyroute table, .comp_delaybyroute td, .comp_delaybyroute th,
.comp_published table, .comp_published td, .comp_published th,
.mobile_published table, .mobile_published td, .mobile_published th,
.comp_history table, .comp_history td, .comp_history th {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	line-height: 30px;
}
.comp_published {
	padding-top: 5px;
}
.comp_published th {
	width: 22%;
	text-align: left;
	padding-left: 10px;
	background: #EEEEEE;
	vertical-align: middle;
}
.comp_published th span {
	font-weight:bold;
}
.comp_published ul {
	list-style: none;
	padding: 5px 0;
}
.comp_published li {
	padding: 0;
	margin: 0 10px 0;
	line-height: 1.5;
}

.comp_delaybyroute table {
	width: 100%;
	table-layout: fixed;
}
.comp_delaybyroute thead {
	background: #EEEEEE;
}
.comp_delaybyroute thead tr {
	font-weight: bold;
}
.comp_delaybyroute tbody {
	height:30px;
}
.comp_delaybyroute tbody th {
	padding-left: 6px;
	text-align: left;
}
.comp_delaybyroute tbody td {
	text-align: center;
	font-size: 12px;
}

.comp_history {
	padding-top: 5px;
}
.comp_history table {
	width:100%;
}
.comp_history th {
	background: #EEEEEE;
}
.comp_history td {
	text-align: center;
	font-size: 12px;
}
.comp_history_td {
	background:#EEEEEE;
	font-weight:bold;
}
.comp_history_date{
	margin: 5px 0;
	padding-left: 6px;
	line-height:1.75;
	font-size:20px;
	font-weight:bold;
}

.mobile_published {
	font-size:13px;
	padding-top: 6px;
}
.mobile_published table tr th {
	width: 16%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background: #EEEEEE;
	vertical-align: middle;
}
.mobile_published table tr th span{
	font-weight: bold;
}
.mobile_published table tr td {
	vertical-align: middle;
}
.mobile_published table tr td ul {
	list-style:none;
	padding:2px 0;
}
.mobile_published table tr td ul li{
	padding:0;
	margin-left:3px;
	line-height:1.5;
}

.mobile_delaybyroute {
	font-size:12px;
	padding:5px 0;
}
.mobile_delaybyroute table {
	width:100%;
	border:1px solid #CCCCCC;
	line-height:28px;
	table-layout:fixed;
}
.mobile_delaybyroute table thead{
	line-height:2.8;
}
.mobile_delaybyroute table thead tr {
	background-color:#EEEEEE;
}
.mobile_delaybyroute table tbody tr {
	height: 44px;
}
.mobile_delaybyroute table tbody tr td {
	border-width: 1px 0px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 0.3em;
}

.mobile_history table {
	width:100%;
	/*line-height:40px;*/
	border:1px solid #CCCCCC;
	table-layout:fixed;
	font-size:12px;
	margin:2px 0 15px;
}
.mobile_history table tbody tr {
	height: 44px;
}
.mobile_history table tbody tr td {
	border-width: 1px 0px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 0.3em;
}
.mobile_history_date {
	line-height:1.5;
}
.mobile_history_header {
	padding: 15px 10px;
	line-height: 1.5;
	text-align: center;
}
.mobile_history_header_route {
	font-size:18px;
}

.mobile_routebtn table {
	table-layout: fixed;
	text-align: center;
	width: 100%;
	margin: 14px 0;
}
.mobile_routebtn table td a {
	text-align: center;
}


.contentbox {
	max-width: 92%;
	border-style: double;
	border-width: 1px;
	border-color: #bebebe;
	margin: 0 auto;
	padding: 10px 40px;
}
.contentbox_title {
	font-weight: bolder;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 14px;
}
.contentbox_title_route {
	font-weight: bolder;
	font-size: 22px;
	padding-top: 20px;
}
.contentbox_text_company {
	text-align: right;
	margin-top: 30px;
}
.contentbox_frame {
	max-width: 750px;
	min-width: 300px;
	padding: 24px 20px 20px 20px;
	text-align: left;
}
.contentbox_space {
	border-style: solid;
	padding: 20px;
	border-color: #CCCCCC;
	border-width: 2px;
}
.contentbox_text {
	margin-top: 20px;
}
.contentbox_text_footer {
	font-size: 15px;
	padding: 5px;
	text-align: center;
}
.contentbox_text_param {
	font-size: large;
	font-weight: bolder;
}
.contentbox_text_time {
	width: 200px;
	margin: 10px auto;
	text-align: center;
	padding: 25px 0;
	color: black;
	border: solid 5px gray;
	font-family: sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	margin-top: 34px;
	margin-bottom: 34px;
}
.contentbox_text_ul {
	line-height: 1.5;
	padding: 0 10px;
}
.contentbox_text_li {
	list-style: none;
}
.contentbox_text, .contentbox_text_company, .contentbox_text_footer {
	line-height: 1.75
}


.header-certificate {
	max-width: 750px;
	min-width: 300px;
}

.header-certificate-in {
	width:100%;
	padding-top: 28px;
	padding-left:20px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*
	エラーメッセージ
----------------------------*/
.errorInformation h2.erAccent {
	width: 100%;
	background-color:#ff3232;
	min-height: 40px;
	color: white;
}
.errorInformation h2.erAccent span {
	display: block;
	width:980px;
	margin: 0px auto;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: left;
	font-weight: 100;
}

/*
	お知らせ・警告メッセージ
----------------------------*/
.notice h2.infoAccent {
	width: 100%;
	background-color:#c3ebc3;
	min-height: 40px;
	padding:14px 0;
}
.notice h2.infoAccent span {
	display: block;
	width:980px;
	margin: 0px auto;
	padding-top:5px;
	text-align: left;
	font-weight: 100;
}



/*---------------------------------------
	SMARTPHONE
-----------------------------------------*/
@media screen and (max-width:767px) {
	.print_btn {
		display: none;
	}
}
@media screen and (max-width : 480px) {
	.contentbox {
		padding: 5px 10px;
	}
	.contentbox_title {
		font-size: 27px;
		margin-top: 5px;
	}
	.contentbox_frame {
		padding: 10px;
		/*margin-top: 30px;*/
	}
	.contentbox_space {
		padding: 10px;
	}
	.contentbox_title_route {
		font-size: 21px;
		padding-top: 10px;
	}
	.contentbox_text {
		margin-top: 10px;
	}
	.contentbox_text_time {
		padding: 15px 0;
		margin: 18px auto;
	}
	.contentbox_text_param {
		font-size: 17px;
	}
	.contentbox_text_ul {
		font-size: 12px;
	}
	.contentbox_text_footer {
		font-size: 11px;
		padding: 5px;
		text-align: center;
	}

	.plogo {
		width: 200px;
	}

	.plogo img {
		width: 100%;
	}

	h2 {
		font-weight: bold;
		width: 100%;
		height: auto;
		margin: 0;
		padding:10px 0;
	}

	.header-certificate-in {
		padding-top:18px;
		padding-left: 10px;
	}

	p {
		line-height: 1.5
	}


	.errorInformation h2.erAccent {
		width: 100%;
		min-height: 40px;
		box-sizing: border-box;
	}
	.errorInformation h2.erAccent span {
		display: block;
		width:100%;
		margin: 0px auto;
		padding: 10px;
		text-align: left;
		font-weight: 100;
	}

	.notice h2.infoAccent {
		width: 100%;
		min-height: 40px;
		box-sizing: border-box;
	}
	.notice h2.infoAccent span {
		display: block;
		width:100%;
		margin: 0px auto;
		padding: 0 10px;
		text-align: left;
		font-weight: 100;
	}

	.nav-breadcrumb {
		margin-top: 0;
	}


	.comp_published th {
		width: 16%;
		padding-right: 10px;
		text-align: center;
	}
	.comp_published td {
		vertical-align: middle;
	}
	.comp_published ul {
		padding: 2px 0;
	}
	.comp_published li {
		margin: 0 5px;
	}
}

@media print {
	.print_btn {
		display: none;
	}
	.contentbox_text_ul_warning {
		list-style: none;
	}
}

