@charset "UTF-8";

/* マージン
--------------------------------------------------------- */
table.t_center {
	margin:auto;
}

/* iframe
--------------------------------------------------------- */
div.iframe{
	margin:auto;
}

div.iframe-inner{
	width:625px;
	height:300px;
	border:solid 2px #999999;
	overflow:scroll;
	overflow-x:hidden;
	padding:10px;
	margin:20px auto 10px auto;
}

div.iframe-inner p.title01{
	margin-bottom:15px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
}

div.iframe-inner p.title02{
	margin-top:1em;
	font-size:95%;
	font-weight:bold;
}

div.iframe-inner p.txt00{
	margin:2em 0 1em 0;
	font-size:90%;
	line-height:150%;
}

div.iframe-inner p.txt01{
	margin:0.5em 0;
	font-size:90%;
	line-height:150%;
	text-indent:1em;
}

div.iframe-inner p.txt02{
	margin:0.5em 0 0.5em 3em;
	font-size:90%;
	line-height:150%;
	text-indent:-1em;
}

div.iframe-inner p.txt03{
	margin:0.5em 0 0.5em 2em;
	font-size:90%;
	line-height:150%;
	text-indent:-1.5em;
}

div.iframe-inner p.txt_m1{
	margin-left:1.5em;
	margin-right:1.5em;
	font-size:90%;
	line-height:150%;
}

div.iframe-inner p.txt_m2{
	margin-left:3em;
	margin-right:1.5em;
	font-size:90%;
	line-height:150%;
}

div.iframe-inner p.txt_m3{
	margin-left:4.5em;
	margin-right:1.5em;
	font-size:90%;
	line-height:150%;
}

div.iframe-inner p.txt_m4{
	margin-left:6em;
	margin-right:1.5em;
	font-size:90%;
	line-height:150%;
}

div.iframe-inner p.txt_m5{
	margin-left:7.5em;
	margin-right:1.5em;
	font-size:90%;
	line-height:150%;
}

div.iframe-inner p.i_l{
	margin-top:0.5em;
	text-indent:-1em;
}

div.iframe-inner p.i_c{
	margin-top:0.5em;
	text-indent:0;
}

div.iframe-inner p.i_r{
	margin-top:0.5em;
	text-indent:1em;
}

div.iframe-inner ol.iframe{
	margin:1em 0 1em 2em;
}

div.iframe-inner ol.iframe li{
	font-size:90%;
	line-height:150%;
}

div.d-table p.align-r{
	text-align: right;
}
div.iframe-inner hr {
	border-top:2px dashed #999999;

}

/* table
--------------------------------------------------------- */
span.vartical{
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	height: max-content;
}

/* テキスト-同意チェックボックスエラー用
--------------------------------------------------------- */
.txt90-err{
	margin-left:10px;
	font-size:90%;
	line-height:150%;
	background-color:#FFFF99;
}

/* テキスト-電子申請への誘導メッセージ、JavaScriptオフメッセージ用
--------------------------------------------------------- */
.txt90-strong{
	margin-left:10px;
	font-size:90%;
	line-height:150%;
	font-weight:bold;
}

/* ------------------------------------------------ */
/*  HW更改に伴うブラウザ別非互換の吸収に関する定義  */
/* ------------------------------------------------ */
.nowrap{
	white-space:nowrap;
}

