 body {
    width: 100%;
    height: 100%;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color:#505050;
    background-color: #FFF;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.intro h1{
    margin: 0 0 35px;
    font-family: Raleway,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

h3{
    font-size: 16px;
}

h3 i{
    margin-right: 10px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #00aeef;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0884b2;
}

/*p a{
    color: #FFF;
    background: #333;
    }*/

    .light {
        font-weight: 400;
    }

    /* Navibar */
    .fa.fa-bars{
        color: #FFF;
    }
    @media(min-width:768px) {
        .navbar-brand.page-scroll img{
            margin-top:-14.5px
        }
    }

    @media only screen and (max-width : 768px) {
        .navbar-header{
            /*border: 1px solid red;*/
        }
        .navbar-brand.page-scroll {
            margin-top:-11.5px;
            margin-bottom: 0;
        }

        ul.nav.navbar-nav li{
            border-top: 1px solid #d4effc;
        }

    }

    .navbar-custom {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 400;
        background: #FFF;
        background-color: transparent;
    }

    .navbar-custom .navbar-brand {
        font-weight: 700;
    }

    .navbar-custom .navbar-brand:focus {
        outline: 0;
    }

    .navbar-custom .navbar-brand .navbar-toggle {
        padding: 4px 6px;
        font-size: 16px;
        color: #FFF;
    }

    .navbar-custom .navbar-brand .navbar-toggle:focus,
    .navbar-custom .navbar-brand .navbar-toggle:active {
        outline: 0;
    }

    .navbar-custom a {
        color: #FFF;
    }

    .navbar-custom.top-nav-collapse a {
        color: #FFF;
    }

    .navbar-custom .nav li a {
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

    .navbar-custom .nav li a:hover {
        outline: 0;
        color: #FFF;
        background-color: #ed1c24;
    }

    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li a:active {
        outline: 0;
        background-color: transparent;
    }

    .navbar-custom .nav li.active {
        outline: 0;
    }

    .navbar-custom .nav li.active a {
        background-color: #ed1c24;
        color: #FFF;
    }

    .navbar-custom .nav li.active a:hover {
        color: #FFF;
        font-weight: normal;
    }

    @media(min-width:768px) {
        .navbar-custom {
            padding: 20px 0;
            border-bottom: 0;
            letter-spacing: 1px;
            background: 0 0;
            -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
            -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
            transition: background .5s ease-in-out,padding .5s ease-in-out;
        }

        .navbar-custom.top-nav-collapse {
            padding: 0;
            /* 画面サイズが大きく横並びのメニューの背景色*/
            background: #00aeef;
        }
    }

    @media only screen and (max-width : 768px) {
        .navbar-custom{
            background-color: #00aeef;
        }
        ul.navbar-nav{
            margin-top: 0;
            margin-bottom: 0;
        }

        .navbar-custom li a {
            color: #FFF;
            background-color: #00aeef;
            /*        color: #00aeef;*/
            /*        background-color: #FFF;*/
            /*background-color: rgba(0,0,0,.5);*/
        }

    }



    .intro::before {
        z-index: 30;
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background-color:rgba(0,0,0,0.6);*/
        background-color: rgba(197,239,252,0.3);
    }


    .intro {
        display: table;
        width: 100%;
        height: auto;
        padding: 100px 0;
        text-align: center;
        background-color: #FFF;
        /*background: url(https://www.iamas.ac.jp/ommf2016/wp-content/themes/ommf/img/archive/Mid/1.jpg) no-repeat bottom center scroll;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    @media screen and (-webkit-min-device-pixel-ratio:2),
    (min-resolution: 2dppx){
        .intro {
            /*background: url(https://www.iamas.ac.jp/ommf2016/wp-content/themes/ommf/img/archive/Mid/1.jpg) no-repeat bottom center scroll;*/
        }
    }

    .intro h1,
    .intro p {
        position:relative;
        z-index:2; /*overlayの影響をテキストが受けないようにする*/
    }

    .intro h1.brand-heading,
    .intro p.date-venue{
        color: #FFF;
/*        text-shadow: 1px 1px 10px #333;
        -moz-box-shadow: 1px 1px 10px #333;　
        -webkit-box-shadow: 1px 1px 10px #333;　*/

        text-shadow: 3px 10px 25px #000;
        -moz-box-shadow: 1px 1px 10px #000;　/* Firefox用 */
        -webkit-box-shadow: 1px 1px 10px #000;　/* Safari,Google Chrome用 */
    }


    .intro .intro-body {
        display: table-cell;
        vertical-align: middle;
        /*bgtest*/
        /*background-color: rgba(197,239,252,0.3);*/
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
        font-weight: bold;
    }

    .intro .intro-body .intro-text {
        font-size: 18px;
    }

    @media(min-width:768px) {
        .intro {
            height: 100%;
            padding: 0;
        }

        .intro .intro-body .brand-heading {
            font-size: 100px;
            font-weight: bold;
        }

    }

    .btn-circle {
        width: 70px;
        height: 70px;
        margin-top: 15px;
        padding: 7px 16px;
        border: 2px solid #FFF;
        border-radius: 100%!important;
        font-size: 40px;
        color: #FFF;
        background: 0 0;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

    .btn-circle:hover,
    .btn-circle:focus {
        outline: 0;
        color: #FFF;
        background: rgba(255,255,255,.1);
    }

    .btn-circle i.animated {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
    }

    .btn-circle:hover i.animated {
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @-moz-keyframes pulse {
        0% {
            -moz-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -moz-transform: scale(1.2);
            transform: scale(1.2);
        }

        100% {
            -moz-transform: scale(1);
            transform: scale(1);
        }
    }

    .content-section {
        padding-top: 100px;
    }

    .btn {
        border-radius: 0;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 400;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .btn-default {
        border: 1px solid #42dca3;
        color: #42dca3;
        background-color: transparent;
    }

    .btn-default:hover,
    .btn-default:focus {
        border: 1px solid #42dca3;
        outline: 0;
        color: #000;
        background-color: #42dca3;
    }

    ul.banner-social-buttons {
        margin-top: 0;
    }

    @media(max-width:1199px) {
        ul.banner-social-buttons {
            margin-top: 15px;
        }
    }

    @media(max-width:767px) {
        ul.banner-social-buttons li {
            display: block;
            margin-bottom: 20px;
            padding: 0;
        }

        ul.banner-social-buttons li:last-child {
            margin-bottom: 0;
        }
    }

    footer {
        padding: 50px 0;
    }

    footer p {
        margin: 0;
    }

    ::-moz-selection {
        text-shadow: none;
        background: #fcfcfc;
        background: rgba(255,255,255,.2);
    }

    ::selection {
        text-shadow: none;
        background: #fcfcfc;
        background: rgba(255,255,255,.2);
    }

    img::selection {
        background: 0 0;
    }

    img::-moz-selection {
        background: 0 0;
    }

    body {
        webkit-tap-highlight-color: rgba(255,255,255,.2);
    }



    /* Add*/
    p,
    .content-section p{
      font-size: 14px;
  }

  /* Intro*/
  p.date-venue{
    font-size: 32px;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.name{
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    /*margin-top: -10px;*/
}

.profile{
  margin-bottom: 10px;
}

.thumbnail{
   /* background: #F2F2F2;*/
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
}


.sociallinks{
  margin-bottom: 10px;
  font-size: 10px;
}




/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
section #about
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#about {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #FFF;
}

#about .about-body {
    display: table-cell;
    vertical-align: middle;
}

@media(min-width:768px) {
    #about {
        height: 100%;
        padding: 0;
        padding-top: 100px;
    }
}

#about #lead{
    padding-top: 0;
}

#about #lead p.copy{
    color: #00aeef;
    font-size: 18px;
}

