html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

body {
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック" ,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

.serif {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

th, td {
	text-align: left;
	vertical-align: top;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

b, strong {
	font-style: normal;
	font-weight: bold;
}

em, small {
	font-style: normal;
	font-weight: normal;
}

address {
	font-style: normal;
	font-weight: normal;
}

/* html5要素 */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/*------------------------------
  clearfix
------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*------------------------------
  image replace
------------------------------*/

.imgReplace {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1px;
}

/* Customise */

body {
	background-color: #000000 !important;
	margin: 0px;
	padding: 0px;
}
ul, li, p {
	margin: 0px;
	padding: 0px;
}
ul.lineup {
	margin: 0px auto;
	max-width: 600px;
}
ul.lineup li {
	width: 100%;
	float: left;
}
ul.lineup li img {
	width: 100%;
}
ul.lineup li a:hover img {
	opacity: 0.8;
}


@media only screen and (max-width:640px) {
body {
	background-color: #000000;
}
ul.lineup {
	margin-top: 10px;
}
	ul.lineup li {
		width: 100%;
		text-align: center;
		padding: 0px;
		margin-bottom: 10px;
	}
}
