/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
    font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.78571428571; /* 25px */
}

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;
    font-weight: 700;
    line-height: 1.45em;
}

.form-control {
    font-size: 13px;
    line-height: 20px;
}

a {
    outline: none;
}

a:hover,
a:focus {
    outline: none;
}

/* =Components
-------------------------------------------------------------- */

@media (max-width: 767px) {
    .margin-top-xs {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .margin-top-sm {
        margin-top: 20px;
    }
}

.snsb {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.snsb li {
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    text-indent: 0 !important;
}

.snsb iframe {
    max-width: none;
}

/* =Overwrite facebook widget style
-------------------------------------------------------------- */

.fb-widget .fb_iframe_widget,
.fb-widget .fb_iframe_widget iframe[style],
.fb-widget .fb_iframe_widget span {
    width: 100% !important;
}

/* =Original button style
-------------------------------------------------------------- */

.btn-tryf {
    background-image: #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-image: #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;
    color: #636a6f;
    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 {
    padding-top: 70px;
    background: #F1EFE0;
}

@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }
}

.navbar {
    border-radius: 0;
}

.navbar-leadline > h1 {
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 5px 0;
    color: #ede3b2;
}

.navbar-brand {
    display: inline-block;
    float: left;
    padding: 20px 15px;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 10px 15px;
    }
}

.navbar-brand > a {
    display: block;
}

.navbar-default {
    background-color: #FFF;
    border: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-text {
    color: #333;
}

.navbar-default .navbar-btn {
    margin-top: 17px;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-btn {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #888;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #333;
    background-color: #F6F6F6;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #341F11;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

#jumbotron {
    background: url('../img/jumbotron.jpg') no-repeat 50% top;
    margin-bottom: 20px;
}

#jumbotron img {
    max-width: 100%;
    height: auto;
}

#cover {
    margin-top: 40px;
}

#cover-title {
    margin-bottom: 40px;
}

#cover-title h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

#cover-outline {
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
    position: relative;
}

#fukidashi {
    position: absolute;
    top: -90px;
    right: -20px;
}

#fukidashi img {
    width: 300px;
}

@media (min-width: 768px) {
    #cover {
        margin-top: 70px;
    }

    #cover-outline {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    #fukidashi {
        top: -20px;
        right: -5px;
    }

    #fukidashi img {
        width: 200px;
    }

    /* 吹き出しのための調整 */
    #cover-outline {
        /*padding-top: 60px;*/
    }
}

#cover-logo > .row + .row {
    margin-top: 30px;
}

#carousel-logos {
    margin-bottom: 20px;
}

#carousel-logos-prev,
#carousel-logos-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 30px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #333;
}

#carousel-logos-prev {
    left: -40px;
}

#carousel-logos-next {
    right: -40px;
}

#carousel-logos-xs {
    margin: 0 50px 50px;
}

#carousel-logos-xs-prev,
#carousel-logos-xs-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 30px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #333;
}

#carousel-logos-xs-prev {
    left: -40px;
}

#carousel-logos-xs-next {
    right: -40px;
}

.story {
    margin-bottom: 60px;
}

#share {

}

#previous-exhibiting .col-sm-4 {
    margin-bottom: 10px;
}

#previous .black-message {
    text-align: center;
    margin-top: 20px;
}

#previous .black-message > span {
    background: #000;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    width: 500px;
    max-width: 100%;
}

#point h3 {
    font-size: 18px;
    margin: 0 0 20px;
}

#present h3 {
    font-size: 18px;
    margin: 0 0 20px;
}

#speakers {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

@media (min-width: 1200px) {
    #speakers {
        margin: 10px 0;
    }
}

#speakers > li {
    background: #FFF;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#exhibiting {
    background: #FFF;
    padding: 40px 0;
}

#lecture .lecture-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #006CBA;
}

#lecture .logo-object {
    margin-bottom: 0;
}

#decided .industry-item {
    border-radius: 4px;
    color: #333;
    display: block;
    padding: 14px 4px;
    border: 1px solid #CCCCCC;
    text-align: center;
    margin-bottom: 20px;
}

#access__map {
    margin-bottom: 40px;
}

#outline-about-entry {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

#recommend .media {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #recommend .media .media-object {
        float: left;
        margin-right: 30px;
    }
}

#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;
}

.speech-logo {
    margin-top: -3px;
    margin-right: 3px;
}

.present {
    border: 1px solid #f0ad4e;
    background: #FFF;
    color: #f0ad4e;
    border-radius: 4px;
    margin: 20px auto;
    max-width: 500px;
    padding: 14px;
}

.present > .media {
    margin: 0;
}

.logo-object {
    border-radius: 4px;
    background: #FFF;
    text-align: center;
    position: relative;
}

#carousel-logos .logo-object,
#carousel-logos-xs .logo-object {
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 7px;
}

.logo-object > .inner {
    border-radius: 4px;
    padding: 14px;
}

.logo-name {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 11px;
}

.logo-ribbon {
    position: absolute;
    right: -7px;
    top: -7px;
}

.logo-ribbon img {
    width: 85px;
    height: 85px;
}

@media (max-width: 767px) {
    .logo-ribbon {
        right: -5px;
        top: -5px;
    }

    .logo-ribbon img {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-name {
        font-size: 10px;
        line-height: 16px;
        height: 32px;
        margin-top: 5px;
    }
}

#carousel-logos .logo-object > .inner {
    border-radius: 4px;
    padding: 9px;
}

.logo-object img {
    max-width: 100%;
    height: auto;
}

hr {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #FFF;
}

h2.caption {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 40px;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

h2.caption:before {
    background: #333;
    top: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 240px;
    margin-left: -120px;
}

p.caption {
    font-size: 16px;
    line-height: 1.6em;
}

@media (min-width: 768px) {
    #outline .dl-horizontal dt {
        width: 100px;
        text-align: left;
    }

    #outline .dl-horizontal dd {
        margin-left: 120px;
    }
}
