@charset "UTF-8";

/* CSS Document */

/* イラスト */
.mc_imgwrapper {
top:130px; 
}
.mc_imgwrapper .mc_img_text {
position:absolute;
font-size:14px;
}
.mc_imgwrapper .mc_obj_img {
left:10px;
top:10px;
}

/* イラスト(ルーターとAiSEG2) */
.mc_monitor_l {
position: absolute;
width:85px;
height:69px;
top:5px;
left:0px;
background:url(../img/s_aiseg3_monitor.png) no-repeat;
}
.mc_gw_l {
position: absolute;
width:85px;
height:69px;
top:5px;
left:0px;
background:url(../img/s_aiseg3_gw.png) no-repeat;
}
.mc_renkei_tokusyo {
position: absolute;
width:64px;
height:69px;
top:5px;
left: 85px;
background:url(../img/s_renkei_tokusyo.png) no-repeat;
}
.mc_monitor_r {
position: absolute;
width:85px;
height:69px;
top:5px;
left: 190px;
z-index:2;
background:url(../img/s_aiseg3_monitor.png) no-repeat;
}
.mc_gw_r {
position: absolute;
width:85px;
height:69px;
top:5px;
left: 190px;
z-index:2;
background:url(../img/s_aiseg3_gw.png) no-repeat;
}
.mc_renkei_lankiki {
position: absolute;
width:210px;
height:86px;
top:-15px;
left: 242px;
z-index: 1;
background:url(../img/s_renkei_lankiki.png) no-repeat;
}
.mc_aiseg_text_l {
position: absolute;
top: 85%;
left: 6%;
font-size:12px;
line-height:16px;
}
.mc_renkei_tokusyo_text {
position: absolute;
top: 85%;
left: 20%;
font-size:12px;
line-height:16px;
}
.mc_aiseg_text_r {
position: absolute;
top: 85%;
left: 41%;
font-size:12px;
line-height:16px;
}
.mc_router_text {
position: absolute;
top: 85%;
left: 55%;
font-size:12px;
line-height:16px;
}
.mc_renkei_lankiki_text {
position: absolute;
top: 85%;
left: 66%;
font-size:12px;
line-height:16px;
text-align:center;
}


/******************************************************
 * 多デバイス用調整
 ******************************************************/

 body.sp  .mc_txtwrapper,
 body.hc  .mc_txtwrapper {
   white-space: normal !important;
 }
