.product-detail-function-list li a {
    height: auto;
}

.print {
    padding: 8px 0px;
    text-align: center;
}

.print_button {
    background-color: #ccc;
    border-style: outset;
}

@media print {
    .print {
        display: none;
    }
}

.is_haiban_text {
    margin-top: 10px;
    margin-bottom: 10px;
    color: blue;
}

.is_year12_text {
    color: red;
}
.content-faq{
    margin-top: 30px;
}
.content-faq .category-title{
    border: 2px solid #cacaca;
    background-image: linear-gradient(#fff, #f1f1f1);
    padding: 1px;
}
.content-faq .category-title span{
    border-left: 3px solid #02ACE9;
    padding-left: 15px;
}
.logo-faq{
    margin-top: 20px;
}
.faqs{
    margin-bottom: 20px;
    padding-left: 15px;
}
.faqs .item{
    padding: 10px 0px;
}
.faqs .item img, .answer .qicon{
    vertical-align: middle;
}
.faqs .item .qicon{
    padding-left: 15px;
}
.answer{
    border: 25px solid transparent;
    margin-top: 15px;
}
.answer .icon{
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
}
.add:hover, .remove:hover{
    cursor: pointer;
}
.answer .aicon{
    padding-top: 10px;
}

/* ------------------------------------------------------------------------------
*
*  # Alert component
*
*  Overrides for alerts bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 500;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #E8F5E9;
    border-color: #4CAF50;
    color: #43A047;
}
.alert-success hr {
    border-top-color: #449d48;
}
.alert-success .alert-link {
    color: #347c37;
}
.alert-info {
    background-color: #E0F7FA;
    border-color: #00BCD4;
    color: #00838F;
}
.alert-info hr {
    border-top-color: #00a5bb;
}
.alert-info .alert-link {
    color: #00545c;
}
.alert-warning {
    background-color: #FFF3E0;
    border-color: #FF9800;
    color: #EF6C00;
}
.alert-warning hr {
    border-top-color: #e68900;
}
.alert-warning .alert-link {
    color: #bc5500;
}
.alert-danger {
    background-color: #FBE9E7;
    border-color: #FF5722;
    color: #D84315;
}
.alert-danger hr {
    border-top-color: #ff4408;
}
.alert-danger .alert-link {
    color: #aa3510;
}
.alert {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.alert .alert-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.alert .alert-link {
    color: inherit;
}
.alert .close,
.alert .close:hover,
.alert .close:focus {
    color: inherit;
}
.alert-primary {
    background-color: #E3F2FD;
    border-color: #1E88E5;
    color: #1565C0;
}
.alert-primary hr {
    border-top-color: #187bd1;
}
.alert-primary .alert-link {
    color: #104d92;
}
.alert-primary,
.alert-primary .close {
    color: #104d92;
}
.alert-success,
.alert-success .close {
    color: #205823;
}
.alert-info,
.alert-info .close {
    color: #00545c;
}
.alert-warning,
.alert-warning .close {
    color: #aa3510;
}
.alert-danger,
.alert-danger .close {
    color: #9c1f1f;
}
.alert.alert-rounded {
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 25px;
}
.alert-component {
    border-width: 0;
}
.alert-component[class*=alert-styled-] {
    background-color: #fff;
}
.alert[class*=bg-] a,
.alert[class*=bg-] .alert-link {
    color: #fff;
}
.alert[class*=alert-styled-]:after {
    content: '\e9a2';
    font-family: 'icomoon';
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alert[class*=alert-styled-].alert-danger:after,
.alert[class*=alert-styled-][class*=bg-danger]:after {
    content: '\ed64';
}
.alert[class*=alert-styled-].alert-success:after,
.alert[class*=alert-styled-][class*=bg-success]:after {
    content: '\ed6e';
}
.alert[class*=alert-styled-].alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after {
    content: '\e9bd';
}
.alert[class*=alert-styled-].alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after {
    content: '\e9b9';
}
.alert.alert-styled-right:after {
    left: auto;
    right: -44px;
}
.alert.alert-styled-custom:after {
    content: "\e81b";
}
.alert.alert-styled-left {
    border-left-width: 44px;
}
.alert.alert-styled-left[class*=bg-] {
    border-left-color: rgba(0, 0, 0, 0.15) !important;
}
.alert.alert-styled-right {
    border-right-width: 44px;
}
.alert.alert-styled-right[class*=bg-] {
    border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.alert:not(.ui-pnotify)[class*=alert-arrow-]:before,
.ui-pnotify.alert[class*=alert-arrow-] > .brighttheme:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-color: inherit;
    margin-top: -5px;
}
.alert:not(.ui-pnotify).alert-arrow-right:before,
.ui-pnotify.alert.alert-arrow-right > .brighttheme:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 5px solid;
    border-right-color: inherit;
}
.alert ul {
    padding-left: 25px;
}

.page-inquiry-confirm .catalog-contact-button {
    max-width: inherit;
    margin-left: 80px;
}

.page-inquiry-confirm .catalog-contact-button .inquiry-contact-confirm-button {
    display: flex;
    max-width: 575px;
    margin: 0 -10px;
}

#pager_s li {
    list-style-type: none;
}