@charset "utf-8";
/* CSS Document */

        * {
            margin: 0;
            padding: 0;
        }

        #box {
    width: 90%;
    height: 810px;
    position: fixed;
    
    text-align: center;
    border: 1px solid #2925CA;
        }

        ul li {
    width: 180px;
    list-style: none;
    float: none;
    text-align: center;
	border: 1px solid #000;
        }
        li.ac{
    background: #133142;
    color: #F7F4F4;
        }

        ul {
            height: 50px;
            line-height: 50px;
            border: 0px solid #000;
        }
        img{
    width: 100%;
    height: 600px;
   display: none;
        }
        img.ac{
    display: inline;
    width: 100%;
    height: 600px;
        }
img.ad{
    display: inline;
    width:1150px;
    height: 150px;
        }
}
