@charset "UTF-8";

/* Login page */

.pass_button,
.submit_button {
	background-color: #fff;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 15px 20px;
	cursor: pointer;
}
.submit_button {
	font-size: 1em;
	line-height: 1.4;
	display: block;
	margin: 10px auto;
	color: #333;
}
.pass_button {
	padding: 5px;
}
.pass_button:hover,
.submit_button:hover{
	background-color: #EEFF99;
	color: #216443;
}

/* dl shinsei page */

.shinsei_frame,
.shinsei_frame2{
	margin: 0 0 20px;
}
.submit_inner {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.ichiran_btn{
	width: 80%;
	max-width: 200px;
	text-align: center;
	margin: 0 auto 30px auto;
	display: block;
	padding: 0px 20px;
	border: 1px solid #333;
	background-color: #053D69; /*#96B8D8*/
    color: #fff;
	border-radius: 6px;
	cursor: pointer;
}
.ichiran_btn:hover{
	background-color: #F8F99A;
	color: #053D69;
}
.color_red {
	color: #ff0000;
}
.text_center {
	text-align: center;
}
.placeholder_area:empty:before {
	content: attr(placeholder);
	pointer-events: none;
	opacity: 0.5;
}

/* Image samples */

.pagenation_line {
	list-style: none;
}