@charset "UTF-8";
@media screen and (min-width: 1100px){
    *
    {
        font-family: 'Mplus 1p';
    }

    html{
        height:100%;
    }

    /*ページの背景*/
    body{
        margin: 0;
        padding: 0;
        height: 100%;
        overflow: auto;
        background-color: #fefefe;
    }

    #wrapper {
        overflow: hidden;
        position: relative;
        /*max-width: 1000px;*/
        margin: 0 auto;   /*全体の中央寄せ*/
    }
    #container {
        width: 100%;
        margin: 0 auto;
        padding: 55px 22px 0px 272px;
        float: right;
        text-align: center;
        background-image: url(../img/background.png);
    }

    /* メニュー */
    #menu {
        position: fixed;
        float: left;
        width: 250px;
        max-width: 100%;
        height: 100%;
        padding: 0 0;
        /* background: black; */
        background: #545454;
        box-shadow: 3px 0 5px rgba(0,0,0,.3);
    }
    #menu-bar{
        position: absolute;
        display: block;
        margin: 0 0 30px;
        padding: 0;
    }
    #menu-bar li{
        position: relative;
        display: inline-block;
        width: 100%;
        list-style-type: none;
        text-align: left;
        margin: 0 0;
        padding: 8px 0 8px;
        transition: all 0.3s ease;
    }
    #menu-color {
        border-left: 6px solid rgb(235,97,0);
        background: #323232;
    }
    #menu-bar li:hover {
        border-left: 6px solid rgb(235,97,0);
        background: #323232;
    }
    /* #menu-bar li:before{
        background-color: rgb(235,97,0);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: width .2s ease-in;
        width: 3px;
        z-index: -1;
    } */
    #menu-bar li:hover:before{
        transition: width .2s ease-in;
        width: 100%;
    }
    #menu-bar li p {
        display: inline;
        color: #fff;
        padding-left: 20px;
        font-size: 1.2em;
        text-decoration: none;
    }
    #menu-bar a {
        color: black;
    }
    .fa-example {
        font-size: 1.5em;
        color: white;
        margin: 0 0 0 15px;
    }

    /* Hamburger */
    .hamburger {
        display: none;
    }

    /* メニューバー囲むとこ */
    .bar_box {
        background-color: #323232;
        width: 100%;
        height: 55px;
        position: fixed;
        box-shadow: 0 3px 5px rgba(0,0,0,.3);
        z-index: 1;
    }
    #bar_sm {
        display: none;
    }
    #bar_pc {
        display: block;
        margin: 0 auto;
        padding: 0px 0 0 250px;
        text-align: center;
        height: 55px;
    }

    /* トピック */
    .topic_box {
        text-align: center;
        margin: 30px 0 30px 0;
    }
    .topic1 {
        font-size: 30px;
        margin: 0 0 8px 0px;
    }
    .hihn {
        margin: 0;
        height: 10px;
    }
    .hihn:after {
        content: '';
        position: absolute;
        /* bottom: 0; */
        left: 50%;
        width: 14px;
        height: 3px;
        margin-left: 118px;
        background-color: #eb6100;
    }
    .topic2 {
        font-size: 15px;
        color: #737373;
        margin: 0;
    }

    /* カード */
    .card {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0 0;
        width: 100%;
        height: auto;
        background: #fff;
        text-align: center;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.26);
        box-shadow: 0 2px 5px rgba(0,0,0,.26);
        transition: all .2s ease-in-out;
    }

    #title {
        margin: 0 auto;
        font-size: 30px;
    }
    .subtitle {
        margin: 0 auto;
        padding: 8px 20px;
        position: relative;
        border-left: 6px solid #ccc;
        font-size: 25px;
        text-align: left;
    }
    .subtitle::before {
        position: absolute;
        left: -6px;
        bottom: 0;
        content: '';
        width: 6px;
        height: 50%;
        background-color: #eb6100;
    }
    .subtitle::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
        border-bottom: 1px solid #ccc;
    }

    /* トップ画像 */
    #top {
        width: 100%;
        max-width: 650px;
        margin-bottom: 40px;
    }

    .underline {
        text-decoration: underline;
    }
    dl {
        text-align: left;
        margin: 0;
    }
    dt {
        font-weight: 700;
        font-size: 18px;
        padding: 0 0 0 20px;
        margin: 20px 0 5px 0;
        line-height: 27px;
    }
    .header {
        background: url(../../../img/header.png) no-repeat;
        background-position: left center;
        background-size: auto 15px;
    }

    .content {
        text-align: left;
        display: block;
        margin: 25px;
    }

    /* 工大祭ロゴ */
    .rogobox {
        padding: 20px 0 20px;
        margin: 0 auto;
        background-color: #ebebeb;
    }
    #rogo {
        width: 200px;
    }

    /* 水平線 */
    hr {
        border-top: 1px solid white;
    }

    /*コピーライト*/
    #right{
        text-align: center;
        font-size: small;
    }
}
