	/*以下、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 #8e8e8e;
	background: #8e8e8e;
	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 #A9A9A9;
	border-left: 2px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	background: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
}

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

select {
	font-size: 13px;
	font-family: "Verdana",sans-serif;
	border: solid 1px #A9A9A9;
	background: #FFFFFF;
	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;
}

.td10 {
	width: 10%;
}

.td30 {
	width: 30%;
}

.td40{
	width: 40%;
}
.td50{
	width: 50%;
}

.td55{
	width: 55%;
}

.td100{
	width: 100%;
}

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

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

#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%;
}

.table_img{
	border: solid 3px #167ac6;
}

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

div.wrapper{
	width: 100%;
	margin: 0 0;
	background-color: #A7A7A7;
	overflow: hidden;
}

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

#main{
	width: 100%;
}

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


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

#tradeName{
	padding: 5px;
}

#tradeName span{
	color: #D6D3D6;
	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: #313031;
	color: #A5A6A5;
	text-align: center;
	padding: 1px 0;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
}

#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;
}

.imageSpace{
	margin-bottom: 5px;
}
/********************** mobile 追加 **********************/
.width100{
	width: 100%;
}

/**********  button様式  *************/
.top_B {
	width: 80px;
	border: 0;
	background: #167ac6;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 5px;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	background:linear-gradient(to bottom, #0291FE,#167ac6);
}

