img {
    width: 100%;
}

.FLbtns {
    padding: 0 3%;
}

.contents{ background-image: none !important;}
	.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.content-blockn *, .content-blockn *:before, .content-blockn *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trans {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.trans:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.content-blockn {
  width: 960px;
  margin: 0 auto;
}

.banner {
  display: block;
  margin-bottom: 20px;
}

.img-center {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
.list-block {
  padding: 14px 14px 1px;
  background: #f3f2d7;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
}
@media only screen and (max-width: 640px) {
.list-block {
  padding: 14px 14px 1px;
  background: #f3f2d7;
  margin-bottom: 20px;
/*
  display: flex;
  justify-content: space-between;
*/
}
}
.list-block .inner {
  border: 1px solid #e9e8ca;
  background: #fff;
  margin-bottom: 13px;
}
.list-block .inner .left {
  width: 370px;
  float: left;
  text-align: center;
  padding-top: 27px;
  padding-left: 4px;
  padding-right: 4px;
}
.list-block .inner .left a {
  display: inline-block;
  margin-bottom: 6px;
}
.list-block .inner .left a img {
  display: block;
  width: 346px;
}
.list-block .inner .left .ttl-inner1 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  color: #0e0a04;
  font-weight: normal;
  margin-bottom: 12px;
}

.list-block .inner .left .ttl-inner {
  text-align: center;
  font-size: 25px;
  /*line-height: 54.24px;*/
	line-height:1.4;
  color: #0e0a04;
  font-weight: normal;
  margin-bottom: 12px;
	font-feature-settings: "palt";
}
.list-block .inner2 .ttl-inner span.txt01 {
    padding: 2px 8px;
    background: #FF0000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.list-block .inner2 {
    border: 1px solid #e9e8ca;
    background: #fff;
    margin-bottom: 3%;
    padding-bottom: 3%;
	width: 49%;
}

.list-block .inner2 .center {
    position: relative;
}

.list-block .inner2 .center {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 2px;
}

.list-block .inner2 .center {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 2px;
}

.center_2 .ttl-inner{
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 2px;
/*	display: flex;*/
	font-size: 33px;
	margin-bottom: 12px;
}

.center_1{
	display: flex;
	justify-content: center;
}

.list-block .inner .ttl-inner span.txt01 {
    padding: 2px 8px;
    background: #FF0000;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
}

.list-block .inner .right {
  width: 551px;
  float: right;
}
.list-block .inner .right img {
  float: left;
}
.list-block .inner .right img.stl01 {
  margin-right: 2px;
  width:367px;
}

.list-block .inner .right img.stl02 {
  margin-bottom: 2px;
  width:182px;
}

.list-block .inner .right img.stl03 {
  width:182px;
}

.sm {
  display: none;
}
.ttl-inner .station{
	padding: 4px 8px;
	background: rgba(4,50,199,1.00);
	color: rgba(255,255,0,1.00);
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
    margin-bottom: 14px;
    display: inline-block;
}

@media only screen and (max-width: 640px) {
  .md {
    display: none;
  }

  .sm {
    display: block;
  }
  
  .other .sm {
	  margin:10px 0;
  }

  .content-blockn {
    width: 100% !important;
  }

  img {
    max-width: 100%;
  }

  .banner {
    margin-bottom: 0;
  }

  .trans {
    opacity: 1;
  }

  .trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .list-block {
/*    padding: 4px 12px 14px 16px;*/
    background: #f3f2d7;
  }
  .list-block .inner {
    border: 1px solid #e9e8ca;
    background: #fff;
    margin-bottom: 9px;
    padding: 3px 4px 8px 3px;
  }
  .list-block .inner .left {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 2px;
  }
  .list-block .inner .left a {
    display: inline-block;
    margin-bottom: 4px;
  }
  .list-block .inner .left a img {
    display: block;
    width: 310px;
  }
  .list-block .inner .left .ttl-inner1, .list-block .inner .left .ttl-inner {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 9px;
  }
  .list-block .inner .right {
    width: 100%;
    float: right;
  }
  .list-block .inner .right .cover {
    float: left;
    width: 50%;
    padding-right: 1px;
  }
  .list-block .inner .right .cover:nth-child(2n) {
    padding-right: 0;
    padding-left: 1px;
  }
  .list-block .inner .right img {
    width: 100% !important;
  }	

.list-block .inner2 {
    border: 1px solid #e9e8ca;
    background: #fff;
    margin-bottom: 5%;
    width: 100%;
/*    padding-bottom: 15px;*/
/*    margin-right: 2%;*/
}

@media only screen and (max-width: 374px) {
  .list-block {
    padding: 5px;
  }

  .list-block .inner {
    padding: 5px;
  }

  .list-block .inner .left a img {
    width: 250px;
  }

  .list-block .inner .left .ttl-inner {
    font-size: 23px;
  }
}

.list-block .inner2 .center .cover_1 img {
    border-right: #ffffff solid 1px;
}


.FLbtns{
/*
	display: flex;
    width: 454px;
    justify-content: space-around;
*/
}

.center_3{
	display: flex;
}

.center{
	padding: 3%;
}

/*
.center_3 .cover cover_1{
	border-right: #ffffff solid 1px;
}
*/
	
/*
.list-block .inner2 .center_3 .cover_1 img {
    border-right: #ffffff solid 1px;
}
*/
/*# sourceMappingURL=style.css.map */
