 /* @charset "utf-8"; */ 
/* CSS Document */

/* 警告メッセージ */
.attention{
	margin-bottom:1em;
	padding:0.5em 0.5em 0.5em 2.5em;
	border-top:1px solid #ddddbb;
	border-right:1px solid #ddddbb;
	border-bottom:1px solid #c3c3aa;
	border-left:1px solid #ddddbb;
	background:#FFFFCC url(../images/icon_attention.gif) 7px 6px no-repeat;
	line-height:1.3em;
	color:#f22;
	text-align:left;
}
/* //警告メッセージ */

/* 処理完了メッセージ */
.success{
	margin-bottom:1em;
	padding:0.5em 0.5em 0.5em 2.5em;
	border-top:1px solid #ddddbb;
	border-right:1px solid #ddddbb;
	border-bottom:1px solid #c3c3aa;
	border-left:1px solid #ddddbb;
	background:#FFFFCC url(../images/icon_success.gif) 7px 6px no-repeat;
	line-height:1.3em;
	color:#22f;
	text-align:left;
}
/* //処理完了メッセージ */

.section{
	padding:0 0 1em 0;
}

/* 汎用テーブルスタイル */
.default_table{
	width:95% !important;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	margin-bottom:1em;
	text-align:left;
	white-space:nowrap;
    margin-left: 1em;

}
.default_table td{
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	padding:0.5em 0.5em;
/*	background-color:#ffffff;*/
}
.default_table th{
	background:#e9e9e9 url(../images/bg_th_black.gif) left bottom repeat-x;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	padding:0.5em 0.4em;
	line-height:20px;
}
.default_table th.noLH{
	line-height:1.2em;
}
.default_table th.category{/* 検索項目のカテゴリ表示用 */
	background-color:#f0f0f0;
	background-image:none;
	border-left:4px solid #cf3535;
	padding:0.5em 0.4em;
	text-align:left;
	line-height:20px;
}
.default_table th.blank{/* 空のth */
	background-color:#e9e9e9;
	background-image:none;
}
.default_table thead{
	text-align:center;
}
.default_table tbody td{
	line-height:20px;
}

.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.txt_right_20{
	text-align:right;
	width:20%;
}
.txt_left{
	text-align:left;
}

td.btn{
	text-align:center;
	background:#FFFFFF url(../images/bg_main.gif) top left repeat-x;
}
td.btn input{
	margin:0em 0.5em;
	font-size:16px;
}
td.wt
{
	background-color:#FFFFFF;
}
.wrap_ok{
	line-height:1.2em !important;
}
p.info_message{/* 確認・完了画面のメッセージなど */
/*	font-size:14px;
	line-height:2em;
*/
    margin-left:1em;
	margin-bottom:1em;
}
textarea{
	resize: none;
}
input{
	resize: none;
    }
  
body {
	font-family:"ＭＳ Ｐゴシック","MS PGothic", sans-serif
}
/* ID職人・ID職人Smart変更対応で追加 */
.wrap {
	background-color: #FFFACD;
}

/* ID職人・ID職人Smart変更対応で追加 kaku */
.read{
	padding: .5em 0 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #969996;
}

.read p{
	letter-spacing: .05em;
	line-height: 1.75;
}
/* ID職人・ID職人Smart変更対応で追加 kaku */