@charset "UTF-8";
/*
 * .special.index.css
 *
 */

/*==================================
              special
===================================*/
.special_page .top_system_box {
	width:1100px;
	margin:60px auto;
	padding: 0;
	background: #fff;
}
.top_system_box h2 {
	line-height:1.5em;
}
.top_system_box h2 img {
	margin:0 auto 10px;
}
#system_menu ul li a {
    width: 250px;
    padding: 4%;
    color: #fff;
    text-decoration: none;
}
#system_menu ul li {
    width: 289px;
    border: none;
}
#system_menu ul {
    text-align: center;
    padding: 10px 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0 auto;
    justify-content: space-around;
}
.version {
    font-size: 120%;
    font-weight: bold;
}
.new_system {
    opacity: 0.5;
}
