@media screen and (max-width: 1000px){
    body {
        background-color: #fff;
    }
    #w02 {
        background-color: #fff;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #w03 {
    	width: 1001px;
        background-color: #fff;
        background-image: none;
    }
    #header {
        height: 105px;
        background-color: #425156;
        background-position: bottom left;
    }
    #header #logo {
        margin-left: 30px;
        margin-top:20px;
        height: 80px;
        width: 600px;
        background: url(/template/fun-ballV2/images/header_logo_mob.png) no-repeat bottom left;
    }
    #header #query {
        display: none;
    }
    #body #top_picture {
        display: none;
    }
    #body {
        padding-top: 1px;
        background-image: none;
        background-color: #fff;
    }
    #content_left {
        display: none;
    }
    #content_right {
        width: auto;
        float: none;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }
    #content_right .colL{
    	width: 49%;
    	float: left;
    }
    #content_right .colR{
    	width: 49%;
    	float: right;
    }
    #content_right .blog2 .colL {
    	width: 59%;
    }
    #content_right .blog2 .colR {
    	width: 39%;
    }
    #content_right .blog2 .highlight{
        width: 300px;
    }
    .mobnav {
        display: block;
        width: 110px;
        height: 100px;
        float: right;
    }
    .mobnav > a {
        font-size: 4.5em;
        line-height: 100px;
        text-decoration: none;
        cursor: pointer;
    }
    .mobnav nav {
        display: none;
        position: absolute;
        right: 0px;
        top: 105px;
        min-width: 40%;
        background-color: #fff;
        border-left: 5px solid #fff;
        text-align: left;
        font-size: 30px;
        line-height: 40px;
        z-index: 99;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    }
    .mobnav nav ul {
    	list-style: none;
    }
    .mobnav nav ul.l1 li > a {
        font-weight: bold;
    }
    .mobnav nav ul.l2 li > a{
        font-weight: normal;
    }
    .mobhide, table .mobhide {
        display: none;
    }
    .mobonly {
        display: block;
    }
    table .mobonly {
        display: table-cell;
    }
    body, input, textarea, form, label, table, td, th, input, select, textarea, button {
        font-size: 20px;
        line-height: 28px;
    }
    .hallenicon {
        height: auto;
    }



    table.mobopt th {
        display:none;
    }

    table.mobopt tr {
        float: left;
        width: 100%;
        margin-bottom: 2em;
    }

    table.mobopt td {
        float: left;
        width: 100% !important;
        padding: 0px !important;
    }

    table.mobopt td::before {
        content:attr(data-label);
        word-wrap: break-word;
        width: 20%;
        float:left;
        padding: 1em;
        font-weight: bold;
        margin:-1em 1em -1em -1em;
    }
    table.mobopt th.hall, table.mobopt td.hall {
        width: auto;
        text-align: left;
    }

    .mobbanner {
        text-align: center;
    }
    #gallery .item.item3rd .image,
    #gallery .item.item3rd .img{
    	margin-right: 10px;
    }
    #gallery .item.item2nd .image,
    #gallery .item.item2nd .img{
    	margin-right: 0px;
    }
    #gallery .item img {
    	width: 440px;
    	height: 300px;
    }
    #gallery_index .item {
    	width: 450px;
    }
    #gallery_index .item img{
    	width: 440px;
    	height: 300px;
    	float: left;
    }



    .fa {
        font-size: 1.5em;
    }
    h1 {
    	font-size: 24px;
    }
    h2 {
    	font-size: 22px;
    }
    h3 {
    	font-size: 20px;
    }
    ul.share_buttons{
        font-size: 60px;
    }
    @media (orientation: portrait){
        body, input, textarea, form, label, table, td, th, input, select, textarea, button {
            font-size: 28px;
            line-height: 36px;
        }
        .fa {
            font-size: 2em;
        }
        h1 {
            font-size: 32px;
        }
        h2 {
            font-size: 30px;
        }
        h3 {
            font-size: 28px;
        }
        ul.share_buttons{
            font-size: 68px;
        }
    }
}
