/* 
    Document   : style
    Created on : Jun 5, 2017, 10:36:00 AM
    Author     : Kiyoto Yamada Hokosha inc.
    Description:
*/

@media (max-width: 767px) {
    /*HEADER*/
    header .left,
    header .right{
        float:left;
        width:100%;
    }
    header #legend-logo{
        width:80%;
    }
    header #jlc_dl_logo img{
        width:65%;
    }
    /*COMMON*/
    .index-bar img{
        max-width:90%;
        max-height:5.0em;
    }
    /*contents*/
    #contents .title-box .youtube{
        height: 200px;
    }
    #facebox {
        margin-bottom:3.0em;
    }
}
@media (min-width: 768px) {   
    /*HEADER*/
    header{
        height:600px;
    }
    header .left,
    header .right{
        float:left;
        width:50%;
    }
    header #legend-logo{
        width:376px;
    }
    header #jlc_dl_logo img{
        width:250px;
    }
    /*COMMON*/
    .index-bar img{
        height:50px;
        position:relative;
        top:1.5em;
    }
    /*lecturers*/
    #lecturers .lecturer{
        min-height:415px;
    }
    /*contents*/
    #contents .title-box .youtube,
    #contents .title-box .info{
        height: 400px;
    }
    #facebox .content {
        width:750px;
    }
    #facebox {
        margin-bottom:3.0em;
    }
    
}

/*COMMON*/
.text-lg{font-size:2.0em;}
.text-md{font-size:1.5em;}
.text-sm{font-size:1.2em;}
.text-xs{font-size:0.9em;}

.index-bar{
    text-align: center;
    padding:1.0em 0;
}
.index-bar-decoration{
    position:relative;
    height:4.0em;
    background-position:center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.index-bar-decoration.white{
    background-image: url('../img/index-rounded-decoration-w.png');
}
.index-bar-decoration.black{
    background-image: url('../img/index-rounded-decoration-b.png');
}

/*HEADER - LAYOUT*/
header{
    position:relative;
    background-color: #000;
    overflow: hidden;
}
header .left,
header .right{
    display: table;
    position:relative;
    height:100%;
}
header .front-contetns{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position:relative;
    z-index: 1;
}
header .bg-img{
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 0;
}
header .bg-img .bg-0,
header .bg-img .bg-1,
header .bg-img .bg-2{
    position:absolute;
    width:100%;
    height:100%;
    background-position: center center;
    background-size: cover;
}
header .left .bg-img .bg-0{
    background:rgba(0,0,0,0.7);
}
header .right .bg-img .bg-0{
    background:rgba(0,0,0,0.3);
}
header .left .bg-img .bg-1{
    background-image:url('../img/tanaka_blur.png');
}
header .right .bg-img .bg-1{
    background-image:url('../img/tanaka.png');
}
header .left .bg-img .bg-2{
    background-image:url('../img/sato_blur.png');
}
header .right .bg-img .bg-2{
    background-image:url('../img/sato.png');
}

/*HEADER DESIGN*/
header .left img{
    display:inline-block;
    margin:10px 0;
}
header .right .main-text img{
    display: inline-block;
    width:80%;
    margin:0 10%;
}
header .right .auxiliary-text{
    font-size:1.5em;
    color:#fff;
    margin:2.0em;
    line-height:2.0em;
}

/*LECTURERS*/
#lecturers{
    background-color: #e6e6e6;
    padding-bottom:3.0em;
}
#lecturers .index-bar{
    background-color:#fff;
}
#lecturers .lecturer{
    display: table;
}
#lecturers .lecturer_cell{
    text-align: center;
    display: table-cell;
    vertical-align: top;
    position:relative;
    margin:1.0em;
    background-color:#fff;
}
#lecturers .lecturer .name{
    margin:0;
    font-weight: bold;
    padding:0.5em;
    color:#fff;
    background-color:#333;
    background-image: url('/lp/lib/common/img/overlays/05.png');
}
#lecturers .lecturer .team{
    margin:1.0em;
    display:inline-block;
    padding:0.2em 1.0em;
    background-color:#ddd;
    border-radius: 3.0em;
}
#lecturers .lecturer .portrait img{
    border-radius: 100%;
    width:8.0em;
}
#lecturers .lecturer .profile{
    margin:0.5em;
    border-top:1px solid #ddd;
    padding:1.0em;
}

