﻿@charset "UTF-8";

/*===================================================================
	override
===================================================================*/

/* bizprojector top */
#contents .mainSection .glnav li{
	float: left;
    padding-bottom: 5px;
}

#contents .mainSection .glnav a.feat01{
    background-image: url("/products/bizprojector/function/images/icn_func_direct_power.gif");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 43px;
    margin-top: 2px;
    width: 43px;
}

#contents .mainSection .glnav a.feat01:hover{
	background-position: 0 bottom;
}

#contents .detailSection h3.setting{
    padding: 10px;
    background-color: #1892B0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}

#contents .detailSection h3.connection{
    padding: 10px;
    background-color: #319577;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}

#contents .detailSection h3.control{
    padding: 10px;
    background-color: #C47E26;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}

#contents .detailSection h3.bennefit{
    padding: 10px;
    background-color: #BF659D;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}

#contents .detailSection h3.katazuke{
    padding: 10px;
    background-color: #627B9B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}

#contents .detailSection .fbox{
    background-color: #F1F1F1;
    border: 1px solid #E2E2E2;
}

#contents .detailSection .fbox table{
    width: 958px;
    padding: 5px;
    border: 1px solid #FFFFFF;
}

#contents .detailSection .fbox th{
    width: 50px;
    padding: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
}

#contents .detailSection .fbox td{
    padding:5px;
}

#contents .detailSection .fbox span{
    margin:5px;
    padding-left: 10px;
    border-left: 1px dotted #E2E2E2;
    display:table-cell;
}

#contents .detailSection .sub_title{
    font-size: 129%;
    font-weight: bold;
}

#contents .detailSection .sub_title span{
    color: #0257ad;
}

#contents .detailSection #func_easymp h5,
#contents .detailSection #func_stand h5{
    padding: 10px;
    background-color: #E6F6F2;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    border-top: 2px solid #2392AE;
}

#contents .detailSection #enhancement h5{
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 5px 10px;
    background-color: #F1F1F1;
}

.p_table_note {
    width: 28px;
}


/* 20225017 */
.product_searchBtn {
    width: 232px;
    margin: 0 auto;
}
.product_searchBtn > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #0544a5;
    background-image: url("/products/bizprojector/function/images/icon/white-right-arrow-svgrepo-com.svg");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 93%;
    cursor: pointer;
}
.product_searchBtn > a:hover  {
    text-decoration: none;
}

#topic_path ul li:last-child {
    background: none;
}
.installation_bluetext {
    color: #0e68bc;
}