/*以下、standard html tagを定義*/
html{
	font-size:10px;
	font-family: "Verdana",sans-serif;
	height:100%;
}

body{
	line-height: 1;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
}

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

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

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

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

hr{
/*
	width: 100%;
	border: solid 1px #ADD8E6;
	background: #ADD8E6;
	margin-top: 10px;
	margin-bottom: 10px;
*/
	border: solid 1px #ff8080;
	background: #AFEEEE;
	height: 0;
}

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 #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #ffb6c1; 
/*	background: #E6F8FF;  */
	margin-right: 5px;
	margin-bottom: 5px;
}

select {
	font-size: 13px;
	font-family: "Verdana",sans-serif;
	border: solid 1px #A9A9A9;
	background: #ffb6c1; 
	/*	background: #E6F8FF;  */
	color: #343434;
	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%;
}

.td10 {
	width: 10%;
}

.td80{
	width: 80%;
}

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

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

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

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

div.wrapper{
	width: 100%;
	margin: 0 0;
	background-color: #F5F5F5;
	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: #575654;
	text-align: center;
}

#tradeName{
	padding: 5px;
}

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

#pageJump{
	float: right;
	position: fixed;
	bottom: 2px;
	right: 3px;
	z-index: 99;
}

#copyright{
	clear: both;
	background-color: #575654;
	color: #dfdfdf;
	text-align: center;
	padding: 1px 0;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 30px;
}

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

#kbn_msg, #kbn_html, #kbn_img{
	color: #343434;
	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: 1px solid #697072;
	background: #ffffff;
	color: #000000;
	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;
}

.menu_B {
	width: 52px;
	height: 42px;
	border: none;
	background: url("./images/menu_button2.gif") no-repeat scroll 5px 50% #ffffff;
	background-size:42px 42px;
}

.logout_B {
	width: 85px;
	height: 33px;
	border: none;
	background: url("./images/logout.gif") no-repeat scroll 5px 50% #ffffff;
	margin: 0px 5px 0px 0px;
	background-size:75px 23px;
	border: 1px solid #ADD8E6;
}

.submenu_B {
	width: 49%;
	height: 45px;
	text-align: center;
	border:1px solid #697072;
	background: #ffffff;
	color: #000000;
	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;
}

.back_B{
	width: 80px;
	border: 1px solid #000000;
	background: #777777;
	color: #ffffff;
	font-size: 15px;
	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;
}

.back_B3{
	width: 70px;
	height: 30px;
	border: 1px solid #000000;
	background: #777777;
	color: #ffffff;
	font-size: 15px;
	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;
	
}

.disp_B{
	width: 160px;
	height: 40px;
	text-align: center;
	border: 1px solid #697072;
	background: #ff2b2b;
	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;
	white-space:pre-wrap;
}

.dispblue_B {/*前進ボタン*/
	width: 160px;
	height: 40px;
	text-align: center;
	border: 1px solid #697072;
	background: #0A82CD;
	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;
	white-space:pre-wrap
}

.subContent_submenu_B{
	width: 160px;
	height: 40px;
	text-align: center;
	border: 1px solid #697072;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	margin: 5px 0px 5px 0px;
}

.subContent_submenu_B:active {
	border:2px solid #697072;
	background:#f8f8f8;	
	color: #697072;
}

.subContent_submenu_C{
	width: 160px;
	height: 40px;
	text-align: center;
	border: 1px solid #697072;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	margin: -6px 0px 5px 0px;
}

.subContent_submenu_C:active {
	border:2px solid #697072;
	background:#f8f8f8;	
	color: #697072;
}

.disp_B50{
	width: 48%;
	height: 40px;
	text-align: center;
	border: 2px solid #ff2b2b;
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #697072;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
}

.disp_B1{
	width: 150px;
	height: 40px;
	text-align: center;
	border: 1px solid #000000;
	background: #777777;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #000000;
	border-right:3px solid #000000;
	margin: 5px 0px 5px 0px;
}

.disp_B2{
	width: 300px;
	height: 40px;
	text-align: center;
	border: 1px solid #000000;
	background: #777777;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #000000;
	border-right:3px solid #000000;
	margin: 5px 0px 5px 0px;
}

.disp_B3{
	width: 300px;
	height: 40px;
	text-align: center;
	border: 1px solid #ACACAC;
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #ACACAC;
	border-right:3px solid #ACACAC;
	margin: 5px 0px 5px 0px;
}

