@charset "utf-8";
/* ==============================
　　　　共通・その他
============================== */
.w160 {
	width: 160px;
}
.ui-content .table1 td {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.ui-select {
  width: 92.5vw;
}


/* ==============================
　　　　header
============================== */
.header {
	margin-bottom: 0px;
}
/* ==============================
　　　　busgo.php
============================== */
/*タクシー会社からのお知らせ*/
.info_pc {
  color: #fff;
  background: #086738;
  padding: 13px 45px;
  text-decoration: none;
  border-radius:20px 20px 20px 20px;
}
#modal1 .table3 #comp_info {
  overflow-y: auto;
}
/*新着点滅 pc,sp*/

.blink {
	animation:blink 0.6s ease-in-out infinite alternate;
	color: red;
}
@keyframes blink {
	0%{opacity:1.0;}100% {opacity:0;}
}


/* ==============================
　　　　footer
============================== */
.copyright {
  font-size: 12px !important;
}


/* ==============================
　　　　sp-busgo-map.php
============================== */
/*お知らせ*/
.info_sp {
  position: absolute;
  right: 74px;
  top: 11px;
  font-size: 0.9rem;
}


.ui-header .ui-title {
  margin: .6em 0% .8em !important;
}
.ui-header .ui-btn-left {
  left: 0px;
}
.ui-header .ui-btn-right {
  right: 0px;
}

