﻿@charset "utf-8";
/* Style Index ===============================

	Name : original css

========================================= */

/* ------------------------------------------
 Category Title
-------------------------------------------*/

#cateTtl{
	width:690px !important;
	height:134px !important;
	padding:20px 0 0 30px !important;
	/*font-size:30px;*/
    font-size:1.875rem;
	color:#FFF;
	border:none !important;
	background: url(../images/cate_ttl.jpg) no-repeat left top;
}

#cmsTop{
	width:720px;
	padding:0;
	margin:20px 0 0;
	background:#FFF;
}

/* ------------------------------------------
 Category Nav
-------------------------------------------*/

#cateTopNav{
	width:720px;
	padding:0 0;
}

#cateTopNav ul{
	/*margin:0 -20px 0 0;
	overflow:hidden;*/
    display:flex;
    flex-wrap:wrap;
}

#cateTopNav ul li{
	float:left;
	width:225px;
	min-height:300px;
	padding:0;
	margin:0 5px 20px 5px;
	background:#FFF;
}

#cateTopNav ul li a {
    display:block;
    height:100%;
}

#cateTopNav ul li img{
	width:225px;
}

#cateTopNav ul li p{
	/*font-size:14px;*/
    font-size:0.875rem;
	padding:10px 20px;
}

#cateTopNav ul li h2{
	padding:0 20px 20px;
}

/* お知らせ
--------------------------*/
#topInfo{
	background:#FFF;
	/*position:relative;*/
}

.topInfoTitle{
    display:flex;
  	border-bottom:1px solid #0052c4;
    justify-content:space-between;
    align-items:center;
}

#topInfo h2{
	text-align:center;
	/*font-size:18px;*/
    font-size:1.125rem;
	font-weight:bold;
	line-height:60px;
	padding:0 0 0 100px;
	/*border-bottom:1px solid #0052c4;*/
    flex:1;
}

#topInfo ul{
	padding:10px;
}

#topInfo ul li{
	padding:15px 10px 15px;
	background:url(../../common/images/common/line_dotted_1.png) repeat-x left bottom;
}

#topInfo ul li:last-child{
	margin:0 !important;
}

#topInfo ul li h3{
	/*font-size:14px;*/
    font-size:0.875rem;
	padding:0 0 5px;
	display:flex;
    align-items:center;
}

#topInfo ul li p{
	color:#0052c4;
	/*font-size:16px;*/
    font-size:1rem;
}

.tpPriority{
	background:#fee7eb url(../../common/images/common/line_dotted_1.png) repeat-x left bottom !important;
}

/* 一覧ボタン */
#topInfoBtn{
	/*position:absolute;*/
	right:20px;
	top:15px;
    margin-right:20px;
    padding:0 !important;
}

#topInfoBtn a{
	display:block;
	padding:5px 15px;
	color:#FFF;
	text-decoration:none;
	background:#0052c4;
	border-radius:3px;
}

#topInfoBtn a:hover{
	background:#1A77C9;
}

#topInfoBtn a:focus{
	outline-color:#333333;
}

span.hCate{
	float:left;
	display:block;
	width:7.5rem;
	padding:1px 10px;
	margin:0 10px 5px 0;
	/*font-size:14px;*/
    font-size:0.875rem;
	line-height:1.25rem;
	color:#FFF;
	text-align:center;
}

/*.subwayColor{background:#fabc00; color:#333 !important;}
.busColor{background:#3f51b5;}
.ticketColor{background:#009688;}
.manacaColor{background:#ffeb3b; color:#000 !important;}
.enjoyColor{background:#03a9f4;}
.aboutColor{background:#e91e63;}*/

span.hDate{
	color:#000;
	font-weight:bold;
}

