@charset "utf-8";

/*
h2
============================*/
.detailSection h2{
    background:url(/products/bizprojector/simulator/images/bgimg_01.png) no-repeat;
    height:65px;
    line-height:65px;
    font-size:157% !important;
    font-weight:bold;
    padding-left:30px;
    margin-bottom:25px;
    color:#333;
}

.detailSection .bisection ul {
    width: 100%;
    margin: 0 auto;
}

.detailSection .bisection ul li {
}

.detailSection .bisection li.leftbox {
    float: left;
    width: 389px;
    margin: 0 auto;
    padding-left: 90px;
    border-right: 1px dashed #cccccc;

}

.detailSection .bisection li.rightbox {
    float: right;
    width: 390px;
    margin: 0 auto;
    padding-left: 90px;
}

/*
h3
============================*/
.detailSection h3{
    background:url(/products/bizprojector/simulator/images/h3_bg_img.png) no-repeat left center;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 20px;
    font-size: 157%;
    margin-bottom: 20px;
    line-height: 51px;
}

/*
flashplayerバナー
============================*/
.area_flashplayer_cm {
    width:700px;
    text-align:left;
    margin:30px 0 30px 19px;
    padding:15px 0;
    border:1px solid #999999;
}

.area_flashplayer_cm .btn{
    float:left;
    width:121px;
    margin:0;
    padding:0 15px;
}

.area_flashplayer_cm .text{
    float:left;
    width:520px;
    text-align:left;
    margin:0;
    padding:0;
}

.area_flashplayer_cm .text p{
    font-size:80%;
    line-height:1.3;
    margin:0;
    padding:0;
}

/*
投写距離シミュレーターボタン
============================*/
#simulator .case_attention__btn{
margin:30px 0;
}

#simulator .case_attention__btn a {
    position: relative;
    display: block;
    width: 330px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 2.875;
    text-align: center;
    
    background: #16479f url(/common/images/ico_pop_03.gif) no-repeat top 18px right 65px/9px

}

#simulator .case_attention__btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 14px;
    background-image: url(/products/bizprojector/efficiency/images/case_btn_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 14px;
    transform: translate(0, -50%);
}

#simulator .case_attention__btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#simulator .supportedBrowsers li{
list-style-type: disc;
    margin-left: 22px;
}

}