@charset "UTF-8";
/* ➤➤➤ Titles ➤➤➤ */
.bot_arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid;
  margin: 10px 10px 0px 5px;
  color: #aaa; }
  .bot_arrow_left {
    border-left: 2px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .bot_arrow_right {
    border-right: 2px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.bot_title-navbtn {
  position: relative;
  padding: 15px 0;
  min-width: 80px; }

/* ▲▲▲ Titles ▲▲▲ */