#about #lead p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 2em;
}

#about #lead p:first-child {
    margin-top: -8px;
}

/* #event-outline */
#event-outline h2{
    font-size: 16px;
    /*font-weight: bold;*/
    margin-bottom: 15px;
}

#event-outline dt {
    width: 3em;
    /*font-weight: bold;*/
}

#event-outline dd {
    margin-left: 3em;
    margin-bottom: 15px;
}

/*#credit*/
#credit h2{
    border-bottom: 1px solid #d65154;
    margin-top: 40px;
    padding-bottom: 5px;
}

#credit dt{
    /*width: 2em;*/
    width: 3em;
}

#credit dd{
    /*margin-left: 2em;*/
    margin-left: 3em;
    margin-bottom: 20px;
}

.en #credit dt{
    width: 7em;
}

.en #credit dd{
    margin-left: 7em;
    margin-bottom: 20px;
}

#credit .breadcrumb{
    padding: 0;
    margin: 0;
    background-color: #FFF;
}

#credit .breadcrumb > li + li:before {
    padding: 0;
    content: "";
}

#credit .breadcrumb > li:after {
    padding: 0 0px;
    color: #505050;
    content: "\00a0／";

}

#credit .breadcrumb > li:last-child:after {
    content: "";
}


@media(max-width:768px) {
    #about h2{
        margin-top: 30px;
    }
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
section #about-make
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#about-make {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #FFF;
}

