@charset "utf-8";
/* CSS Document */

.layoutBox01 img {
	border: solid 1px #ccc;
}


/* TB & SP */
@media screen and (max-width: 979px){
  /* ===============================================================
  .tabNav01
   =============================================================== */
  /* .tabNav01
   ----------------------------------------------------- */
  .tabNav01 {
    border: none;
  }
  .tabNav01 > li {
    border: none;
  }
  .tabNav01.col3 > li:first-child {
    width: 100%;
  }
  /* .tabNav01 > .tabmenu02 # styling by .ul_arrow01
   ----------------------------------------------------- */
  .tabNav01 .tabmenu01 {
    border: none;
  }
  .tabNav01 .tabmenu01 > li {
    min-height: 0;
    padding-left: 18px;
    margin-bottom: 7px;
    border: none;
    box-sizing: border-box;
    background: url(/common/images/ico_arrow01_2x.png) no-repeat left 0.4em;
    background-size: 5px 9px;
  }
  .tabNav01 .tabmenu01 > li.current {
    font-weight: 600 !important;
  }
  .tabNav01 .tabmenu01 > li > a {
    padding: 0;
    color: #333;
    text-align: left;
    text-decoration: none;
    background: none;
  }
}
