/*以下、standard html tagを定義*/
body {
	line-height: 1;
	background: rgb(62, 149, 183);
/*	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeBFD9E5', endColorstr='#000099CC', GradientType=0)";
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 20%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));*/
	font-size: 13px;
}

span,
p,
th,
td,
caption {
	color: #696969;
	font-family: "Verdana",sans-serif;
	font-size: 13px;
}

tr {
	outline: none;
	-webkit-outline: none;
}

hr {
	border: solid 1px #AFEEEE;
	background: #AFEEEE;
	height: 0;
}

br {
	clear: both;
}

select {
	border: 1px solid #99AAFF;
	color: #696969;
	font-family: "Verdana",sans-serif;
	font-size: 13px;
	margin-right: 5px;
}

/*以下、common frameのclassを定義*/
header.wrapper {
	background-color: #ffffff;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding-top: 8px;
	overflow: hidden;
}

#header_wrapper2 {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	display: table;
	width: 200px;
	height: 80px;
	margin-left: 0px;
	float: left;
}

#logo span {
	display: table-cell;
	vertical-align: middle;
}

#utilityNavi {
	width: 410px;
	float: right;
	margin-right: 20px;
}

#naviLeft {
	display: table;
	text-align: center;
	height: 65px;
	float: right;
	margin-bottom: 10px;
}

#naviRight {
	float: right;
}

#naviTop {
	display: table;
	float: right;
	background-color: #E7F7FF;
	padding-left: 5px;
	padding-right: 5px;
}

#naviBottom {
	display: table;
	float: right;
	margin-top: 10px;
}

#naviBottomOnly {
	display: table;
	float: right;
	padding: 45px 0 0 0;
}

.naviMenu {
	display: table-cell;
	vertical-align: bottom;
	color: #392C94;
	font-weight: bold;
}

.colorChange {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
}

.fontChange {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.utilityChangeLabel {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.utilityChangeLabel2 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 5px;
}


#naviBottom span.logout {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 10px;
}

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-top: solid 3px #00BFFF;
	border-bottom: solid 3px #00BFFF;
	overflow: hidden;
}

#menu {
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #abc8e4;
	position: relative;
}

#menu div {
	margin: 5px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	list-style-type: none;
}

#mainContents {
	width: 750px;
	margin-left: 0;
	float: left;
	background-color: #FFFFFF;
	border: solid 1px #00CED1;
	padding: 10px;
}

#mainContents_center {
	width: 978px;
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	background-color: #FFFFFF;
	border: solid 1px #00CED1;
	padding: 10px;
}

#title {
	margin: 0;
	padding: 10px;
	color: #424542;
	font-family: "Verdana",sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#subtitle {
	margin: 0;
	padding: 5px;
	color: #424542;
	font-family: "Verdana",sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#breadcrumb {/*パンくずエリア*/
	float: right;
	padding-bottom: 5px;
}

#main {
	width: 750px;
}

#main_center {
	width: 750px;
	margin-left: 115px;
	float: left;
}

#subContents {
	width: 200px;
	margin-left: 24px;
	float: left;
}

.subContent {
	margin-bottom: 10px;
	text-align: center;
}

#Calendar table {
	border: solid 3px #ADD8E6;
	width: 190px;
	background: #FFF;
}

#Calendar caption {
	border: solid 3px #ADD8E6;
	border-bottom: none;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

#Calendar tr:nth-child(1) {
	font-weight: bold;
}

#Calendar td:nth-child(1) {
	color: #FF5588;
}

#Calendar td.today {
	border: dotted 2px orange;
	color: #FF0000;
}

.subContents_area {/*枠付きエリア*/
	width: 180px;
	margin-bottom: 10px;
	border: solid 3px #0888D8;
	background-color: #ffffff;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}

.subContents_area_Btn_area {
	width: 165px;
	background: #ffffff;
	color: #000000;
	margin: 3px 0 0 0;
	padding: 2px 0 0 0;
	border: 0;
	font-weight: bold;
}

.subContents_area_Btn {
	width: 170px;
	font-size: 11px;
	background: #ffffff;
	color: #0888D8;
	margin: 3px 0 0 0;
	padding: 2px 0 0 0;
	border: 0;
	font-weight: bold;
	text-decoration: underline;
}

.subContents_area_Link_area {
	width: 160px;
	background: #ffffff;
	text-indent: -1.0em;
	padding-left: 1.0em;
}

.subContents_area_Link {
	font-size: 10px;
	color: #000000;
	margin: 3px 0 0 10px;
	padding: 2px 0 0 0;
}

.subContent_div_submenu_B {
	width: 190px;
	margin-bottom: 10px;
}

.subContent_submenu_B {
	border: 3px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));

	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 190px;
	height: 45px;

}

