@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

 /* キーボードボタン Mac風*/
.Mkbd{
    font-family: Meiryo, "Lucida Grande", sans-serif;
    font-size: 12px;
    border-radius: 7px;
    padding: 0.7em 1em;
    margin: 0 8px;
    white-space: nowrap;
    line-height: 45px;
    box-shadow: rgba(153, 153, 153, 0.6) 1px 2px 2px 0px;
    color: #2f3132;
    background: linear-gradient(#fbfbfd, #efeff1);
    border: #cccccc solid 1px;
}
 /* キーボードボタン win風*/
.Bkbd{
    text-decoration: none;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    white-space: nowrap;
    background: #262626;
    height: auto;
    box-shadow: rgba(47, 28, 170, 1) 2px 2px 0.6px;
    padding: 10px;
    margin: auto 8px;
    line-height: 35px;
    border: #5e5e5e solid 1px;
    border-radius:2px
}
