/*以下、standard html tagを定義*/
body{
	line-height: 1;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
}

span {
	font-size: 15px; font-family: "Verdana",sans-serif; color: #696969;
}

p {
	font-size: 15px; font-family: "Verdana",sans-serif; color: #696969;
}

th {
	font-size: 15px; font-family: "Verdana",sans-serif; color: #696969;
}

td {
	font-size: 15px; font-family: "Verdana",sans-serif; color: #696969;
}

hr{
	width: 100%;
	border: solid 1px #0033CC;
	background: #9999CC;
	margin-top: 10px;
	margin-bottom: 10px;
}

br{
	clear: both;
}

.nowrap{
	white-space: nowrap;
}

/*入力フォーム*/
input[type="text"], input[type="password"], input[type="file"], input[type="number"], input[type="tel"] {
	font-size: 13px;
	border-top: 2px solid #99AADD;
	border-left: 2px solid #99AADD;
	border-right: 1px solid #99AAFF;
	border-bottom: 1px solid #99AAFF;
	background: #E6F8FF;
	margin-right: 5px;
	margin-bottom: 5px;
}

input[type="radio"] {
	margin-left: 5px;
}

input[type="passcode"] {
	font-size: 13px;
	border-top: 2px solid #99AADD;
	border-left: 2px solid #99AADD;
	border-right: 1px solid #99AAFF;
	border-bottom: 1px solid #99AAFF;
	/* background: #E6F8FF; */
	margin-right: 5px;
	margin-bottom: 5px;
}

select {
	font-size: 13px;
	font-family: "Verdana",sans-serif;
	border: solid 1px #149FEB;
	background: #E6F8FF;
	color: #696969;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*以下、common frameのclassを定義*/

header.wrapper{
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	background-color: #FFF;
}

header.wrapper table{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	height: 35px;
}

header.wrapper tr, #title tr{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

header.wrapper td, #title td{
	margin: 0;
	padding: 0;
}

.td30 {
	width: 30%;
}

.td40{
	width: 40%;
}

#logo{
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('images/logo.gif');
}

#logo_net {
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('images/logo_net.jpg');
}

#title{
	margin: 3px 0 0 0;
}

#title table{
	width: 100%;
	height: 43px;
	border: 0;
	border-collapse: collapse;
}

#title td{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.menu_img{
	padding-left: 95%;
	height: 45px;
	padding-right: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% 100%;
}

.9999CC{
	border: solid 3px #8DEEEE;
}

.area_table{
	background-color: #FFFFFF;
	height: 3px;
}

div.wrapper{
	width: 100%;
	margin: 0 0;
	background-color: #0066FF;
	background-color: #013D83;
	
	overflow: hidden;
}

#mainContents{
	width: 100%;
	float: left;
	background-color: #31BAFF;
}

#main{
	width: 100%;
}

footer.wrapper{
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}


#extraNavi{
	clear: both;
	background-color: #6B696B;
	background-color: #4F4F4F;
	text-align: center;
}

#tradeName{
	padding: 5px;
}

#tradeName span{
	color: #FFF;
	font-size: 13px;
}

#pageJump{
	width: 110px;
	text-align: center;
	margin-right: 5px;
	background-color: #C6C3C6;
	float: right;
	padding: 5px;
}

#pageJump span{
	color: #4A4D4A;
	font-size: 13px;
}

#copyright{
	clear: both;
	background-color: #000000;
	color: #A5A6A5;
	color: #ffffff;
	text-align: center;
	padding: 1px 0;
	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;
}

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

div img{
	vertical-align: 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;
}

/********************** mobile 追加 **********************/
.width100{
	width: 100%;
}

/**********  button様式  *************/
.top_B {
	width: 80px;
	border: 2px solid #E50112;
	background: #E50112;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px 5px;
}

.submenu_B {
	width: 100%;
	height: 45px;
	text-align: center;
	border: 2px solid #F33;
	background: #F33;
	border: 2px solid #E50112;
	background: #E50112;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.back_B{
	width: 80px;
	border: 1px solid #F33;
	background: #F33;
	border: 1px solid #E50112;
	background: #E50112;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 5px;
}

