/*
Theme Name: English Village
Author: ARCHIPELAGO, Inc.
Author URI: http://arcplg.com/
Description: This is Original Themes.
Version: 1.0
Text Domain: engvillage
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.btn-trial{
    text-align: center;
    margin: 0 0 30px;
}
.btn-trial a{
    background-color: rgba(255, 100, 100, 0.8);
    color: #FFF;
    text-align: center;
    padding: 18px 50px;
    border-radius: 5em;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    line-height: 1.5;
}
.pink-section a{
    color: #FFF;

}
.tbl_showArtice {
    width: 100%;
    border:none;
}
.tbl_showArtice tr th, .tbl_showArtice tr td{
    font-weight: normal;
    border-bottom: 1px dashed #ccc;    
}
.tbl_showArtice tr th a, .tbl_showArtice tr td a{
    display: block;
    padding: .5em 1em;
}
.btn-more-artice{
    text-align: right;    
    margin-top: 1em;
    margin-bottom: 50px;
}
.btn-more-artice a{
    text-decoration: underline;
}

/* btn_red を中央揃えにする */
.btn_red {
    text-align: center;
  }