.disp_B4{
	width: 150px;
	height: 40px;
	text-align: center;
	border: 1px solid #697072;
	background: #ff2b2b;
	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;
}

.disp_B5{
	width: 160px;
	height: 40px;
	text-align: center;
	border: 1px solid #000000;
	background: #777777;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #000000;
	border-right:3px solid #000000;
	margin: 5px 0px 5px 0px;
}

.disp_B6{
	width: 300px;
	height: 40px;
	text-align: center;
	border: 1px solid #697072;
	background: #ff2b2b;
	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;
}

.disp_B7{
	width: 150px;
	height: 40px;
	text-align: center;
	border: 1px solid #697072;
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	margin: 5px 0px 5px 0px;
}

.table_B {/*テーブル内用ボタン*/
	height: 30px;
	border: 1px solid #697072;
	background: #ffffff;
	padding: 3px 8px;
	color: #000000;
	font-size: 15px;
	vertical-align: middle;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	margin: 5px 0px 5px 0px;
}

.table_B1 {/*テーブル内用ボタン*/
	height: 30px;
	border: 1px solid #697072;
	background: #ffffff;
	padding: 3px 8px;
	color: #000000;
	font-size: 15px;
	vertical-align: middle;
	font-weight: bold;
	width:100px; 
	margin:5px 5px;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	margin: 5px 0px 5px 0px;
}

.page_B {/*テーブル内用ボタン*/
	height: 30px;
	border: 1px solid #DFDFDF;
	background: #ffffff;
	padding: 3px 8px;
	color: #343434;
	font-size: 15px;
	vertical-align: middle;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #DFDFDF;
	border-right:3px solid #DFDFDF;
	margin: 5px 0px 5px 0px;
}

.submenu_B:active, .disp_B50:active, .top_B:active, .top_B:hover,
.table_B:active, .table_B1:active, .page_B:active, 
.disp_B3:active, .disp_B7:active {
	border:2px solid #697072;
	background: #f8f8f8;
	color: #697072;
}

.disp_B:active,
.disp_B4:active, .disp_B6:active {
	border:2px solid #697072;
	background:#ff6b6b;	
	color: #e9e9e9;
}

.back_B:active, .back_B3:active, .disp_B1:active, .disp_B2:active, .disp_B5:active {
	border:2px solid #000000;
	background:#888888;	
	color: #ffffff;
}

.menu_B:active, .menu_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: 2px solid;
	border-color: #999999;
	background: #999999;
	cursor: default;
}

.block_title_sub{/*ブロックタイトルエリア*/
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	margin: 5px 0px 5px 0px;
	background-color: #efefef;
	text-valign: middle;
	padding: 10px 0px 10px 0px;
	border-top: 2px solid #FF8080;
}

.block_title_sub1 {
	font-weight: bold;
	font-size: 16px;
	padding-left: 0px;
}

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

.blue_border{
	background: #FFF;
	border-bottom: solid 3px #ff8080;
}

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

.fontLightGray{
	color: #DCDCDC;
}

.fontRed{
	color: #FF0000;
}

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

.exp1{
	font-size:20px;
}

.exp2 {
	font-size: 18px;
}

.exp3 {
	font-size: 16px;
}

.fontBGLightBlue{
	background: #E6F8FF;
}

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

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

.fontsize17 {
	font-size:17px;
}

.fontBig {/*大きい文字*/
	font-size: 18px;
}

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

.nav_area{
	font-size: 15px;
	font-family: "Verdana",sans-serif;
	color: #343434;
/*	background: #AFEEEE;  */
background: #FFFFFF;
	text-align: left;
	border-bottom: solid 2px #F5F5F5;
	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: #343434;
	background: #ffead5;
	text-align: left;
	border-top: solid 1px #ff952b;
	border-bottom: solid 1px #ff952b;
	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;
    margin-bottom:10px;
}

.button_area_left{
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
    margin-bottom:10px;
}

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

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

.table_list th{
	background-color: #efefef;
	border-right: solid 1px #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
	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 #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
	height: 30px;
	padding: 0;
}

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

.table_list_zandaka{
	width: 100%;
	border-top: solid 3px #c9c9c9;
	border-bottom: solid 3px #c9c9c9;
	text-align: center;
	border-collapse: collapse;
}

.table_list_zandaka th{
	font-size:12px;
	border-right:none;
	background-color: #efefef;
	border-bottom: solid 1px #c9c9c9;
	height: 25px;
	padding: 0;
}

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

