@charset "utf-8";

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal; 
}

.service-status-current-panel {
	overflow: hidden;
}

.service-status-current-panel > div {
	float: left;
}

.service-status-current-panel > .left-area {
	width: auto;
}

.service-status-current-panel > .left-area > .ok {
	background: url(../images/ok.svg) no-repeat;
	padding-left: 30px;
    line-height: 24px;
	font-weight: bold;
	font-size: 18px;
	color: #092962;
	background-size: 24px;
}

.service-status-current-panel > .left-area > .ng {
	background: url(../images/ng.svg) no-repeat;
	padding-left: 30px;
    line-height: 24px;
	font-weight: bold;
	font-size: 18px;
	color: #092962;
	background-size: 24px;
}

.service-status-current-panel > .left-area > .ng::after {
	white-space: pre-wrap;
	content: "現在、一部のメニューに故障が発生しております";
}

.service-status-current-panel > .left-area > .alert {
	background: url(../images/alert.svg) no-repeat;
	padding-left: 30px;
    line-height: 24px;
	font-weight: bold;
	font-size: 18px;
	color: #092962;
	background-size: 24px;
}

.service-status-current-panel > .left-area > .alert::after {
	white-space: pre-wrap;
	content: "現在、一部のメニューについてポータル・APIによる参照／操作不可となっております";
}

.service-status-current-panel > .left-area > .description {
	font-size: 16px;
	line-height: 150%;
	margin-top: 16px;
}

.service-status-current-panel > .left-area > .critical-outage::after {
	white-space: pre-wrap;
	content: "現在、Smart Data Platformの一部メニューで故障が発生しております。\A詳細は各メニューの稼働状況をご確認ください。";
}

.service-status-current-panel > .left-area > .outage::after {
	white-space: pre-wrap;
	content: "現在、一部のメニューについてポータル・APIによる参照／操作不可となっております。\A詳細は各メニューの稼働状況をご確認ください。";
}

.service-status-current-panel > .left-area > .update-time {
	font-size: 14px;
	margin-top: 32px;
}

.service-status-current-panel > .left-area > .detail-link {
	font-size: 16px;
	margin-top: 12px;
}

.service-status-current-panel > .left-area > .status-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin-top: 24px;
}

.service-status-current-panel > .left-area > .status-description i {
	display: inline-block;
	width: 24px;
	height: 18px;
	vertical-align: text-bottom;
}

.service-status-current-panel > .left-area > .status-description > .ok {
	background: url(../images/ok.svg) no-repeat;
	background-size: 17px;
	background-position: center;
}

.service-status-current-panel > .left-area > .status-description > .maintenance {
	background: url(../images/maintenance.svg) no-repeat;
	background-size: 17px;
	background-position: center;
}

.service-status-current-panel > .left-area > .status-description > .alert {
	background: url(../images/alert.svg) no-repeat;
	background-size: 17px;
	background-position: center;
}

.service-status-current-panel > .left-area > .status-description > .ng {
	background: url(../images/ng.svg) no-repeat;
	background-size: 17px;
	background-position: center;
}

.service-status-current-panel > .left-area > .status-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin-top: 24px;
}

.service-status-current-panel > .left-area > .status-description > .content {
	float: left;
	width: auto;
}

.service-status-current-panel > .left-area > .status-description > .content i {
	display: inline-block;
	width: 24px;
	height: 18px;
	vertical-align: text-bottom;	
}

.service-status-current-panel > .left-area > .status-description > .content > .ok {
	background: url(../images/ok.svg) no-repeat;
	background-size: 17px;
	background-position: center;
}

.service-status-current-panel > .left-area > .status-description > .content > .maintenance {
	background: url(../images/maintenance.svg) no-repeat;
	background-size: 17px;
	background-position: center;
}

.service-status-current-panel > .left-area > .status-description > .content > .alert {
	background: url(../images/alert.svg) no-repeat;
	background-size: 17px;
	background-position: center;
}

.service-status-current-panel > .left-area > .status-description > .content > .ng {
	background: url(../images/ng.svg) no-repeat;
	background-size: 17px;
	background-position: center;
}

.service-status-current-panel .right-area {
	max-width: 380px;
}

.service-status-current-panel > .right-area h2 {
	color: #2D5397;
	font-size: 16px;
	line-height: 140%;
	word-break: break-all;
}

.service-status-current-panel > .right-area > .service-list {
	background: #F5F7FA;
	border: 1px solid #E6EBF4;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 4px;
	padding: 20px;
}

