@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# leftSidebar

----------------------------------------*/


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: right;
	padding-right: 15px;
	width: 610px;
}

div#content p.sNav {
	background: #e8ecf1;
	font-size: 90%;
	padding: 3px 0px 0px 10px;
}

div#contentInner {
	padding: 0 10px;
	width: 590px;
}

div#contentInner p {
	color: #4f4f4f;
	margin-bottom: 1em;
}

div#content h2 {
	font-size: 150%;
	font-weight: bold;
	background: url(/images/bg_mh.gif) 0% 100% no-repeat;
	line-height: 1.2;
	margin: 10px 0;
	padding: 0 0 8px 10px;
	width: 580px;
}

div#content h3 {
	font-size: 125%;
	font-weight: bold;
	background: url(/common/images/ico_02.gif) 0% 0.2em no-repeat;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-left: 15px;
}

/* noPost */
div#contentInner p.noPost {
	font-size: 120%;
	margin: 50px 0;
}

div#content table.table_01 {
	border-left: 1px solid #c4d3df;
	border-top: 1px solid #c4d3df;
	margin-bottom: 20px;
	width: 589px;
}
div#content table.table_01 th,
div#content table.table_01 td {
	border-bottom: 1px solid #c4d3df;
	border-right: 1px solid #c4d3df;
	line-height: 1.5;
	padding: 5px 10px;
	text-align: center;
}
div#content table.table_01 th {
	background-color: #4d80ad;
	color: #eaecf2;
	font-weight: bold;
	white-space: nowrap;
}
div#content table.table_01 td {
	color: #4f4f4f;
}
div#content table.table_01 td.photo {
	width: 100px;
	padding: 5px;
}
div#content table.table_01 td.mediaNum {
	text-align: left;
}
div#content table.table_01 td.position {
	text-align: left;
	width: 200px;
}
div#content table.table_01 tr.stripe td {
	background-color: #fafbfc;
}
div#content table.table_01 tr.clickableRange {
	cursor: pointer;
}
div#content table.table_01 tr.clickableRange:hover td {
	background-color: #E1E5F2;
}
div#content .mediaType,
div#content .mediaType_02 {
	color: #FFF;
	display: inline-block;
	width: 100%;
	padding: 2px 8px;
	font-size: 86%;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
}
div#content .slide .mediaType,
div#content .slide .mediaType_02 {
	width: auto;
	margin-right: 5px;
	margin-top: 5px;
	padding: 2px 10px;
}
div#content .mediaType.signboard,
div#content .mediaType.setBoard {
	background: #478ADC;
}
div#content .mediaType.poster,
div#content .mediaType.setPoster {
	background: #5BB937;
}
div#content .mediaType.signage {
	background: #F275A7;
}
div#content .mediaType.extra {
	background: #FDA631;
}
div#content .mediaType.map {
	background: #4D2F7E;
}
div#content .mediaType.outdoor {
	background: #FF4D4D;
}
div#content .mediaType.other {
	background: #666;
}
/**/
div#content .mediaType_02 {
	color: #666;
	margin-top: 5px;
	background: #FFF;
	box-shadow: inset 0 0 0 1px #666;
}

/* stationData */
div#content div.stationData {
	background-color: #f4f7f9;
	border: 3px solid #c4d3df;
	margin-bottom: 50px;
	padding: 1px;
}
div#content div.stationData h4 {
	position: relative;
	border-bottom: 1px solid #c4d3df;
	color: #3d6589;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.2;
	padding: 8px 14px;
}
div#content div.stationData h4:after {
	position: absolute;
	left:0;
	bottom: -2px;
	width: 100%;
	content: "";
	border-top: 1px solid #ffffff;
}
div#content div.stationData p {
	margin-bottom: 0;
	padding: 8px 14px;
	word-wrap: break-word;
}
/**/
.stationDisable {
	display: none;
}

/* stationList */
div#content div.stationList {
	color: #adadad;
	margin: 0 0 50px -10px;
	width: 610px;
}
div#content div.stationList.related {
	margin-bottom: 20px;
}
div#content div.stationList h4 {
	margin-bottom: 10px;
}
div#content div.stationList ul {
	background: #fafbfc;
	padding: 15px 30px 5px;
	width: 550px;
}
div#content div.stationList.related ul {
	background: none;
	padding-bottom: 15px;
}
div#content div.stationList li {
	float: left;
	padding: 0 10px 10px 0;
	width: auto;
	white-space: nowrap;
}
div#content div.stationList a {
	color: #4d80ad;
	font-weight: normal;
	text-decoration: underline;
}
div#content div.stationList a:hover {
	color: #4d80ad;
	text-decoration: none;
}
div#content div.stationList li span a {
	color: #f06888;
	font-weight: normal;
	text-decoration: underline;
}
div#content div.stationList li span a:hover {
	color: #f06888;
	text-decoration: none;
}

/* lineList */
div#content div.lineList {
	margin-left: -10px;
	width: 610px;
}
div#content div.lineList h4 {
	margin-bottom: 10px;
}
div#content div.lineList li {
	margin-bottom: 5px;
}
* html div#content div.lineList li {
	font-size: 0;
}
*:first-child+html div#content div.lineList li {
	font-size: 0;
}
div#content div.lineList li img {
	display: block;
}


