body{
	background:#fff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:15px;
}
img {
	vertical-align: top;
}
a{
	color:#000;
}
a:hover{
	color:#777;
}
a:hover img{
	opacity:0.7;
}
.forSp{
	display:none!important;
}


/* header
*******************************************************************************/

.header{
	width:960px;
	padding:0 5px;
	margin:0 auto;
	overflow: hidden;
	height:136px;
}
.headerLogo {
	float:left;
	height:80px;
}
.headerLogo img{
	vertical-align: middle;
	margin-top:18px;
}
.headerNavWrapper {
	float: right;
}
.headerSuvNav {
	margin-top:20px;
	text-align:right;
	letter-spacing: -0.5em;
}
.headerSuvNav li{
	display:inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	font-size:0.8em;
}
.headerSuvNav li a{
	background: url(../images/head_marker.png) left center no-repeat;
	padding:0 10px;
	text-decoration: none;
}
.headerNav {
	text-align:right;
	margin-top:10px;
	letter-spacing: -0.5em;

}
.headerNav li{
	display:inline-block;
	background: url(../images/head_nav_separater.png) left top no-repeat;
	padding-left:18px;
	padding-right:12px;
	line-height:15px
	letter-spacing: normal;
	word-spacing: normal;
}
.headerNav li:first-child{
	background: none;
}

.headerMainNav{
	margin-top:80px;
	width:100%;
	list-style:none;
	height:50px;
}
.headerMainNav li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

/* contents
*******************************************************************************/
.contents{
	position:relative;
}

/* top status
*******************************************************************************/
.topStatusWrapper{
	background:#192b57;
}
.topStatus {
	width:960px;
	padding:5px 0;
	margin:0 auto;
	letter-spacing: -0.5em;

	-webkit-align-items: center;
	align-items: center;
}

.topStatusTtl,
.topStatusBody,
.topStatusLink{
	display:inline-block;
	vertical-align:middle;
	letter-spacing: normal;
	word-spacing: normal;
}
.topStatusTtl {
	font-size:1.2em;
	font-weight:bold;
	width:260px;
	color:#fff;
	text-align: center;
	line-height:1.2em;
}
.topStatusTtl span a{
	font-size:0.8em;
	font-weight: normal;
	color:#fff;
	text-align: center;
}
.topStatusBody{
	width:700px;
	background:#fff;
	font-size:0.8em;
	padding:10px;
	vertical-align:middle;
	min-height:40px;
}


/* top slider
*******************************************************************************/
.topSlider{
/*	min-width:980px;*/
}

/* top nav
*******************************************************************************/
.topNavWrapper{
	position:relative;
	z-index:1;
}
.topNav{
	width:980px;
	margin:0 auto;
	background:#fff;
	padding:15px;
	letter-spacing: -0.5em;

	box-shadow:0px -4px 2px 2px rgba(18,19,19,0.25);
}
.topNavCat{
	width:240px;
	background:#fff;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	padding:0 5px 0 4px;
	border-left:1px solid #ccc;
}
.topNavCat:first-child{
	width:235px;
	padding-left:0;
	border-left:none;
}
.topNavCat:last-child{
	width:235px;
	padding-right:0;
}

.topNavCatImg{
	vertical-align: top;
	text-align:center;
	margin-bottom:10px;
}
.topNavCatTtl {
	color:#fff;
	padding:4px;
	text-align:center;
	font-size:1.4em;
	line-height:25px;
	font-weight: normal;
	margin-bottom: 6px;
}
.topNavCat.bus .topNavCatTtl{
	background:#e67e22;
}
.topNavCat.expressbus .topNavCatTtl{
	background:#e84c3d;
}
.topNavCat.travel .topNavCatTtl{
	background:#0081cc;
}
.topNavCat.bandaicity .topNavCatTtl{
	background:#27ae60;
}
.topNavCatDesc {
	font-size:0.8em;
	margin-bottom:15px;
}
.topSubNavTglBtn a{
	display:block;
	width:148px;
	margin:0 auto;
	border:1px solid #999;
	background:#f8f7f0;
	padding:0 8px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	line-height: 26px;
}
.topSubNavWrapper{
	background: #f4f3ec url(../images/top_subnav_bg.png) top left repeat-x;
}
.topSubNav{
	display: none;
	width:980px;
	margin:0 auto 20px auto;
	overflow: hidden;
	padding:30px 18px 18px 10px;
	background-image: url(../images/top_subnav_arrow.png);
	background-repeat:none;
}
.topSubNav.bus{
	background-position:124px 0px;
}
.topSubNav.expressbus{
	background-position:374px 0px;
}
.topSubNav.travel{
	background-position:624px 0px;
}
.topSubNav.bandaicity{
	background-position:874px 0px;
}

