@charset "UTF-8";

/**********************************************************
 *
 * docomo R&D Open House 2018 in TOKYO PC�ːu�ĩ`�ˇ�
 *
 **********************************************************/

.contents {
    width: 100%;
}

.tit-cmn-lv1 {
    max-width: 740px;
    margin: 0 auto 30px;
    padding-top: 60px;
}

@media (max-width: 767px) {
    .tit-cmn-lv1 {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    ._nopc {
        display: none;
    }
}

@media (max-width: 767px) {
    ._nosmt {
        display: none;
    }
}




/* H1�ǥ����� */
.full .sec-cmnLv1-bg{
    width: 100%;
    background: url(/corporate/technology/rd/tech/5g/images/bg_ttlLv1_area_pc.jpg) center no-repeat;
    background-color: #e5e5e5;
    background-size: cover;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap{
    position: relative;
    width: 940px;
    margin: 0 auto;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap .ttl-cmnLv1-txt{
    padding: 60px 0 31px;
    font-size: 215%;
    font-weight: bold;
}

@media (max-width: 767px) {
.full .sec-cmnLv1-bg{
    width: 100%;
    padding: 0 11px;
    background: url(/corporate/technology/rd/tech/5g/images/bg_ttlLv1_area_smt.jpg) center no-repeat;
    background-color: #e5e5e5;
    background-size: cover;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap .ttl-cmnLv1-txt{
    padding: 0.95em 0;
    font-size: 186%;
}
}



/* breadcrumb */
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb{
    position: absolute;
    width: 940px;
    top: 0;
    left: 0;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb{
    margin-top: 15px;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li{
    margin-left: 10px;
    font-size: 12.04px;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li > a{
    padding-right: 0;
    /*color: #333;*/
    text-decoration: underline;
    display: inline-block;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li > a:hover{
    text-decoration: none;
}


.read{
  display: block;
  margin: 0 auto 25px;
  text-align: center;
}

.read .txt-common{
  display: inline-block;
  text-align: left;
}

/*Parts*/
.beta-mod-mt00{
    margin-top: 0 !important;
}

.beta-mod-mt20{
    margin-top: 20px !important;
}

.beta-mod-mt30{
    margin-top: 30px !important;
}

.beta-mod-section--w940{
    width: 940px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .beta-mod-mt00{
        margin-top: 0 !important;
    }
    .beta-mod-mb30{
        margin-bottom: 30px !important;
    }

    .beta-mod-mt1em{
        margin-top: 1em !important;
    }
    .beta-mod-mt20{
        margin-top: 20px !important;
    }
    .beta-mod-pb00{
        padding-bottom: 0 !important;
    }
}


/* New info List */
.full .contents-main .mod-infoList{
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.full .contents-main .mod-infoList li{
  display: block;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}
.full .contents-main .mod-infoList li:last-child{
  border-bottom: 1px solid #d8d8d8;
}
.full .contents-main .mod-infoList li a{
  display: block;
}
.full .contents-main .mod-infoList li > .time{
  display: block;
    margin-bottom: 0;
  padding-top: 20px;
  float: left;
  width: 140px;
  vertical-align: top;
}
.full .contents-main .mod-infoList li > .body{
  overflow: hidden;
  margin-top: 0;
  margin-left: 140px;
}
.full .contents-main .mod-infoList li > .body:first-child{
  margin-left: 140px;
}
.full .contents-main .mod-infoList li > .body a{
  color: #333;
}

.full .contents-main .mod-infoList .ico-cmn-arrow,
.full .contents-main .mod-infoList .ico-cmn-link{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 30px 20px 0;
  word-break: break-all;
  word-wrap: break-word;
}
.full .contents-main .mod-infoList .ico-cmn-arrow:after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 1em;
  background: url(https://www.docomo.ne.jp/images_osp/common/ico/ico_heading_arrow.svg) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.full .contents-main .mod-infoList .ico-cmn-link[target="_blank"]:after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 1em;
  background: url(/images_osp/common/ico/ico_normal_popup_d.svg) no-repeat center;
  -webkit-background-size: 6px;
  background-size: contain;
}
.full .contents-main .mod-infoList .ico-cmn-link > .ico-cmn{
  display: none;
}

.full .contents-main .mod-infoList li .body a:hover{
    color: #3374da;
    text-decoration: underline;
}

.mod-infoList{
    padding-top: 6em;
}
.mod-infoList a{
    font-size: 125%;
}


@media (max-width: 767px) {
    .ico-cmn-arrow.noicon{background:none !important;}
}


.tab-body {
    max-width: 740px;
    margin: 20px auto 0;
}

.tab-body img {
    width: 100%;
}

.tab-body .s-full {
    max-width: 740px;
}

.tab-body .s-full .col2.sec-cmn-lv5 {
    max-width: 350px;
}

.tab-body .s-full .col2.sec-cmn-lv5:last-child {
    float: right;
}

/*
.tab-body .sec-cmn-lv5 {
    margin-bottom: 50px;
}
*/
@media (min-width: 768px) {
.tab-body .sec-cmn-lv5:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 767px) {
.tab-body .s-full {
    max-width: 100%;
}
.tab-body .s-full .col2.sec-cmn-lv5 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.tab-body .s-full .col2.sec-cmn-lv5:last-child {
    float: none;
}
}

.tit-cmn-lv5 {
    text-align: center;
    margin-bottom: 25px;
}
.tit-cmn-lv5 span {
    border-bottom: 1px solid #aaa;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*�����ڥ��ȱ� 16:9�Έ��Ϥοk��*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



.btn_back {
    clear: both;
    display: table;
    width: 100%;
    margin: 20px auto 0;
    padding-top: 50px;
}

.btn_back li {
    display: table-cell;
    width: 33%;
}
.btn_back a {
    display: block;
    background: #fafafa;
    border: solid 1px #777;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    color: #333;
    font-size: 90%;
    font-weight: bold;
    margin: 0 10px;
    text-decoration: none;
}
.btn_back .arrow-l span {
    background: url(/corporate/technology/rd/openhouse/images/ico_arrow_01.png) left center no-repeat;
    padding-left: 15px;
}
.btn_back .arrow-r span {
    background: url(/corporate/technology/rd/openhouse/images/ico_arrow_02.png) right center no-repeat;
    padding-right: 15px;
}
.btn_back a:hover {
    background: #f3f3f3;
}
