@charset "utf-8";
/* シンビエンスシリーズ */

#S01 .leftBox {width: 460px;}
#S01 .rightBox {
    width: 640px;
    padding: 0 20px;
}
#S01 .rightBox h3 {
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px dashed #999;
}
#S01 .rightBox p {text-align: left;}

#S01 .equipment h4 {
    text-align: left;
    font-size: 100%;
    padding: 0 0 5px;
}
#S01 .equipment p {
    font-size: 80%;
}
/*----------------------------------------------------------- 840px */
@media screen and (max-width: 840px) {
#S01 .detailBox {flex-flow: column;}
#S01 .leftBox {width: 100%;}
#S01 .rightBox {width: 100%;}
#S01 .equipment h4 {font-size: 80%;}
}