/*JUMBOTRON*/
#jumbotron{
    width:100%;
    padding:5.0em 0;
    display: table;
    background-image:url('../img/jumbotron.jpg');
    background-position: center center;
    background-attachment: fixed;
}
#jumbotron .jumbotron_cell{
    text-align: center;
    display: table-cell;
    vertical-align: top;
    position:relative;
}
#jumbotron .jumbotron_cell p{
    color:#fff;
    margin:2.0em 0;
}

/*CONTENTS*/
#contents{
    
}
#contents .index-bar{
    background-color:#000;
}
#contents .title-box{
    position:relative;
    display: table;
}
#contents .title-box .box{
    position:relative;
    display: table-cell;
    vertical-align: top;
    position:relative;
}
#contents .title-box .youtube{
    vertical-align: middle;
}
#contents .title-box .youtube iframe{
    display:block;
    width:100%;
    height:100%;
}

#contents .title-box .youtube{
    background-color:#000;
}

#contents .title-box .info{
    background-color:#eee;
    padding:1.0em;
}

#contents .title-box .info .title,
#contents .title-box .info .name{
    margin:0.2em 0;
}
#contents .title-box .info .detail{
    border-top:1px solid #ddd;
    padding-top:1.0em;
}
.content ol{
    display:block;
    padding:0;
    margin:0;
}
.content ol li{
    list-style-type: none;
    display: block;
    padding:0.5em;
}

.content li:nth-child(even){
    background-color:#eee;
}

.content li:nth-child(odd){
    background-color:#ddd;
}

.content .parent{
    font-weight:bold;
}
.content .parent span{
    display:inline-block;
    padding:0.2em 1.0em;
    margin:0 1.0em;
    background-color: #8dc8e8;
    font-size:0.6em;
    font-weight: normal;
    position:relative;
    top:-1px;
    border-radius: 0.5em;
}
#contents .purchase{
    margin:3.0em 0;
}
#contents .purchase .purchase_button{
    display:block;
    padding:0.5em 2.0em;
    color:#fff;
    font-size:1.5em;
    text-shadow: 0 -2px 0 rgba(0,0,0,0.3);
    background-color: #2ad665;
    box-shadow: inset 0 0 3em rgba(73, 160, 23, 0.57);
    text-decoration: none;
    border-radius: 0.3em;
    border-bottom:1px solid rgba(0,0,0,0.3);
}
#contents .purchase .purchase_button.set{
    background-color: #ffa200;
    box-shadow: inset 0 0 3em rgba(160, 96, 23, 0.57);
}
#contents .purchase .purchase_button .title,
#contents .purchase .purchase_button .time{
    font-size:0.6em;
    display: inline-block;
    padding:0.2em 1.0em;
    border-radius:5.0em;
    background-color:#fff;
    color:#000;
    text-shadow: none;
    margin:0 0.3em;
}
#contents .purchase .detail_button{
    display: inline-block;
    text-shadow:0 1px 0 rgba(255,255,255,0.8);
    font-weight:bold;
    text-decoration: none;
    padding: 1.0em 2.0em;
    color: #2d2d2d;
    font-size: 1.0em;
    background-color: #ffe000;
    font-size:0.9em;
    border-radius: 0.8em;
    margin-top:1.0em;
    border-bottom:2px solid rgba(0,0,0,0.5);
    
}
.facebox{
    display:none;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: right;
    line-height: 2.5em;
    background-image: url('/lp/lib/common/img/overlays/01.png');
}
