table.border{
  border-collapse: collapse;
}
.border th,.border td{
  border:1px solid #000000;
  padding: 5px 10px;
  text-align: center;
}
th{
  font-weight: 600;
  background-color: antiquewhite;
}


.a_ban{
  background-color:lightpink;
}
.b_ban{
  background-color: lightskyblue;
}



/*---------- 2コンテンツ・ボックス ----------*/
.flexbox_2contents{
	width: 100%;
	margin: 0 auto;
	display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	flex-direction:row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}/*
.flexbox_2contents img{ max-height:380px !impor tant;}

.flexbox_2contents:after {
  content: "";
  display: block;
  clear: both;
}
*/

@media screen and (min-width: 680px){

}
@media screen and (min-width:1017px){
.width55{  width: 65%;}
.flexbox_2contents img {
    max-height:  unset !important;
}
}
/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 1016px) {


/*---------- 2コンテンツ・ボックス ----------*/
.flexbox_2contents{
	width: 100%;
	margin: 0 auto 50px;
	display:flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	flex-direction:row;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    -webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;
}
.flexbox_2contents img{
/*	width: 100%;*/
  margin: 0 auto;
  height: 100%; }

img.picture_r {
  display: block;
  clear: both;
  float: unset !important;
  margin: 20px auto 20px auto !important;
}
}