#about-make .about-body {
    display: table-cell;
    vertical-align: middle;
}

@media(min-width:768px) {
    #about-make {
        height: 100%;
        padding: 0;
        padding-top: 100px;
    }
}

#about-make h2{
    color: #00aeef;
}


#about-make p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 2em;
}

#about-makerfaire h3+p{
    margin-top: -8px;
}

@media(max-width:768px) {
    #about-make h2{
        margin-top: 0;
        margin-bottom: 0;
    }
    #about-make h3{
        margin-top: 30px;
    }
}

#about-make .embed-responsive{
    margin-bottom: 20px;
}

/**/
#map {
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0;
}

@media(min-width:767px) {
    #map {
        height: 400px;
        /*margin-top: 250px;*/
        /*padding-top: 100px;*/
    }
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
section #entry
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#entry{
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #FFF;
}

#entry .entry-body {
    display: table-cell;
    vertical-align: middle;
}

@media(min-width:768px) {
    #entry {
        height: 100%;
        padding: 0;
        padding-top: 100px;
    }
}

#entry h2{
    color: #00aeef;
}

#entry p {
    margin-bottom: 15px;
    line-height: 2em;
}


#entry h3+p{
    margin-top: -8px;
}

#entry h3{
    margin-top: 15px;
    margin-bottom:15px;
}

#entry h4{
    font-weight: normal;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 15px;
}

#entry .fa-ul{
    margin-top: -10px;
}

#entry .fa-ul  li {
    margin-left: -7px;
}


@media(max-width:768px) {
    #entry h2{
        margin-top: 0;
        margin-bottom: 0;
    }
    #entry h3{
        margin-top: 30px;
    }
}

#entry tbody th,
#entry thead th{
    font-weight: normal;
}

#entry .entry-perood{
    color: #ED1C24;
    font-size: 20px;
}

#entry .entry-perood span{
    font-size: 30px;
}

#entry .btn{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    background: #00aeef;
    border: none;
}

#entry .btn:hover{
    background: #ed1c24;
}

#entry h3.entry-perood {
    font-size: 30px;
}

#entry .btn{
    margin-bottom: 15px;
}


#entry .btn i{
    margin-right: 8px;
}



p.note {
  padding: 0;
  margin-top: -10px;
  padding-left: 20px;
  text-indent: -1em;
  /*color: red;*/
  /*font-size: 14px;*/
}

p.note:before {
  content:"＊";
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
section #sponsor
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#sponsor {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #FFF;
}

#sponsor .sponsor-body {
    display: table-cell;
    vertical-align: middle;
}


@media(min-width:768px) {
    #sponsor {
        height: 100%;
        padding: 0;
        padding-top: 100px;
    }

}

#sponsor h2{
    color: #00aeef;
}

#sponsor p {
    /*font-size: 16px;*/
    margin-bottom: 15px;
    line-height: 2em;
}

#sponsor p.lead {
    font-size: 16px;
}


#sponsor h3+p{
    margin-top: -8px;
}

#sponsor h3{
    margin-top: 15px;
    margin-bottom:15px;

}

