@charset "utf-8";

/*************************************************
create:15.11.19
update:16.03.17
*************************************************/

/* ------------------------- TOC
Description
-------------------------- */


/* ============================== Description */
.more-description {
 position: absolute;
 background-color: #ffffff;
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha(opacity=80)";
 -khtml-opacity: 0.8;
 -moz-opacity: 0.8;
 margin: auto;
 text-align: center;
 vertical-align: middle;
 background-image: url(/cmn_v1/img/icon_l_accordiondown_03.png);
 background-repeat: no-repeat;
 background-position: center center;
 cursor: pointer;
}
.less-description {
 width: 100%;
 min-width: 32px;
 height: 32px;
 border-radius: 8px;
 margin: 8px auto 1px;
 text-align: center;
 vertical-align: middle;
 background-image: url(/cmn_v1/img/icon_m_accordionup_03.png);
 background-repeat: no-repeat;
 background-position: center center;
 cursor: pointer;
}

.description-default b {
 font-weight: bold;
}

.description-default dd {
 margin-left: 40px;
}

.description-default li {
 display: list-item;
}

.description-default ol {
 list-style-type: decimal;
 margin-left: 40px;
}

span[i18n="history"] {
    display:none;
}
