@charset "shift_jis";
/* 枠
--------------------------------------------------------- */
.blue-information{
border:solid 6px #c6daf7;
padding:20px;
width:777px;
}
.orange-information{
border:solid 6px #ffe497;
padding:20px;
width:777px;
}
.xab203-orange-information{
border:solid 6px #ffe497;
padding:20px;
width:494px;
text-align:center;
margin-left:140px;
}
/* ラベル項目の表示位置
--------------------------------------------------------- */
.xab010-ml10{
margin-left:10px;
}
/* テーブル横のボタン
--------------------------------------------------------- */
.float-left2{
width:680px !important;
float:left;
}
/* テーブルの幅
--------------------------------------------------------- */
#orange table.dynamic{
width:680px;
}
/* テーブルの幅
--------------------------------------------------------- */
#blue table.dynamic{
width:680px;
}
/* タイトル（障害者にて使用）
--------------------------------------------------------- */
.title01 {
margin: 1.5em 0 0.5em 10px;
padding: 0.1em 0.5em 0.1em 5px;
border-left: 6px solid #999999;
font-size: 90%;
font-weight:bold;
}
/* 文字の折り返し
--------------------------------------------------------- */
.wordBreak {
word-break:break-all;
}
/* テキストボックスの幅
--------------------------------------------------------- */
.w34 {
width: 34em;
}
/* ------------------------------------------------ */
/*  HW更改に伴うブラウザ別非互換の吸収に関する定義  */
/* ------------------------------------------------ */
.cv_w4_5 {
width: 4.5em;
}

/* ============================
	ボーダー
 ============================== */
/* 左ボーダー なし */
.lb-hidden{
	border-left:hidden !important;
}

/* 右ボーダー なし */
.rb-hidden{
	border-right:hidden !important;

}

/* 上ボーダー なし */
.tb-hidden{
	border-top:hidden !important;

}

/* 下ボーダー なし */
.bb-hidden{
	border-bottom:hidden !important;

}

/* 左パディングなし */
.no_left_padding {
padding-left: 0 !important;
}

/* 右パディングなし */
.no_right_padding {
padding-right: 0 !important;
}

/* 上パディングなし */
.no_top_padding {
padding-top: 0 !important;
}

/* 下パディングなし */
.no_bottom_padding {
padding-bottom: 0 !important;
}

/* テーブルの列幅を固定 */
.tabel_layout_fixed {
	table-layout: fixed;
}

/* 下ボーダー なし（改ページ用） */
/* print.cssで同クラスにて下ボーダー非表示を表示に変更する */
.bb-hidden-break {
	border-bottom:hidden !important;
}

/* 上ボーダー あり（改ページ用） */
.tp-hidden-break {
	border-top:none !important;

}

/* 幅（青少年雇用情報追加情報用） */
.w6_4 {
width: 6.4em;
}

.print-mac-display {
	display:none;
}

/* 幅（青少年雇用情報その内容用） */
.seishonenTextAreaWidth {
	width: 465px;
}