footer.wrapper {
	width: 100%;
	min-width: 1000px;
	background-color: #ffffff;
	align: center;
	margin: 0 auto;

}

#globalNavi {
	width: 985px;
	color: #696969;
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.navi_wide {
	float: left;
	width: 170px;
}

.navi_standard {
	float: left;
	width: 130px;
}

.navi_standard li.navi_submenu {
	display: table-cell;
	height: 21px;
	padding: 0 0 3px 0;
	margin: 0;
}

.navi_standard li.navi_submenu2 {
	display: table-cell;
	padding-top: 21px;
	padding-bottom: 3px;
}

.navi_standard li.navi_menu {
	margin-top: 0;
	margin-bottom: 3px;
}

.navi_standard li.navi_menu2 {
	margin-top: 10px;
	margin-bottom: 3px;
}

#globalNavi div ul {
	margin: 0;
	padding: 0;
}

#globalNavi div ul li {
	list-style-type: none;
}

#extraNavi_center {
	width: 100%;
	min-width: 1000px;
	background-color: #6B696B;
	margin: 0 auto;
}

#extraNavi {
	width: 1000px;
	clear: both;
	text-align: center;
	margin: 0 auto;
}

#extraNavi_1 {
	width: 110px;
	text-align: center;
	margin-right: 100px;
	background-color: #C6C3C6;
	float: right;
	padding: 10px;
}

#extraNavi_1 span {
	color: #4A4D4A;
}

#extraNavi_2 {
	clear: both;
	padding: 10px;
}

#extraNavi_2 span {
	color: #D6D3D6;
	padding-right: 10px;
	padding-left: 10px;
}

#extraNavi_3 {
	padding: 10px;
}

#extraNavi_3 span {
	color: #D6D3D6;
}

#copyright {
	clear: both;
	background-color: #313031;
	color: #A5A6A5;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
}

#err_msg,
#risukubesu_msg
{
	color: #FF0000;
	font-family: "Verdana",sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap: break-word;
}

#kbn_msg,
#kbn_html,
#kbn_img
{
	color: #696969;
	font-family: "Verdana",sans-serif;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap: break-word;
}

#campain_area:empty
{
	padding-top: 0;
	padding-bottom: 5px;
}

#err_msg:empty,
#kbn_msg:empty,
#kbn_html:empty,
#kbn_img:empty,
#risukubesu_msg:empty,
#campain_area:empty
{
	padding-top: 0;
	padding-bottom: 0;
}

div img {
	vertical-align: text-bottom;
}

/*以下、main contentのclassを定義*/
/*揃え*/
.AcVm {/*中央揃え*/
	VERTICAL-ALIGN: middle !important;
	TEXT-ALIGN: center !important;
}

.AlVm {/*左揃え*/
	VERTICAL-ALIGN: middle !important;
	TEXT-ALIGN: left !important;
}

.ArVm {/*右揃え*/
	VERTICAL-ALIGN: middle !important;
	TEXT-ALIGN: right !important;
}

.AcVt {/*中央揃え*/
	VERTICAL-ALIGN: top !important;
	TEXT-ALIGN: center !important;
}

.AlVt {/*左揃え*/
	VERTICAL-ALIGN: top !important;
	TEXT-ALIGN: left !important;
}

.ArVt {/*右揃え*/
	VERTICAL-ALIGN: top !important;
	TEXT-ALIGN: right !important;
}

/*ライン*/
.zeroLine {/*細いライン*/
	border: solid 1px #1086DE;
	background: #1086DE;
	margin: 0;
}

.boldLine {/*太いライン*/
	border: solid 2px #1086DE;
	background: #1086DE;
	margin: 0;
}

.fontRed {
	color: #FF0000;
}

.fontRedBold {
	color: #FF0000;
	font-weight: bold;
}

.fontGray {
	color: #C0C0C0;
}

.fontBlue {
	color: #0000FF;
}

.fontGreen {
	color: #00FF00;
}

.fontPink {
	color: #FF5588;
}

.fontStrong {/*太い文字*/
	font-weight: bold;
}

.CalendarFont {
	font-size: 30px;
}

.fontWhite{
	color: #FFFFFF;
}