#sponsor h4{
    font-weight: normal;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 15px;
}

#sponsor .fa-ul{
    margin-top: -10px;
}

#sponsor .fa-ul  li {
    margin-left: -7px;
}


@media(max-width:768px) {
    #sponsor h2{
        margin-top: 0;
        margin-bottom: 0;
    }
    #sponsor h3{
        margin-top: 30px;
    }
}

























/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Section #performers
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#performers.content-section{
    padding-top: 75px;
}

#performers h3{
    margin-top: 30px;
    margin-bottom: 10px;
}

#event-info h2{
    margin-top: 15px;
    margin-bottom: 15px;
}

#event-info h3{
    margin-top: 15px;
    margin-bottom: 15px;
}



/*/////////////////////////////////////////*/
/*dl*/
dl.dl-horizontal dt {
    float:left;
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
}

dl.dl-horizontal dd {
    padding-left: 10px;
  word-break: break-all;
}

#info dt {
    margin-left: 0;
    width: 3em;
}

#info dd {
    margin-left: 3em;
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media (max-width: 480px) {
  .col-ts-12 {
    float: none;
    display:block;
    width: auto;
}

}

footer{
    margin-top: 20px;
    padding-top: 0;
    /*border-top: 2px solid #0095DB;*/
}

footer a{
    background-color: #FFF;
    color: #000;
}

footer a img{
    background-color: #FFF;
}

/*Bland */
.red{
    color: #E70000;
}

.blue{
    color: #0095DB;
}



/*////////////////////////////////////*/
#transportation{
}
#transportation h3{
    margin-bottom: 20px;
}

#car dt{
    width: 6em;
}

#car dd{
    margin-left: 6.5em;
}

#train dt{
    width: 6em;
}

#train dd{
    margin-left: 6.5em;
}

/**/
#inquiry{
    /*margin-top: 200px;*/
}

#inquiry h3{
    margin-bottom:20px;
}
#inquiry h4{
    font-size: 14px;
    /*margin-bottom:0;*/
    margin-bottom: 20px;
}

#inquiry h5{
    font-size: 14px;
    /*margin-bottom:0;*/
    margin-bottom: 20px;
}


#inquiry .fa-ul{
    /*border: 1px solid red;*/
    margin-top: -10px;
}

#inquiry .fa-ul  li {
    margin-left: -8px;
}

#access{
    margin-top: 0;
    padding-top: 50px;
}


/* Reset */
* {
    border-radius: 0 !important;
}

#archive{
    padding-top: 50px;
}

#archive h2{
    font-size: 16px;
    margin-top: 30px;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-gutter .thumbnail{
    margin: 0;
/*    margin-right: 5px;
margin-bottom: 5px;*/
}

#archive .col-md-4:nth-child(3n) .thumbnail{
    /*margin-right: 0 !important;*/
}

