/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
    font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
}

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;
}

/* =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-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 {
    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 7px 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
-------------------------------------------------------------- */

.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;
    height: 60px;
    float: left;
    padding: 0 15px;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.navbar-brand > a {
    display: block;
    padding: 15px 0;
}

.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);
    margin-bottom: 0;
}

.navbar-default .navbar-text {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #888;
    font-size: 11px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    #jumbotron {
        background: url('../img/ricepaper.jpg') repeat-x 0 0;
    }
}

#cover {
    background: url(../img/cover.jpg) no-repeat 50% 0;
    background-size: 100% auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #cover {
        background-size: 100% auto;
        padding: 30px 0 0;
    }
}

@media (min-width: 768px) {
    #cover {
        max-width: 780px;
        padding: 30px 0 0;
    }
}

@media (min-width: 992px) {
    #cover {
        max-width: 970px;
        padding: 50px 0 0;
    }
}

@media (min-width: 1200px) {
    #cover {
        max-width: 1170px;
    }
}

#cover__title {
    font-size: 0;
    line-height: 0;
    margin: 0 0 30px;
}

#cover__summary {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #cover__summary {
        margin-bottom: 0;
    }
}

#schedule .schedule {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 24px;
}

#schedule .schedule h3 {
    border-bottom: 1px solid #888;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 15px;
    padding-bottom: 9px;
    text-align: center;
}

#schedule .schedule ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#schedule .schedule ul > li > a {
    display: block;
    text-align: center;
    padding: 5px 0;
    position: relative;
}

#schedule .schedule ul > li > a > .guest {
    display: none;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0 3px;
    position: absolute;
}

@media (min-width: 992px) {
    #schedule .schedule ul > li > a > .guest {
        display: block;
        bottom: -5px;
        right: -10px;
    }
}

@media (min-width: 1200px) {
    #schedule .schedule ul > li > a > .guest {
        display: block;
        bottom: -5px;
        right: 0;
    }
}

#anchor {
    margin-top: 30px;
}

#anchor a {
    display: block;
    color: #333;
    text-align: center;
    padding: 15px;
    font-size: 16px;
}

#anchor a:hover,
#anchor a:focus {
    background: #f5f5f5;
    text-decoration: none;
}

#concept {
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #concept {
        margin-bottom: 60px;
        text-align: center;
    }
}

#concept > h3 {
    margin: 0 0 30px;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

#program {
    margin-bottom: 60px;
}

#program .panel-body b {
    color: #d9534f;
    font-weight: bold;
}

#program .panel-body > p:last-child {
    margin-bottom: 0;
}

#program h4 {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px;
    margin: 0 0 20px;
}

#program ol > li {
    margin-bottom: 5px;
}

.program__contents {
    max-width: 600px;
    padding: 30px 0;
    margin: 0 auto;
}

.program-type {
    display: inline-block;
    padding: 9px 19px;
    line-height: 1;
    border: 1px solid #333;
}

.program-title > b {
    font-size: 24px;
    font-weight: inherit;
}

#outline h3 {
    border-bottom: 1px solid #888;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 25px;
    padding-bottom: 9px;
    text-align: center;
}

#outline .note {
    margin-top: 30px;
}

#outline dl {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #outline .dl-horizontal dt {
        width: 40px;
        font-weight: normal;
    }

    #outline .dl-horizontal dd {
        margin-left: 60px;
    }
}

.event {
    border: 1px solid transparent;
    padding: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .dummy-guest {
        height: 102px;
    }
}

.event:hover,
.event:focus {
    border-color: #DDD;
}

.event.even {
    background: #F5F5F5;
}

.event > .media > .media-body {
    font-size: 14px;
}

.event .alert {
    margin-top: 10px;
    margin-bottom: 0;
}

#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;
}

/* =Compornent
-------------------------------------------------------------- */

.apply-btn {
    background: #FFF !important;
    margin-bottom: 30px;
}

/* =SNS widgets
-------------------------------------------------------------- */

.sns-widgets-wrapper {
    margin: 20px 0;
}

.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;
}

#recommend h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 40px;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

#recommend h2:before {
    background: #333;
    top: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 240px;
    margin-left: -120px;
}

#recommend .media {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #recommend .media .media-object {
        float: left;
        margin-right: 30px;
    }
}