/*入力エリア*/
.input_area {
	width: 730px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.input_area:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.input_area_title {
	width:110px;
	margin-bottom:3px;
	float:left;
}

.input_area_title span {
	vertical-align: middle;
}

.input_area_title_bottom {
	width: 110px;
	line-height: 60px;
	margin-bottom: 3px;
	float: left;
	vertical-align: bottom;
}

.input_area_data {
	width: 620px;
	margin-bottom: 3px;
	float: left;
}

.input_area_data_child {
	width: 590px;
	margin-bottom: 3px;
	float: left;
}

.input_area_data_descendant_right {
	width: 470px;
	float: left;
	text-align: left;
}

.input_area_data_descendant_left {
	width: 120px;
	float: left;
	text-align: left;
}
.greenblue {
	COLOR: #008080;
	} 


/*情報エリア*/
.info_area {
	width: 728px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E0FFFF;
	border: solid 1px #ADD8E6;
	padding: 8px 10px;
}

.info_area p {
	font-size: 12px;
	font-family: "Verdana",sans-serif;
	color: #696969;
	margin: 0;
	padding: 2px;
	word-break: break-all;
	word-wrap: break-word;
}

/*リストエリア*/
.list_area {/*リスト全体エリア*/
	width:750px;
	margin-top:20px;
	margin-bottom:20px;
	*zoom: 1; /*ページネーションボタン回り込み防止*/
}

.list_area:before, .list_area:after {/*ページネーションボタン回り込み防止*/
	content: "";
	display: table;
}

.list_area:after {/*ページネーションボタン回り込み防止*/
	clear: both;
}

.page {/*リストのページ選択エリア*/
	float: right;
}

.page ul {
	margin: 0;
	padding: 0;
}

.page ul li {
	float: left;
	list-style-type: none;
	padding-left: 2px;
	padding-right: 2px;
}

.table_area {/*リストのテーブルエリア*/
	clear: both;
	padding-top: 5px;
	padding-bottom: 7px;
}

.table_list {
	width: 750px;
	border-top: solid 3px #ADD8E6;
	text-align: center;
	font-size: 1.0em;
	border-collapse: collapse;
}

.table_list th {
	background-color: #E0FFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 35px;
	padding: 0;
}

.table_list th:nth-last-child(1) {
	border-right: solid 1px #FFFFFF;
}

.table_list tr:nth-child(2n) {
	background-color: #FFFFFF;
}

.table_list tr:nth-child(2n+1) {
	background-color: #E0FFFF;
}

.table_list td {
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
}

.table_list td:nth-last-child(1) {
	border-right: solid 1px #FFFFFF;
}

/*カレンダー*/
.table_list_calendar {
	width: 750px;
	border-top: solid 3px #ADD8E6;
	text-align: center;
	font-size: 1.0em;
	border-collapse: collapse;
}

.table_list_calendar th {
	background-color: #E0FFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 35px;
	padding: 0;
}

.table_list_calendar td {
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	vertical-align: top !important;
	text-align: left !important;
	width: 105px;
	height: 70px;
	padding: 0;
}

.table_list_calendar th:nth-last-child(1) {
	border-right: solid 1px #FFFFFF;
}

.table_list_calendar td:nth-last-child(1) {
	border-right: solid 1px #FFFFFF;
}

.table_list_calendar_td:hover {
	cursor: pointer;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0888D8', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	color: #ffffff;
}

/*ボタンエリア*/
.button_c {
	width: 750px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button_l {
	width: 700px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button_r {
	width: 750px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button_double {
	width: 375px;
	float: left;
}

.func_nav_active {/*機能NAVエリア*/
	background-color: #42C2F2;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

.func_nav_unactive {/*機能NAVエリア*/
}

.block_title_main {/*ブロックタイトルエリア*/
	font-weight: bold;
	font-size: 16px;
	padding-left: 22px;
	background: url("./images/hyphen.jpg") no-repeat left;
}

.block_title_sub {
	font-size: 14px;
	padding-left: 22px;
	background: url("./images/hyphen.jpg") no-repeat left;
}

.password_item_list {
	width: 420px;
	border-top: solid 1px #ADD8E6;
	text-align: center;
	font-size: 1.0em;
	border-collapse: collapse;
}

.password_item_list th {
	text-align: center;
	background-color: #E0FFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 20px;
	padding-left: 4px;
}

.password_item_list td {
	background-color: #FFFFFF;
	text-align: center;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 20px;
	padding-left: 4px;
}

.password_item_list td:nth-last-child(1) {
	border-right: none;
}

.block_item_list {
	width: 750px;
	border-top: solid 3px #ADD8E6;
	text-align: left;
	font-size: 1.0em;
	border-collapse: collapse;
}

.block_item_list th {
	text-align: left;
	background-color: #E0FFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
	padding-left: 7px;
}

.block_item_list td {
	background-color: #FFFFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
	padding-left: 15px;
	word-break: break-all;
	word-wrap: break-word;
}

.block_item_list td:nth-last-child(1) {
	border-right: none;
}

.block_item_table {
	width: 750px;
	border-top: solid 3px #ADD8E6;
	text-align: left;
	font-size: 1.0em;
	border-collapse: collapse;
}

.block_item_table th {
	text-align: left;
	background-color: #E0FFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
}

.block_item_table td {
	background-color: #FFFFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
	word-break: break-all;
	word-wrap: break-word;
}

.block_item_table th:nth-child(1) {
	padding-left: 7px;
}

.block_item_table th:nth-last-child(1) {
	border-right: none;
}

.block_item_table td:nth-last-child(1) {
	border-right: none;
}

.border_right_need {
	border-right: solid 1px #ADD8E6 !important;
}

.border_right_none {
	border-right: none !important;
}

.border_bottom_none {
	border-bottom: none !important;
}

.padding_left_none {
	padding-left: 0 !important;
}

.password_area {/*パスワード入力エリア*/
	width: 737px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #00CCFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.password_area_message {
	width: 725px;
	padding-left: 10px;	
}

.password_area sup {
	padding-left: 6px;
}

/*以下、各コンポーネントのclassを定義*/
/*main contentのコンポーネントのclassを定義*/
/*入力フォーム*/
input[type="text"], input[type="password"], input[type="file"] {
	border-top: 2px solid #99AADD;
	border-left: 2px solid #99AADD;
	border-right: 1px solid #99AAFF;
	border-bottom: 1px solid #99AAFF;
	font-size: 13px;
	margin-right: 5px;
}

input[type="password"] {
	font-family:Tahoma;
}

label {
	margin-right: 7px;
}

/*ボタン*/
.ImeOn {
	ime-mode:active;
}

.ImeOff {
	ime-mode:disabled;
}

.div_submenu_area {
	width: 750px;
	margin-top: 7px;
}

.div_submenu_area:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.div_submenu {
	width: 230px;
	float: left;
	margin-left: 10px;
	margin-bottom: 7px;
}

.div_submenu_B {
	width: 230px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.div_submenu_text {
	width: 220px;
	margin-left: 10px;
	line-height: 1.1em;
}
.logout_disp_B {/*前進ボタン*/
	border: 2px solid #abc8e4;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)";
	background: -moz-linear-gradient(top, #ffffff ,#ffffff);
	/*background: -webkit-gradient(linear, left top, left bottom, from(rgb(91, 132, 192)), to(rgb(38, 87, 166)));*/
	padding: 10px 30px;
	font-size: 15px;
	vertical-align: middle;
	font-weight: bold;
	border-top: 1px solid #ADDFFF;
	border-left: 1px solid #ADDFFF;
	border-right: 2px solid #ADDFFF;
	border-bottom: 2px solid #ADDFFF;
	color: #4AB6EF;
}

.logout_disp_B:hover {
	background: rgb(0, 120, 255);
	background: rgba(0, 120, 255, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0888D8', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top,rgba(10, 130, 205, 0.8) 0%,rgba(10, 130, 205, 1.0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 205, 0.6)), to(rgba(10, 130, 205, 1.0)));
	color: #ffffff;
}

.submenu_B {/*サブメニューボタン*/
	border: 2px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));

	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px;
	margin-left: 6px;
	width: 230px;
	height: 45px;
}

.submenu_B:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0888D8', endColorstr='#0888D8', GradientType=0)";
	background: #0888D8;
	color: #ffffff;
}

.disp_B {/*前進ボタン*/
	border: 2px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	padding: 10px 30px;
	color: #ffffff;
	font-size: 15px;
	vertical-align: middle;
	font-weight: bold;
}

.back_B {/*後退ボタン*/
	border: 2px solid #DEDFDE;
	background: rgb(0, 120, 205);
	background: rgba(0, 120, 255, 0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	padding: 10px 15px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}

.freqBank_B {/*常用銀行ボタン*/
	border: 2px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	width: 149px;
	height: 35px;
}

.kana50_B {/*５０音検索用ボタン*/
	border: 2px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top,rgba(10, 130, 205, 0.4) 0%,rgba(10, 130, 205, 0.9));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 205, 0.5)), to(rgba(10, 130, 205, 1.0)));
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	width: 35px;
	height: 35px;
}

.link_B {/*トップページ用ボタン*/
	border: 2px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top,rgba(10, 130, 205, 0.4) 0%,rgba(10, 130, 205, 0.9));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 205, 0.5)), to(rgba(10, 130, 205, 1.0)));
	color: #FFF;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0 3px;
}

