/* ------------------------------
    　    　新着情報
------------------------------ */
.infobox {
	width: 800px;
	margin: 0 auto 0;
    padding: 6px 100px 10px;
    font-size: 12px;
    line-height: 1.8;
    height: 7em;  /* 高さを制限(※) */
    overflow: auto; /* スクロールバーを表示(※) */    background-color: rgba(255,255,255,.8); /* 背景色を追加 */
    color: #555555;
	}

.update {background-color: #000;
         color: #eee;
         font-size: 11px;
         vertical-align: 1px;
         font-weight: 600;
         margin-right: -6px;
		 line-height: 1.9;}

.whatsnew {
	font-family: 'Nanum Myeongjo', serif;
	color: #ff5483;
	font-size: 20px;
    font-weight: 500;
	}

/*   768px以下の場合の新着情報   */
@media screen and (max-width:768px){
	 .infobox {
		 font-size: 3vw;
		 width: 90vw;
		 display: block;
		 margin: 100vw auto 0;
		 padding: 1vw 5vw;
		 height: 8em;
		 line-height: 1.6;
		}
	 .infobox p {font-size: 3vw;
		 line-height: 2;
		}
	 .update:after {content: "\A" ;
		 white-space: pre ;
		}
	.whatsnew {
		font-size: 5vw;
		font-weight: 800;
		}
	}


body {
	background-image: url("../img/bg.jpg");
	background-attachment: fixed;
	width: 100%;
}


/* ------------------------------
    　   　メインタイトル
------------------------------ */
.maintitle {
	width: 580px;
	display: block;
	margin: auto;
	}
@media screen and (max-width:768px){
	.maintitle {
		width: 90vw;
		display: block;
		margin: auto;
	}
}

.exp {
	float: right;
	width: 400px;
	margin-top: 178px;
}

@media screen and (max-width:768px){
	.exp {
	float: none;
	width: 86vw;
	display: block;
	margin-top: 0;
	margin: 0 auto -5px;
}
}