@charset "utf-8";

/*----------------------------------------------------
■ 共通
----------------------------------------------------*/

html,
body,
h1 {
	margin: 0px;
	padding: 0px;
	background: #e8e8e8;
}

h1 {
	background: #d80000;
	padding: 20px;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a img {
	border: none;
}
.ie8 img{
	width: auto;
}

ul {
	list-style: none;
	padding: 20px;
	  zoom: 1;
}
ul:after {
	content: "";
	display: block;
	clear: both;
}
ul li {
	float: left;
	width: 50%;
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
}

ul li:nth-child(odd) {
	text-align: right;
}
ul li:nth-child(even) {
	text-align: left;
}

ul li a {
	display: inline-block;
	text-align: center;
}

ul li a img {
	padding-bottom: 0.5rem;
}