/*
Theme Name:
Theme URI: https://
Author: Qubic
Author URI: https://qubic.jp
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::before,
*::after{
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
input:focus,
textarea:focus{
    outline: none;
}
input[type="submit"],
input[type="button"]{
    -webkit-appearance: none;
}
select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
    background-color: #fff;
    color: #333;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}
img{
    vertical-align: bottom;
    border: none;
}
li{
    list-style: none;
}
table{
    border-collapse: collapse;
}

.add_content212 .container{
    word-break: break-word;
}

.in-pare-text {
    font-size: 85%;
}

.add_content304 .price_table_banner {
    width: 320px;
    margin: auto;
    transition: opacity .2s;
}
.add_content304 .price_table_banner img {
    width: 130%;
}
.add_content304 .price_table_banner:hover {
    opacity: .6;
}
.price_list_description {
    margin-bottom: 20px;
}

.add_ctt304_in .tab_panel_in a:hover {
    font-weight: bold;
}