/* # leftSidebar
---------------------------------------------------------------------------- */

div#leftSidebar {
	float: left;
	padding-left:15px;
	width: 250px;
}

div#leftSidebar p {
	padding-bottom: 20px;
}

div#leftSidebar div.bnrArea {
	position: relative;
	margin-bottom: 10px;
}

div#leftSidebar div.bnrArea img.bnrComment {
	left: -48px;
	position: absolute;
	top: 29px;
}

div#leftSidebar div.bnrArea img.bnrContact {
	left: 17px;
	position: absolute;
	top: 91px;
}

div#leftSidebar ul.subNav {
	background: #e8ecf1;
	padding: 8px;
}


/* # clearfix
---------------------------------------------------------------------------- */

div#content div.stationList ul {
	zoom: 1;
}

div#content div.stationList ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* advertisement */
.advertisement .box {
	margin-bottom: 30px;
	padding: 0 15px 4px;
	background: #FFF0B8;
}
#content .advertisement .headline {
	padding: 6px 13px;
	margin-bottom: 10px;
	color: #fff;
	background: #EF0464;
	font-size: 16px;
	font-weight: bold;
}
#content .advertisement .box .ttl {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
	background: #F2AE5F;
	color: #fff;
	margin-left: -15px;
	padding: 4px 13px;
	font-weight: bold;
}
.advertisement .box a {
	color: #4D80AD;
	font-weight: normal;
	text-decoration: underline;
}
.advertisement .box a:hover {
	text-decoration: none;
}
.advertisement .box ol,
.advertisement .box ul {
	list-style: inherit;
	margin-left: 20px;
}
.advertisement .box ol {
	list-style: decimal;
}
div#content h2.headline10 {
	padding: 6px 13px 4px;
	color: #fff;
	background: #444;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	width: auto;
}
.carousel {
	margin-bottom: 30px;
}
.carousel .splide:not(.splide--slide) .splide__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.carousel .splide:not(.splide--slide) .splide__list::after {
	content: "";
	width: calc((100% - 30px)/ 3);
}
.carousel .splide:not(.splide--slide) .splide__slide {
	width: calc((100% - 30px)/ 3);
}
.carousel .splide:not(.splide--slide) {
    visibility: visible;
}
.carousel .splide:not(.splide--slide) .splide__arrows {
	display: none;
}
.carousel .splide__pagination {
	display: none;
}
.carouselItem {
    box-sizing: border-box;
	border: 1px solid #c4d3df;
	display: block;
    height: 100%;
	padding: 10px 10px 5px;
	text-decoration: none;
	transition: opacity .25s;
}
.carouselItem.last {
	align-items: center;
	display: flex;
	flex-direction: column;
	line-height: 1;
	justify-content: center;
	text-align: center;
}
.carouselItem.last {
	font-size: 36px;
}
.carouselItem.last span {
	font-size: 14px;
}
.carouselItem:hover {
	opacity: .7;
	text-decoration: none;
}
.carouselImg {
	display: block;
	margin-bottom: 10px;
}
.carouselImg img {
	width: 100%;
}
.carouselTtl {
	color: #444;
	display: block;
	font-size: 100%;
	margin-bottom: 10px;
}
.carouselWrap {
	display: flex;
	flex-wrap: wrap;
}
.carouselTag {
	color: #444;
	border: 1px solid #c4d3df;
    display: inline-block;
	font-size: 90%;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 8px 2px;
}
.carouselTag.signboard {
	background-color: #478ADC;
	border-color: #478ADC;
	color: #fff;
}
.carouselTag.signage {
	background-color: #F275A7;
	border-color: #F275A7;
	color: #fff;
}
.carouselTag.extra {
	background: #FDA631;
	border-color: #FDA631;
	color: #fff;
}
.carouselTag.outdoor {
	background-color: #FF4D4D;
	border-color: #FF4D4D;
	color: #fff;
}
.carouselTag.poster {
	background-color: #5BB937;
	border-color: #5BB937;
	color: #fff;
}
.carouselTag.other {
	background-color: #666;
	border-color: #666;
	color: #fff;
}
.carouselTag.map {
	background-color: #4D2F7E;
	border-color: #4D2F7E;
	color: #fff;
}
.carouselTag.setPoster {
	background-color: #5BB937;
	border-color: #5BB937;
	color: #fff;
}
.carouselTag.setBoard {
	background-color: #478ADC;
	border-color: #478ADC;
	color: #fff;
}
.carousel .splide__arrow {
	align-items: center;
	background-color: #5B89B2;
	border-radius: 0;
	display: flex;
    height: 60px;
	justify-content: center;
	opacity: 1;
    width: 30px;
}
.carousel .splide__arrow svg {
	display: none;
}
.carousel .splide__arrow::after {
    content: "→";
	color: #fff;
	font-size: 20px;
	opacity: 0.75;
	z-index: 1;
}
.carousel .splide__arrow:hover:after {
	opacity: 1;
}
.carousel .splide__arrow--prev::after {
    content: "←";
}
.carousel .splide__arrow--prev {
	left: -20px;
}
.carousel .splide__arrow--next {
    right: -20px;
}
.carousel .splide .splide__arrow--prev:disabled,
.carousel .splide .splide__arrow--next:disabled {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}