.topSubNavTtl{
	float:left;
	font-size:1.6em;
}
.topSubNav.bus .topSubNavTtl{
	color:#e67e22;
}
.topSubNav.expressbus .topSubNavTtl{
	color:#e84c3d;
}
.topSubNav.travel .topSubNavTtl{
	color:#0081cc;
}
.topSubNav.bandaicity .topSubNavTtl{
	color:#27ae60;
}
.topSubNavClsBtn{
	display:block;
}
.topSubNavList{
	list-style-type: none;
	float:right;
	width: 655px;
}
.topSubNavList li{
	display:inline-block;
	margin-right:40px;
	margin-bottom:16px;
}

/* top Importantinfo
*******************************************************************************/
.topImportantinfoWrapper{
	position: absolute;
	z-index: 1;
	width: 200px;
	right:20px;
	margin: 0 auto;
	text-align:center;
/*	top: -20px;*/
}

.topImportantinfo{
	width:725px;
/*	height:145px;*/
	border: 1px solid #e95445;
	padding:15px;
	letter-spacing: -0.5em;
	background-color:#FFF;
	margin-bottom:20px;
}

.topImportantinfo .topInfoList{
	margin-top:0px;	
}
.topImportantinfo .topInfoTtl{
	width:580px;
}
.topImportantinfo .topInfoDate,
.topImportantinfo .topInfoTtl{
	margin-bottom: 0px;
}
.topInfoDate{
	
}
.topStatusLink{
	width:205px;
	min-height:145px;
	display:block;
	float:right;
	background-color:#FFF;
}
.topStatusLink a:hover{
	opacity:0.7;
}

/* top NavCat2
*******************************************************************************/

.topNavCat2wrapper{
	letter-spacing: -0.4em;
}

.topNavCat2{
	display:inline-block;
	width:350px;
	margin-right:10px;
	margin-bottom:10px;
	letter-spacing: normal;
}
.topNavCat2 a{
	display:block;
	vertical-align: top;
	word-spacing: normal;
	text-decoration:none;
}
.topNavCat2.expressbus,
.topNavCat2.bandaicity{
	margin-right:0;
}



.topNavCat2.bus a{
	box-sizing:border-box;
	border:1px solid #0081cc;
	background:#d3e6f6;
}
.topNavCat2.bus .topNavCatTtl{
	background:#0081cc;
}

.topNavCat2.expressbus a{
	box-sizing:border-box;
	background:#ebf5ec;
	border:1px solid #27ae60;
}
.topNavCat2.expressbus .topNavCatTtl{
	background:#27ae60;
}
.topNavCat2.travel a{
	box-sizing:border-box;
	background:#ffebc6;
	border:1px solid #e84c3d;
}
.topNavCat2.travel .topNavCatTtl{
	background:#e84c3d;
}
.topNavCat2.bandaicity a{
	box-sizing:border-box;
	background:#feecb9;
	border:1px solid #e67e22;
}
.topNavCat2.bandaicity .topNavCatTtl{
	background:#e67e22;
}


.topNavCat2 .topNavCatImg{
	vertical-align: top;
	text-align:center;
	margin:20px;
	height:100px;
}
.topNavCat2 .topNavCatDesc{
	font-size: 1.0em;
	margin:0 1em 1em 1em;
}
topNavCat2 .topNavCatTtl {
	color:#fff;
	padding:4px;
	text-align:center;
	font-size:1.4em;
	line-height:25px;
	font-weight: normal;
	margin-bottom: 6px;
}


.topNavCatDesc {
	font-size:0.8em;
	margin-bottom:15px;
}