.service-status-current-panel > .right-area > .service-list > h2::before {
	content: "故障/メンテナンス発生中の対象メニュー\A（";
	white-space: pre-line;
}

.service-status-current-panel > .right-area > .service-list > h2::after {
	content: "サービス）";
	white-space: pre-line;
}

.service-status-current-panel > .right-area >  .service-list dd ul {
	margin-top: 18px;
	margin-right: 30px;
	list-style-type: none;
}
.service-status-current-panel > .right-area >  .service-list dd ul li {
	font-size: 14px;
	padding-left: 24px;
	line-height: 18px;
}

.service-status-current-panel > .right-area >  .service-list dd ul div.more-list  {
	display: none;
}

.service-status-current-panel > .right-area >  .service-list div.more-button  {
	font-size: 14px;
	line-height: 150%;
	color: #0B5DE9;
	padding-top: 12px;
	text-align: center;
}

.service-status-current-panel > .right-area >  .service-list div.more-button::before  {
	content: "さらに表示";
}

.service-status-current-panel > .right-area >  .service-list div.more-button::after  {
	font-family: "FontAwesome";
	content: "\f078";
	display: inline-block;
	margin-left: 8px;
}

.service-status-current-panel > .right-area >  .service-list div.more-button.open::before {
	content: "隠す";
}

.service-status-current-panel > .right-area >  .service-list div.more-button.open {
	content: "さらに表示";
}

.service-status-current-panel > .right-area >  .service-list div.more-button.open::after {
	font-family: "FontAwesome";
	content: "\f077";
	display: inline-block;
	margin-left: 8px;
}



.service-status-current-panel > .right-area >  .service-list dd ul li.ng  {
	background: url(../images/ng.svg) no-repeat;
	background-size: 18px;
}

.service-status-current-panel > .right-area >  .service-list dd ul li.alert  {
	background: url(../images/alert.svg) no-repeat;
	background-size: 18px;
}

.service-status-current-panel > .right-area >  .service-list dd ul li.maintenance  {
	background: url(../images/maintenance.svg) no-repeat;
	background-size: 18px;
}

div.part-service-list.service-status:nth-child(1) {
	margin-top: 16px;
}

div.part-service-list.service-status {
	padding-bottom: 24px;
	border-bottom: 1px solid #E6EBF4;
	margin-bottom: 32px;
}

.part-service-list-block dt.service-status {
	width: 15%;
}

.part-service-list-block dd.service-status {
	width: 85%;
}

.part-service-list-block dd.service-status ul li {
	margin-bottom: 12px;
}

.part-service-list-block dd ul li div.impact-range div.title::before {
	content: "詳細ステータス";
}

.part-service-list-block dd ul li div.menu {
	display: flex;
	flex-wrap: wrap;
}

.part-service-list-block dd ul li div.menu p.menu-button {
	color: #0B5DE9;
	font-weight: 400;
	padding-left: 24px;
	font-size: 14px;
	line-height: 125%;
	text-decoration-line: underline;
	font-feature-settings: 'palt' on;
	cursor:pointer;
}

.part-service-list-block dd ul li div.menu p.menu-button.ng {
	background: url(../images/ng.svg) no-repeat;
	background-size: 17px;
}

.part-service-list-block dd ul li div.menu p.menu-button.ok {
	background: url(../images/ok.svg) no-repeat;
	background-size: 17px;
}

.part-service-list-block dd ul li div.menu p.menu-button.alert {
	background: url(../images/alert.svg) no-repeat;
	background-size: 17px;
}

.part-service-list-block dd ul li div.menu p.menu-button.maintenance {
	background: url(../images/maintenance.svg) no-repeat;
	background-size: 17px;
}

.part-service-list-block dd ul li div.menu p.menu-button::after {
	font-family: "FontAwesome";
	content: "\f078";
	display: inline-block;
	margin-left: 8px;
}

.part-service-list-block dd ul li div.menu p.menu-button.open::after {
	font-family: "FontAwesome";
	content: "\f077";
	display: inline-block;
	margin-left: 8px;
}

.part-service-list-block dd ul li div.menu a::before :not(.link) {
	font-family: "FontAwesome";
	content: " （";
	color: #4D4F5C;
	text-decoration: none;
	display: inline-block;
}

.part-service-list-block dd ul li div.menu a::after :not(.link) {
	font-family: "FontAwesome";
	content: "）";
	color: #4D4F5C;
	text-decoration: none;
	display: inline-block;
}

