@charset "utf-8";

/*※テーブル※*/
.spec tr:nth-child(odd),
#product .resp-tabs-container table tr:nth-child(odd),
table.tblstyle tr:nth-child(odd) {
    /* css3でテーブル奇数行の背景色を設定 */
    background-color: rgba(255,255,255,1.00);
}

.spec tr:nth-child(even),
#product .resp-tabs-container table tr:nth-child(even),
table.tblstyle tr:nth-child(even){
    /* css3でテーブル偶数行の背景色を設定 */
    background-color: rgba(68,79,88,0.05);
}

table.spec,
table.distributorthbg,
table.tblstyle {
    width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 1px solid rgba(68,79,88,0.13);
}

table.tblstyle {
    width: 100%!important;
    empty-cells: show;
    border-collapse: collapse;
    border: 1px solid rgba(68,79,88,0.13);
}

table.spec tr,
table.distributorthbg tr,
table.tblstyle tr {
    vertical-align: middle;
    text-align: center;
}

table.tbl-faq tr {
    vertical-align: top;
}

table.spec th,
table.distributorthbg th,
table.tblstyle th {
    font-weight: normal;
    text-align: center;
    border: 1px solid rgba(68,79,88,0.13);
    line-height: 1.2em;
    background-image: url(/uploads/image/orirlapis/video_dot_03.png);
}

table.spec th,
table.distributorthbg th,
table.tblstyle th {
    font-size: 1.2rem;
    line-height: 1.3em;
    padding: 8px 5px 5px;
}
table.tbl-faq th {
    padding: 4px 3px 2px 3px;
}

table.spec td,
table.distributorthbg td,
table.tblstyle td {
    border: 1px solid rgba(68,79,88,0.13);
}

table.spec td,
table.distributorthbg td,
table.tblstyle td {
    vertical-align: middle!important;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: center;
}

table.tbl-faq td {
    text-align: left;
    padding: 5px 3px 5px 0.5em;
}

table.spec td.parameter,
table.spec td.partname,
table.distributorthbg td.parameter,
table.distributorthbg td.partname,
table.tblstyle td.parameter,
table.tblstyle td.partname {
    background-color: rgba(68,79,88,0.05);
}

table.spec td.left,
table.distributorthbg td.left,
table.tblstyle td.left {
    text-align: left;
}

table.tbl-faq td.title {
    background-color: rgba(68,79,88,0.13);
    width: 100px;
    padding-left: 3px;
}

table.tbl-faq td.title2 {
    background-color: rgba(68,79,88,0.13);
    width: 150px;
    padding-left: 3px;
}

table.spec td.partname,
table.distributorthbg td.partname,
table.tblstyle td.partname {
    font-size: 13px;
    text-align: left;
    vertical-align: text-top;
}

table.spec td.text,
table.distributorthbg td.text,
table.tblstyle td.text{
    font-size: 10px;
    white-space: nowrap;
    line-height: 110%;
}

table.spec td.partname .datasheet,
table.distributorthbg td.partname .datasheet,
table.tblstyle td.partname .datasheet {
    font-size: 10px;
}

table.spec td .undeve,
table.distributorthbg td .undeve,
table.tblstyle td .undeve{
    font-size: 10px;
    line-height: 1em;
}

#container .box-spec .spec tbody tr .partname ul li {
    list-style-position: outside;
    list-style-type: none;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1.4em;
}

table.spec td img,
table.distributorthbg td img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

#product .resp-tabs-container table {
    background-color: #ffffff;
}

#product .resp-tabs-container .box-product-spectable-dra table {
    border: 0.5px solid rgba(68,79,88,0.13);
}

#product .resp-tabs-container .box-product-spectable-dra table thead tr {
    text-align: center;
    background-color: rgba(68,79,88,0.08);
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-spec,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool {
    width: 100%;
    height: auto;
}

#product .resp-tabs-container .box-product-spectable-dra table ul li {
    list-style: outside;
    margin-left: 25px;
}

