@charset "euc-jp";
/* ===============================================================================
// 
// Table of Contents
// 
=============================================================================== */

.annotation {
  font-size: 12px;
}

.ecnavi_img {
  padding: 20px 0 40px;
}

.ecnavi .define_list {
  padding-bottom: 20px;
}

.exchange .exchange_img {
  padding: 20px 0 0;
}


/* 主な交換先一覧 */
.exchange_logo {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    width: 600px;
}
.exchage_logo_image_wrapper {
    box-sizing: border-box;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 10px;
    border: solid 1px #CCC;
    border-radius: 5px;
    width: 140px;
    height: 80px;
    background: #FFF;
}
.exchage_logo_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100px;
    max-height: 50px;
}
.exchage_bank {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    width: 4em;
    height: 1.5em;
}