/* draw any selected text yellow on red background */
::-moz-selection { color: #FFF;  background-color:#00aeef; }
::selection      { color: #FFF;  background-color:#00aeef; }

/* ///////////?*/
.embed-responsive-160by107 {
  /* 100/160*107 = 66.875 */
  padding-bottom: 66.64%;
}

.announce i{
  margin-right: 10px;
  color: #FFF;
  font-size: 40px;
}

.announce span{
  color: #FFF;
  background-color: rgba(0,0,0,0.5);
  padding: 10px 0 10px 10px;
  font-weight: bold;
}


.call-for-makers,
.call-for-makers .btn{
    /*background-color: rgba(0,0,0,0.5);*/
    /*background-color: rgba(197,239,252,0);*/
    /*background-color:#C5EFFC;*/
    background-color: transparent;
    border: none;
    /*color:#00aeef;*/
    color: #FFF;
    font-weight: bold;
    line-height: 1.6em;
    text-shadow: 3px 10px 25px #000;
    -moz-box-shadow: 1px 1px 10px #000;　/* Firefox用 */
    -webkit-box-shadow: 1px 1px 10px #000;　/* Safari,Google Chrome用 */
    font-family: Raleway,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    letter-spacing: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.call-for-makers a{
    color: #FFF;
}



@media(min-width:768px) {
  .announce{
    font-size: 32px;
}

.call-for-makers,
.call-for-makers .btn{
    /*font-size: 32px;*/
    font-size: 70px;
}

}

@media(max-width:768px) {
  .announce{
    font-size: 32px;
}
.call-for-makers,
.call-for-makers .btn{
    font-size: 30px;
}
}

p.ommf2014 i{
 margin-right: 5px;
 color: #00aeef;
}
p.ommf2014 a{
    background-color: #FFF;
    color: #00aeef;
}


/* Sponsors*/

.row-centered {
    text-align:center;
    padding-left: 10px;
    padding-right: 10px;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    /*margin-right: 0;*/
}

.col-centered img{
    border: 1px solid #F3F3F3;
}

#platinum-sponsors h3,
#gold-sponsors h3,
#silver-sponsors h3,
#creative-sponsors h3,
#bronze-sponsors h3,
#media-sponsors h3
{
    color: #00aeef;
    font-size: 20px;
	margin:20px auto 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00aeef;
}

#gold-sponsors h3,
#silver-sponsors h3,
#bronze-sponsors h3,
#media-sponsors h3{
    margin-top: 0;
}

#platinum-sponsors,
#gold-sponsors,
#silver-sponsors,
#creative-sponsors,
#bronze-sponsors,
#media-sponsors{
    margin-bottom: 30px;
}

#silver-sponsors .row{
	margin-bottom:20px;
}

.thanks{
    background-color: transparent;
    border: none;
    /*color:#00aeef;*/
    color: #FFF;
    font-weight: bold;
    /*    line-height: 1.6em;*/
    text-shadow: 3px 10px 25px #000;
    -moz-box-shadow: 1px 1px 10px #000;　/* Firefox用 */
    -webkit-box-shadow: 1px 1px 10px #000;　/* Safari,Google Chrome用 */
    font-family: Raleway,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    /*letter-spacing: 15px;*/
    padding-bottom: 0;
    margin-bottom: 0;
}



