@import "../style.css";

ul.img li {

	display: block;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;

}



/*   ============== For PC ================ */

@media (min-width: 681px) {

body {

	margin: 70px 240px 0px 200px;
	padding: 1px 0px 20px 0px;

}


h2.updates, ul.updates {

	width: 200px;
	position: fixed;
	right: 0px;
	background-color: rgba(20,20,155,0.4);
	margin: 0px;
	font-size: 90%;
	z-index: 10;

}


h2.updates {

	margin: 0px;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	top: 0px;
	font-size: 120%;
	text-shadow: unset;
	box-shadow: unset;
	font-weight: normal;
	border-color: #aaa;
	border-style:solid;
	border-width: 0px 0px 2px 0px;
	text-align: center;
	font-weight: bold;

}

ul.updates {

	top: 0px;
	margin-top: 40px;
	height: 100%;
	padding: 15px 5px 5px 10px;
	overflow-y: scroll;

}

ul.updates li {

	margin-bottom: 1em;

}



}/* PC向け設定 終わり  */



/*   ============== For Smartphone ================ */


@media only screen and (max-width: 680px) {

ul.img img {

	max-width: 90%;
	width: auto;
	height: auto;

}


} /* スマホ向け設定 終わり  */