.part-service-list-block dd ul li div.impact-range {
	background-color: #FFFFFF;
	display: none;
}

.part-service-list-block dd ul li div.impact-range div.title {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	color: #4D4F5C;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 12px;
}

.part-service-list-block dd ul li div.impact-range div.row {
	margin-left: 8px;
	margin-right: 8px;
	display: flex;
    flex-wrap: wrap;
}

.part-service-list-block dd ul li div.impact-range div.row div {
	min-width: 100px;
}

.part-service-list-block dd ul li div.impact-range div.row div div.range {
	font-weight: 400;
	font-size: 11px;
	line-height: 150%;
	color: #4D4F5C;
	padding-bottom: 8px;
}

.part-service-list-block dd ul li div.impact-range div.row div div.status {
	padding-left: 18px;
	padding-bottom: 24px;
}

.part-service-list-block dd ul li div.impact-range div.row div div.status {
	font-weight: 400;
	font-size: 13px;
	line-height: 130%;
	color: #4D4F5C;
}

.part-service-list-block dd ul li div.impact-range div.row div div.status.ok {
	background: url(../images/ok.svg) no-repeat;
	background-size: 17px;
}

.part-service-list-block dd ul li div.impact-range div.row div div.status.ok::after {
	content: "正常稼働中";
}

.part-service-list-block dd ul li div.impact-range div.row div div.status.ng {
	background: url(../images/ng.svg) no-repeat;
	background-size: 17px;
}

.part-service-list-block dd ul li div.impact-range div.row div div.status.ng a::after {
	content: "故障発生中";
}

.part-service-list-block dd ul li div.impact-range div.row div div.status.alert {
	background: url(../images/alert.svg) no-repeat;
	background-size: 17px;
}

.part-service-list-block dd ul li div.impact-range div.row div div.status.alert a::after {
	content: "ポータル・APIによる参照／操作不可";
}

.part-service-list-block dd ul li div.impact-range div.row div div.status.maintenance {
	background: url(../images/maintenance.svg) no-repeat;
	background-size: 17px;
}

.part-service-list-block dd ul li div.impact-range div.row div div.status.maintenance a::after {
	content: "メンテナンス中";
}

.part-service-list-block dd ul li div.impact-range div.row div div.status a {
	font-size: 13px;
	line-height: 130%;
	display: inline-block;
	padding-right: 18px;
}