.simpleLink_B {/*シンプルモードトップページ用ボタン*/
	border: 2px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top,rgba(10, 130, 205, 0.4) 0%,rgba(10, 130, 205, 0.9));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 205, 0.5)), to(rgba(10, 130, 205, 1.0)));
	color: #FFF;
	font-size: 36px;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 20px 10px 20px;
	width: 330px;
	height: 80px;
}

.String_B {/*文字列タイプボタン*/
	font-size: 13px;
	background: #FFF;
	color: #0845FF;
	margin: 1px 0;
	padding: 0 0;
	border: 0;
	font-weight: bold;
	text-decoration: underline;
}

.softkey_disp_B {/*ソフトウェアキーボード決定ボタン*/
	border: 2px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 15px;
	padding: 5px 25px;
	vertical-align: middle;
}

.softkey_back_B {/*ソフトウェアキーボードその他ボタン*/
	border: 2px solid #DEDFDE;
	background: rgb(0, 120, 205);
	background: rgba(0, 120, 255, 0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px;
	vertical-align: middle;
}

.softkey_B {/*ソフトキーボードボタン(テンキー)*/
	border: 2px solid #ADDFFF;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top,rgba(10, 130, 205, 0.4) 0%,rgba(10, 130, 205, 0.9));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 205, 0.5)), to(rgba(10, 130, 205, 1.0)));
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	width: 43px;
	height: 43px;
}

.disp_B:hover,
.back_B:hover,
.freqBank_B:hover,
.kana50_B:hover,
.link_B:hover,
.simpleLink_B:hover,
.subContent_submenu_B:hover,
.softkey_disp_B:hover,
.softkey_back_B:hover {
	background: rgb(0, 120, 255);
	background: rgba(0, 120, 255, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0888D8', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top,rgba(10, 130, 205, 0.8) 0%,rgba(10, 130, 205, 1.0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 205, 0.6)), to(rgba(10, 130, 205, 1.0)));
	color: #ffffff;
}

.softkey_B:hover,
.softkey_B:active {
	background: rgb(0, 120, 255);
	background: rgba(0, 120, 255, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0888D8', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top,rgba(10, 130, 205, 0.8) 0%,rgba(10, 130, 205, 1.0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 205, 0.6)), to(rgba(10, 130, 205, 1.0)));
	border-color: #0078FF;
	color: #ffffff;
}

.table_B {/*テーブル内用ボタン*/
	border: 1px solid #DEDFDE;
	background: #2194e7;
	padding: 3px 8px;
	color: #ffffff;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
}

.table_B:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0888D8', endColorstr='#0888D8', GradientType=0)";
	background: #0888D8;
	color: #ffffff;
}

:disabled,
:disabled:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999', GradientType=0)";
	border-color: #999999;
	background: #999999;
}

.pageOn_B {/*リストのページ遷移用ボタン（当ページ）*/
	border: 1px solid #DEDFDE;
	background: #31BAFF;
	padding: 3px 8px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	height: 26px;
}

.pageOn_B:hover {
	background: #0888D8;
	color: #ffffff;
}

.pageOff_B {/*リストのページ遷移用ボタン（他ページ）*/
	border: 1px solid #DEDFDE;
	background: #ffffff;
	padding: 3px 8px;
	color: #696969;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	height: 26px;
}

.pageOff_B:hover {
	background: #0888D8;
	color: #ffffff;
}

.bankTypeSel_B {/*金融機関選択ボタン*/
	border: 3px solid #31BAFF;
	background: #FFFFFF;
	color: #6699FF;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px 9px;
	margin-left: 6px;
	width: 170px;
	height: 56px;
}

.bankTypeSel_B:hover {
	background: #0888D8;
	color: #ffffff;
}

.linkButton td {/*銀行選択、支店選択リンク*/
	border: none;
	background: none;
	color: #551A8B;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	margin-left: 6px;
	cursor: default;
	border-bottom: solid 1px #ADD8E6 !important;
}

.linkButton:hover td:nth-child(2),
.linkButton:hover td:nth-child(3) {
	text-decoration: underline;
	cursor: default;
}

.bankTypeSelOn_B {/*金融機関選択ボタン*/
	border: 3px solid #31BAFF;
	background: #31BAFF;
	color: #ffffff;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px 9px;
	margin-left: 6px;
	width: 170px;
	height: 56px;
}

.bankTypeSelOn_B:hover {
	background: #0888D8;
	color: #ffffff;
}

/*共通部分のコンポーネントのclassを定義*/
.On_B {
	border-top: 2px solid #66A6FF;
	border-left: 2px solid #66A6FF;
	border-right: 1px solid #66A6FF;
	border-bottom: 1px solid #66A6FF;
	background: #31BAFF;
	color: #ffffff;
}

.Off_B {
	border-top: 1px solid #ADDFFF;
	border-left: 1px solid #ADDFFF;
	border-right: 2px solid #ADDFFF;
	border-bottom: 2px solid #ADDFFF;
	background: #ffffff;
	color: #4AB6EF;
}

.fontChange input[type="submit"] {
	padding: 2px 0;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
	width: 2.0em;
}

.fontChange input[type="submit"]:hover {
	background: #0888D8;
	color: #ffffff;
}

.logout_B {
	padding: 2px 10px;
}

.top_B {
	background: url("./images/home.jpg") no-repeat;
	background-size: 100% 100%;
	height: 50px;
	width: 110px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

.menu_B {
	background: url("./images/menu.jpg") no-repeat;
	background-size: 100% 100%;
	height: 50px;
	width: 110px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

.globalButton {
	background: #ffffff;
	font-size: 11px;
	color: #696969;
	border: 0 #ffffff;
	margin: 0;
	padding: 0;
}

.globalButtonBold {
	background: #ffffff;
	font-family: "Verdana";
	font-size: 15px;
	color: #696969;
	height: 21px;
	line-height: 19px;
	border: 0 #ffffff;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.globalButtonBold_nolink {
	font-family: "Verdana";
	font-size: 15px;
	color: #696969;
	line-height: 21px;
	margin: 0 0 0 1px;
	padding: 0;
	font-weight: bold;
}

.globalButton:hover, .globalButtonBold:hover {
	text-decoration: underline;
}

.logon_block_item_list {
	width: 700px;
	border-top: solid 3px #ADD8E6;
	text-align: left;
	font-size: 1.0em;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.logon_block_item_list th {
	text-align: left;
	background-color: #E0FFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
	padding-left: 7px;
}

.logon_block_item_list td {
	background-color: #FFFFFF;
	/**border-right: solid 1px #ADD8E6;**/
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.logon_table_area {/*リストのテーブルエリア*/
	clear: both;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.logon_softkey_area {/*リストのテーブルエリア*/
	clear: both;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: left;
}
/* -------------------------- */
/*メニューModalWindowのコンポーネントのclassを定義*/
/* -------------------------- */
.menu_M {
	width: 700px;
	position: absolute;
	top: 55px;
	left: 116px;
	background-color: #0071c3;
	opacity: 0;

	/* Prevent some white flashing in Safari 5.1 */
	-webkit-backface-visibility: hidden;

	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-ms-background-clip: padding;
	-o-background-clip: padding-box;
	background-clip: padding-box; 

	-webkit-transform: scale(0) skew(0deg);
	-moz-transform: scale(0) skew(0deg);
	-ms-transform: scale(0) skew(0deg);
	-o-transform: scale(0) skew(0deg);

	-webkit-transform-origin: 0 -30px;
	-moz-transform-origin: 0 -30px;
	-ms-transform-origin: 0 -30px;
	-o-transform-origin: 0 -30px;

	-webkit-transition: -webkit-transform ease-out .20s, opacity ease-out .30s;
	-moz-transition: -moz-transform    ease-out .20s, opacity ease-out .30s;
	-ms-transition: -ms-transform ease-out .20s, opacity ease-out .30s;
	-o-transition: -o-transform    ease-out .10s, opacity ease-out .30s;
}

.popUpControl {
	display: none;
}

.popUpControl[type="checkbox"]:checked ~ label > .menu_M {
	opacity: 0.9;
	-webkit-transform: scale(1) skew(0deg);
	-moz-transform: scale(1) skew(0deg);
	-ms-transform: scale(1) skew(0deg);
	-o-transform: scale(1) skew(0deg);
}

.menu_M hr {
	border: solid 1px #3D95B7;
	clear: both;
	width: 95%;
}

.col_1 {
	float: left;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: right;
	width: 130px;
}

.col_1_SP {
	float: left;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: right;
	width: 120px;
}

.col_2 {
	float: left;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: right;
	width: 306px;
}

.col_3 {
	float: left;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: right;
	width: 200px;
}

.menuBtn {
	border: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 2px 0 0 ;
	width: 130px;
	line-height:18px;
}

.menuBtn:hover {
	cursor: default;
	text-decoration: underline;
}

.kijun_date {
	float: right;
}

.comment_link {
	float: right;
	font-size: 13px;
	font-weight: normal;
}

.backgroundBlue {
	background-color: #E0FFFF !important;
}

.fontUnderline {/*下線付き文字*/
	text-decoration: underline;
}

.box_area {/*枠付きエリア*/
	width: 737px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #00CCFF;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.box_area_message {
	width: 725px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.box_area_message_indented {
	width: 725px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 35px;
}

.globalLink:hover {
	text-decoration: underline;
}

/*IS専用のクラス*/
.logon_page_B {/*ログオンページ用ボタン*/
	border: 2px solid #DEDFDE;
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92D3FC', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top, #92D3FC ,#0888D8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
	vertical-align: middle;
	width: 120px;
}
.logon_page_B:hover {
	background: rgb(0, 120, 255);
	background: rgba(0, 120, 255, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0888D8', endColorstr='#0888D8', GradientType=0)";
	background: -moz-linear-gradient(top,rgba(10, 130, 205, 0.8) 0%,rgba(10, 130, 205, 1.0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 205, 0.6)), to(rgba(10, 130, 205, 1.0)));
	color: #ffffff;
}

#mainContentsIS {
	width: 750px;
	margin-left: 10px;
	float: left;
	background-color: #FFFFFF;
	border: solid 1px #00CED1;
	padding: 10px;
}

header.wrapperIS {
	background-color: #ffffff;
	width: 790px;
	margin: 0 auto;
	padding-top: 8px;
	overflow: hidden;
}

footer.wrapperIS {
	width: 790px;
	margin: 0 auto;
	background-color: #ffffff;
	margin-top: 10px;
}

div.wrapperIS {
	width: 790px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeBFD9E5', endColorstr='#000099CC', GradientType=0)";
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 20%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to
(#0099CC));
	border-top: solid 3px #00BFFF;
	border-bottom: solid 3px #00BFFF;
	overflow: hidden;
}

#logoIS {
	display: table;
	width: 200px;
	height: 70px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#utilityNaviIS {
	width: 410px;
	float: right;
	margin-right: 0;
}

#extraNavi_centerIS {
	width: 100%;
	min-width: 790px;
	background-color: #6B696B;
	margin: 0 auto;
}

#extraNaviIS {
	width: 790px;
	clear: both;
	text-align: center;
	margin: 0 auto;
}

.menuBtnIS {
	width: 400px;
	font-size: 14px;
	background: #0071c3;
	color: #ffffff;
	margin: 3px 0 0 0;
	padding: 2px 0 0 0;
	border: 0;
	font-weight: bold;
}

.menuBtnIS:hover {
	color: #0888D8;
	text-decoration: underline;
}

.navi_standardIS {
	float: left;
	width: 260px;
}

.navi_standardIS li.navi_submenu {
	margin-top: 0;
	margin-bottom: 3px;
}

.navi_standardIS li.navi_submenu2 {
	margin-top: 25px;
	margin-bottom: 3px;
}

.navi_standardIS li.navi_menu {
	margin-top: 0;
	margin-bottom: 3px;
}

.navi_standardIS li.navi_menu2 {
	margin-top: 10px;
	margin-bottom: 3px;
}

.topNameDiv {
	font-family: "Verdana",sans-serif;
	font-size: 15px;
	padding-top: 2px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}

.radio_table_radio {
	width: 22px;
	margin: 0;
	float: left;
}

.radio_table_label {
	width: 90%;
	text-align: left;
	margin: 0;
	float: left;
	padding-top: 3px;
}

.style_table_label {
	width: 17px;
	margin: 0;
	float: left;
	padding-right: 3px;
	text-align: right;
}

.article_table_label {
	width: 95%;
	text-align: left;
	margin: 0;
	float: left;
}

.table_list2 {
	width: 750px;
	border-top: solid 3px #ADD8E6;
	text-align: center;
	font-size: 1.0em;
	border-collapse: collapse;
}

.table_list2 th {
	background-color: #E0FFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 35px;
	padding: 0;
}

.table_list2 th:nth-last-child(1) {
	border-right: solid 1px #FFFFFF;
}

.table_list2 td {
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
}

.table_list2 td:nth-last-child(1) {
	border-right: solid 1px #FFFFFF;
}

.tr_odd {
	background-color: #FFFFFF;
}

.tr_add {
	background-color:#E0FFFF;
}

.scroll_area {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.softtenkey_area {/*ソフトキーボードエリア*/
	clear:both;
	padding-top:3px;
	padding-bottom:5px;
	text-align:left;
}

.softkeyComment {
	padding-left: 25px;
}

.softKeyImgLabel, .softkeyComment span {
	font-size: 11px;
}

.softKeyImgLabel:hover,
.logon_softkey_area img:hover + .softKeyImgLabel,
.softtenkey_area img:hover + .softKeyImgLabel {
	text-decoration: underline;
}

/* For Demo 区分メッセージ用[iframe]定義 */
iframe.Kbnframe {
	overflow: hidden;
	border: none;
	vertical-align: top;
	width: 750px;
}

.kbn_erea {
	width: 750px;
	background-color: #FFFFFF;
	padding: 0;
}

/*可変文言のclassを定義*/
.kbn_box{
	overflow: auto;
	width: 650px;
	height: 200px;
}

.block_item_list_bun {
	width: 680px;
	border-top: solid 3px #ADD8E6;
	text-align: left;
	font-size: 1.0em;
	border-collapse: collapse;
}

.block_item_list_bun th {
	text-align: left;
	background-color: #E0FFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
	padding-left: 7px;
}

.block_item_list_bun td {
	background-color: #FFFFFF;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	height: 30px;
	padding-left: 15px;
}

.end_article_bun {
	width: 725px;
	text-align: right;
	margin: 0;
}

.box_area_bun {/*枠付きエリア*/
/** AMSChg-01558-MYIB01：全銀モアタイム対応_2017/12/06_START **/
	/** width: 730px;**/
	width: 737px;
	/** AMSChg-01558-MYIB01：全銀モアタイム対応_2017/12/06_END **/
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #00CCFF;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.indent_block_message_bun {
	width: 725px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding-left: 10px;
}

/*情報エリア*/
.info_area_bun {
	width: 721px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E0FFFF;
	border: solid 1px #ADD8E6;
	padding: 8px 10px;
}

.word_break_td {
	word-break: break-all;
	word-wrap: break-word;
}

/*homeとLhome画面の専用CSS*/
.CenterMessage {
	color: blue;
	font-size: 32px;
}

.homeMsgTable {
	border: 0;
	padding: 4px 4px 4px 4px;
	border-spacing: 0;
}

.homeMsgTable td {
	text-align: center;
}

.msgColor {
	background-color: #ADD8E6;
}

.kajogakiTable {
	border: 0;
	margin: 0;
	width: 100%;
}

.kajogakiTable tr td:nth-last-child(2){
	word-break: keep-all;
}

.body_softkey {
	border: solid 1px #00CED1;
}

.wrapper_softkey {
	background: #FFF;
	margin: 0;
	padding: 10px;
}

#mainContents_softkey {
	margin: 0;
	padding: 0;
	width: 100%;
}

.info_area_softkey {
	background-color: #E0FFFF;
	border: solid 1px #ADD8E6;
	margin: 10px 0;
	padding: 8px 0;
	width: 100%;
}

.info_area_softkey p {
	padding-left: 10px;
}

.input_area_softkey {
	float: left;
	margin-left: 10px;
}

.table_softkey {
	border-width: 1px;
	border-style: solid;
	border-color: #696969 #000 #000 #696969;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 10px auto;
	padding: 0;
}

.table_softkey td {
	border-width: 1px;
	border-style: solid;
	border-color: #000 #696969 #696969 #000;
	padding: 0;
}
.HeadMenu_D {
	float: left;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: left;
	width: 145px;
	padding-top: 3px;
}
.HeadMenu_A {
	float: left;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: left;
	padding-top: 3px;
}

.menu_l {
	background: rgb(10, 130, 205);
	background: rgba(10, 130, 205, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81b9db', endColorstr='#4084c8', GradientType=0)";
	background: -moz-linear-gradient(top, #81b9db,#4084c8);
	background: -webkit-gradient(linear, left top, left bottom, from(#81b9db), to(#4084c8));
	height:50px;
	width: 655px;
}

.list_in_table {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.table_list_confirmnum {
	width:430px;
	border:solid 2px #000000;
	text-align:center;
	font-size:1.0em;
	border-collapse:collapse;
	margin:10px 0px 10px 40px;
}

.table_list_confirmnum th {
	width:180px;
	background-color:#F0F0F0;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	height: 15px;
	padding: 2px;
}

.table_list_confirmnum td {
	width:25px;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	height: 15px;
	padding: 2px;
}

.disp_B[disabled], .disp_B[disabled]:hover, 
.table_B[disabled], .table_B[disabled]:hover {
	color: #ffffff;
	border-color: #999999;
	background: #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999', GradientType=0)";
}

/*積立サービス規定のclassを定義*/
.tumisrvkitei_msgbox{
	overflow: auto;
	height: 200px;
}

.table_list_logon {
    width: 700px;
    text-align: center;
}

.table_list_logon td {
    border-bottom: solid 1px #ADD8E6;
    height: 30px;
    padding: 0;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -165px;
    opacity: 0.9 !important;
    color: #696969;
    border: 1px solid #cccccc;
    text-align: left;
    padding: 10px 15px 10px 15px;
    width: 300px;
    max-width: 300px;
    border-radius: 15px;
	font-weight: normal;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #cccccc transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.border_top_none {
    border-top: none !important;
}

.border_top_normal {
    border-top: solid 1px #ADD8E6;
}

.line {
    border-top: solid 3px #ADD8E6;
    width: 700px;
}