﻿@charset "utf-8";


/* ************************************************************************** */
/*  faq.html の専用スタイルシート */

/* table.default */
table.default > tbody > tr > th{
    width            : 12em;
}

/* table.default a */
table.default a{
    background-color : #f0f0f0;
    border-bottom    : 2px #cccccc solid;
    border-radius    : 10px;
    border-right     : 2px #cccccc solid;
    display          : block;
    margin           : 0.5em 1em 1em 1em;
    padding          : 0.5em 1em;
    text-align       : center;
    text-decoration  : none;
    width            : 15em;
}
table.default a:hover{
    border-bottom    : none;
    border-left      : 2px #cccccc solid;
    border-right     : none;
    border-top       : 2px #cccccc solid;
}

@media screen and (max-width: 960px){
    table.default > tbody > tr > th{
        width            : 100%;
    }

    table.default a{
        margin-left      : auto;
        margin-right     : auto;
    }
}
