.container{
	width: 100%;
/* 	border: 1px solid gray; */
	}
	
.jumbotron{
	width: 100%;
	background-color: #5573c6;
	color: #d9d9d9;
	text-align: center;
	
	word-break: keep-all;	// for line break at white space of the header.
	}
.jumbotron a{
	color: #d9d9d9;
	}

body{
	font-family: 'Avenir Next', Verdana, 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;	
	}
	
.rednew, .simplyred {
	color: #d00;
	}
	
.caution{
	width: 80%;
	margin-left: 3em;
	margin-bottom: 3em;
	padding: 0.5em 1em;

	border: 1px solid silver;
	background-color: #f7f7f8;
	}

.row{
	margin-bottom: 2em;
	}
	
.col-form-label{
	font-weight: bold;
	margin-top: -0.5em;
	}
.textright{
/* 			text-align: right; */
	}
	
	
.checkboxes{
	padding-left: 2.5em;
	}
.buttons{
	text-align: center;
	}
		

#bottombar {
	clear:both;
	
	width: 100%;
	height: auto;
	
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;

	padding-top: 10px;
	padding-bottom: 5px;
	
	color: white;
	font-size: 12px;
	font-family: Courier, "Courier New";
	background-color: #5573c6;
	text-align: center;
	}
.hide{display: none;}