.table_list_zandaka tr{
	border-right:none;
	background-color: #FFFFFF;
	border-right:none;
}

.table_list_zandaka tr:nth-child(4n+4){
	background-color: #efefef;
}

.table_list_zandaka tr:nth-child(4n+5){
	background-color: #efefef;
	border-bottom: solid 1px #c9c9c9;
}

.table_list_zandaka tr:nth-child(4n+3){
	border-bottom: solid 1px #c9c9c9;
}

.table_list_zandaka td{
	font-size:12px;
	border-right:none;
	height: 25px;
	padding: 0;
}

.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 #b4b4b4;
	border-collapse: collapse;
}

.block_item_list tr {
	border-bottom: solid 1px #c9c9c9;
	height: 35px;
	line-height: 25px;
	
}

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

.block_item_list th {
	background-color: #FFFFFF;
	width: 140px;
	font-weight: normal;
	text-align: left;
	font-size:14px;
	font-weight: bold;
}

.block_item_list td {
	background-color: #FFFFFF;
	height: 50px;
	padding:15px 15px 15px 15px 
}

.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 #b4b4b4;
	margin-bottom: 10px;
}

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

.block_item_inquiry td{
}

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

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

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

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

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

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

.border_bottom_thick {
	border-bottom: solid 1px #c9c9c9 !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;
}

.searchMargin{
	margin-left: 22px;
}

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

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

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

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

.article_table_label_newbun {
	width: 80% !important;
	text-align: left;
	margin: 0;
	float: left;
	padding-left: 0px;
}

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

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

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

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

/* 2015/01/23 add start */

.imeA{
  ime-mode:active;
}

.imeD{
  ime-mode:disabled;
}

input[type="text"]:focus {
border: 1px #111111 double;
}
input[type="password"]:focus {
border: 1px #111111 double;
}
select:focus {
border: 1px #111111 double;
}
input[type="email"]:focus {
border: 1px #111111 double;
}
input[type="number"]:focus {
border: 1px #111111 double;
}
input[type="tel"]:focus {
border: 1px #111111 double;
}
input[type="email"] {
	font-size: 13px;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
/*	background: #E6F8FF;  */
	margin-right: 5px;
	margin-bottom: 5px;
}

.block_item_list {
   border: 2px solid #b4b4b4;
      -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset ;
      -webkit-box-sizing: border-box;
}

.border_bottom_none th{
   background: #ffaaaa;
}

.border_bottom_normal td{
/*   background: #fff;*/
/*   vertical-align:center;  */
	height: 50px;
	padding:15px 15px 15px 15px 
}

.border_bottom_none input{
   margin-top:4px;
}

.block_item_list tr th{
   background: #efefef;
}

.border_bottom_normal {
   border-bottom: solid 0px #fff !important;
}

.mini_B{
	width: 120px;
	height: 40px;
	text-align: center;
	border: 2px solid #ffaaaa;
	background: #ff2b2b;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

.mini_B:active {
	background: #ff0000;
	color: #ffffff;
}

#extraNavi_1 {
	color: #555555;
}

#extraNavi_1 a:active {
	color: #555555;
	
}

#extraNavi_1 a:link {
	color: #555555;
	
}

#extraNavi_1 a:visited {
	color: #555555;
	
}

#extraNavi_1 a:hover {
	color: #c9c9c9;	
}

input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="number"], input[type="tel"] {
	-webkit-border-radius: 0;
 	-webkit-appearance: none;
}
/* 2015/01/23 add end */

/* 2015/02/03 add add */
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"] {
	height:40px;
	font-size: 14px;
	margin: 2px;
}

select {
	margin: 2px;
	height:35px;
}
/* 2015/02/03 add end */
/* スライドメニュー対応 */
.viewport{
	overflow-x: hidden;
	width: 100%;
}

.mainPage{
	z-index: 1;
}

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

.slideMenu .slideMenuHeader{
	position: relative;
}

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

.slideMenu .slideMenuContent{
	background: #fff;
	border-right:2px solid #149FEB;
	color: #000;
	position: relative;
}

/* スライドメニュー中身の書式 */
.slideMenuTitle{
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 0 0;
}

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

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

.slideMenuBtn{
	background:url("./images/ico_arrow01.png") no-repeat 25px 16px #fff;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	line-height:1.0;
	margin:0 0 5px;
	padding:15px 0 15px 15px;
}

