/***********************************************/
/* メニュー                                    */
/***********************************************/
/* メニュータイトル */

html,body,form {
	margin:0px;
	padding:0px;
    font-size: 100%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}


select{
    font-size: 90%;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a img {
    border-style:none;
}

table {
    empty-cells: show;
}

/* ADD 明石市-障害対応No.392 START 2023.01.18 */
pre{
	white-space: pre-wrap;
}
/* ADD 明石市-障害対応No.392 END 2023.01.18 */

/*
 margin,padding
 [上][右][下][左]
 */

/*通常時の設定*/
.menu{
  cursor : pointer;
  margin : 2px 0px 0px 10px;
  padding : 2px 10px 2px 10px;
  border : 1px solid #90EE90;
  border-left : 10px solid #90EE90;
  width : 140px;
  color : black;* /* 文字の色 */
  text-decoration : underline;
  text-align: left;
}

/*マウスを乗せたときの設定*/
.menu-on{
  cursor : pointer;
  margin : 2px 0px 0px 10px;
  padding : 2px 10px 2px 10px;
  border : 1px solid red;
  border-left : 10px solid red;/*←変わるとこ*/
  width : 140px;
  color : red; /* 文字の色 */
  text-decoration : underline;
  text-align: left;
}

/*サブメニュー設定*/
.submenu{
  cursor : pointer;
  margin : 2px 0px 0px 15px;
  padding : 2px 10px 2px 10px;
  border : 1px solid #90EE90;
  border-left : 10px solid #90EE90;
  width : 130px;
  color : black; /* 文字の色 */
  text-decoration : underline;
  text-align: left;
}

/*サブメニューにマウスを乗せたときの設定*/
.submenu-on{
  cursor : pointer;
  margin : 2px 0px 0px 15px;
  padding : 2px 10px 2px 10px;
  border : 1px solid red;
  border-left : 10px solid red;/*←変わるとこ*/
  width : 130px;
  color : red; /* 文字の色 */
  text-decoration : underline;
  text-align: left;
}

#navigation{
	float:left;
	width:220px;
}

#body{
	margin-left:220px;
	margin-right:20px;
	/*float:left;*/
	/* width:800px; */
	/*width:1000px;*/
	/*text-align: left;*/
}

#screen{
	/* width:1000px; */
	/*width:1200px;*/
	min-width:760px;
}

.left {
	/* UPD TMC標準-2020-障害No.185 START 2021.03.24 */
	/*TEXT-ALIGN: left*/
	TEXT-ALIGN: left;
   	word-break:break-all;
	/* ADD TMC標準-2020-障害No.250 START 2021.03.24 */
	word-wrap: break-word;
	/* ADD TMC標準-2020-障害No.250 END 2021.03.24 */
	/* UPD TMC標準-2020-障害No.185 END 2021.03.24 */
}
.right {
	TEXT-ALIGN: right
}
.center {
	TEXT-ALIGN: center
}
.clear {
	CLEAR: both
}

.actionMessage {
    color:blue;
}

.fieldError {
    color:red;
}

.actionError {
    color:red;
}

.autoWidth{
    width:90%;
}
.autoWidth2{
    width:70%;
}
.topRow{
	height:0px;
	border-width:0px;
}

.small{
    font-size:90%;
}
/***********************************************/
/* ヘルプデスク                                */
/***********************************************/
#help-box {
    margin: 0px 10px;
    width: 190px;
    font-size:80%;
}

#help-outer {
    margin: 0px 1px;
    background: honeydew;
	border-top: 1px solid #229900; /* 上のライン */
	border-bottom: 1px solid #229900;  /* 下のライン */
}

#help-inner {
    padding :4px;
    margin: 0px -1px; /* ←ポイント:角を丸く */
    background: honeydew; /* 背景色 */
	border-left: 1px solid #229900; /* 左のライン */
	border-right: 1px solid #229900; /* 右のライン */
}

/* ADD 2022-23_各種情報変更申請 START 2022.10.31 */
.tab_button {
  	margin: 15px 5px 3px;
  	width: 140px;
 	float: left;
  	cursor: pointer;
  	text-alibn: center;
  	font-size: 90%
}
.tab_target {
  	text-align : center;
 	margin: 0px;
  	background: #93ca76;
  	height: 30px;
 	border-radius:10px;
  	padding-top: 10px;
}
.tab_notTarget {
  	text-align : center;
  	margin: 0px;
 	background: #ccc;
  	height: 30px;
  	border-radius:10px;
  	padding-top: 10px;
}
/* ADD 2022-23_各種情報変更申請 END 2022.10.31 */

/* ADD 明石市-2022-23_各種情報変更申請（PVENC00300／基本情報変更）START 2022.10.31 */
#menu td.view-data {
	text-align: left;
	padding: 5px 5px 5px 5px;
	border: 1px #808080 solid;
	background-color: #F7F9FC; /* 背景色 */
	vertical-align: middle;
}

#menu td.view-details {
	text-align: left;
	padding: 5px 5px 5px 5px;
	border: 1px #808080 solid;
	background-color: #F7F9FC; /* 背景色 */
	vertical-align: middle;
}

td.view-dataDiff {
	text-align: left;
	padding: 5px 5px 5px 5px;
	border: 1px #808080 solid;
	background-color: mistyrose; /* 背景色 */
	vertical-align: middle;
}

td.view-detailsDiff {
	text-align: left;
	padding: 5px 5px 5px 5px;
	border: 1px #808080 solid;
	background-color: mistyrose; /* 背景色 */
	vertical-align: middle;
}

/* submitボタンがdisabledの際の見た目 */
input[type="button"]:disabled {
	color: rgba(160, 160, 160, 1);
	text-shadow:2px 1px 1px white;
}
/* ADD 明石市-2022-23_各種情報変更申請（PVENC00300／基本情報変更）END 2022.10.31 */

input.calendar_btn{
	width:40px;
	height:24px;
	background-image:url(../image/btn_calendar.gif);
	border:0px;
	cursor: pointer;
	vertical-align: top;
}