/* ==================================================================*/
/* 保険の通常テーブル */
/* ==================================================================*/
table.hoken-table {
	border-collapse: separate;
	border-spacing: 0;
	border-right: 1px solid #125939;
	border-bottom: 1px solid #125939; }

table.hoken-table tr th, table.hoken-table tr td {
	border-top: 1px solid #125939;
	border-left: 1px solid #125939;
	padding: 1.5em 10px;
	text-align: left; }

table.hoken-table tr th {
	vertical-align: middle;
	background-color: #DBFAEC;
}
table.hoken-table tr th[rowspan] {
	vertical-align: top;
}
/* ==================================================================*/
/* 通常テーブル３（入力画面や参照画面等のthが3以上に対してtdが1の場合） */
/* （width指定は個別に行う） */
/* ==================================================================*/

/* thが1に対してtdが1の場合 */
table.header-sprit0 tr th {
	width: 30%;
}
/* thが2に対してtdが1の場合 */
table.header-sprit2 tr th {
	width: 15%;
}

/* thが3に対してtdが1の場合 */
table.header-sprit3 tr th {
	width: 10%;
}

/* widthの個別指定の場合 */
table.header-spritx tr th.width2p{
	width: 2%;
}
table.header-spritx tr th.width3p{
	width: 3%;
}
table.header-spritx tr th.width5p{
	width: 5%;
}
table.header-spritx tr th.width8p{
	width: 8%;
}
table.header-spritx tr th.width10p{
	width: 10%;
}
table.header-spritx tr th.width12p{
	width: 12%;
}
table.header-spritx tr th.width14p{
	width: 14%;
}
table.header-spritx tr th.width15p{
	width: 15%;
}
table.header-spritx tr th.width26p{
	width: 26%;
}

/* ==================================================================*/
/* 通常テーブルX（入力画面や参照画面等のthが3以上に対してtdが1の場合） */
/* （width指定は個別に行う） */
/* ==================================================================*/

table.header-spritx th.white_border, table.header-spritx td.white_border{
	border-collapse: separate;
	border-spacing: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0; }

/* ==================================================================*/
/* インナーテーブル（就業促進定着手当支給申請書入力） */
/* ==================================================================*/
.inner-table .width22p{
	width: 22%; }
.inner-table .width19p{
	width: 19%; }
.inner-table .width15p{
	width: 15%; }
.inner-table .width14p{
	width: 14%; }

table.header-sprit2 tr.inner-table th {
	text-align: center; }

.inner-table td {
  vertical-align: middle; }
	
/* ==================================================================*/
/* 入力項目幅 */
/* ==================================================================*/

/* インナーテーブル備考用 */
.in_width_12em {
  width: 12em; }

/* ==================================================================*/
/* マージン */
/* ==================================================================*/
/* 下 */
.mb1_5 {
 	margin-bottom: 1.5em; }
/* 左 */
.ml1_2 {
 	margin-left: 1.2em; }

div.flex.input > div.mb1 {
 	margin-bottom: 1em;
}

.width60p{
	width: 60%; }
.width12p{
	width: 12%; }
.width10p{
	width: 10%; }
.width8p{
	width: 8%; }

.color-red {
	color: #FF0000; }

.h3{
	margin:1.5em 0 0.5em 0;
	padding:0.1em 0.5em 0.2em 13px;
	background:url(../img/h3_green.gif) #FFFFFF no-repeat 0 100%;
	border-bottom:1px solid #7ad614;
	font-size:95%;
	line-height:130%;
	font-weight:bold;
}

/* テキスト
--------------------------------------------------------- */
/* 通常テキスト */
.txt90 {
	margin-left: 10px;font-size: 90%;line-height: 150%;}
.txt90-indent {
	margin-left: 10px;font-size: 90%;text-indent: 1em;line-height: 150%;}
.txt90-indent-bsp {
	margin-bottom: 1em;margin-left: 10px;font-size: 90%;text-indent: 1em;line-height: 150%;}
.txt90-indent-tsp {
	margin-top: 1em;margin-left: 10px;font-size: 90%;text-indent: 1em;line-height: 150%;}
.txt100-center-tsp {
	margin-top: 1em;margin-left: 10px;text-align: center;line-height: 150%;}

/* 小さめテキスト */
.txt80 {
margin-left: 10px;font-size: 80%;line-height: 150%;}

/* 大きめテキスト */
.txt120 {
margin-left: 10px;font-size: 120%;line-height: 150%;}


/* ==================================================================*/
/* iframe内 */
/* ==================================================================*/
.iframa_table .static td{
	background:#FFFFFF;
	border:1px solid #333333;
	vertical-align:top;
	font-size:80%;
	padding:1px;
	line-height:150%;
}

.iframa_table {
	width:auto;
}

.iframa_table td {
	vertical-align:middle;
	padding:1px;
}

/* 位置
--------------------------------------------------------- */
/*
input.right{
text-align: right !important;padding-right: 1px;}
*/

table tr td input.right{
  text-align: right;
  padding-right: 1px;}

/* ==================================================================*/
/* 帳票一覧 */
/* ==================================================================*/
ul.link{
	margin:0.5em 0 1em 20px;
}
ul.link li{
	margin-top:0.2em;
	padding-left:16px;
	background:url(../img/css_green.gif) no-repeat 0 -45px;/* icon_link_green.gif */
	font-size:85%;
	line-height:150%;
	list-style-type:none;
	font-weight:bold;
}
.fsize_90p{
	font-size:90%;
	font-weight:bold;
}
.strong{
	font-weight:bold;
}

.gray{
	color:#999999;
}

hr {
	border-top:1px solid #7ad614
}