.maintenance-table {
	display: block;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.maintenance-table > tbody {
	width: 100%;
	display: inline-table;
	box-sizing: border-box;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td {
	border: 1px solid #ddd;
}

.table > tbody > tr > th, .table > tbody > tr > td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

th {
	font-weight: bold;
	background: #f5f5f5;
	width: 160px;
	text-align: left;
}

td, th {
	padding: 0;
}

td {
	margin: 8px;
}

.service-status-menu-select {
	margin-top: 24px;
}

.service-status-menu-select div.row {
	margin-left: 0px;
	margin-right: 0px;
}

.service-status-menu-select div div {
	white-space: nowrap;
	float: left;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}

.service-status-menu-select div div::after {
	font-family: "FontAwesome";
	content: "\f078";
	color: #0B5DE9;
	right: 32px;
	position: relative;
	margin: auto;
	pointer-events: none;
}

.service-status-menu-select select {
	width: 280px;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 10px 40px 9px 16px;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	background-color: #FFFFFF;
}

.service-status-details-list {
	margin-top: 48px;
}

.service-status-details-list dl.item {
	background: #F5F7FA;
	border: 1px solid #E6EBF4;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 4px;
	padding: 16px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.service-status-details-list dl.item dt {
	width: 15%;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #2D5397;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 20px;
	padding-right: 8px;
}

.service-status-details-list dl.item dt.ng {
	background: url(../images/ng.svg) no-repeat;
	background-size: 17px;
}

.service-status-details-list dl.item dt.ng::after {
	content: "故障"
}

.service-status-details-list dl.item dt.alert {
	background: url(../images/alert.svg) no-repeat;
	background-size: 17px;
}

.service-status-details-list dl.item dt.alert::after {
	content: "ポータル・APIによる参照／操作不可"
}

.service-status-details-list dl.item dt.maintenance {
	background: url(../images/maintenance.svg) no-repeat;
	background-size: 17px;
}

.service-status-details-list dl.item dt.maintenance::after {
	content: "メンテナンス"
}

.service-status-details-list dl.item dd {
	width: 85%;
}

.service-status-details-list dl.item dd ul.details {
	list-style-type: none;
	margin-left: 0px;
	line-height: 100%;
}

.service-status-details-list dl.item dd ul.details {
	list-style-type: none;
	margin-left: 0px;
	line-height: 100%;
	margin-bottom: 8px;
}

.service-status-details-list dl.item dd ul.details li::before  {
	font-weight: 400;
	font-size: 11px;
	line-height: 140%;
	color: #6685BA;
	width: 70px;
	display: inline-block;
}

.service-status-details-list dl.item dd ul.details li  {
	margin-bottom: 4px;
}

.service-status-details-list dl.item dd ul.details li.period::before  {
	content: "発生期間：";
}

.service-status-details-list dl.item dd ul.details li.condition::before   {
	content: "ステータス：";
}

.service-status-details-list dl.item dd ul.details li.period  {
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #4D4F5C;
}

.service-status-details-list dl.item dd ul.details li.impact-range::before  {
	content: "影響範囲：";
}

.service-status-details-list dl.item dd ul.details li.impact-range  {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}

.service-status-details-list dl.item dd ul.details li.menu::before  {
	content: "メニュー：";
}

.service-status-details-list dl.item dd ul.details li.menu {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}

.service-status-details-list dl.item dd div.detail-link a::before {
	content: "詳細を見る";
}

.service-status-details {
	margin-bottom: 48px;
}

.remodal .status {
	font-weight: 700;
	font-size: 14px;
	line-height: 180%;
	color: #2D5397;
	text-align: left;
	padding-left: 32px;
	margin-bottom: 24px;
}

.remodal .status.ng {
	background: url(../images/ng.svg) no-repeat;
	background-size: 24px;
}

.remodal .status.ng::after {
	content: "故障の詳細";
}

.remodal .status.alert {
	background: url(../images/alert.svg) no-repeat;
	background-size: 24px;
}

.remodal .status.alert::after {
	content: "ポータル・APIによる参照／操作不可の詳細";
}

.remodal .status.maintenance {
	background: url(../images/maintenance.svg) no-repeat;
	background-size: 24px;
}

.remodal .status.maintenance::after {
	content: "メンテナンスの詳細";
}

.remodal ul.details {
	text-align: left;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #E6EBF4;
}

.remodal ul.details li::before  {
	font-weight: 400;
	font-size: 11px;
	line-height: 140%;
	color: #6685BA;
	width: 70px;
	display: inline-block;
}

.remodal ul.details li  {
	font-weight: 400;
	font-size: 11px;
	line-height: 140%;
	color: #4D4F5C;
	margin-bottom: 4px;
}

.remodal ul.details li.period::before  {
	content: "発生期間：";
}

.remodal ul.details li.condition::before  {
	content: "ステータス：";
}

.remodal ul.details li.period span.schedule::after {
	font-size: 10px;
	position: relative;
	top: -1px; 
	left: 2px;
}

.remodal ul.details li.impact-range::before  {
	content: "影響範囲：";
}

.remodal ul.details li.menu::before  {
	content: "メニュー：";
}

.remodal h2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #2D5397;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 16px;
}

.remodal div.external-note {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #4D4F5C;
	text-align: left;
	word-wrap: break-word;
}

.remodal div.external-note ul {
    margin-left: 1.5em;
    list-style-type: disc;
}

.remodal-select {
	width: 100%;
	height: fit-content;
	overflow: auto;
	max-width: 800px;
}

.remodal-select h1.select-event {
	font-size: 25px;
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: normal;
}

.remodal-select h1.select-event::after {
	content: "表示するイベントを選択してください";
}

.remodal-select table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse:collapse;
}

.remodal-select table tbody tr th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	font-weight: bold;
	background: #f5f5f5;
	text-align: left;
}

.remodal-select table tbody tr th.label-type {
	width: 10em;
}

.remodal-select table tbody tr th.label-type::after {
	content : "種類";
}

.remodal-select table tbody tr th.label-menu {
	width: 15em;
}

.remodal-select table tbody tr th.label-menu::after {
	content : "メニュー";
}

.remodal-select table tbody tr th.label-impact-range {
	width: 8em;
}

.remodal-select table tbody tr th.label-impact-range::after {
	content : "影響範囲";
}

.remodal-select table tbody tr th.label-time::after {
	content : "開始・完了時刻";
}

.remodal-select table tbody tr td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	text-align: left;
}

.remodal-select table tbody tr td span.label-ng {
	background: url("../images/ng.svg") left top no-repeat;
	background-size: auto 14px;
	padding-left: 1.5em;
}

