@charset "utf-8";

body {
	background-color: #d9d9d9;
}

header h1 img {
	width: 100%;
	vertical-align: top;
}

section h2 img {
	width: 100%;
	vertical-align: top;
}

ol {
	padding-left: 20px;
}

ul,
ul li {
	list-style: none;
}

ol li,
ul li {
	margin-bottom: 15px;
}

ol li img,
ul li img {
	width: 100%;
}

.content {
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	background-color: #f8f8f8;
}

#flow .content {
	padding: 0;
}

.content p {
	margin-bottom: 15px;
}

.content p:last-child {
	margin-bottom: 0;
}

.info img {
	width: 100%;
	vertical-align: top;
}

.btn_shape {
	display: block;
	width: 80%;
	margin: 5% auto;
	padding: 4% 0;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 120%;
	background: #808080;
	background: -moz-linear-gradient(top, #808080 0%, #262626 100%);
	background: -webkit-linear-gradient(top, #808080 0%,#262626 100%);
	background: linear-gradient(to bottom, #808080 0%,#262626 100%);
	text-decoration: none;
}