.submenu_B {
	width: 100%;
	height: 54px;
	text-align: center;
	border: 2px solid #A9A9A9;
	background: #167ac6;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	white-space:pre-wrap;
	background:linear-gradient(to bottom, #0291FE,#167ac6);
}

.back_B{
	width: 80px;
	border: 1px solid #A9A9A9;
	background: #6F6F6F;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 5px;
	border-radius:6px;
	border-bottom:3px solid #000000;
	border-right:3px solid #000000;
	white-space: pre-wrap;
	background:linear-gradient(to bottom, #949494,#6F6F6F);
}

.disp_B{
	width: 160px;
	height: 40px;
	text-align: center;
	border: 2px solid #A9A9A9;
	background: #167ac6;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	margin: 5px 0px 5px 0px;
	background:linear-gradient(to bottom, #0291FE,#167ac6);
}

.disp_B50{
	width: 48%;
	height: 40px;
	text-align: center;
	border: 2px solid #efefef;
	background: #167ac6;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #697072;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	background:linear-gradient(to bottom, #0291FE,#167ac6);
}

.disp_B51{
	width: 48%;
	height: 40px;
	text-align: center;
	border: 2px solid #efefef;
	background: #6F6F6F;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #A9A9A9;
	border-radius:6px;
	border-bottom:3px solid #000000;
	border-right:3px solid #000000;
	background:linear-gradient(to bottom, #949494,#6F6F6F);
}

.table_B {/*テーブル内用ボタン*/
	height: 30px;
	border: 1px solid #efefef;
	background: #167ac6;
	padding: 3px 8px;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	margin: 5px 0px 5px 0px;
	color: #ffffff;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
	background:linear-gradient(to bottom, #0291FE,#167ac6);
}

.page_B {/*テーブル内用ボタン*/
	height: 30px;
	border: 1px solid #efefef;
	background: #167ac6;
	padding: 3px 8px;
	color: #ffffff;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #DFDFDF;
	border-right:3px solid #DFDFDF;
	margin: 5px 0px 5px 0px;
	background:linear-gradient(to bottom, #0291FE,#167ac6);
}

.top_link_B:active, .top_B:active, .submenu_B:active, .back_B:active, .disp_B:active,.disp_B50:active, .table_B:active, .page_B:active, .disp_B51:active {
	opacity: 0.65;
	filter:alpha(opacity=0.65);
	-ms-filter: "alpha(opacity=65)";
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	cursor: pointer;
}
.menu_B:active, .menu_B:hover, .logo_B:active, .logo_B:hover, .logout_B:active, .logout_B:hover {
	opacity: 0.65;
	filter:alpha(opacity=0.65);
	-ms-filter: "alpha(opacity=65)";
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	cursor: pointer;
}

: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_2{/*ブロックタイトルエリア２*/
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 6px;
	color: #167ac6;
}
/**********  border様式  *************/

.red_border{
	border: solid 3px #A9A9A9;
}

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

.fontRed{
	color: #FF0000;
}

.fontBrown{
	color: #AA0000;
}

.fontYellow{
	color: #FFCC00;
}

.fontGreen{
	color: #77BBAA;
}

.fontPink{
	color: #FF99CC;
}

.fontBGLightBlue{
	background: #efefef;
}

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

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

.fontSmall{/*小文字*/
	font-size: 12px;
}
.fontUnderline{
	text-decoration: underline;
}
/**********  area様式  *************/

.nav_area{
	font-size: 15px;
	font-family: "Verdana",sans-serif;
	color: #696969;
	background: #D3D3D3;
	text-align: left;
	border-bottom: solid 2px #efefef;
	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: #efefef;
	text-align: left;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	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;
	line-height: 130%;
}

.write_area div{
	width: 100%;
}

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

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

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

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

.table_list th{
	background-color: #efefef;
	border-right: solid 1px #8e8e8e;
	border-bottom: solid 1px #8e8e8e;
	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: #efefef;
}

.table_list td{
	border-right: solid 1px #8e8e8e;
	border-bottom: solid 1px #8e8e8e;
	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 #8e8e8e;
	text-align: center;
	font-size: 1.0em;
	border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

.block_item_inquiry {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-top: solid 3px #8e8e8e;
	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 #8e8e8e;
	line-height: 20px;
}

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

.border_bottom_normal {
	border-bottom: solid 2px #8e8e8e !important;
}

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

.border_top_normal {
	border-top: solid 2px #8e8e8e !important;
}

.border_top_thick {
	border-top: solid 3px #8e8e8e !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: 18px;
}

.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;
}

.top_link_B {
	border:0;
	height:90px;
	margin:0px;
	width:95px;
}

.top_zs_B{
	background:url("./images/inb_sp_1.gif") no-repeat #fff;
	background-size:contain;
}

.top_si_B{
	background:url("./images/inb_sp_2.gif") no-repeat #fff;
	background-size:contain;
}

.top_mp_B{
	background:url("./images/inb_sp_3.gif") no-repeat #fff;
	background-size:contain;
}

.top_ts_B{
	background:url("./images/inb_sp_5.gif") no-repeat #fff;
	background-size:contain;
}


.top_te_B{
	background:url("./images/inb_sp_4.gif") no-repeat #fff;
	background-size:contain;
}

.top_lo_B{
	background:url("./images/inb_sp_8.gif") no-repeat #fff;
	background-size:contain;
}

.top_um_B{
	background:url("./images/inb_sp_9.gif") no-repeat #fff;
	background-size:contain;
}


/* -------------------------- */
/*メニューModalWindowのコンポーネントのclassを定義*/
/* -------------------------- */
.menu_M {
	width: 300px;
	position: absolute;
	position: fixed;
	top: 40px;
	left: 5px;
	background-color: #186118;
	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: 142px;
	height: 36px;
	font-size: 14px;
	background: #167ac6;
    background: rgb(34,139,34);
    background: rgba(34,139,34, 1.0);
    background: -moz-linear-gradient(top ,#1F8B1F, #008B00);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(37,151,37)), to(rgb(118,139,118)));
	color: #ffffff;
	margin: 3px 3px 3px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
}

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

.menuBtn_T{
	width: 289px;
	height: 36px;
	font-size: 14px;
	background: #167ac6;
    background: rgb(34,139,34);
    background: rgba(34,139,34, 1.0);
    background: -moz-linear-gradient(top ,#1F8B1F, #008B00);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(37,151,37)), to(rgb(118,139,118)));
	color: #ffffff;
	margin: 3px 3px 3px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
}

.menuBtn_T:hover {
	color: #262682;
	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: #0000ff;
}

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

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

.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: #efefef;
}

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

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

.menuBtnSmall{
	font-size: 13px;
}
/*情報エリア(OTP規定文言)*/
.info_area_bun2 {
	width: 95%;
	height:300px;
	overflow-y:auto; 
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #efefef;
	border: solid 1px #abc8e4;
	padding: 8px 10px;
}
.arrow_right {
	width:0;
	height:0;
	border:12px solid transparent;
	border-left-color:#167ac6;\"
}
.arrow_bottom {
	width:0;
	height:0;
	border:12px solid transparent;
	border-top-color:#167ac6;\"
}
.box_area_bun {/*枠付きエリア*/
	width: 730px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #A9A9A9;
	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;
	line-height: 130%;
}
.write_area_more div{
	width: 100%;
}
/*情報エリア(OTP規定文言)*/
.info_area_bun2 {
	width: 95%;
	height:300px;
	overflow-y:auto; 
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #efefef;
	border: solid 1px #abc8e4;
	padding: 8px 10px;
}
.text-security{
	-webkit-text-security: disc;
}