.remodal-select table tbody tr td span.label-ng::after {
	content: "故障";
}

.remodal-select table tbody tr td span.label-maintenance {
	background: url("../images/maintenance.svg") left top no-repeat;
	background-size: auto 14px;
	padding-left: 1.5em;
}

.remodal-select table tbody tr td span.label-maintenance::after {
	content : "メンテナンス";
}

.remodal-select table tbody tr td span.label-alert {
	background: url("../images/alert.svg") left top no-repeat;
	background-size: auto 14px;
	padding-left: 1.5em;
}

.remodal-select table tbody tr td span.label-alert::after {
	content : "ポータル・APIによる参照／操作不可";
}

.remodal-select table tbody tr td span.schedule {
	font-size: 10px;
	position: relative;
	top: -1px; 
	left: 2px;
}

.remodal-select table tbody tr td.actions {
	vertical-align: middle;
	text-align: right;
}

.remodal-select table tbody tr td.actions a.detail-button {
	background: #108FE4;
	color: white;
	border: none;
	display: inline-block;
	padding: 0.5em 1.5em;
	text-decoration: none;
	transition: background-color 0.1s ease-in-out;
	text-align: center;
}

.remodal-select table tbody tr td.actions a.detail-button::before {
	content: "詳細";
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
  

.fa-rss::before {
	content: "\f09e";
}

.text-orange {
	color: #f63;
}

div.service-status-rss div.content {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

div.service-status-rss div.content p {
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 10px;
}

div.service-status-rss div.content h3 {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-weight: 700;
}

div.service-status-rss div.content div.rss-select {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

div.service-status-rss div.content div.rss-select div {
	float: left;
}

div.service-status-rss div.content div.rss-select div::after {
	font-family: "FontAwesome";
	content: "\f078";
	color: #0B5DE9;
	right: 32px;
	position: relative;
	margin: auto;
	pointer-events: none;
	display: inline-block;
	width: 0px;
}

div.service-status-rss div.content div.rss-select div select {
	width: 280px;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 0px 40px 0px 8px;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	background-color: #FFFFFF;
}

div.service-status-rss div.content div.rss-select div select.menu {
	width: 280px;
}

div.service-status-rss div.content div.rss-select div select.impact-range {
	width: 150px;
}

div.service-status-rss div.content div.disnone  {
	display: none;
}

div.service-status-rss div.content div.url-container input {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #d3dee4;
}

div.service-status-rss div.content div.url-container input {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #d3dee4;
}

div.service-status-rss div.content div.disnone  {
	display: none;
}

.rss-make-btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
}

div.service-status-rss .rss .link{
	display: none;
}

div.service-status-rss .rss:hover .link{
	display: inline;
    padding-left: 5px;
}

dd.service-status ul li a.link{
	display: none;
}

dd.service-status ul li:hover a.link{
	display: inline;
}

.updated-at {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto;
	padding-top: 4px;
  }
  
  .updated-at > p {
	font-size: 11px;
	line-height: 140%;
	text-align: right;
  }
  
  .updated-at > p::before {
	content: "更新日時：";
	color:#6685BA;
  }

  section.service-status-details div.annotation {
	font-size: smaller;
	margin-top: 10px;
}

/* SP */
@media screen and (max-width: 779px) {
	.part-service-list.service-status {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 66px;
	}

	.service-status-current-panel > .right-area {
		margin-top: 24px;
		margin-bottom: 24px;
		max-width: 380px;
	}

	.service-status-current-panel > .right-area >  .service-list dd ul {
		margin-left: 20px;
		margin-bottom: 0px;
	}

	.service-status-current-panel > .right-area >  .service-list dd ul li {
		margin-bottom: 12px;
	}

	.service-status-current-panel > .right-area >  .service-list dd ul li:last-child {
		margin-bottom: 0px;
	}

	.part-service-list-block dd.service-status {
		width: 100%;
	}

	section.service-status-details {
		margin-left: 24px;
		margin-right: 24px;
	}

	section.service-status-details div.annotation {
		font-size: smaller;
		margin-top: 10px;
	}

	.part-service-list.service-status {
		margin-left: 16px;
		margin-right: 16px;
	}

	.part-service-list-block dt.service-status {
		width: 100%;
	}

	div.service-status-rss div.content {
		margin-left: 16px;
		margin-right: 16px;
	}

	.service-status-menu-select select {
		width: 200px;
	}

	div.service-status-rss div.content div.rss-select div select.menu {
		width: 230px;
	}
}