@charset "UTF-8";

body{
	border-top: 5px solid #000;
}

.container-fluid{
	max-width: 900px;
}

header{
	padding-top: 40px;
	margin-bottom: 20px;
}

header h1{
	font-size: 30px;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

section{
	padding: 40px 0;
}

section h3{
	text-align: center;
	margin-bottom: 40px;
}

section#about p{
	margin-bottom: 40px;
}

section#about th{
	white-space: nowrap;
}


section#index h3 + p{
	text-align: center;
}


section#index th{
	white-space: nowrap;
}

section#app iframe{
	width: 100%;
	height: 1050px;
	margin: 0 auto;
}

section#flow .attention{
	border: 1px solid red;
	padding: 20px;
}

section#flow .attention span{
	font-weight: bold;
	color: red;
}

footer{
	text-align: center;
	padding: 10px 0;
	padding-top: 100px;
}

.name{
	font-size: 140%;
	font-weight: bold;
}

.name span{
	display: block;
	font-size: 90%;
	font-weight: normal;
}