/*以下、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%;
	height: 4px;
	border: 0px;
	background: #37b9e8;
	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: 1px solid #37b9e8;
	border-left: 1px solid #37b9e8;
	border-right: 1px solid #37b9e8;
	border-bottom: 1px solid #37b9e8;
	margin-right: 5px;
}

input[type="radio"] {
	margin-left: 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: 59px;
}

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

.td100{
	width: 100%;
}

.td70{
	width: 70%;
}

#logo{
	border: none;
	background-repeat: no-repeat;
	background-position:center;
	background-size: contain;
	background-image: url('images/login_title.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 #8DEEEE;
}

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

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

#mainContents{
	width: 100%;
	float: left;
	background-color: #37b9e8;
	border-left: solid 3px #37b9e8;
	border-right: solid 3px #37b9e8;
	border-bottom: solid 3px #37b9e8;
}

#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;
	background-color:#003C96;
	color:#FFF;
}

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

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

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

#copyright{
	clear: both;
	background-color: #003C96;
	color: #FFF;
	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: 0;
	background: #0E81DD;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 5px;
}

.submenu_B {
	width: 100%;
	height: 45px;
	text-align: center;
	border: 1px solid #ADDFFF;
	background: rgb(33, 122, 232);
	background: rgba(33, 122, 232, 1.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#37b9e8', endColorstr='#217ae8', GradientType=0)";
	background: -moz-linear-gradient(top, #37b9e8 ,#217ae8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(55, 185, 232)), to(rgb(33, 122, 232)));
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.back_B{
	width: 80px;
	border: 1px solid #B1DDF8;
	background: #FFF;
	color: #37b9e8;
	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 #B1DDF8;
	background: #0E81E1;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

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

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

.page_B {/*テーブル内用ボタン*/
	height: 30px;
	border: 1px solid #DEDFDE;
	background: #2194e7;
	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: #262682;
	color: #ffffff;
}

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

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

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

.blue_border{

}

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

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

.fontRed{
	color: #FF0000;
}

.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: #dff2fc;
	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: #E0FFFF;
	text-align: left;
	border-top: solid 1px #149FEB;
	border-bottom: solid 1px #149FEB;
	padding: 5px 5px 5px 5px;
}

.info_area p{
	width: 96%;
	margin: 0;
	padding: 1px;
	text-indent: -1em;
	padding-left: 1em;
	word-break: break-all;
	word-wrap: break-word;
}

.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: 20px 5px 1px 5px;
}

.write_area div{
	width: 100%;
}

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

.logon_block_item_list {
	width: 100%;
	/**	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: #37b9e8;
	/**	border-right: solid 1px #ADD8E6;**/
	border-bottom: solid 1px #FFFFFF;
	height: 30px;
	padding-left: 7px;
	color: #fff;
}

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

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

.table_list{
	width: 100%;
	border-top: solid 2px #808080;
	text-align: center;
	border-collapse: collapse;
}

.table_list th{
	background-color: #fafad2;
	border-right: solid 2px #808080;
	border-bottom: solid 2px #808080;
	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 2px #808080;
	border-bottom: solid 2px #808080;
	height: 30px;
	padding: 0;
    padding-left: 5px;
}

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

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

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

.password_item_list td {
	background-color: #FFFFFF;
	text-align: center;
	border-right: solid 1px #ADD8E6;
	border-bottom: solid 1px #ADD8E6;
	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 2px #808080;
	border-collapse: collapse;
}

.block_item_list th {
	background-color: #fafad2;
	border-bottom: solid 2px #808080;
	border-right: solid 2px #808080;
	width: 140px;
    height: 30px;
	text-align: left;
    padding-left: 7px;
}

.block_item_list td {
	background-color: #FFFFFF;
	border-bottom: solid 2px #808080;
    height: 30px;
    padding-left: 7px;
    word-break: break-all;
    word-wrap: break-word;
}

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

.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 #ADD8E6;
	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 #ADD8E6;
	line-height: 20px;
}

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

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

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

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

.border_top_thick {
	border-top: solid 3px #ADD8E6 !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: #0071c3;
	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: #0071c3;
	background: rgb(0, 120, 255);
	background: rgba(0, 120, 255, 1.0);
	background: -moz-linear-gradient(top ,#0071c3, #92D3FC);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	color: #ffffff;
	margin: 3px 3px 3px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
}

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

.menuBtn_T{
	width: 241px;
	height: 30px;
	font-size: 14px;
	background: #0071c3;
	background: rgb(0, 120, 255);
	background: rgba(0, 120, 255, 1.0);
	background: -moz-linear-gradient(top ,#0071c3, #92D3FC);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 237, 255)), to(rgb(10, 130, 205)));
	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;
}

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

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

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

.ImeOff {
	ime-mode:disabled;
}

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