@charset "UTF-8";


.list_wrap .datetime {
  width: 17.57%;
  min-width: 225px;
}

@media screen and (max-width: 768px) {
  .list_wrap .datetime {
    min-width: 150px;
  }
}

.list_wrap .magnitude {
  width: 5.357143%;
  min-width: 75px;
  text-align: center;
}

.list_wrap .strongest {
  width: 6.785714%;
  min-width: 95px;
  text-align: center;
}

.list_wrap .epicenter {
  width: 5.357143%;
  min-width: 75px;
  text-align: center;
}

.list_wrap .view_btn {
  width: 5%;
  min-width: 120px;
}

.list_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 4px solid #bcc7da;
  border-bottom: 1px solid #dbe0e8;
}

.list_header li {
  padding: 12px 0;
  width: 100%;
  min-width: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .list_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_header .datetime {
    width: 100%;
    border-bottom: 1px solid rgba(219, 224, 232, 0.5);
  }
  .list_header .subject {
    width: calc(100% - 120px);
  }
}

	.list_header.list_header_earthquake .view_btn {
	  min-width: 200px;
	}

@media screen and (max-width: 1280px) {
  .list_header.list_header_earthquake {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_header.list_header_earthquake .datetime {
  	display:block;
  	width:100%;
  	min-width:inherit;
    border-bottom: 1px solid rgba(219, 224, 232, 0.5);
  }
  .list_header.list_header_earthquake .magnitude{
    border-bottom: 1px solid rgba(219, 224, 232, 0.5);
    min-width:inherit;
    width:10%;
  }
  
  .list_header.list_header_earthquake .subject {
    border-bottom: 1px solid rgba(219, 224, 232, 0.5);
    min-width:inherit;
    width:10%;
  }
	 .list_header.list_header_earthquake .subject {
	   width:45%;
	 }
	 
  
	.list_header.list_header_earthquake .strongest {
		width:12%;
		 min-width: inherit;
	}
	  
	.list_header.list_header_earthquake .epicenter {
		width:12%;
		 min-width: inherit;
	}
  
	.list_header.list_header_earthquake .view_btn {
	  min-width: inherit;
	  width: 21%;
	}
	  
}

@media screen and (max-width: 768px) {
  .list_header.list_header_earthquake .subject {
    max-width: calc(100% - (150px + 75px));
  }
}




@media screen and (max-width: 640px) {
  .list_header.list_header_earthquake .datetime {
    width: 100%;
    border-bottom: 1px solid rgba(219, 224, 232, 0.5);
  }
  .list_header.list_header_earthquake .subject {
    border-bottom: 1px solid rgba(219, 224, 232, 0.5);
    max-width: calc(100% - 75px);
  }
  .list_header.list_header_earthquake .view_btn {
    margin-left: auto;
  }
}


.list_timeline_style {
	display:block;
	position:relative;
}

.list_timeline_style li {
  position: relative;
  display:block;
  padding-bottom: 30px;
  cursor:pointer;
}

.list_timeline_style li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 49px;
  width: 1px;
  height: 100%;
  background-color: #dbe0e8;
}

@media screen and (max-width: 768px) {
  .list_timeline_style li:before {
    left: 15px;
  }
}

.list_timeline_style li:first-of-type {
  padding-top: 30px;
}

.list_timeline_style li:first-of-type:before {
  top: 50%;
  height: 50%;
}

@media screen and (max-width: 640px) {
  .list_timeline_style li:first-of-type:before {
    top: 0;
    height: 100%;
  }
}

.list_timeline_style li > a {
  display: block;
}

.list_timeline_style li > a > * {
  width: 100%;
}

.list_timeline_style li .effect_style {
  display: block;
}


.list_timeline_style li .effect_style .datetime {
  position: absolute;
  left:0;
  top:0;
  margin-top:33px;
}

.list_timeline_style li:first-child .effect_style .datetime {
  margin-top:65px;
}




@media screen and (max-width: 640px) {
  .list_timeline_style li .effect_style .datetime {
	position:relative;
    width: 100%;
    min-width: auto;
    margin-bottom: 12px;
    margin-top:0 !important;
  }

  
}

.list_timeline_style li .effect_style .datetime::before, 
.list_timeline_style li .effect_style .datetime::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 222, 0, 0.2);
  border-radius: 100%;
  overflow: hidden;
}






@media screen and (max-width: 768px) {
  .list_timeline_style li .effect_style .datetime::before, 
  .list_timeline_style li .effect_style .datetime::after {
    left: 0;
    width: 30px;
    height: 30px;
  }
}

