.cf:before,.cf:after {content: "";display: table}
.cf:after {clear: both}
.cf {zoom: 1}

#container{
    height: auto;
    width: 850px;
    position: relative;
    top:0;
    left: 0;
    margin: 0 auto;
    padding: 90px 0 30px;
}
.header__logo img{
   width: 560px;
}
.header__schedule{
    margin: 48px 0 0 0;
}
#nav {
    margin: 70px 0 0 0;
}
.nav--global{
    float: none;
    left: 0;
    overflow: hidden;
}
.nav--global .item{
    left: 0;
}
.nav--global .item a{
    width: 205px;
}
.nav--global .item #nav01{
    border-color: #bc0017;
}
.nav--global .item #nav02{
    border-color: #00853d;
}
.nav--global .item #nav03{
    border-color: #0170a9;
}
.nav--global .item #nav04{
    border-color: #747474;
}
.news_index{
    margin: 50px 0;
}
.news_index ul li{
    margin-bottom: 22px;
}
.news_index ul li dl dt,.news_index ul li dl dd{
    float: left;
}
.news_index ul li dl dd{
    margin: 0 0 0 20px;

}
.news_index ul li dl .category{
    display: block;
    box-sizing: border-box;
    width: 166px;
    padding: 8px 0;
    border: solid 2px #fff;
    outline: none;
    text-align: center;
    vertical-align: baseline;
    line-height: 0;
}
.news_index ul li dl .type01{
    border-color: #bc0017;
}
.news_index ul li dl span{
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  margin: 0 auto;
  height: 10px;
  background-size: contain;
}
.news_index ul li dl .type01 span{
	background: url("../img/media/txt_category01.png") no-repeat scroll center center;
  width: 56px;
}
.news_index ul li dl .type02 span{
	background: url("../img/media/txt_category02.png") no-repeat scroll center center;
  width: 113px;
}
.news_index ul li dl .type03 span{
	background: url("../img/media/txt_category03.png") no-repeat scroll center center;
  width: 29px;
}
.news_index ul li dl .type04 span{
	background: url("../img/media/txt_category04.png") no-repeat scroll center center;
  width: 29px;
}
.news_index ul li dl .type02{
    border-color: #00853d;
}
.news_index ul li dl .type03{
    border-color: #0170a9;
}
.news_index ul li dl .type04{
    border-color: #747474;
}

.news_index ul li dl .date{
    font-size: 13px;
    /*width: 70px;*/
    line-height: 2;
}
.news_index ul li dl .text{
    width: 570px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: -0.1em;
}
.banner{
    margin-top: 80px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.banner li{
    display: inline-block;
}
.banner li + li{
    margin-left: 10px;
}
.banner li a{
    display: inline-block;
    border: solid 1px #b3b3b3;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.banner li a:hover{
    opacity: 0.5;
}
#footer{
    color:#4f4f4e;
    border-top: solid 1px #4f4f4e;
    padding-bottom: 30px;
    min-width: 850px;
}
.footer__copyright{
    margin: 15px 0 0 0;
}
#news_detail .news_detail{
    position: relative;
    border: 2px solid #747474;
    padding: 60px 30px 30px;
    width: 640px;
    margin: 70px auto 10px;
    position: relative;
}
#news_detail .type01{
    border-color: #bc0017;
}
#news_detail .type02{
    border-color: #00853d;
}
#news_detail .type03{
    border-color: #0170a9;
}
#news_detail .type04{
    border-color: #747474;
}
#news_detail .news_detail .category{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    box-sizing: border-box;
    width: 166px;
    padding: 8px 0;
    border: solid 2px #fff;
    outline: none;
    text-align: center;
    vertical-align: baseline;
    line-height: 0;
    background: #333333;
}
#news_detail .type01 .category{
    border-color: #bc0017;
    background: #390000;
}
#news_detail .type02 .category{
    border-color: #00853d;
    background: #003619;
}
#news_detail .type03 .category{
    border-color: #0170a9;
    background: #012537;
}
#news_detail .type04 .category{
    border-color: #747474;
    background: #333;
}