.disp_B{
	width: 160px;
	height: 40px;
	text-align: center;
	border: 2px solid #F33;
	background: #F33;
	border: 2px solid #E50112;
	background: #E50112;	
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.disp_B50{
	width: 48%;
	height: 40px;
	text-align: center;
	border: 2px solid #F33;
	background: #F33;
	border: 2px solid #E50112;
	background: #E50112;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.table_B {/*テーブル内用ボタン*/
	height: 30px;
	border: 1px solid #F33;
	background: #FF3333;
	border: 1px solid #E50112;
	background: #E50112;
	padding: 3px 8px;
	color: #FFF;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
}

.table_B2 {/*テーブル内用ボタン*/
	height: 30px;
	border: 1px solid #F5802D;
	background: #F5802D;
	padding: 3px 8px;
	color: #FFFFFF;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
}


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

.top_B:active, .submenu_B:active, .back_B:active, .disp_B:active,.disp_B50:active, .table_B:active, .page_B:active {
	background: #FFFFFF;
	color: #F33;
	color: #E50112;
}

.table_B2:active {
	background: #FFFFFF;
	color: #F5802D;
}


:disabled, :disabled:active {
	border-color: #999999;
	background: #999999;
	cursor: default;
}

.block_title_sub{/*ブロックタイトルエリア*/
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 6px;
	color: #000000;
}
.block_title_sub_1{/*ブロックタイトルエリア*/
	font-size: 15px;
	margin-bottom: 6px;
	color: #000000;
}

/**********  border様式  *************/

.blue_border{
	border: solid 3px #0033CC;
}

/**********  font様式  *************/
.fontwrite{
	color: #ffffff;
}

.fontRed{
	color: #FF0000;
}

.fontGray {
	color: #C0C0C0;
}

.fontBGLightBlue{
	background: #E6F8FF;
}

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

.fontNormal{/*強調取消*/
	font-weight: normal;
}

/**********  area様式  *************/

.nav_area{
	font-size: 15px;
	font-family: "Verdana",sans-serif;
	color: #696969;
	background: #DBDBDB;
	text-align: left;
	border-bottom: solid 2px #149FEB;
	padding: 5px 5px 5px 5px;
}

.nav_area table{
	width: 100%;
}

.msg_area{
	background-color: #FFFFFF;
	padding: 1px 5px 1px 5px;
}

.msg_area div{
	width: 100%;
}

.info_area{
	font-size: 15px;
	font-family: "Verdana",sans-serif;
	color: #696969;
	background: #E0F0FF;
	text-align: left;
	border-top: solid 1px #149FEB;
	border-bottom: solid 1px #149FEB;
	padding: 5px 5px 5px 5px;
}

.info_area p{
	width: 98%;
	margin: 0;
	padding: 1px;
	text-indent: -1em;
	padding-left: 1em;
}

.non_indent p{
	width: 100%;
	text-indent: 0;
	padding-left: 1px;
}

.write_area{
	font-size: 15px;
	font-family: "Verdana",sans-serif;
	background-color: #FFFFFF;
	padding: 10px 5px 1px 5px;
}

.write_area div{
	width: 100%;
}

.button_area{
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding: 1px 5px 10px 5px;
}

.table_area{/*リストのテーブルエリア*/
	clear: both;
}

.table_list{
	width: 100%;
	border-top: solid 3px #0033CC;
	text-align: center;
	border-collapse: collapse;
}

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

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

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

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

.table_list td{
	border-right: solid 1px #0033CC;
	border-bottom: solid 1px #0033CC;
	height: 30px;
	padding: 0;
}

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

.password_item_list {
	width: 80%;
	border-top: solid 1px #9999CC;
	text-align: center;
	font-size: 1.0em;
	border-collapse: collapse;
}

.password_item_list th {
	text-align: left;
	background-color: #FFFFFF;
	border-right: solid 1px #9999CC;
	border-bottom: solid 1px #9999CC;
	height: 18px;
	padding-left: 2px;
}

.password_item_list td {
	background-color: #FFFFFF;
	text-align: center;
	border-right: solid 1px #9999CC;
	border-bottom: solid 1px #9999CC;
	height: 18px;
	padding-left: 2px;
}

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

.table_list_1{
	width: 100%;
	border-top: solid 3px #0033CC;
	text-align: center;
	border-collapse: separate;
	border-spacing: 0; 
}

.table_list_1 th{
	background-color:  #E0F0FF;	
	border-right: 1px solid #0033CC;;
	border-bottom: 1px solid #0033CC;;
	height: 35px;
	padding: 0px;
}

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

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

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

.table_list_1 td{
	border-right: solid 1px #0033CC;
	border-bottom: solid 1px #0033CC;
	height: 30px;
	padding: 0;
}

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

.block_item_list {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	border-top: solid 3px #0033CC;
	border-collapse: collapse;
}

.block_item_list_1 {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	border-top: solid 3px #0033CC;
	border-collapse: collapse;
}

.block_item_list tr {
	border-bottom: solid 1px #0033CC;
	height: 30px;
	line-height: 18px;
}

.block_item_list_1 tr {
	border-bottom: solid 1px #0033CC;
	height: 30px;
	line-height: 18px;
}

.block_item_list tr:nth-last-child(1) {
	border-bottom: solid 2px #0033CC !important;
}

.block_item_list_1 tr:nth-last-child(1) {
	border-bottom: solid 2px #0033CC !important;
}

.block_item_list th {
	width: 140px;
	font-weight: normal;
	text-align: left;
}

.block_item_list_1 th {
	width: 150px;
	font-weight: normal;
	text-align: left;
}

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

.block_item_list td {
	background-color: #FFFFFF;
}

.block_item_list_1 td {
	background-color: #FFFFFF;
}

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

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

.block_item_inquiry {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-top: solid 3px #0033CC;
	margin-bottom: 10px;
}

.block_item_inquiry th{
	width: 140px;
	font-weight: normal;
	text-align: left;
}

.block_item_inquiry td{
}

.block_item_inquiry tr{
	border-bottom: solid 1px #0033CC;
	line-height: 20px;
}

.block_item_inquiry tr:nth-last-child(1) {
	border-bottom: none;
}

.block_item_inquiry_1 {
	width: 100%;
	text-align: left;
	border-collapse: separate;
	border-top: solid 3px #0033CC;
	margin-bottom: 10px;
	border-spacing: 0; 
}

.block_item_inquiry_1 th{
	width: 140px;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #0033CC;
	border-spacing: 1px; 
}

.block_item_inquiry_1 td{
	border-top: 1px solid #0033CC;
	border-spacing: 1px; 
}

.block_item_inquiry_1 tr{
	border-bottom: solid 1px #0033CC;
	line-height: 20px;
}

.block_item_inquiry_1 tr:nth-last-child(1) {
	border-bottom: none;
}

.border_bottom_normal {
	border-bottom: solid 1px #0033CC !important;
}

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

.border_top_normal {
	border-top: solid 2px #9999CC !important;
}

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

.border_top_thick {
	border-top: solid 3px #03C !important;
}

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

.linkButton{
	border: none;
	background: none;
	color: #551A8B;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	cursor: default;
}

.searchPeriod{
	white-space: nowrap;
}

.searchPeriod select{
	margin-top: 7px;
	margin-bottom: 10px;
}

.pad_searchPeriod{
	padding-left: 20px;
}

.label_mar_right label{
	margin-right: 10px;
}

.radio_table_radio {
	width: 22px !important;
	margin: 0;
	float: left;
	padding-top: 3px;
}

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

.radio_message_indented{
	padding-left: 22px;
	text-align: left;
	width: 92% !important;
}

.label_table_no {
	width: 22px !important;
	margin: 0;
	float: left;
	padding-top: 3px;
}

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

.label_table_padding {
	padding-left: 4px !important;
	width: 10px !important;
}

.label_message_indented{
	padding-left: 15px;
	text-align: left;
	width: 97% !important;
}

.pad_b10{
	padding-bottom: 10px;
}

/* -------------------------- */
/*メニューModalWindowのコンポーネントのclassを定義*/
/* -------------------------- */
.menu_M {
	width: 250px;
	position: absolute;
	position: fixed;
	top: 40px;
	left: 5px;
	background-color: #666699;
	opacity: 1;

	/* 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;
}

span.menu_show{
	-webkit-transform: scale(1) skew(0deg);
	-moz-transform: scale(1) skew(0deg);
	-ms-transform: scale(1) skew(0deg);
	-o-transform: scale(1) skew(0deg);
}

span.menu_hide{
	visibility: hidden;
	-webkit-transform: scale(0) skew(0deg);
	-moz-transform: scale(0) skew(0deg);
	-ms-transform: scale(0) skew(0deg);
	-o-transform: sacle(0) skew(0deg);
}

.menuBtn{
	width: 119px;
	height: 30px;
	font-size: 14px;
	background: #9999CC;
    background: rgb(153, 153, 204);
	background: rgba(153, 153, 204, 1.0);
	background: -moz-linear-gradient(top ,#9999CC, #9999CC);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 153, 204)), to(rgb(153, 153, 204)));
	color: #ffffff;
	margin: 3px 3px 3px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
}

.menuBtn:hover {
	color: #666699;
	text-decoration: underline;
}

.menuBtn_T{
	width: 241px;
	height: 30px;
	font-size: 14px;
	background: #9999CC;
    background: rgb(153, 153, 204);
	background: rgba(153, 153, 204, 1.0);
	background: -moz-linear-gradient(top ,#9999CC, #9999CC);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 153, 204)), to(rgb(153, 153, 204)));
	color: #ffffff;
	margin: 3px 3px 3px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
}

.menuBtn_T:hover {
	color: #666699;
	text-decoration: underline;
}

.menu_M ul{
	list-style: none;
	color: #FFF;
	margin: 1px 0 1px 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
}

.menu_M li{
	float: left;
}

iframe.Kbnframe {
	overflow: hidden;
	border: none;
	vertical-align: top;
	width: 100%;
}

/*可変文言のclassを定義*/
.fontBlue{
	color: #696969;
}

.style_table_label_bun {
	width: 12px !important;
	margin: 0;
	float: left;
	padding-left: 7px;
}

.article_table_label_bun {
	width: 90% !important;
	text-align: left;
	margin: 0;
	float: left;
}

.kbn_erea {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
}

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

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

.homeMsgTable {
	border: 0;
	padding: 0 0 0 0;
	border-spacing: 0;
	width: 100%;
}

.homeMsgTable td {
	text-align: center;
}

.msgColor {
	background-color: #AFEEEE;
}

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

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

/*-----Slide　Menu ----*/

.chkbox:checked{
  background-color:#111;
}

/* スライドメニュー対応 */
.viewport{
	overflow-x: hidden;
	width: 100%;
}

.mainPage{
	z-index: 1;
}

.slideMenu {
	top: 0;
	right: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}

.slideMenu .slideMenuHeader{
	position: relative;
}

.slideMenu .slideMenuBody{
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #333333;
}

.slideMenu .slideMenuContent{
	background: #fff;
	color: #000;
	position: relative;
	background: #333333;

}

/* スライドメニュー中身の書式 */
.slideMenuTitle{
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 0 0;
	height: 43px;
	border-bottom:2px solid #939393;
}

.slideMenuTitle img{
	padding:0 3px 3px;
	width: 18px;
}

.slideMenuTitle:empty{
	padding: 2px 0;
}

.slideMenuBtn{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height:1.0;
	width: 150px;
	width: 100%;
	height: 20px;
	margin: 0 5px;
	padding:13px 0 5px 5px;
	border-bottom:1px solid #939393;
	font-family: "Verdana",sans-serif;
} 

.slideMenuBtn:before{
	content:' ';
	float:left;
	margin:0 5px;
	height:15px;
	width:15px;
}

.slideMenuBtn:hover{
	background: #E50112;
	background: #ffffff;
	color: #757575;
	cursor:pointer;
	text-decoration:underline;
}

.slideMenuContent hr{
	margin:10px 0 5px;
}

.close_B{
	background-size:cover;
	width:65px;
	position:absolute;
	top:5px;
	left:165px;
}

.table_list2{
	width: 100%;
	border-top: none !important;
	border-bottom: solid 2px #03C;
	text-align: left;
	border-collapse: collapse;
}

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

.table_list2 td{
	border-right: solid 1px #9999CC;
	border-bottom: solid 1px #9999CC;
	height: 30px;
	padding: 0;
}
#aCss:link{ color:#ff0000 ;}
#aCss:visited {color:0000ff ;}

.fontUnderline {/*下線付き文字*/
	text-decoration: underline;
}
.box_area {/*枠付きエリア*/
	width: 730px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #5b84c0;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.write_area_more {
	font-size: 15px;
	font-family: "Verdana",sans-serif;
	background-color: #FFFFFF;
	padding: 10px 18px 1px 5px;
}
.write_area_more div{
	width: 100%;
}
.logon_disp_B{
	width: 160px;
	height: 40px;
	text-align: center;
	border: 2px solid #F33;
	background: #F33;
	border: 2px solid #004D97;
	background: #004D97;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.logon_disp_B:active{
	background: #FFFFFF;
	color: #F33;
	color: #004D97;
}
.img_area{
	display:flex;
}

.table_teleo_triangle {
	margin: 5px auto;
}

.table_ivr {
	width:65%;
	border: 1.5px solid red;
	border-spacing: 0px;
	text-align: center;
	margin: auto;
}

.table_ivr tr {
	height:29px
}

.table_ivr tr:first-child {
	background-color: #FF0000;
}

.table_ivr tr:first-child td {
	color:#ffffff;
}

.table_ivr tr:nth-child(2) td {
	color: #FF0000;
}
/** jquery-ui用 */
.ui-front {
	z-index: 1100;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	width:170px;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	overflow: visible;
	height:32px;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 0;
    position: relative;
    background: #DA392B;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
    cursor: pointer;
    background: #DA392B;
    color: #FFFFFF;
    outline: none;
	font-size: 14px;
}

/*アイコン、トップ画面契約者番号表示*/

.small__icon__button_SP {
  width: 28px;
  height: 28px;
  background: white;
  border: 1px solid #fff;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
  font-size:0px;
}

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

.topUserIdDiv__varF {
	font-family: "Verdana",sans-serif;
	font-size: 15px;
	padding-top: 2px;
	color: #ffffff;
	color: #000000;
	font-weight: bold;
	margin: 0 0 0 auto;
}
	
.unuserID__toggle {
	content: url("./images/eye.svg");
	right: 5px;
	position: relative;	
}

.userID__toggle {
	content: url("./images/eye.slash.svg");
	right: 5px;
	position: relative;
}

.disp_or {
	border-radius: 20px;
	background: rgb(242,145, 18);
	background: rgba(242,145, 18, 1.0);
	width: 60px;
	height: 40px;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 13px;
	text-align: middle;
	vertical-align: middle;
	font-weight: bold;
}

.triangle_down {
    width: 0 !important;
    height: 0 !important;
    border-left: 30px solid transparent !important;
    border-right: 30px solid transparent !important;
    border-top: 25px solid #5b84c0 !important;
}

.write_area2{
	font-size: 15px;
	font-family: "Verdana",sans-serif;
	background-color: #FFFFFF;
	padding: 10px 5px 1px 5px;
}

.arrow_right {
    width:0;
    height:0;
    border:12px solid transparent;
    border-left-color:#5b84c0;
}

.imeD{
  ime-mode:disabled;
}

.block_title_sub_3 {
    font-weight: bold;
    font-size: 14px;
}

.info_area_otp {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #696969;
	background: #E0F0FF;
	border: solid 1px #149FEB;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 95% !important;
}

.border_top_logon {
	border-top: solid 2px #0033CC !important;
}

.border_bottom_logon {
	border-bottom: solid 2px #0033CC !important;
}