@media(min-width:768px) {
    .thanks{
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .thanks{
        font-size: 24px;
    }
}




/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Post Type – Makerss – Archive
archive-makers
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*Isotope*/
.filter {
  cursor: pointer;
}

.filter:hover {
  /*background-color: #8CF;*/
  color: #222;
}

.filter:active,
.filter.is-checked {
  /*background-color: #28F;*/
  /*border-bottom: 1px solid red;*/
}

.filter.is-checked {
  color: red;
}

.filter:active {
}

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .filter {
}

/* ---- isotope ---- */
.grid {
/*  background: #EEE;
max-width: 1200px;*/
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.filters h3{
  /*margin-bottom: 5px;*/
  color: #00aeef;
}

.grid .thumbnail .author{
    margin-top: 0;
    margin-bottom: 8px;
}

.grid .thumbnail .work_title{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.grid .thumbnail:hover{
  /*background-color: red;*/
}

.header-section{
  width:100%;
  padding: 100px 0 50px 0;
  margin-bottom: 20px;
  color:#fff;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover
}

#makers.header-section{
  background:url(https://www.iamas.ac.jp/ommf2016/wp-content/themes/ommf/img/bg_head.jpg) center center no-repeat #000;
}
#event.header-section{
  background:url(https://www.iamas.ac.jp/ommf2016/wp-content/themes/ommf/img/bg_head3.jpg) center center no-repeat #000;
}
#program.header-section{
  background:url(https://www.iamas.ac.jp/ommf2016/wp-content/themes/ommf/img/bg_head4.jpg) center center no-repeat #000;
}
#transport.header-section{
  background:url(https://www.iamas.ac.jp/ommf2016/wp-content/themes/ommf/img/bg_head5.jpg) center center no-repeat #000;
}



.header-section h2,
.header-section p{
        text-shadow: 3px 10px 25px #000;
-moz-box-shadow: 1px 1px 10px #000;　/* Firefox用 */
-webkit-box-shadow: 1px 1px 10px #000;　/* Safari,Google Chrome用 */
}

.header-section h2{
  margin-bottom: 0;
}

.button-group{
  margin-bottom: 30px;
}

.thumbnail.trim{
    background-color: #FFF;
/*overflow: hidden;
width:270px;
height: 200px;
position: relative;*/
}

.thumbnail .caption{
    padding-left: 0;
    padding-right: 0;
}



/*.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }*/

/*.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  }*/


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Post Type – Makerss – Single
single-makers
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.single-makers h3.author{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: #00aeef;
}

.single-makers p.work_title{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  /*border-top: 1px solid red;*/
}

.single-makers .description{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.single-makers img{
  margin-bottom: 30px;
}

/*.single-makers nav .row div{
  background-color: #CCC;
}
*/

.sociallinks{
margin-top: 15px;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Page – Events
page-events
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.events h3{
font-size: 20px;
margin-top: 20px;
margin-bottom: 20px;
}

.events h4, .program h4{
    /*margin-top: 20px;*/
    margin-bottom: 10px;
      color: #00aeef;
}

.events p.description{
margin-bottom: 10px;
}

.date-venue dt {
    margin-left: 0;
    width: 4.3em;
}

.date-venue dd {
    margin-left:3.5em;
}

.events article{
    margin-bottom: 30px;
}

.events article img{
    border: 1px solid #CCC;
}

h4.underline{
	border-bottom: 1px solid #00aeef;
	padding-bottom:10px;
	margin-bottom:20px;

	
}

h5{font-size:15px;font-weight: bold; margin-bottom: 10px;}
.pl0{padding-left: 0;}
.pr0{padding-right: 0;}
.box{margin-bottom:50px;}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Page – program
page-program
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.program article{margin-bottom: 80px;}

#presentation, #workshop_a, #workshop_b, #workshop_c{
margin-top:-100px;
	padding-top:100px;
}
.breadcrumb{margin:30px auto 60px;z-index: 1000;position: relative;}

 .program h4{
font-size: 20px;
margin-bottom: 20px;
}



.program .table{   border: 2px solid #c4c4c4;
}
.program .table > thead > tr > td, .program .table > thead > tr > th  {/*見出し部分*/
    border-bottom: 1px solid #c4c4c4;
	font-weight: bold;
	text-align: center;
	background: #f9f9f9;
}

.program .table > thead > tr > th, .program .table > tbody > tr > th{
	border-right: 1px solid #c4c4c4;
	background: #f9f9f9;
		border-top: 1px dotted #c4c4c4;}

.program .table > tbody > tr > td{ border-top: 1px dotted #c4c4c4;}

.program .table > thead > tr > td:nth-child(3), .program .table > tbody > tr > td:nth-child(3){	border-left: 1px solid #c4c4c4;
}

.program .table th{width:16%;vertical-align: middle;}
.program .table td{width:42%;word-break:break-all;vertical-align: middle;}

.program .table td.vatop{
	vertical-align: top;}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Page – program
page-bus
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.transport h3{
font-size: 20px;
margin-top: 20px;
margin-bottom: 40px;
}

.transport h4{
    /*margin-top: 20px;*/
    margin-bottom: 10px;
      color: #00aeef;
}


.transport article{margin-bottom: 80px;}

.transport .table{   border: 2px solid #c4c4c4;
	text-align: center;
}

.transport .table > thead > tr > th{
	text-align: center;
	border-bottom: 2px solid #c4c4c4;}

.transport .table > tbody > tr > th{
	text-align: center;
	border-right: 2px solid #c4c4c4;}


.transport .table > thead > tr > th{
	background:#f9f9f9;
}
.transport .table > thead > tr > th:nth-child(1),
.transport .table > thead > tr > th:nth-child(2),
.transport .table > tbody > tr > td:nth-child(5){
	border-right: 2px solid #c4c4c4;}

.transport .table-striped > tbody > tr:nth-of-type(2n+1){
	background:#fff;
}

.transport .table-striped > tbody > tr:nth-of-type(2n){
	background:#f9f9f9;
}


.plus{background:#fffcad;}
.plusblank{display: inline-block; width: 50px; border:1px solid #c4c4c4;margin-right:10px; background:#fffcad;}
