/* =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;
}

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;
}

.btn-wrapper {
    margin-top: 20px;
}


/* =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 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #jumbotron__logo {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    #jumbotron {
        margin-bottom: 0;
    }

    #jumbotron__summary {
        margin: 34px 0 33px;
    }

}

@media (min-width: 992px) {
    #jumbotron__summary {
        margin: 75px 0;
        position: relative;
    }

    #jumbotron__summary:after {
        background: #333;
        bottom: 0;
        content: "";
        display: block;
        left: -15px;
        position: absolute;
        top: 0;
        width: 1px;
    }
}

#lead {
    margin: 60px 0;
}

@media (max-width: 767px) {
    #lead {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

#lead p {
    line-height: 2em;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #lead p {
        text-align: center;
    }
}

#point {
    margin: 60px 0;
}

@media (max-width: 767px) {
    #point {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

#point p {
    line-height: 2em;
    margin-bottom: 0;
}

#recommendation {
    margin: 60px auto;
    max-width: 600px;
}

#recommendation li + li {
    margin-top: 10px;
}

#result {
    margin: 60px auto;
    max-width: 500px;
}

#result p {
    line-height: 2em;
    margin-bottom: 0;
}

#outline {
    margin: 60px 0;
}

@media (max-width: 767px) {
    #outline {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

#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 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    margin: 0 0 30px;
}

h2.caption:before {
    background: #333;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 260px;
    margin-left: -130px;
}

.black-face-notice {
    background: #333;
    padding: 30px;
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}

.black-face-notice p {
    margin-bottom: 0;
}

.segment {
    border: 1px solid #333;
    margin-bottom: 30px;
    padding: 30px;
}

.event-date__title {
    text-align: center;
    margin-bottom: 15px;
}

.event-date__title > b {
    font-size: 20px;
    font-weight: 700;
}

.event-date__date {
    text-align: center;
    margin: 15px 0 5px;
}

.event-date__date:first-child {
    margin-top: 0;
}

.event-date__date > b {
    font-size: 24px;
    font-weight: 700;
}

.event-date__location {
    text-align: center;
    margin-bottom: 0;
}

.event-date__location > a {
    color: #333;
    text-decoration: underline;
}

.coming-soon-text {
    text-align: center;
    font-size: 18px;
    color: #666;
}

.segment-caption {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
    margin: 0 0 30px;
}

.segment-caption:before {
    background: #333;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 200px;
    margin-left: -100px;
}

.segment-program {
    margin: 0 auto 60px;
    max-width: 220px;
}

.segment-program > li {
    margin-bottom: 10px;
}

.segment-outline {
    margin: 0 auto 60px;
    max-width: 340px;
}

.segment-outline .dl-horizontal {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .segment-outline .dl-horizontal dt {
        width: 60px;
        text-align: left;
    }

    .segment-outline .dl-horizontal dd {
        margin-left: 70px;
    }
}
