/*以下、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 #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
/*	background: #E6F8FF;  */
	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: #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.png');
}

#logo_ib{
	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_web_sp.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;
	padding-top: 5px;
	padding-bottom: 5px;
	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;
}

.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;
	padding: 0;
}

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

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

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

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

.fontLightGray{
	color: #DCDCDC;
}

.fontRed{
	color: #FF0000;
}

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

.write_area div{
	width: 100%;
}

.button_area{
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
    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;
	word-break: break-all;
	word-wrap: break-word;
}

.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: 30px;
	line-height: 18px;
}

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

.block_item_list td {
	background-color: #FFFFFF;
	word-break: break-all;
	word-wrap: break-word;
}

.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{
	word-break: break-all;
	word-wrap: break-word;
}

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

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

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

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;  */
   padding:0px 0px 0px 1px;
}

.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:24px;
	font-size: 14px;
	margin: 2px;
}

select {
	margin: 2px;
	height:22px;
}
/* 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; 
}

.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;
}
 .box:disabled {
            background: #ccc;
        }
        .box:disabled + label {
            appearance:none;
            -moz-appearance:none;
            -webkit-appearance:none;
            color: #ccc;
        }
        .tablestyle{
            border-bottom: none !important;
        }
        .tablestyle td{
            border:0;
            padding:0px 0px;
            height:14px;
        }
        .tablestyle td:first-child{
            width: 180px;border:0;
            
        }
