﻿@charset "utf-8";
/* Style Index ===============================

	FileName : common.css

========================================= */

/* ------------------------------------------
 SP 共通リンクリスト
-------------------------------------------*/
.spLinkList{
}

.spLinkList ul{
}

.spLinkList ul li{
	border-bottom:1px solid #CCC;
}

.spLinkList ul li a{
	display:block;
	padding:20px 20px 20px 20px;
	text-decoration:none;
	background: url(../../common/images/common/link_arrow.png) no-repeat right 15px center;
	background-size:7px;
}


/* ------------------------------------------
 SP 共通 お知らせエリア
-------------------------------------------*/
#topInfo h2, #topCntBnr h2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #0052c4;
}

.infoBox{
    display:none;
}

.infoBox h2{
	color:#000;
	font-weight:bold;
	text-align:center;
	letter-spacing:5px;
	padding:15px 0;
	background:#eaeaea;
}

.infoBox ul{
	border-top:1px solid #CCC;
}

.infoBox ul li{
	border-bottom:1px solid #CCC;
}

.infoBox ul li a{
	display:block;
	padding:15px 20px 15px 20px;
	text-decoration:none;
	background: url(../../common/images/common/link_arrow.png) no-repeat right 15px center;
	background-size:7px;
}

.infoBox ul li p{
	color:#000;
	font-weight:bold;
	padding:0 0 3px;
}

.infoBox ul li h3{
}


/* ------------------------------------------
 ページタイトル
-------------------------------------------*/

#container h1{
	font-size:26px;
	padding:0 5px 10px;
	margin:0 0 30px;
	border-bottom:1px solid #0052c4;
}

.ttlSet2{
	font-size:20px;
	font-weight:bold !important;
	padding:20px 0 10px;
	margin:0 0 20px;
	border-bottom:3px solid #0052c4;
}

.ttlSet3{
	font-size:16px;
	font-weight:bold;
	padding:20px 0 10px;
	margin:0 0 20px;
	border-bottom:1px solid #bbcbe2;
}

.ttlSet4{
	font-size:14px;
	font-weight:bold;
}

/* ------------------------------------------
 リストボックス
-------------------------------------------*/

.linkList{
	padding:10px 0 0;
}

.linkList h2,
.linkList h3{
	font-size:18px;
	padding:5px 0;
	text-align:center;
	border:1px solid #bbcbe1;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background:#ecf2f8;
}

