/*------------------------------------------------
over wright
-------------------------------------------------*/
#wrapper > .levelBox ul{
	/*width:950px !important;*/
}

.h1Wrap{
	padding-bottom: 4px;
}

/*------------------------------------------------
bnrArea
-------------------------------------------------*/

.container .bnrArea{
	margin-bottom:2rem;
}
.container .bnrArea > div{
	margin-top:0 !important;
	float:left;
	width:25%;
}
.container .bnrArea a{
	background:#fff;
	border:2px solid #c3d1de;
	padding:1px !important;
}

div.topEventBnr{
	width:100%;
	box-shadow:0px 9px 7px -4px #9ac0d5 inset;
	background:#cff2ff;
}
div.topEventBnr > div{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background:url(/sharoushi/images/index/topEventBnr/bg.png) no-repeat;
	text-align:center;
	padding-top:25px;
	padding-bottom:10px;
}
div.topEventBnr > div div,
div.topEventBnr > div a{
	display:inline-block;
}


@media screen and (max-width:960px) {
	div.topEventBnr > div{
		width:90%;
	}
	div.topEventBnr > div div {
		display: block;
		text-align:center;
	}
	div.topEventBnr > div div img{
		display:inline-block;
	}
		div.topEventBnr a{
		width:130px;
	}

}

@media screen and (max-width:767px) {
	.container .bnrArea{
		text-align:center;
	}
	.container .bnrArea > div{
		float:none;
		display:inline;
		width:50%;
	}
}

@media screen and (max-width:560px) {
		div.topEventBnr a{
		width:23%;
	}
}
@media screen and (max-width:500px) {
	.container .bnrArea > div{
		float:left;
	}
}

/*------------------------------------------------
info tab
-------------------------------------------------*/
section.timelyInfo ul.disc{
	margin: 0 !important;
	padding-bottom:0;
	border-bottom:4px solid #26447c;
	line-height:1em;
}
.tabArea .secInner{
	margin: 0 !important;
}

.timelyInfo ul.disc li{
	margin: 0;
	display:inline-block;
	height: 2rem;
	padding: 0.5rem 1rem;
	border:1px solid #ccc;
	border-bottom:1px solid #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background:#fff;
	font-size:0.8em;
	vertical-align: top;
	text-align:center;
}
.tabArea > div{
	padding: 1em 10px !important;
	border-top: none !important;
}
.tabArea li.view{
	margin-top: 0 !important;
}
.tabArea li img{
	display:inline-block;
}
.tabArea{
	background:#f4f5f7;
}
.tabArea .disc li a:after{
	position:absolute;
	bottom:-2px;
	left:50%;
	margin-left:-5px;
	content:"";
	border: 5px solid transparent;
	border-top: 5px solid #c8000b;
}
.tabArea .disc li.active,
.tabArea .disc li:hover{
	font-weight: bold;
	border: 1px solid #26447c;
	color: #ffffff;
	text-decoration: none;
	background: #26447c;
}
.tabArea .disc li a:hover:after{
	border-top: 5px solid #fff;
}
.display_1,
.display_2{
	margin-top:0 !important;
	background: #fff;
	padding:0.5em;
}
@media screen and (max-width:767px) {
	.tabArea .disc li{
		width:30%;
	}
	.tabArea .disc li a{
		padding:0.2em 0 1em 0;
	}
}
/*------------------------------------------------
LinkBtn
-------------------------------------------------*/
#LinkBtn{
	margin-top: 20px;
	width:100%;
	background:#2c437b;
	padding-top:10px;
	padding-bottom:10px;
	font-size:0;
}
#LinkBtn ul{
	display:table;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#LinkBtn ul li{
	display:table-cell;
	text-align:center;
}
#LinkBtn ul li a{
	display:inline-block;
}
#LinkBtn .menuBtn{
	display:none;
}

@media screen and (max-width:960px) {
	#LinkBtn{
		padding-bottom:0;
	}
	#LinkBtn ul{
		display:block;
		width:100%;
	}
	#LinkBtn ul li{
		display:inline-block;
		margin-right:5px;
		margin-bottom:5px;
	}

}
@media screen and (max-width:767px) {
	#LinkBtn .menuBtn{
		display:block;
		position:fixed;
		right:10px;
		bottom:-80px;
		z-index:2000;
	}
}
/*------------------------------------------------
info tab
-------------------------------------------------*/
.imgflow > a,
.imgflow > span{
	width:300px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	display:block;
}
.imgflow > a dl{
	margin-bottom:2px;
}
.imgflow > a:hover{
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.imgflow > a dt{
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #333;
	font-size:1.2rem;
}
.imgflow > a dd{
	position:relative;
	background:#fff;
}
.imgflow > a dd > p,
.imgflow > a dd > div{
	position:absolute;
	bottom:0;
	width:calc(100% - 1em);
	margin:0.5em;
	text-align:right;
	/*background:rgba(255,255,255,0.8);*/
	text-shadow: 0 0 0.6em #fff, 0 0 0.6em #fff ;
}
.imgflow > span{
	background:#d8d7d7;
}
@media screen and (max-width:767px) {
	.imgflow{
		text-align:center;
	}
	.imgflow > a{
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	.imgflow > span{
		display:none;
	}
}

@media screen and (max-width:340px) {
	.imgflow > a{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}

/*------------------------------------------------
新着 タイトルを非表示
-------------------------------------------------*/

#ctgly1 .topics_content_ttl ,
#ctgly2 .topics_content_ttl {
	display:none;
}


