﻿/* ■■■ ページ個別CSS設定 ■■■ */

.LeftContents{
	float: left;
	width: 660px;
	display: inline;
	text-align: left;
	font-size: 13px;
	color: #505050;
}

.RightContents{
	float: right;
	width: 190px;
	display: inline;
	text-align: left;
	font-size: 13px;
	color: #505050;
}


.EntryLeft{
	width: 120px;
	padding: 10px 3px 10px 3px;
	background-color: #EEE8E8;
	text-align: right;
	color: #000000;
	white-space: nowrap;
}

.EntryRight{
	padding: 6px;
	background-color: #FFE8E8;
	color: #000000;
}

.EntryLast_On{
	padding: 2px;
	background-color: #FFE8E8;
	color: #C00000;
	text-align: center;
	white-space: nowrap;
}

.EntryLast_Off{
	padding: 2px;
	background-color: #EEE8E8;
	color: #505050;
	text-align: center;
	white-space: nowrap;
}


.BGgray{
	background-color: #F8F8F8;
}

label{
	margin: 0px 10px 0px 0px;
	vertical-align: 2px;
}

.face{
	display: inline;
	float: left;
	width: 70px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	text-align: center;
}

.policy{
	background-color: #FFE8E8;
	padding: 20px;
	line-height: 1.6em;
	text-align: center;
}

.policy a{
	text-decoration: underline;
}

.error-message{
    color: #FF0000;
}
