@charset "utf-8";

.err-msg{
	color: #017BBC;
}
.attention-msg {
	margin: 0 0 0 20px; 
}

table.toi {
	border-top: 2px solid #00007f;
	border-left: 2px solid #00007f;	
}
table.toi td {
	border-right: 2px solid #00007f;
	border-bottom: 2px solid #00007f;
	padding: 3px;
	font-weight: bold;	
}
table.toi .tbl-hd {
	background-color: #aabbFF;
	text-align: right;
}
table.toi .tbl-dt {
	background-color: #ffffff;
}
table.toi table td {
	border: none;	
}
table.toi input {
	margin: 2px 0;	
}
@media (max-width: 450px) {
	.width-s {
		width: 190px;
	}
	.width-l {
		width: 200px;
	}
	.pcBr {
		display: none;
	}
}
@media (min-width: 450px) and (max-width: 774px) {
	.width-s {
		width: 200px;
	}
	.width-l {
		width: 320px;
	}
	.pcBr {
		display: block;
	}
}
@media (min-width: 775px) {
	.width-s {
		width: 200px;
	}
	.width-l {
		width: 500px;
	}
	.pcBr {
		display: block;
	}
}