#news_detail .news_detail .article-date{
    color: #ffe400;
    font-size: 13px;
    margin-bottom: 5px;
}
#news_detail .news_detail .article-title{
    margin-bottom: 10px;
}
#news_detail .news_detail .article-title a{
    color: #ffe400;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.87;
    display: block;
}
#news_detail .news_detail .article-body{
    line-height: 2;
    font-size: 13px;
}
#news_detail .news_detail .article-body img{
    display: block;
}
#news_detail .news_detail .article-body p{
    margin: 13px auto 0;
    text-align: justify; /* for modern browser */
    text-justify: inter-ideograph; /* IE6～8 */
}

#news_detail .news_detail .category span{
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  margin: 0 auto;
  height: 10px;
  background-size: contain;
}
#news_detail .type01 .category span{
	background: url("../img/media/txt_category01.png") no-repeat scroll center center;
  width: 56px;
}
#news_detail .type02 .category span{
	background: url("../img/media/txt_category02.png") no-repeat scroll center center;
  width: 113px;
}
#news_detail .type03 .category span{
	background: url("../img/media/txt_category03.png") no-repeat scroll center center;
  width: 29px;
}
#news_detail .type04 .category span{
	background: url("../img/media/txt_category04.png") no-repeat scroll center center;
  width: 29px;
}

#news_detail .share {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 0;
    line-height: 0;
}

#news_detail .share li {
    display: inline-block;
}

#news_detail .share li + li {
    margin-left: 10px;
}

.backtop{
    width: 702px;
    margin: 0 auto;
}
.backtop a{
    width: 21px;
    display: block;
    float: right;
}
.backtop_index{
	width: auto;
	display: none;
}
.backtop_index a{
	float: none;
	margin: 0 0 0 auto;
}
.banner.detail{
  margin: 50px auto 0;
}

.onlySP{
	display: none;
}

table .mediaList{	/* --記事内テーブルセル--  */
	width:100%;
	border: 1px solid #bc0017;
	border-collapse: collapse;
	font-size:100%;
	line-height:16px;
}

.mediaList th{
	background-color: #bc0017;
	border: 1px solid #960012;
	padding: 12px 5px;
	font-size:108%;
	text-align: center;
	vertical-align:top;
	color: #fff;
	white-space:nowrap;
}

.mediaList tr,td{
	background-color:#000000;
	padding: 12px 5px;
	border: 1px solid #960012;
	vertical-align:top;
	font-size:100%;
}


.date,.time{
	font-size:100%;
	white-space:nowrap;
	text-align:center;
}


.title{
	font-size:100%;
	text-align:left;
}


.naiyo{
	font-size:100%;
	text-align:left;
}

.sp{
	text-align:center;
}

table .mediaList2{	/* --記事内テーブルセル/tv--  */
	width:100%;
	border: 1px solid #bc0017;
	border-collapse: collapse;
	font-size:100%;
	line-height:16px;
}

.mediaList2 th{
	background-color: #bc0017;
	border: 1px solid #960012;
	padding: 12px 5px;
	font-size:108%;
	text-align: center;
	vertical-align:top;
	color: #fff;
	white-space:nowrap;
}

.mediaList2 tr,td{
	background-color:#000000;
	padding: 12px 5px;
	border: 1px solid #960012;
	vertical-align:top;
	font-size:100%;
}


.date,.time{
	font-size:100%;
	white-space:nowrap;
	text-align:center;
}


.kyoku{
	font-size:100%;
	text-align:left;
}

.title{
	font-size:100%;
	text-align:left;
}

.naiyo{
	font-size:100%;
	text-align:left;
}

.sp{
	text-align:center;
}

.SPmedia{
	display:none;
}

.PCmedia{
	display:inline;
}
.midashi_special,.midashi_special_sp{
	font-size:25px;
	text-align:center;
	color:#CF0119;
	margin-top:-20px;
}
.submidashi{
	font-size:18px;
	text-align:center;
	color:#fff;
}
td{
	text-align:center;
}

@media screen and (max-width: 440px) {
	.SPmedia{
		display:inline;
	}
	
	.PCmedia{
		display:none;
	}

}
.midashi_special{
	display:block;	
}
.midashi_special_sp{
	display:none;	
}