.slideMenuBtn:before{
	content:' ';
	/*background:url("./images/menu_icon_B.png") no-repeat #fff;*/
	float:left;
	margin:0 5px;
	height:15px;
	width:15px;
}

.slideMenuBtn:hover{
	background:url("./images/ico_arrow01.png") no-repeat 25px 16px rgb(234, 247, 255);
	color: #000;
	cursor:pointer;
	text-decoration:underline;
}

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

.close_B{
	background-size:cover;
	width:65px;

	position:absolute;
	top:5px;
	left:165px;
}

.toppage_table {
	width: 90%;
	border: solid 1px #c9c9c9;
	border-radius:7px;
	background:#FFEAD5;
	margin: 0px 5% 5px;
}

.toppage_table td {
	background:#FFEAD5;	
}

.display_none{
display: none; 
}

.scroll{
overflow-y:scroll;
overflow-x:hidden;
height:100px;
padding:0 1em;
}

.frameColumn{
margin-top:10px;
border:solid 1px #e6e6e6;
}

.colorName {
	background-color: #FF6633;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

.colorName1 {
	background-color: #7093DB;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

.tdHeight{
	height: 35px;
}

.block_item_list1 {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	border-top: solid 2px #b4b4b4;
	border-collapse: collapse;
}

.block_item_list1 tr {
	border-bottom: solid 1px #c9c9c9;
	height: 35px;
	line-height: 25px;
}

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

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

.block_item_list1 {
   border: 2px solid #b4b4b4;
      -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset ;
      -webkit-box-sizing: border-box;
}

.pop-cancel {
    width: 200px;
	height: 40px;
	text-align: center;
	border: 1px solid #697072;
	background: #ff2b2b;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	margin: 5px 30px 5px 0px;
	white-space:pre-wrap;
    padding:5px 10px;}

input[type=radio] {
display: none; /* ラジオボタンを非表示にする */
}

input[type="radio"]:checked + label {
background: #ff2400;/* マウス選択時の背景色を指定する */
color: #ffffff; /* マウス選択時のフォント色を指定する */
}

input[type=radio]+label {
text-align: center; /* テキストのセンタリングを指定する */
display: block; /* ブロックレベル要素化する */ 
float: left; /* 要素の左寄せ・回り込を指定する */ 
margin: 5px; /* ボックス外側の余白を指定する */
width: 160px; /* ボックスの横幅を指定する */
height: 40px; /* ボックスの高さを指定する */
color: #000000; /* フォントの色を指定 */
line-height: 40px; /* 行の高さを指定する */
cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
border: 2px solid #808080;/* ボックスの境界線を実線で指定する */
border-radius: 5px; /* 角丸を指定する */
background:#ffb6c1;
}

input[type=radio]+label.withCss {
width: 200px; /* ボックスの横幅を指定する */
}

.block_item_list2 {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-top: solid 2px #b4b4b4;
	border-collapse: collapse;
}

.block_item_list2 tr {
	border-bottom: solid 1px #c9c9c9;
	height: 35px;
	line-height: 25px;
}
.kahenHtml_B {/*可変Htmlに全文を確認するボタンの様式*/
	border: 1px solid #697072;
	background: #0A82CD;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	width: 200px;
	height: 30px;
	border-radius:6px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
}


.block_item_list3 {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	border-top: solid 2px #b4b4b4;
	border-collapse: collapse;
}

.block_item_list3 tr {
	border-bottom: solid 1px #c9c9c9;
	height: 35px;
	line-height: 25px;
}

.block_item_list3 {
   border: 2px solid #b4b4b4;
      -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset ;
      -webkit-box-sizing: border-box;
}

.fontYS{
	color: #ff2b2b;
	font-weight: bold;
	text-decoration:underline;
}

.toggle-box {
    display: none;
}
.toggle-btn {
    position: relative;
}
.toggle-btn:hover {
    cursor: pointer;
    transition: .7s;
}
.toggle-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .7s;
}
.reverse {
    transform: rotateX(180deg);
    transition: .7s;
}


.logon_softkey_area {/*リストのテーブルエリア*/
	clear: both;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: left;
}

.p1{margin-left:10px;}

.hover {
 width:82.5px !important;
 background: #efefef !important;
 color: #000000;
 font-weight: bold !important;;
 text-align: center !important;
 padding-left: 0px !important;
 border-left:solid 2px #b4b4b4 !important;
 border-top:solid 2px #b4b4b4 !important;
 border-right:solid 2px #b4b4b4 !important;
 border-bottom:none !important;
}

.hover_none {
 width:82.5px !important;
 background: #ffffff  !important;
 color: #000000;
 font-weight: bold !important;
 text-align: center !important;
 padding-left: 0px !important;
 border-left:solid 2px #b4b4b4 !important;
 border-top:solid 2px #b4b4b4 !important;
 border-right:solid 2px #b4b4b4 !important;
 border-bottom:solid 2px #b4b4b4 !important;
} 

.td_top {
 border-bottom: solid 2px #b4b4b4;
 border-right: none !important;
}

.td_normal {
 border-left: 1px solid #b4b4b4 !important;
 border-right: 2px solid #b4b4b4 !important;
} 

.block_item_listForSel {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	border-top: solid 2px #b4b4b4;
	border-collapse: collapse;
}

.block_item_listForSel tr {
	border-bottom: solid 1px #c9c9c9;
	height: 35px;
	line-height: 25px;
	
}

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

.block_item_listForSel th {
	background-color: #FFFFFF;
	width: 140px;
	font-weight: normal;
	text-align: left;
	font-size:14px;
	font-weight: bold;
}

.block_item_listForSel td {
	background-color: #FFFFFF;
	padding:5px 15px 5px 15px 
}

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

.block_item_listForSel {
   border: 2px solid #b4b4b4;
      -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset ;
      -webkit-box-sizing: border-box;
}

.block_item_listForSel tr th{
   background: #efefef;
}

.toggle-box0 {
    display: none;
}
.toggle-btn0 {
    position: relative;
}
.toggle-box1 {
    display: none;
}
.toggle-btn1 {
    position: relative;
}
.toggle-box2 {
    display: none;
}
.toggle-btn2 {
    position: relative;
}
.toggle-btn0:hover {
    cursor: pointer;
    transition: .7s;
}
.toggle-btn1:hover {
    cursor: pointer;
    transition: .7s;
}
.toggle-btn2:hover {
    cursor: pointer;
    transition: .7s;
}

.toggle-arrow-d {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .7s;
}

.toggleBtnTr {
    height: 30px!important;
    line-height: 18px!important;
}

.toggleBtnTd {
    background-color: #D0D0D0!important;
    text-align: center!important;
}

.iptFile {
    display: inline-block;
    position: relative;
}
.iptFile > input {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}
.iptFile > span {
    display: inline-block;
    vertical-align: middle;
}
.iptFile > strong {
    display: inline-block;
    padding: 10px 0 10px 10px;
    vertical-align: middle;
    font-weight: normal;
}
.iptFile span:hover + strong {
    padding-left: 10px;
}

.btn02 input {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
}

.btn02 input::-webkit-search-decoration {
    display: none;
}

.btn02 input::focus {
    outline-offset: -2px;
}
.btn02.disabled input:disabled {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
}
.btn02 {
    display: inline-block;
    min-width: 147px;
    padding: 8px 15px;
    margin: 0 1px 1px 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #ccc;
    font-weight: bold;
    background-color: #fff;
    -moz-box-shadow:1px 1px 0px 0px #535c5e;
    -webkit-box-shadow:1px 1px 0px 0px #535c5e;
    box-shadow:1px 1px 0px 0px #535c5e;
    cursor: pointer;
    color: #000;
}
.btn02 input {
    padding: 2px;
    font-weight: bold;
}
.btn02:hover {
    background-color: #d3ffb5;
}
.btn02:active{
    margin: 0 1px 1px 0;
    border: solid 1px #535c5e;
    background-color: #f8f8f8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn02.disabled:hover{
    background-color: #0d7909;
    cursor: default;
}
.btn02.btn02SizeSS {
    background-size: 12px;
    padding: 0px 10px;
    min-width: 60px;
    text-align: center;
}
.btn02.btn02SizeSSS{
    background-size: 10px;
    font-size: 10px;
    padding: 0px 10px;
    min-width: 40px;
    text-align: center;
}
.btn02.btn02SizeS {
    padding: 8px 10px;
    min-width: 80px;
    text-align: center;
}
.btn02.btn02SizeL {
    padding: 16px 30px;
    min-width: 250px;
}
.swkeyboardList > ul > li > .btn02.btn02SizeS {
    text-align: center;
    padding: 6px 7px;
    min-width: 32px;
    min-height: 28px;
}

.btn02.btn02Chg {
    padding: 8px 10px;
    min-width: 200px;
    text-align: center;
    background: #777777;
    color: #ffffff;
}

.btn02.btn02ChgR {
    padding: 8px 10px;
    min-width: 200px;
    text-align: center;
    background: #ff2b2b;
    color: #ffffff;
}

.pict {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 12px;
    border: solid 3px #777777;
    border-left: 0;
    border-top: 0;
    transform: translateY(-50%);
    transform: rotate(45deg);
}

.tablestyle{
            table-layout:fixed;
            margin:0px 0px;
            border-spacing:0px 0px;
        }
        .tablestyle tr{
            display:block;
            margin:0px 0px;
        }
        .tablestyle td{
            border:0;
            width:150px;
            padding:0px 0px;
            height:14px;
        } 
        
.jsToggleBtn{
    position: relative;
    padding-left: 28px;
}
.jsToggleBtn:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #FFA500;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    text-align: center;
    font-weight: normal;
}
.jsToggleBtn:after{
    content: "＋";
    position: absolute;
    top:3px;
    left: 4px;
    color: #fff;
}
.jsToggleBtnOff{
    position: relative;
    padding-left: 28px;
}
.jsToggleBtnOff:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #0d7909;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    text-align: center;
    font-weight: normal;
}
.jsToggleBtnShow:after{
    content: "−";
    position: absolute;
    top:3px;
    left: 4px;
    color: #fff;
}
.jsToggleContents {
    display: none;
}

