 /*吉田練習箇所*/
    @media (min-device-width:320px) and (max-device-width:460px){
    	.header{
    		height:auto !important;
    	}
        .container,.contwidth{
            width:100% !important;
        }
        table{
            width:100% !important;
        }
        .gotoinfo li{
            width:48% !important;
        }
        .gotoinfo li p{
            display:block;
            height: 4em;
        }
        .gotoinfo li .setarea span:last-child{
            font-size:0.85em;
            display:block;
            text-align:center;
        }
        .topgunre_u{
        	height: 100px;
        	overflow: hidden;
        }
        .topgunre_u:before{
            height: 100px !important;
        }
        .topgunre_u h2{
            top:123px !important;
        }
    }