.linkList ul{
	border-left:1px solid #bbcbe1;
	border-right:1px solid #bbcbe1;
	border-bottom:1px solid #bbcbe1;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

.linkList ul li{
	border-bottom:1px solid #bbcbe1;
}

.linkList ul li:last-child{
	border:none;
}

.linkList ul li a{
	display:block;
	text-decoration:none;
	padding:15px;
	background:url(../images/common/link_arrow.png) no-repeat right 15px center;
	background-size:7px;
}


/* ------------------------------------------
 回り込み（イメージ左）
-------------------------------------------*/

.floatL{
	padding:0 0 30px;
	overflow:hidden;
}

.floatL img{
	float:left;
	width:200px;
	padding:0 20px 10px 0;
}

.floatL h2,
.floatL h3,
.floatL h4{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 5px;
}

/* ------------------------------------------
 回り込み（イメージ右）
-------------------------------------------*/

.floatR{
	padding:0 0 30px;
	overflow:hidden;
}

.floatR img{
	float:right;
	width:200px;
	padding:0 0 10px 20px;
}

.floatR h2,
.floatR h3,
.floatR h4{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 5px;
}


/* ------------------------------------------
 イメージ横並び（2個）
-------------------------------------------*/

ul.hol2{
	overflow:hidden;
}

ul.hol2 li{
	float:left;
	width:50%;
	text-align:center;
}

ul.hol2 li img{
	width:90%;
}

/* ------------------------------------------
 イメージ横並び（３個）
-------------------------------------------*/

ul.hol3{
	overflow:hidden;
}

ul.hol3 li{
	float:left;
	width:33%;
	text-align:center;
}

ul.hol3 li img{
	width:90%;
}

/* ------------------------------------------
 テーブルスタイル（１） 
-------------------------------------------*/

table.tStyle1{
	width:100%;
}

.tStyle1 th, 
.tStyle1 td{
	padding:10px 20px;
	border:1px solid #bbcbe2;
}

.tStyle1 th{
	width:20%;
	color:#354853;
	text-align:center;
	background:#e8f2f4;
}

.tStyle1 td{
	width:80%;
	background:#FFFFFF;
}

.navIconContainer a {
	text-decoration: none;
	display: block;
	color: #333333;
	display: block;
	height: 115px;
}

.navIconItem {
	text-align: center;
	display: flex;
	justify-content: center;
	width: auto;
	height: 100%;
	align-items: flex-end;
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: local("Noto Sans CJK JP Bold"), url(./fonts/NotoSansCJKjp-Bold.woff2) format('woff2'), url(./fonts/NotoSansCJKjp-Bold.woff) format('woff'), url(./fonts/NotoSansCJKjp-Bold.otf) format('opentype');
}

.navIconText {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

/*
 各ページテーマカラー
----------------------------*/
/*.subwayColor{background:#FFAB00;}*/
.subwayColor {
	border: 2px solid #FFAB00;
}
/*.busColor{background:#3f51b5;}*/
.busColor {
	border: 2px solid #3f51b5;
}
/*.ticketColor{background:#009688;}*/
.ticketColor {
	border: 2px solid #009688;
}
/*.manacaColor{background:#ffeb3b;}*/
.manacaColor {
	border: 2px solid #ffeb3b;
}
/*.enjoyColor{background:#03a9f4;}*/
.enjoyColor {
	border: 2px solid #03a9f4;
}
/*.aboutColor{background:#e91e63;}*/
.aboutColor {
	border: 2px solid #e91e63;
}
/*.busSubwayColor {
    background: -webkit-gradient(linear, left top, right top, from(#3f51b5), color-stop(0.5, #3f51b5), color-stop(0.5, #fabc00), to(#fabc00));
    background: -webkit-linear-gradient(left, #3f51b5 0%, #3f51b5 50%, #fabc00 50%, #fabc00 100%);
    /*background: linear-gradient(to right, #3f51b5 0%, #3f51b5 50%, #fabc00 50%, #fabc00 100%);*/
/*background: linear-gradient(to right, #3f51b5 0%, #3f51b5 50%, #FFAB00 50%, #FFAB00  100%);
}*/
.busSubwayColor {
	/*border-left:2px solid #3f51b5;*/
	/*border-right:2px solid #FFAB00;*/
/*	padding: 0px !important;
	width: 8.125rem !important;*/
	border: 2px solid;
	border-image: linear-gradient(to right, #3f51b5 0%, #3f51b5 50%, #FFAB00 50%, #FFAB00 100%);
	border-image-slice: 1;
}
/*
.busSubwayColor:before,
.busSubwayColor:after {
content:"";
display:block;
height:2px;
width:100%;
	background:-webkit-gradient(linear, left top, right top, from(#3f51b5), color-stop(0.5, #3f51b5), color-stop(0.5, #fabc00), to(#fabc00));
	background:-webkit-linear-gradient(left, #3f51b5 0%, #3f51b5 50%, #fabc00 50%, #fabc00 100%);
	background:linear-gradient(to right, #3f51b5 0%, #3f51b5 50%, #FFAB00 50%, #FFAB00  100%);
}
*/
.busSubTicColor {
	border: 2px solid #b895c1;
}
/*.etcColor{background:#546E7A;}*/
.etcColor {
	border: 2px solid #546E7A;
}

span.hCate.subwayColor,
span.hCate.busColor,
span.hCate.ticketColor,
span.hCate.enjoyColor,
span.hCate.aboutColor,
span.hCate.busSubwayColor,
span.hCate.busSubTicColor,
span.hCate.etcColor {
	color: #333333;
	/*-webkit-text-shadow:      
      0.25px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px -0.25px 0.25px rgba(0, 0, 0, 0.8),
      0.25px -0.25px 0.25px rgba(0, 0, 0, 0.8),
      0.25px 0px 0.25px rgba(0, 0, 0, 0.8),
      0px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px 0px 0.25px rgba(0, 0, 0, 0.8),
      0px -0.25px 0.25px rgba(0, 0, 0, 0.8);
    -moz-text-shadow:
      0.25px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px -0.25px 0.25px rgba(0, 0, 0, 0.8),
      0.25px -0.25px 0.25px rgba(0, 0, 0, 0.8),
      0.25px 0px 0.25px rgba(0, 0, 0, 0.8),
      0px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px 0px 0.25px rgba(0, 0, 0, 0.8),
      0px -0.25px 0.25px rgba(0, 0, 0, 0.8);
    -ms-text-shadow:      
      0.25px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px -0.25px 0.25px rgba(0, 0, 0, 0.8),
      0.25px -0.25px 0.25px rgba(0, 0, 0, 0.8),
      0.25px 0px 0.25px rgba(0, 0, 0, 0.8),
      0px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px 0px 0.25px rgba(0, 0, 0, 0.8),
      0px -0.25px 0.25px rgba(0, 0, 0, 0.8);
    text-shadow:      
      0.25px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px -0.25px 0.25px rgba(0, 0, 0, 0.8),
      0.25px -0.25px 0.25px rgba(0, 0, 0, 0.8),
      0.25px 0px 0.25px rgba(0, 0, 0, 0.8),
      0px 0.25px 0.25px rgba(0, 0, 0, 0.8),
      -0.25px 0px 0.25px rgba(0, 0, 0, 0.8),
      0px -0.25px 0.25px rgba(0, 0, 0, 0.8);*/
}

span.hCate.manacaColor {
	color: #333333;
	/*-webkit-text-shadow: 0px 0px 7px rgba(255, 255, 255, 1.0);
    -moz-text-shadow: 0px 0px 7px rgba(255, 255, 255, 1.0);
    -ms-text-shadow: 0px 0px 7px rgba(255, 255, 255, 1.0);
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1.0);*/
}

div.list-topics ul {
	padding: 20px 10px 20px 10px;
}

	div.list-topics ul li {
		/*margin:0 0 10px;*/
		background-image: url(../images/common/line_dotted_1.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		position: relative;
		padding-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

		div.list-topics ul li a {
			display: block;
			text-decoration: none;
		}

		div.list-topics ul li:last-child {
			background: none !important;
		}
		div.list-topics ul li:not(:last-child) {
			padding-bottom: 15px;
		}

		div.list-topics ul li p {
			padding: 0;
			overflow: hidden;
		}

span.hDate {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.topicsDateCate {
	text-decoration: none !important;
	color: #333;
	font-weight: bold;
}

.topicsTitle {
	text-decoration: underline;
}

.tpPriority {
	background-color: #fee7eb !important;
}


span.hCate {
	float: left;
	display: block;
	font-size: 14px;
	width: 140px;
	padding: 1px 5px;
	margin: 0 10px 0 0;
	color: #333;
	text-align: center;
	font-weight: bold;
}