.list_timeline_style li .effect_style .datetime:before {
  border: 20px solid rgba(255, 222, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .list_timeline_style li .effect_style .datetime:before {
    border-width: 10px;
  }
}

.list_timeline_style li .effect_style .datetime::after {
  width: 16px;
  height: 16px;
  margin-left: 12px;
  background-color: #ffde00;
}

@media screen and (max-width: 768px) {
  .list_timeline_style li .effect_style .datetime::after {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
}

.list_timeline_style li .effect_style .datetime span {
  display: block;
  margin-left: 15%;
  text-align: center;
  line-height: 1.15;
  color: #000000;
}



@media screen and (max-width: 640px) {
  .list_timeline_style li .effect_style .datetime span {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
  }
}

.list_timeline_style li .effect_style .datetime span:first-of-type {
  letter-spacing:-0.5px;
}

@media screen and (max-width: 768px) {
  .list_timeline_style li .effect_style .datetime span:first-of-type {
    font-size: 1.8rem;
    margin-left:22%;
  }
}

@media screen and (max-width: 640px) {
  .list_timeline_style li .effect_style .datetime span:first-of-type {
    margin-left: 50px;
  }
}

.list_timeline_style li .effect_style .datetime span:nth-of-type(2) {
  margin-bottom: 5px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .list_timeline_style li .effect_style .datetime span:nth-of-type(2) {
    font-size: 20px;
  }
}

.list_timeline_style li .effect_style .datetime span:last-of-type {
  font-size: 14px;
  color: #677482;
}

.list_timeline_style li .effect_style .list_detail {
  position: relative;
  width: calc(100% - 230px);
  margin-left:230px;
  padding: 32px 23px;
  color: #000000;
  border: 1px solid #dbe0e8;
  background-color: #ffffff;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-transition: border-color, background-color 0.2s ease-in, -webkit-box-shadow;
  transition: border-color, background-color 0.2s ease-in, -webkit-box-shadow;
  transition: box-shadow, border-color, background-color 0.2s ease-in;
  transition: box-shadow, border-color, background-color 0.2s ease-in, -webkit-box-shadow;
}


@media screen and (max-width: 1280px) {
	.list_timeline_style li .effect_style .list_detail{
		padding:20px 12px;
	}
}
@media screen and (max-width: 768px) {
	.list_timeline_style li .effect_style .list_detail {
		  width: calc(100% - 160px);
		  margin-left:160px;
	}
	
}

@media screen and (max-width: 640px) {
	.list_timeline_style li .effect_style .list_detail {
		width: 100%;
		margin-left:0;
	}
	
}




.list_timeline_style li .effect_style .list_detail a {
  color: inherit;
}



.list_timeline_style li .effect_style .list_detail .magnitude {
  font-size: 22px;
  line-height: 1.45;
}

.list_timeline_style li .effect_style .list_detail .tit {
  width: calc(100% - 80px);
  font-size: 22px;
  line-height: 1.4;
}

.list_timeline_style li .effect_style .list_detail .tit > a {
  display: block;
  height: 28px;
  color: inherit;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .list_timeline_style li .effect_style .list_detail .tit > a {
    max-height: 56px;
    font-size:2.0rem;
  }
}

.list_timeline_style li .effect_style .list_detail .tit > a:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.list_timeline_style li .effect_style .list_detail .tit span[class^="pos-"] {
  margin-top: 2px;
  display: block;
  float: left;
  font-size: 14px;
}

.list_timeline_style li .effect_style .list_detail .tit span[class^="pos-"] + span[class^="pos-"] {
  margin-left: 10px;
}

.list_timeline_style li .effect_style .list_detail .tit .pos-n {
  color: #ee1a1a;
}

.list_timeline_style li .effect_style .list_detail .tit .pos-e {
  color: #296cca;
}

.list_timeline_style li .effect_style .list_detail .strongest {
  margin-left: auto;
}

.list_timeline_style li .effect_style .list_detail .view {
  text-align: center;
  right:12px;
}

.list_timeline_style li .effect_style .list_detail .view > a,
.list_timeline_style li .effect_style .list_detail .view > span {
  display: block;
  padding: 8px 0;
  min-width: 80px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  border: 1px solid #71777d;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-transition: border-color, background-color 0.15s ease-in, -webkit-box-shadow;
  transition: border-color, background-color 0.15s ease-in, -webkit-box-shadow;
  transition: box-shadow, border-color, background-color 0.15s ease-in;
  transition: box-shadow, border-color, background-color 0.15s ease-in, -webkit-box-shadow;
}

/* .list_timeline_style li .effect_style .list_detail .view > a + a,
.list_timeline_style li .effect_style .list_detail .view > a + span,
.list_timeline_style li .effect_style .list_detail .view > span + a,
.list_timeline_style li .effect_style .list_detail .view > span + span {
  margin-left: 0;
} */

.list_timeline_style li .effect_style .list_detail:hover, 
.list_timeline_style li .effect_style .list_detail:active, 
.list_timeline_style li .effect_style .list_detail:focus {
  border-color: #ff8f35;
  -webkit-box-shadow: 3px 6px 8px rgba(255, 143, 53, 0.27);
          box-shadow: 3px 6px 8px rgba(255, 143, 53, 0.27);
}

.list_timeline_style li .effect_style .list_detail:hover .view > a,
.list_timeline_style li .effect_style .list_detail:hover .view > span, 
.list_timeline_style li .effect_style .list_detail:active .view > a,
.list_timeline_style li .effect_style .list_detail:active .view > span, 
.list_timeline_style li .effect_style .list_detail:focus .view > a,
.list_timeline_style li .effect_style .list_detail:focus .view > span {
  color: #ffffff;
  background-color: #ff8f35;
  border-color: #ff8f35;
}






.list_timeline_style.list_earthquake li .effect_style .list_detail{
	height:110px;
}
.list_timeline_style.list_earthquake li .effect_style .list_detail > p{
	display:inline-block;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
}



.list_timeline_style.list_earthquake li .effect_style .list_detail .magnitude {
  width: 10%;
  text-align: left;
  padding-left:0;
  left:10px;
}

.list_timeline_style.list_earthquake li .effect_style .list_detail .tit {
  max-height: none;
  width:49%;
  left:10%;
  padding-left:10px;
  padding-right:10px;
}

.list_timeline_style.list_earthquake li .effect_style .list_detail .tit > a {
  width: 100%;
}

 .list_timeline_style.list_earthquake li .effect_style .list_detail .strongest {
   left:540px;
 }

 .list_timeline_style.list_earthquake li .effect_style .list_detail .epicenter {
   left:630px;
 }

.list_timeline_style.list_earthquake li .effect_style .list_detail .view {
	width:180px;
  	padding-left: 8px;
}

.list_timeline_style.list_earthquake li .effect_style .list_detail .view > a, 
.list_timeline_style.list_earthquake li .effect_style .list_detail .view > span{
	display:inline-block;
}

@media screen and (max-width: 1680px) {
	
  .list_timeline_style.list_earthquake li .effect_style .list_detail .tit {
    width: 30%;
    font-size:20px;
  }
  .list_timeline_style.list_earthquake li .effect_style .list_detail .strongest{
  	left:350px;
  }
  .list_timeline_style.list_earthquake li .effect_style .list_detail .epicenter{
  	left:440px;
  }
	
}

@media screen and (max-width: 1280px) {
	
	 .list_timeline_style.list_earthquake li:first-of-type{
	 	padding-top:20px;
	 }
	.list_timeline_style.list_earthquake li{
		padding-bottom:20px;
	}
	 .list_timeline_style.list_earthquake li .effect_style .list_detail {
	   display: block;
	   margin-left:0;
	   width:100%;
	 }
	 
  .list_timeline_style.list_earthquake li .effect_style .list_detail .tit{
  	width:45%;
  	}
  	
  	
  	.list_timeline_style.list_earthquake li .effect_style .list_detail .strongest{
  		left:inherit;
  		right:34.5%;
  	}
  	
  	.list_timeline_style.list_earthquake li .effect_style .list_detail .epicenter{
  		left:inherit;
  		right:22%;
  	}
  	
  	.list_timeline_style.list_earthquake li .effect_style .datetime {
		 margin-top:0;
		 width:100%;
		 position:relative;
		 text-align:center;
	}
	.list_timeline_style.list_earthquake li .effect_style .list_detail .view{
		width:21%;
		right:0;
	}
	
	.list_timeline_style.list_earthquake li .effect_style .list_detail .view > a, 
	.list_timeline_style.list_earthquake li .effect_style .list_detail .view > span{
		min-width:70px;
	}
	
}

.list_timeline_style.list_earthquake li .effect_style .datetime span {
	margin-left:35%;
	font-size:1.8rem;
	line-height:2.2rem;
}

@media screen and (max-width: 1280px) {
	
	.list_timeline_style.list_earthquake li:before,
	.list_timeline_style.list_earthquake li:after{display:none;}
	.list_timeline_style.list_earthquake li .effect_style .datetime::before, 
	.list_timeline_style.list_earthquake li .effect_style .datetime::after {
		display:none;
	}
	
	
	
	.list_timeline_style.list_earthquake li .effect_style .datetime span {
		margin-left:0%;
		display:inline-block;
		margin-bottom:0;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
	}
}


@media screen and (max-width: 640px) {
	.list_timeline_style.list_earthquake li .effect_style .datetime span {
		margin-left:45px;
	}	
	.list_timeline_style li .effect_style .datetime span:nth-of-type(2){margin-bottom:0;}
}
	
	
	