/* top main
*******************************************************************************/
.topMainSideWrapper {
	position: relative;
	width:980px;
	margin: 20px auto 0 auto;
	letter-spacing: -0.5em;
}
.topMain,
.topSide {
	display:inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.topMain {
	width:720px;
	padding-top:13px;
	padding:0 5px;
}
.topInfo,
.topNews{
	position: relative;
}

.topInfoHead,
.topNewsHead{
	display:inline-block;
	vertical-align: middle;
}
.infoHead{
	color: #00527d;
	font-weight: bold;
	margin-bottom:20px;
}
.infoHeadDate{
	font-size:0.9em;
}

.topToList{
	position:absolute;
	right:0px;
	top:0;
}
.topToList a{
	display:block;
	width:148px;
	line-height:26px;
	font-size:0.8em;
	border:1px solid #999;
	background:#eee;
	text-align: center;
	text-decoration: none;
}
.topNews{
	margin-top: 50px;
}
.topInfoList,
.topNewsList,
.infoList,
.newsList{
	margin-top:23px;
	letter-spacing: -0.5em;

}

.topInfoDate,
.topInfoCat,
.topInfoTtl,
.topNewsDate,
.topNewsTtl,
.infoDate,
.infoCat,
.infoTtl,
.newsDate,
.newsTtl{
	display: inline-block;
	vertical-align:top;
	margin-bottom:20px;
	letter-spacing: normal;
	word-spacing: normal;
}
.topInfoDate,
.topNewsDate,
.infoDate,
.newsDate{
	width:auto;
	line-height:25px;
	margin-right: 20px;
}

.topInfoCat,
.infoCat{
	width:110px;
	margin-right:20px;
	line-height:25px;
	text-align: center;
	color:#fff;
	font-size:0.9em;
}
.topInfoCat.bus,
.infoCat.bus{
	background:#0081cc;
}
.topInfoCat.expressbus,
.infoCat.expressbus{
	background:#27ae60;
}
.topInfoCat.bandaicity,
.infoCat.bandaicity{
	background:#e67e22;
}
.topInfoCat.travel,
.infoCat.travel{
	background:#e84c3d;
}
.topInfoTtl{
	width:470px;
}
.infoTtl,
.infoList .topInfoTtl {
	width:710px;
}
.topNewsTtl{
	width:600px;
}
.newsTtl{
	width:840px;
}
.topNewsTtl img,
.newsTtl img{
	vertical-align:middle;
	margin-left:10px;
}

/* top side
*******************************************************************************/
.topSide {
	display:inline-block;
/*	width:200px;*/
	margin-left:40px;
	margin-top:160px;
}
.topSideList{
	list-style-type:none;
	margin-top:10px;
}
.topSideList li{
	margin-bottom:10px;
}

/* top group
*******************************************************************************/
.topGroup {
	width:980px;
	margin: 50px auto 0 auto;
	padding: 0 5px;
}
.topGroupList{
	list-style-type: none;
	letter-spacing: -0.5em;

}
.topGroupList li {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	margin:5px;
}
.topGroupList li:first-child,
.topGroupList li:nth-child(5n){
	margin-left:0;
}

/* page
*******************************************************************************/
.pageTtlWrapper {
	width: 960px;
	background: #00527d url(../images/top_status_bg.png) top center repeat-y;
	margin: 20px auto;
/*	padding: 0 10px;*/
}
.pageTtl {
	width:960px;
	background: #00527d url(../images/top_status_ttl_bg.png) -238px center no-repeat;
	margin:0 auto;
	padding:5px 5px 5px 32px;
	color: #fff;
	font-size:1.6em;
	font-weight:normal;
}
.pageBreadcrumbs {
	width:960px;
	margin:20px auto;
	padding:0 10px;
	list-style-type: none;
	letter-spacing: -0.5em;

}
.pageBreadcrumbs li {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	min-height:18px;
	line-height:18px;
	vertical-align: middle;
	font-size:0.8em;
}
.pageBreadcrumbs li.home {
	background: url(../images/page_home.png) left center no-repeat;
	padding-left: 30px;
}
.pageBody {
	width: 960px;
	margin:0 auto;
	padding:0;
}
.pageBody h2,
.pageBody h3,
.pageBody h4,
.pageBody h5 {
	margin: 1.0em 0;
}
.pageBody table{
	border-collapse:collapse;
	border: none;
}
.pageBody caption{
	font-weight:bold;
	text-align:left;
}
.pageBody th,
.pageBody td {
	border:1px solid #999;
	padding:5px;
	text-align:left;
}
.pageBody th {
	background:#f9f9f9;
	font-weight: bold;
}
.pageBody em {
	font-style:normal;
	font-weight:bold;
}
.pageBody strong {
	font-style:normal;
	font-weight:bold;
	color:#f00;
}
.pageBody .large {
	font-size:1.3em;
}
.pageBody p {
	margin: 1.0em 0;
}
.pageBody ul {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}
.pageBody ol{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}

/* footer
*******************************************************************************/
.footerWrapper {
	margin-top:40px;
	border-top: 4px solid #194994;
	background: #f8f7f0;
}
.footer {
	width:980px;
	margin:0 auto;
	padding:20px 5px;
}
.footerNav {
	list-style-type: none;
}
.footerNav li {
	display: inline-block;
	padding-right:20px;
	border-right:1px solid #000;
	margin-right:20px;
}
.footerNav li a {
	text-decoration: none;
}
.footerCopyright {
	margin-top:42px;
	text-align: center;
}

/* for smartdevice
*******************************************************************************/
@media (max-width : 600px ),
	(max-width : 800px ) and (orientation : portrait),
	(max-width : 960px ) and (orientation : landscape) {

	img {
		max-width:100%!important;
	}
	.forPc {
		display:none!important;
	}
	.forSp {
		display:block!important;
	}
	.header,
	.contents,
	.topStatus,
	.topSlide,
	.topNav,
	.topMainSideWrapper,
	.topMain,
	.topSide,
	.topGroup,
	.pageTtl,
	.pageBreadcrumbs,
	.pageBody,
	.footer{
		width:100%;
		height: auto;
		padding:0;
	}
	.topInfo,
	.topNews,
	.topGroup {
		border-top:1px solid #194994;
		padding-top:26px;
	}
	.topMain{
		margin-top:20px;
	}

	/* header
	*******************************************************************************/
	.header {
		background:#fff;
		min-height:47px;
		overflow: visible;
		position:static;
		top:0;
		left:0;
/*		z-index:101;*/
	}
	.headerLogo img,
	.spNavTglBtn img{
		vertical-align: top;
		margin-top: 0;
		height:32px;
	}
	.headerLogo{
		float:none;
		top:8px;
		left:8px;
		height:auto;
	}
/*
		.spNavTglBtn{
		display:block;
		width:32px;
		height:32px;
		float:none;
		top:4px;
		right:8px;
		background-repeat: no-repeat;
		background-size: contain;
		z-index:102;
	}
*/
	.headerLogo{
		position: absolute;
	}
/*
	.spNavTglBtn{
		position: fixed;
	}
*/
	.headerNavWrapper{
		float:none;
	}
	.headerNavSp{
		padding-top:47px;
	}
	.headerNavSp.opened{
		display:block!important;
	}
	.headerNavSpBus a,
	.headerNavSpExpressbus a,
	.headerNavSpBandaicity a,
	.headerNavSpTravel a {
		display:block;
		color:#fff;
		padding:15px 20px;
		text-decoration: none;
	}

	.headerNavSpBus,
	.headerNavSpExpressbus {
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
	}
	.headerNavSpBandaicity {
		background-image: url(../images/head_nav_bandaicity.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
	}
	.headerNavSpTravel {
		background-image: url(../images/head_nav_crayon.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
	}
	.headerNavSpBus.opened,
	.headerNavSpExpressbus.opened {
		background-image: url(../images/head_nav_close.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
	}

	.headerNavSpBus{
		background-color: #0081cc;
	}
	.headerNavSpExpressbus{
		background-color:#27ae60;
	}
	.headerNavSpBandaicity{
		background-color:#e67e22;
	}
	.headerNavSpTravel{
		background-color:#e84c3d;
	}
	.headerNavSp{
		letter-spacing: -0.5em;
	
	}
	.headerNavSp dt{
		letter-spacing: normal;
		word-spacing: normal;
	}
	.headerNavSp ul{
		display:none;
	}
	.headerNavSp li{
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		width:50%;
		padding: 10px 0 10px 20px;
	}
	.etcLink{
		display: inline-block;
		width:50%;
		letter-spacing: normal;
		word-spacing: normal;
		padding: 10px 10px 10px 10px;
		border-bottom:1px solid #000;
		text-align:center;
		text-decoration: none;
	}
	.etcLink a{
		text-decoration: none;
		color:#192b57;
	}

	.contents{
	}

	/* top status
	*******************************************************************************/
	.topStatusWrapper{
		background:#192b57;
		padding:10px;
	}
	.topStatus {
		display: block;
		background:none;
		letter-spacing: -0.5em;
		text-align:center;
	}

	.topStatusTtl,
	.topStatusBody,
	.topStatusLink{
		letter-spacing: normal;
		height:auto;
	}
	.topStatusTtl {
		display:inline-block;
		background:none;
		width:100%;
		line-height:1.0em;
		font-size: 1em;
		color:#fff;
		vertical-align:middle;
		text-align: center;
		}
	.topStatusTtl span{
		padding-left:4em;
		font-size: 1.3em;
	}
	.topStatusBody{
		width:100%;
		display:inline-block;
		background:#fff;
		line-height:1.0em;
		vertical-align:middle;
		font-size:0.6em;
		padding:5px;
		min-height: 0px;
	}
	.topStatusLink{
		margin-left:-85px;
		display:block;
		background:#e63b2e;
		width:auto;
		vertical-align:middle;
		margin-top:5px;
		min-height: 0px;
	}
	.topStatusLink a{
		display: block;
		margin:0 auto;
		height:auto;
		padding:6px 6px;
		background:none;
		color: #fff;
		text-decoration: none;
		font-size: 0.9em;
		text-align:center;
		line-height:1.0em;
	}
	.topStatusLink a:hover{
		opacity:0.7;
	}

	/* top slider
	*******************************************************************************/
	.topSlider{
/*		width:100%!important;
		margin-bottom:0;*/
	}

	/* top nav
	*******************************************************************************/
	.topNavWrapper{
		margin-top:0;
		z-index: 1;
		}
	.topNav{
		padding:0;
		box-shadow:none;
	}
	.topNavCat {
		width: 100%!important;
		margin-top:5px;
		margin-bottom:20px;
		padding:0;
	}
	.topNavCatDesc{
		padding:0 5px;
	}
	.topSubNav{
		width:100%;
		background-color: #f4f3ec;
		background-image:
			url(../images/top_subnav_arrow.png),
			url(../images/top_subnav_bg.png);
		background-repeat:
			no-repeat,
			repeat-x;
		background-position:
			center top,
			center top !important;
		padding-left:0;
		padding-right:0;
	}
	.topSubNavList{
		float: none;
		width: 100%;
		letter-spacing: -0.5em;
	
	}
	.topSubNavList li {
		width:50%;
		margin-right: 0px;
		letter-spacing: normal;
		word-spacing: normal;
		padding-left:20px;
	}

	.topMainSideWrapper{
		display: block;
	}
	
	/* top Importantinfo
	*******************************************************************************/
	.topImportantinfoWrapper{
		position:static;
		width: auto;
	}
	.topImportantinfoWrapper h2{
		text-align:center;
		width: 100%;
	}
	.topImportantinfo{
		width: auto;
		height:auto;
		margin:0 5px 20px 5px;
		padding:5px;
		letter-spacing: 0em;
	}

	.topImportantinfo .topInfoList{
		margin-top:0px;	
	}
	.topImportantinfo .topInfoTtl{
		width: 100%;
	}
	.topImportantinfo .topInfoDate,
	.topImportantinfo .topInfoTtl{
		margin-bottom: 0px;
	}
	.topImportantinfoWrapper .topStatusLink{
		width: 100%;
		float:none;
		margin:0px;
		display:block;
		background:none;
		min-height: 0px;
	}
	.topImportantinfoWrapper .topStatusLink a{
/*		padding:10px;*/
	}


	/* top info
	*******************************************************************************/
	.topInfoHead,
	.topNewsHead{
		display: block;
		text-align: center;
	}
	.topInfoDate,
	.topInfoCat,
	.topInfoTtl,
	.topNewsDate,
	.topNewsTtl,
	.infoDate,
	.infoCat,
	.infoTtl,
	.newsDate,
	.newsTtl{
		display: inline-block;
		vertical-align:top;
		margin-bottom:10px;
		letter-spacing: normal;
		word-spacing: normal;
	}
	.topInfoDate,
	.topNewsDate,
	.infoDate,
	.newsDate{
		width:auto;
		margin-right:10px;
	}
	.topInfoTtl,
	.topNewsTtl,
	.infoTtl,
	.newsTtl{
		display: block;
		width:auto;
		margin-bottom:20px;
	}
	.topInfoList,
	.topNewsList,
	.infoList,
	.newsList{
		padding: 0 5px;
	}

	.topToList{
		position:static;
		text-align:center;
	}
	.topToList a,
	.topSubNavTglBtn a{
		min-width:60%;
		margin: 0 auto;
		padding:10px;
		font-size: 1.0em;
		line-height:normal;
	}
	
	
	/* top NavCat2
	*******************************************************************************/
	
	.topNavCat2wrapper{
		width:100%;
		border-top: 1px solid #194994;
		margin-top:26px;
		padding-top: 26px;
	}
	
	.topNavCat2{
		width:100%;
	}
	.topNavCat2 a{
		display:block;
		float:none;
	}
	.topNavCat2.bus a{
		box-sizing:border-box;
		border:none;
		margin-right:0px;
		background:none;
	}
	.topNavCat2.bus .topNavCatTtl{
		background:#0081cc;
	}
	
	.topNavCat2.expressbus a{
		box-sizing:border-box;
		border:none;
		margin-right:0px;
		background:none;
	}
	.topNavCat2.expressbus .topNavCatTtl{
		background:#27ae60;
	}
	.topNavCat2.travel a{
		box-sizing:border-box;
		border:none;
		margin-right:0px;
		background:none;
	}
	.topNavCat2.travel .topNavCatTtl{
		background:#e84c3d;
	}
	.topNavCat2.bandaicity a{
		box-sizing:border-box;
		border:none;
		margin-right:0px;
		background:none;
	}
	.topNavCat2.bandaicity .topNavCatTtl{
		background:#e67e22;
	}
	
	
	
	.topNavCat2 .topNavCatImg{
		vertical-align: top;
		text-align:center;
		margin:20px;
		height:100px;
	}
	.topNavCat2 .topNavCatDesc{
		font-size: 1.0em;
		margin:0 1em 1em 1em;
	}
	topNavCat2 .topNavCatTtl {
		color:#fff;
		padding:4px;
		text-align:center;
		font-size:1.4em;
		line-height:25px;
		font-weight: normal;
		margin-bottom: 6px;
	}
	
	
	.topNavCatDesc {
		font-size:0.8em;
		margin-bottom:15px;
	}

	

	/* top side
	*******************************************************************************/
	.topSide{
		margin-top:40px;
		margin-left:0;
		text-align:center;
		vertical-align: top;
		border-top: 1px solid #194994;
		margin-top:26px;
		padding-top: 26px;

	}

	/* top group
	*******************************************************************************/
	.topGroupHead{
		text-align: center;
		margin-bottom:20px;
	}
	.topGroupList{
		padding:0 5px;
	}
	.topGroupList li{
		width:50%;
		margin:0 0 17px 0;
		padding:0;
	}
	.topGroupList li:nth-child(odd){
		padding-right:7px;
	}
	.topGroupList li:nth-child(even){
		padding-left:7px;
	}
	.topGroupList li img{
		width:100%;
	}

	/* page
	*******************************************************************************/
	.pageTtlWrapper {
		width: auto;
		margin-bottom:10px;
	}
	.pageTtl {
		font-size:1.2em;
		text-align:center;
	}
	.pageBreadcrumbs {
		display:none;
	}
	.pageBreadcrumbs li {
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		min-height:18px;
		line-height:18px;
		vertical-align: middle;
		font-size:0.8em;
	}
	.pageBreadcrumbs li.home {
		background: url(../images/page_home.png) left center no-repeat;
		padding-left: 30px;
	}
	.pageBody {
		width: 100%;
		margin-bottom:10px;
		padding:0 5px;
	}
	.infoHead{
	}
	.infoHeadTtl{
		font-size:1.2em;
	}
	.infoTtl,
	.infoList .topInfoTtl {
		width:100%;
	}




	/* footer
	*******************************************************************************/

	.footerWrapper {
		margin-top:0;
	}
	.footer{
		padding-top:10px;
		padding-bottom:10px;
	}
	.footerNav{
		text-align: center;
		font-size:0.6em;
	}
	.footerNav li{
		padding-right: 10px;
		margin-right: 10px;
	}
	.footerCopyright {
		margin-top: 53px;
		text-align: center;
		font-size:0.6em;
	}
}



/* 20170110tabuse_pc
*******************************************************************************/
.topSide .nr_box{
	background-color: #c2d4e8; 
	padding: 3px 0;
}
.topSide .nr_box li{
	background:#ffffff;
	text-align: center;
	list-style-type: none;
	margin: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.0em;
	line-height:normal;
}


.bandaicity_cate{
	border:1px solid #e84c3d;
}





