@charset "UTF-8";

/* ADDED BY DORICHI */

body{
	  -webkit-text-size-adjust: 100%;
	}

#formsidebar {
/* 			border: 1px solid pink; */
	width: 280px;
	
	float: right;
	margin-left: auto;
	margin-right: 20px;
	margin-top: 80px;

	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	}
#formsidebar li {
	margin-bottom: 1em;
	}

.buttons{
	text-align: center;
	}


/* some workaround for popup menus and radio buttons. */

.selectoptions{
	width: 100%;
	}

.indented {
	margin-right: 100px;
	float:right
	}
	
.requiredbold {
	color: #c41f1f;
	}
.required {
	color: #222;
	}


.dottedsentence{
	border-bottom: 1px dashed #333;
	text-align: center;
	}

#homelogo{
	/* 	border: 1px solid pink; */
		
		float: left;
		width: 350px;
		height: 89px;
		}

/* Just a colour bar which divide the main menu and the contents. */
	#justabar{
		clear:both;
		width: 100%;
		height: 6px;
		margin-bottom: 8px;
		
		background-color: #236;
		}


h1{
	margin-top: 3em;
	margin-bottom: 2em;
	border-bottom: 1px solid #333;
	}
	
.lead4form{
	font-size: 1em;
	margin-bottom: 3em;
	}

h4{
	margin-top: 3em;
	margin-bottom: 1em;

	color: #444;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	}
	
.form-group{
	font-size: 1.4em;
	}

.col-form-label{
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-weight: bold;
	color: #555;
	}
	
.form-group {
	margin-left: 1em;
	}

.nodisplay{
	display: none;
}