.jsToggleContentsShow {
    display: inline;
}

.block_item_listForTb {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

.block_item_listForTb tr {
	border-bottom: solid 1px #c9c9c9;
	height: 35px;
	line-height: 25px;
}

.block_item_listForTb td {
	background-color: #FFFFFF;
	height: 40px;
	padding:1px 15px 1px 15px 
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8) ;
	opacity:0.7;
	
}

body.loading .modal {
	display: block;
	overflow: hidden;
}

 .lds-default {
        width: 80px;
        height: 80px;
        position: relative;
        margin: 0 auto;
        margin-top:100px;
        top:40%;
    }

    .lds-default div {
        position: absolute;
        width: 6px;
        height: 6px;
        background: black;
        border-radius: 50%;
        animation: lds-default 1.2s linear infinite;
        -webkit-animation: lds-default 1.2s linear infinite;
    }

    .lds-default div:nth-child(1) {
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        top: 37px;
        left: 66px;
    }

    .lds-default div:nth-child(2) {
        animation-delay: -0.1s;
        -webkit-animation-delay: -0.1s;
        top: 22px;
        left: 62px;
    }

    .lds-default div:nth-child(3) {
        animation-delay: -0.2s;
        -webkit-animation-delay: -0.2s;
        top: 11px;
        left: 52px;
    }

    .lds-default div:nth-child(4) {
        animation-delay: -0.3s;
        -webkit-animation-delay: -0.3s;
        top: 7px;
        left: 37px;
    }

    .lds-default div:nth-child(5) {
        animation-delay: -0.4s;
        -webkit-animation-delay: -0.4s;
        top: 11px;
        left: 22px;
    }

    .lds-default div:nth-child(6) {
        animation-delay: -0.5s;
        -webkit-animation-delay: -0.5s;
        top: 22px;
        left: 11px;
    }

    .lds-default div:nth-child(7) {
        animation-delay: -0.6s;
        -webkit-animation-delay: -0.6s;
        top: 37px;
        left: 7px;
    }

    .lds-default div:nth-child(8) {
        animation-delay: -0.7s;
        -webkit-animation-delay: -0.7s;
        top: 52px;
        left: 11px;
    }

    .lds-default div:nth-child(9) {
        animation-delay: -0.8s;
        -webkit-animation-delay: -0.8s;
        top: 62px;
        left: 22px;
    }

    .lds-default div:nth-child(10) {
        animation-delay: -0.9s;
        -webkit-animation-delay: -0.9s;
        top: 66px;
        left: 37px;
    }

    .lds-default div:nth-child(11) {
        animation-delay: -1s;
        -webkit-animation-delay: -1s;
        top: 62px;
        left: 52px;
    }

    .lds-default div:nth-child(12) {
        animation-delay: -1.1s;
        -webkit-animation-delay: -1.1s;
        top: 52px;
        left: 62px;
    }

    @keyframes lds-default {
        0%, 20%, 80%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.5);
        }
    }

    @-webkit-keyframes lds-default {
        0%, 20%, 80%, 100% {
            -webkit-transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.5);
        }
    }