@media screen and (max-width: 640px) {
	/*common*/
	.onlyPC{
		display: none;
	}
	.onlySP{
		display: block;
	}
	#container{
		padding: 45px 0 25px;
		width: auto;
		margin: 0 15px;
	}	
	.header__logo img{
		margin: 0 auto;
		width: 224px;
	}
	.header__schedule{
		margin: 24px 0 0;
	}
	.header__schedule img{
		margin: 0 auto;
	}
	.banner{
		width: auto;
		margin: 35px 0 0;
	}
	.banner li{
	}
	.banner li + li{
		margin: 10px 0 0 0;
	}
	.banner li a:hover{
		opacity: 1;
	}
	.banner li img{
		width: 100%;
		height: auto;
	}
	#footer{
		padding-bottom: 26px;
		min-width: 100%;
	}
	.footer__copyright{
		margin: 25px 0 0;
	}
	
	/*top*/	
	#nav{
		margin: 35px 0 0;
	}
	.nav--global .item{
		float: none;
		margin: 0 0 5px;
	}
	.nav--global .item a{
		width: auto;
		border: none!important;
		padding: 0;
	}
	.nav--global .item a:hover, .nav--global .item a:active{
		opacity: 1;
	}
	.nav--global .item img{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.nav--global .item + .item{
		margin: 0 0 5px;
	}	
	.news_index{
		margin: 25px 0 0;
	}
	.news_index ul li{
		margin: 0 0 25px;
	}
	.news_index ul li dl dd{
		margin: 0;
	}
	.news_index ul li dl dt, .news_index ul li dl dd{
		float: none;
	}
	.news_index ul li dl .text{
		width: auto;
	}
	.category{
		margin: 0 0 8px;
	}
	.news_index ul li dl .date{
		margin: 0 0 1px;
		font-size: 11px;
		letter-spacing: 0.01em;
	}
	.news_index ul li dl span{
	  height: 8px;
	}
	.news_index ul li dl .type01 span{
		background: url("../img/media/txt_category01_sp.png") no-repeat scroll center center;
	  width: 44px;
	  background-size: contain;
	}
	.news_index ul li dl .type02 span{
		background: url("../img/media/txt_category02_sp.png") no-repeat scroll center center;
		background-size: contain;
	  width: 94px;
	}
	.news_index ul li dl .type03 span{
		background: url("../img/media/txt_category03_sp.png") no-repeat scroll center center;
		background-size: contain;
	  width: 24px;
	}
	.news_index ul li dl .type04 span{
		background: url("../img/media/txt_category04_sp.png") no-repeat scroll center center;
		background-size: contain;
	  width: 24px;
	}
	.news_index ul li dl .category{
		padding: 6px 0;
		width: 109px;
		border-width: 1px;
	}
	.backtop_index{
		display: block;
	}
	
	/*detail*/	
	#news_detail .news_detail{
		width: auto;
		padding: 40px 15px 22px;
		margin: 35px 0 0;
	}
	.article-body img{
		max-width: 100%;
		height: auto;
	}
	#news_detail .news_detail .article-date{
		font-size: 11px;
	}
	#news_detail .news_detail .article-title a{
		font-size: 13px;
		line-height: 1.8;
	}
	#news_detail .news_detail .article-body{
		line-height: 1.8;
	}
	#news_detail .news_detail .category{
		padding: 6px 0;
		width: 109px;
		border-width: 1px;
		left: 5px;
		top: 5px;
	}
	#news_detail .news_detail .category span{
	  height: 8px;
	}
	#news_detail .type01 .category span{
		background: url("../img/media/txt_category01_sp.png") no-repeat scroll center center;
	  width: 44px;
	  background-size: contain;
	}
	#news_detail .type02 .category span{
		background: url("../img/media/txt_category02_sp.png") no-repeat scroll center center;
	  width: 94px;
	  background-size: contain;
	}
	#news_detail .type03 .category span{
		background: url("../img/media/txt_category03_sp.png") no-repeat scroll center center;
	  width: 24px;
	  background-size: contain;
	}
	#news_detail .type04 .category span{
		background: url("../img/media/txt_category04_sp.png") no-repeat scroll center center;
	  width: 24px;
	  background-size: contain;
	}
    #news_detail .share {
        bottom: 22px;
        right: 15px;
    }

	.backtop_detail{
		width: auto;
		margin: 5px 0 0;
	}
	.backtop_detail a{
		width: 17px;
	}
	.banner.detail{
		margin: 56px auto 0;
	}
	.midashi_special{
		display:none;	
	}
	.midashi_special_sp{
		display:block;
		font-size:18px;
	}
	.submidashi{
		font-size:14px;
	}
}
