@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;
}

header h1 span{
	display: block;
	font-size: 26px;
}

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

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;
}

span.fS{
	font-size: small;
}

span.fL{
	font-size: large;
	font-weight: bold;
}
span.cY{
	color: #ECF20A;
}

span.cG{
	color: #098E19;
}

span.cO{
	color: #F4A019;
}

dl{
	margin: 30px 0;
	
}

dt{
	padding-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
}

dd{
	padding-left: 1.5em;
	
	padding-bottom: 10px;
}