
/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
    font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

em {
    font: inherit;
}

a {
	outline: none;
}

a:hover,
a:focus {
	outline: none;
}

/* =Shared components
-------------------------------------------------------------- */

@media (max-width: 767px) {
    .margin-top-xs {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .margin-top-sm {
        margin-top: 20px;
    }
}

.sns-widgets-wrapper {
    margin-bottom: 30px;
}

.sns-widgets-wrapper:after {
    clear: both;
}

.sns-widgets-wrapper:before,
.sns-widgets-wrapper:after {
    content: "";
    display: table;
}

.sns-widgets {
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .sns-widgets.collapse {
        display: block !important;
        float: right;
    }
}

.sns-widgets:after {
    clear: both;
}

.sns-widgets:before,
.sns-widgets:after {
    content: "";
    display: table;
}

.sns-widgets > li {
    height: 23px;
    float: left;
    margin: 20px 10px 0 0;
}

.sns-widgets img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}

.sns-widget-hatena {
    width: 50px;
    overflow: hidden;
}

.sns-widget-twitter-tweet {
    width: 100px;
    overflow: hidden;
}

.sns-widget-facebook-page {
    margin-top: 20px;
    background: #FFF;
    padding: 9px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

/* =Original button style
-------------------------------------------------------------- */

.btn-tryf {
    background-color: #2eb1f2;
    background-image: -webkit-linear-gradient(top,#2eb1f2 0%,#0490d6 100%);
    background-image:    -moz-linear-gradient(top,#2eb1f2 0%,#0490d6 100%);
    background-image:     -ms-linear-gradient(top,#2eb1f2 0%,#0490d6 100%);
    background-image:         linear-gradient(top,#2eb1f2 0%,#0490d6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2eb1f2),color-stop(1,#0490d6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2eb1f2",endColorstr="#0490d6",GradientType=0);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.45);
    text-align: center;
    padding: 0;
}

.btn-tryf:active {
    text-decoration: none;
    background-color: #0490d6;
    background-image: -webkit-linear-gradient(top,#0490d6 0%,#2aa2de 100%);
    background-image:    -moz-linear-gradient(top,#0490d6 0%,#2aa2de 100%);
    background-image:     -ms-linear-gradient(top,#0490d6 0%,#2aa2de 100%);
    background-image:         linear-gradient(top,#0490d6 0%,#2aa2de 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0490d6),color-stop(1,#2aa2de));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0490d6",endColorstr="#2aa2de",GradientType=0);
    box-shadow: 0 1px 3px rgba(0,0,0,.4) inset;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    border: none;
    color: #fff;
}

.btn-tryf > span {
    display: block;
    padding: 12px 14px 9px;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,.25),0 1px 0 rgba(255,255,255,.2) inset;
    border: 1px solid #087bb3;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.btn-tryf-lg > span {
    font-size: 18px;
    padding-top: 17px;
    padding-bottom: 17px;
}

/* =Layout
-------------------------------------------------------------- */

body {
}

#navbar-header {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height:60px;
}

#navbar-header .navbar-brand {
    display: inline-block;
    float: left;
    padding: 15px 15px;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

@media (max-width: 767px) {
    #navbar-header .navbar-brand {
        padding: 10px 15px;
    }
}

#navbar-header .navbar-brand > a {
    display: block;
}

#navbar-header .navbar-text {
    color: #888;
    font-size: 11px;
    line-height:20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#jumbotron {
    background: #fff url('../img/jumbotron.jpg') no-repeat center top;
    height: 300px;
    margin-bottom: 40px;
    position: relative;
}

#jumbotron__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -250px;
}

@media (max-width: 500px) {
    #jumbotron {
        background-size: 987px 200px;
        height: 200px;
    }

    #jumbotron__logo {
        margin-top: -30px;
        margin-left: -150px;
    }

    #jumbotron__logo img {
        width: 300px;
        height: 61px;
    }
}

#lead {
    text-align: center;
    margin-bottom: 40px;
}

#lead p {
    margin-bottom: 0;
}

#lead p + p {
    margin-top: 30px;
}

#overview {
    margin-bottom: 80px;
}

#program {
    margin-bottom: 60px;
}

#outline {
    margin-bottom: 60px;
}

#footer {
    background: #333333;
    padding: 30px 0;
    margin-top: 30px;
}

#footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

#footer-nav > li {
    display: inline-block;
    margin-left: -5px;
    margin-right: 15px;
}

#footer-nav > li > a {
    display: block;
    padding: 5px;
    font-size: 12px;
    color: #DDDDDD;
}

/* =Project components
-------------------------------------------------------------- */

.apply-btn {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

.apply-btn .apply-btn__attention {
    margin: 0 0 10px 0;
}

.apply-btn .apply-btn__sign-in {
    margin: 10px 0 0 0;
}

h2.caption {
    background: url(../img/bg-headline.png) no-repeat center top;
    font-size: 20px;
    font-weight: 400;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","ＭＳ 明朝",serif;
    line-height: 1.25em;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.overview__paragraph {
    margin-bottom: 15px;
    padding: 0 40px;
}
.overview__paragraph br {
    display: none;
}
.overview__header {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.program {
    margin: 50px auto 0;
    text-align: center;
}
.program__list {
    margin: 0 10px;
    padding: 0;
    text-align: left;
}
.program__list li {
    margin: 10px;
    border: solid 1px #000;
    border-radius: 3px;
    list-style: none;
}
.program__list span {
    display: inline-block;
    padding: 10px;
}
.program__list span:first-child {
    margin-right: 10px;
    background-color: #000;
    text-align: center;
    color: #fff;
}

@media (min-width: 992px) {
    h2.caption {
        margin-bottom: 60px;
    }
    .program {
        margin-top: 0;
    }
    .overview__paragraph br {
        display: block;
    }
    .program__list {
        margin: 0 50px;
    }
}

.speaker {
    margin-bottom: 60px;
}

.speaker__img {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .speaker__img img {
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .speaker,
    .speaker__body {
        overflow: hidden;
        zoom: 1;
    }
    .speaker:first-child {
        min-height: 310px;
    }

    .speaker__body p {
        font-size: 13px;
    }

    .speaker__img,
    .speaker__body {
        display: table-cell;
        vertical-align: top;
    }

    .speaker__img {
        width: 130px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .speaker__img {
        width: 230px;
        padding-right: 30px;
    }
}

.speaker__body h3 {
    line-height: 0;
    font-size: 0;
    margin: 0 0 20px;
}

.speaker__body .speaker__name {
    margin-bottom: 10px;
}

.speaker__body .speaker__name > b {
    font-size: 18px;
    font-weight: bold;
}

.coming-soon {
    border: 1px solid #eee;
    border-radius: 4px;
    display:table;
    height: 150px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.coming-soon > .coming-soon__cell {
    color: #aaa;
    display:table-cell;
    font-size: 16px;
    vertical-align: middle;
}

.outline-table__header {
    display: block;
    width: 50px;
}

.outline .access > p:last-child {
    margin-bottom: 0;
}