#product .resp-tabs-container .box-product-spectable-dra table .support-link {
    font-size: 90%;
    display: block;
    background-color: rgba(68,79,88,0.30);
    background-image: url(/uploads/image/orirlapis/video_dot_03.png);
    border-radius: 2px;
    padding: 10px;
    color: rgba(255,255,255,1.00);
    font-weight: 500;
    line-height: 1.4em;
    margin: 10px;
}

#product .resp-tabs-container .box-product-spectable-dra table .support-link .notes {
    font-size: 80%;
    font-weight: 200;
    line-height: 1.4em;
}

#product .resp-tabs-container .box-product-spectable-dra table tr th {
    height: auto;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    padding-right: 1%;
    background-color: rgba(68,79,88,0.05);
    border-right: 0.5px solid rgba(68,79,88,0.13);
    border-bottom: 0.5px solid rgba(68,79,88,0.13);
}

#product .resp-tabs-container .box-product-spectable-dra table tr td:last-child {
    border-bottom: none;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-spec tr th {
    width: 23%;
    text-align: center;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-spec tr td {
    height: auto;
    width: 73%;
    border-bottom-width: 0.5px;
    border-bottom-style: dashed;
    border-bottom-color: rgba(68,79,88,0.13);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    padding-right: 1%;
    vertical-align: middle;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document tr th,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool tr th {
    vertical-align: middle;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document tr td,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool tr td {
    height: auto;
    border-right: 0.5px solid rgba(68,79,88,0.13);
    border-top-width: 0.5px;
    border-top-style: dashed;
    border-top-color: rgba(68,79,88,0.13);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    padding-right: 1%;
    vertical-align: middle;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document tbody .content,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool tbody .content {
    text-align: left;
    vertical-align: middle;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .content,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .content-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .content,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .content-noentry {
    width: 45%;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .revision,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .revision-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .revision,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .revision-noentry {
    width: 10%;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .date,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .date-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .date,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .date-noentry {
    width: 20%;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .dl,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .dl-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .dl,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .dl-noentry {
    width: 25%;
    border-right-style: none;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .revision,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .date,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .dl,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .content-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .revision-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .date-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .dl-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .revision,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .date,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .dl,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .content-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .revision-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .date-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .dl-noentry {
    text-align: center;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .dl,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .dl,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-document .dl-noentry,
#product .resp-tabs-container .box-product-spectable-dra table.table-product-tool .dl-noentry {
    border-right-style: none;
}

@media print, screen and (min-width: 768px) {

#product .resp-tabs-container table {
    font-size: 1.6rem;
    line-height: 1.4em;
}
}

@media print, screen and (max-width: 767.98px) {

table.spec td,
table.spec th,
table.distributorthbg td,
table.distributorthbg th {
	word-break: break-word!important;
}
.box-overview-dra table.spec td,
.box-overview-dra table.spec th,
.box-other-dra table.spec td,
.box-other-dra table.spec th {
	word-break: keep-all !important;
}
.ja_jp .box-other-dra table.spec td,
.ja_jp .box-other-dra table.spec th{
	word-break: break-word!important;
}
.box-other-dra table.spec td,
.box-other-dra table.spec th{
	padding: 8px 0px 5px;
}
.box-other-dra table.spec td:first-child, .box-other-dra table.spec th:first-child, #selection-guide .box-other-dra .spec .frequencybox{
	width: 10%;
}
#selection-guide table.spec {
    margin-bottom: 0px;
}
table.tblstyle td,
table.tblstyle th {
	word-break: normal!important;
}
	
#product .resp-tabs-container table {
    font-size: 1.3rem;
    line-height: 1.4em;
}

#product .resp-tabs-container .box-product-spectable-dra table .date,
#product .resp-tabs-container .box-product-spectable-dra table .date,
#product .resp-tabs-container .box-product-spectable-dra table .date-noentry,
#product .resp-tabs-container .box-product-spectable-dra table .date-noentry,
#product .resp-tabs-container .box-product-spectable-dra table .revision,
#product .resp-tabs-container .box-product-spectable-dra table .revision,
#product .resp-tabs-container .box-product-spectable-dra table .revision-noentry,
#product .resp-tabs-container .box-product-spectable-dra table .revision-noentry {
    display: none;
}

#product .resp-tabs-container .box-product-spectable-dra table.table-product-spec tr td {
    text-align: center;
}
}
