@charset "UTF-8";
/*
<%@page pageEncoding="UTF-8"%>
*/
/*--------デフォルト指定--------*/
* {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	/*----Sq6反映----*/
	background-color: #E3F4EE !important;
	overflow-y: scroll;
}
em {
	font-style: normal;
}
fieldset {
	border: 0px;
}
img {
	border: 0px;
	vertical-align: bottom;
}
input, select, option, textarea {
	font-family: "ＭＳ ゴシック", sans-serif;
}
input::-ms-clear { display: none; }

li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
hr {
	margin-top: 6px;
	margin-bottom: 6px;
	border-top: solid 1px #9f9f9f;
	border-bottom: solid 1px #9f9f9f;
	border-left: none;
	border-right: none;
}

/*--------テーブルの指定--------*/
table {
	border-collapse: collapse;
}
table[border="1"] {
	border-style: solid;
	border-width: 1px;
}
table[border="1"] > * > tr > * {
	border-style: solid;
	border-width: 1px;
}
th {
	text-align: left;
	vertical-align: middle;
}
td {
	text-align: left;
}
caption {/*テーブルのキャプション*/
	text-align: left;
}
.th20percent {
	width: 20%;
}

/*--------リンクの指定--------*/
a:link {
	color: #333CCC;
}
a:visited {
	color: #333CCC;
}
a:hover {
	color: #FF3333;
}
a:active {
	color: #FF3333;
}

/*
 * =====================================================================
 * 入力部品のデザイン違いの吸収
 * =====================================================================
 */
label {
	vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 5px;
	height: 20px;
}
input[type="password"], input[type="file"] {
	padding: 2px 1px 3px 1px;
}
textarea {
	padding: 2px 1px 2px 1px;
}
select {
	padding: 1px 0px 2px 0px;
}
select[disabled] {
	padding: 1px 0px 1px 0px;
}
button, input[type="button"], input[type="submit"] {
	padding-top: 2px;
	padding-bottom: 2px;
}
input[disabled], textarea[disabled], select[disabled], button[disabled] {
	color: #9f9f9f;
	text-shadow: 1px 1px #ffffff;
}

/*
 * =====================================================================
 * cellpadding 属性
 * =====================================================================
 */
table.cellpadding-0px > * > tr > * { padding: 0px; }
table.cellpadding-1px > * > tr > * { padding: 1px; }
table.cellpadding-2px > * > tr > * { padding: 2px; }
table.cellpadding-3px > * > tr > * { padding: 3px; }
table.cellpadding-4px > * > tr > * { padding: 4px; }
table.cellpadding-5px > * > tr > * { padding: 5px; }
table.cellpadding-6px > * > tr > * { padding: 6px; }
table.cellpadding-7px > * > tr > * { padding: 7px; }
table.cellpadding-8px > * > tr > * { padding: 8px; }
table.cellpadding-9px > * > tr > * { padding: 9px; }

/*
 * =====================================================================
 * align 属性
 * =====================================================================
 */
.align-left div,
.align-left h1,
.align-left h2,
.align-left h3,
.align-left h4,
.align-left h5,
.align-left h6,
.align-left hr,
.align-left p,
.align-left table {
	margin-left: 0px;
	margin-right: auto;
}
.align-center div,
.align-center h1,
.align-center h2,
.align-center h3,
.align-center h4,
.align-center h5,
.align-center h6,
.align-center hr,
.align-center p,
.align-center table {
	margin-left: auto;
	margin-right: auto;
}
.align-right div,
.align-right h1,
.align-right h2,
.align-right h3,
.align-right h4,
.align-right h5,
.align-right h6,
.align-right hr,
.align-right p,
.align-right table {
	margin-left: auto;
	margin-right: 0px;
}
img.align-left {
	display: block;	/* 記述順注意 */
	margin-left: 0px;
	margin-right: auto;
}
img.align-center {
	display: block;	/* 記述順注意 */
	margin-left: auto;
	margin-right: auto;
}
img.align-right {
	display: block;	/* 記述順注意 */
	margin-left: auto;
	margin-right: 0px;
}
table.align-left {	/* 記述順注意 */
	text-align: inherit;
	margin-left: 0px;
	margin-right: auto;
}
table.align-center {	/* 記述順注意 */
	text-align: inherit;
	margin-left: auto;
	margin-right: auto;
}
table.align-right {	/* 記述順注意 */
	text-align: inherit;
	margin-left: auto;
	margin-right: 0px;
}

/*
 * =====================================================================
 * font[size] 属性
 * =====================================================================
 */
.font-size-1 { font-size: 8px;     }
.font-size-2 { font-size: 10.66px; }
.font-size-3 { font-size: 12px;    }
.font-size-4 { font-size: 13.33px; }
.font-size-5 { font-size: 16px;    }
.font-size-6 { font-size: 21.33px; }
.font-size-7 { font-size: 32px;    }


/*--------共通指定--------*/
.align_center {
        text-align: center;
}
.align_right {
        text-align: right;
}
span.align_center, span.align_right {
        display: inline-block;
}
.bold {
        font-weight: bold;
}
.clearFix{/*float回り込みの設定*/
        display: inline-block;
}

/*--------余白の指定--------*/
.margin_bottom8 {
        margin-bottom: 8px;
}
.margin_bottom16 {
        margin-bottom: 16px;
}
.margin_bottom32 {
        margin-bottom: 32px;
}

/*--------ボタン幅指定--------*/
.input_btn_1 {
        width: 7em;
        margin-left: 2px;
        margin-right: 2px;
}
.input_btn_search {
        width: 7em;
}
.input_btn_1em { width: 1em; }
.input_btn_2em { width: 2em; }
.input_btn_3em { width: 3em; }
.input_btn_4em { width: 4em; }
.input_btn_5em { width: 5em; }
.input_btn_6em { width: 6em; }
.input_btn_7em { width: 7em; }
.input_btn_8em { width: 8em; }
.input_btn_9em { width: 9em; }
.input_btn_10em { width: 10em; }
.input_btn_11em { width: 11em; }
.input_btn_12em { width: 12em; }
.input_btn_13em { width: 13em; }
.input_btn_14em { width: 14em; }
.input_btn_15em { width: 15em; }
.input_btn_16em { width: 16em; }
.input_btn_17em { width: 17em; }
.input_btn_18em { width: 18em; }
.input_btn_19em { width: 19em; }
.input_btn_20em { width: 20em; }

/*--------トップメニューの常時表示メニュー領域の指定--------*/
#title_line_top {
        background-color: #FFDF7D;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #CC9900;
        vertical-align: middle;
        padding: 8px;
        color: #000000;
}
#title_line_top::after {
        display: block;
        clear: both;
        content: "";
}
#title_line_top .title_line {/*タイトル文字の指定*/
        font-size: 14px;
        font-weight: bold;
        float: left;
}
#title_line_top .always_menu {/*常時表示メニュー*/
        position: relative;
        /*top: -7px;*/
        float: right;
        text-align: right;
        color: #000000;
}
#title_line_top .knowhow{/*ノウハウの指定*/
        position: relative;
        top: 6px;
        font-size: 10px;
        padding: 2px;
        float: left;
        border: 1px solid #000000;
}
#title_line_top .logout_area{/*「業務終了」ボタン領域の指定*/
        position: relative;
        /*top: 4px;*/
}

#title_line_top a {/*リンクの指定*/
        text-decoration: none;
        color: #000000;
}
#title_line_top a:hover {
        text-decoration: underline;
}
/*--------トップメニューのコンテンツ領域の指定--------*/
#top_contents {
        padding: 8px;
        /*----Sq6反映----*/
        background-color: #E3F4EE;/* 元　background-color: #FFFAD7; */

}
#top_contents::after {
        display: block;
        clear: both;
        content: "";
}
/*--------トップメニューの左側メニューの指定--------*/
#top_contents #left_menu {
        width: 272px; /* 2012/2修正　前240px⇒272px */
        float: left;
        border-left: 1px solid #D6D6D6;
        border-right: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
}
#top_contents #left_menu .category {
        font-weight: bold;
        padding: 4px;
        background-color: #F0F0F0;
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
}
#top_contents #left_menu .topline {
        border-top: 1px solid #D6D6D6;
}
/* 2012/2コメントアウト
#top_contents #left_menu a {
        display: block;
        text-decoration: none;
        margin:0px;
        height: 12px;
        padding: 4px;
        text-indent: 1em;
}
#top_contents #left_menu a:hover{
        background-color: #FFCC66;
        color: #000000;
}
*/
/*--------トップメニューのコンテンツの指定--------*/
#top_contents #contents {
        float: left;
        margin-left: 8px;
        width: 680px; /* 2012/2修正　前713px⇒680px */
}
#top_contents #contents .menu {
        /*margin-top: 8px;*/
}
#top_contents #contents .menu .label {
        padding: 4px 8px;
        margin-bottom: 2px;
        border-left: 6px solid #D6D6D6;
        background-color: #F0F0F0;
}
#top_contents #contents .menu .label::after {
        display: block;
        clear: both;
        content: "";
}
#top_contents #contents .menu .label .title {
        font-weight: bold;
        float: left;
}
#top_contents #contents .menu .label .past {
        float: right;
}

#top_contents #contents .menu .list {
        line-height: 150%;
        margin-bottom: 16px;
        text-indent: 2em;
        clear: both;
}

#top_contents ul {
}
#top_contents li {
        list-style-type: none;
}
#top_contents #contents .menu a {
        text-decoration: none;
}
#top_contents #contents .menu a:hover {
        text-decoration: underline;
}
/*--------トップメニューリストページの指定--------*/
.listpage_table {
}
.listpage_table th, td {
        padding: 4px;
}
.listpage_table a {
        text-decoration: none;
}
.listpage_table a:hover {
        text-decoration: underline;
}
/*--------タイトル行の指定--------*/
#title_line {
        /* sq6反映 */
        background-color: #B7CEE6; /* 元 background-color: #FFDF7D; */
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #5C93C9; /* 元 border-bottom: 1px solid #CC9900; */
        vertical-align: middle;
        padding: 8px;
        color: #000000;
}
#title_line::after {
        display: block;
        clear: both;
        content: "";
}

#title_line .title_line {/*タイトル文字の指定*/
        font-size: 14px;
        font-weight: bold;
        float: left;
}

#title_line .always_menu {/*常時表示メニュー*/
        position: relative;
        top: 1px;
        float: right;
        text-align: right;
        color: #000000;
}
#title_line .knowhow{/*ノウハウの指定*/
        position: relative;
        top: -2px;
        font-size: 10px;
        padding: 2px;
        float: left;
        border: 1px solid #000000;
}
#title_line .logout_area{/*「業務終了」ボタン領域の指定*/
        position: relative;
        top: 4px;
}
#title_line .closebtn_area {/*ポップアップウィドウの「閉じる」ボタン領域*/
        float: right;
        text-align: right;
        position:relative;
        top: -3px;
}

#title_line a {
        text-decoration: none;
        color: #000000;
}
#title_line a:hover {
        text-decoration: underline;
}
#timeout1 {/*タイムアウト表示案1*/
        font-size: 10px;
}
#timeout1 .elapsed_time {
        color: #EEEEEE;
}
.timeout_btn {
        font-size: 10px;
}
/*--------システム情報表示行の指定--------*/
#information_line {
        /* background-color: #FFFFBB; */
        background-color: #E3F4EE;/* Sq6変更 */
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid transparent; /*#CC9900;*/
        vertical-align: middle;
        padding: 4px 8px;
        color: #000000;
}
#information_line::after {
        display: block;
        clear: both;
        content: "";
}

#information_line .user_name{/*ユーザ名*/
        float: right;
}
/*--------メッセージ行の指定--------*/
#message_line {
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #BFBFBF;
}
#message_line table {
        width: 100%;
        }
#message_line table tr {
		height: 28px;
        }
#message_line table th {
        text-align: left;
        white-space: nowrap;
        text-decoration: none;
        font-weight: normal;
        width: 90px;
        }
#message_line table td {
        }

#message_line .message {/*メッセージの余白*/
        padding: 8px;
}
#message_line .message_txt {/*メッセージの余白 業務エラーや特殊エラーの場合*/
        padding: 8px;
        line-height: 150%;
}

#message_line .id {/*メッセージのID*/
        padding-right: 2em;
}
#message_line .eyecatch_area {/*アイキャッチの領域*/
        position: relative;
        left: 8px;
        top: 6px;
        width: 3em;
}

#message_line .error_area {/*エラーメッセージ*/
        border-bottom: 1px solid transparent; /*#FFCACA;*/
        background-color: #FFE8E8;
}
.error_eye_catch {/*エラーアイキャッチ*/
        color: #FFFFFF;
        font-weight: bold;
        background-color: #FF0000;
        border: 1px solid #FFFFFF;
        text-align: center;
        vertical-align: middle;
        position: relative;
        /*width: 14px;*/
        /*height: 10px;*/
        padding: 4px 2px 2px 4px;
        top: -4px;
        left: -2px;
        float: left;
}

#message_line .information_area {/*インフォメーションメッセージ*/
        border-bottom: 1px solid transparent; /*#EEEEEE;*/
        background-color: #FFFFFF;
}
#message_line .warning_area {/*ワーニングメッセージ*/
        border-bottom: 1px solid transparent; /*#FFE066;*/
        background-color: #FFFFCC;
}
.warning_eye_catch {/*ワーニングアイキャッチ*/
        color: #000000;
        font-weight: bold;
        background-color: #FFCC66;
        border: 1px solid #000000;
        text-align: center;
        vertical-align: middle;
        position: relative;
        /*width: 10px;*/
        /*height: 10px;*/
        padding: 4px 2px 2px 4px;
        top: -4px;
        left: -2px;
        float: left;
}

/*--------コンテンツ領域の指定--------*/
#contents_area {
        padding: 8px;
        /*----Sq6反映----*/
        background-color: #E3F4EE;/* 元　background-color: #FFFAD7; */
        width: 100%;
}
#contents_area th, td {
        padding: 2px;
}

/*--------業務メニュー領域2： 普通　3つのカテゴリ各8項目まで--------*/
#menu2 {
        width: 963px;
        margin-bottom: -7px; /* 2011/11/15　8px⇒-7px修正 */
}
#menu2::after {
        display: block;
        clear: both;
        content: "";
}
#menu2 table {
        border: 1px solid #CCCCCC;
        width: 295px;
        margin: 0px 16px 16px 0px;
        float: left;
}
#menu2 table .clear {
        float: clear;
}
#menu2 th {
        font-weight: bold;
        background-color: #F0F0F0;
        border-bottom: 1px solid #CCCCCC;
        padding: 8px;
        }
#menu2 td {
        height: 221px; /* 2011/11/15　232px⇒221px修正 */
        vertical-align: top;
        }
#menu2 td a {
        text-decoration: none;
        display:block;
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        box-sizing: content-box;
}
#menu2 td a:hover{
        background-color: #FFCC66;
        color: #000000;
}
#menu2 td a.directory1 {/*階層1*/
        text-decoration: none;
        display:block;
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        text-indent: 1em;
}
#menu2 td a.directory2 {/*階層2*/
        text-decoration: none;
        display:block;
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        text-indent: 2em;
}
#menu2 td .menu {/*見出し*/
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        font-weight: bold;
}
#menu2 td .menu2 {/*見出し階層1*/
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        font-weight: bold;
        text-indent: 1em;
}


/*--------トップ画面用メニュー--------*/
#top-menu {
        width: 963px;
        margin-bottom: -7px; /* 2011/11/15　8px⇒-7px修正 */
}
#top-menu::after {
        display: block;
        clear: both;
        content: "";
}
#top-menu table {
        border: 1px solid #CCCCCC;
        width: 295px;
        margin: 0px 16px 16px 0px;
        float: left;
}
#top-menu table .clear {
        float: clear;
}
#top-menu th {
        font-weight: bold;
        background-color: #F0F0F0;
        border-bottom: 1px solid #CCCCCC;
        padding: 8px;
        }
#top-menu td {
        height: 50px;
        vertical-align: middle;
        }
#top-menu td a {
        text-decoration: none;
        display:block;
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        box-sizing: content-box;
}
#top-menu td a:hover{
        background-color: #FFCC66;
        color: #000000;
}
#top-menu td a.directory1 {/*階層1*/
        text-decoration: none;
        display:block;
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        text-indent: 1em;
}
#top-menu td a.directory2 {/*階層2*/
        text-decoration: none;
        display:block;
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        text-indent: 2em;
}
#top-menu td .menu {/*見出し*/
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        font-weight: bold;
}
#top-menu td .menu2 {/*見出し階層1*/
        margin:0px;
        height: 9px;  /* 2011/11/15　12px⇒9px修正 */
        padding: 7px; /* 2011/11/15　8px⇒7px修正 */
        font-weight: bold;
        text-indent: 1em;
}

/*--------検索領域--------*/
#search_line {
        margin-bottom: 8px;
}
#search_line table {
        border: 1px solid #D9D9D9;
        border-collapse: separate;
        border-spacing: 0px;
        padding: 0px;
        empty-cells: show;
	    width: 963px;
}
#search_line table.menu {
/*        border: 1px solid #D9D9D9; */
        width:605px;
}
#search_line table.topmenu { /* 2012/2新規追加 */
/*        border: 1px solid #D9D9D9; */
        width:680px;
}
#search_line th {
        white-space: nowrap;
        text-decoration: none;
        font-weight: normal;
        height: 25px;
        padding: 0px 0px 0px 2px;
        border-style: none;
        vertical-align: middle;
}
#search_line td {
        padding: 0px 0px 0px 2px;
        height: 25px;
        border-style: none;
}
#search_line .search_btn {/*「検索ボタン」領域*/
        text-align: center;
        vertical-align: bottom;
        padding-bottom: 2px;

}
/*--------登録領域--------*/
#registration_area {
        margin-bottom: 8px;
        width: 963px;
}
#registration_area table {
        border: 1px solid #D9D9D9;
        border-collapse: separate;
        border-spacing: 0px;
        padding: 0px;
        empty-cells: show;

        width: 100%;
        margin-bottom: 2px;
/*        padding: 2px; */
}
#registration_area th {
        height: 25px;
        white-space: nowrap;
        text-decoration: none;
        font-weight: normal;
        padding: 0px 0px 0px 2px;
        border-style: none;
        vertical-align: middle;
}
#registration_area td {
        height: 25px;
        padding: 0px 0px 0px 2px;
        border-style: none;
}
#registration_area table.list_part {
        border-collapse: collapse;
}
#registration_area .list_part th {/*thタグ部分*/
        height: 25px;
        white-space: nowrap;
        text-decoration: none;
        font-weight: normal;
        padding: 0px 0px 0px 2px;
        border: 1px solid #D9D9D9;
        vertical-align: middle;
}
#registration_area .list_part td {/*tdタグ部分*/
        height: 25px;
        padding: 0px 0px 0px 2px;
        border: 1px solid #D9D9D9;
        background-color: #FFFFEE;
}
#registration_area .input_error {/*入力エラーラベル*/
        white-space: nowrap;
        text-decoration: none;
        font-weight: bold;
        padding: 0px 0px 0px 2px;
        background-color: #FF9999;
        border: 1px solid #D9D9D9;
}

/*--------ダウンロード--------*/
#download_attention {/*「個人情報取扱注意」の指定*/
        padding: 8px;
        color: #FF0000;
        background-color: #FFFAD7;
        border: 3px solid #FF0000;
        margin-bottom: 16px;
}
/*--------必須項目--------*/
.indispensable_input {
        color: #CC0000;
        margin-left: 4px;
}
.explanation_ndispensable {/*「必須項目です」*/
        color: #666666;
        font-size: 10px;
        text-align: right;
}
.color_CC0000 {/*「必須項目です」の中の赤い**/
        color: #CC0000;
}
/*--------請求計画入力項目マーク用--------*/ /* 2011/11/15　新規追加 */
.seikyukeikaku_input {
        color: #0000FF;
        margin-left: 4px;
}
/*--------凡例の指定--------*/
.input_sample {
        font-size: 10px;
        color: #999999;
}
/*--------詳細領域--------*/
#indication_management_number {
        margin-bottom: 8px;
}
#indication_management_number table {
        border: 1px solid #D9D9D9;
        border-collapse: separate;
        border-spacing: 0px;
        padding: 0px;
        empty-cells: show;

        margin-bottom: 2px;
}
#indication_management_number th {
        height: 25px;
        white-space: nowrap;
        text-decoration: none;
        font-weight: normal;
        padding: 0px 0px 0px 2px;
        border-style: none;
        vertical-align: middle;
}
#indication_management_number td {
        height: 25px;
        padding: 0px 0px 0px 2px;
        border-style: none;
}
#indication_area {
        margin-bottom: 8px;
}
#indication_area table {
        border: 1px solid #D9D9D9;
        border-collapse: separate;
        border-spacing: 0px;
        padding: 0px;
        empty-cells: show;

        width: 963px;
        margin-bottom: 2px;
}
#indication_area th {
        height: 25px;
        white-space: nowrap;
        text-decoration: none;
        font-weight: normal;
        padding: 0px 0px 0px 2px;
        border-style: none;
        vertical-align: middle;
}
#indication_area td {
        height: 25px;
        padding: 0px 0px 0px 2px;
        border-style: none;
}


/*--------ボタン行--------*/
#button_line table {
        width: 100%;
        border:none;
}

#button_line td{
        text-align: right;
}

#button_line .align_left {
        text-align: left;
}
/*--------フッタ行--------*/
#footer_line {
        color: #000000;
        text-align: left;
        padding: 0px;
        font-size: 10px;
        clear: both;
}
/***************************************
 *                                     *
 *          業務フロー画面用           *
 *                                     *
 ***************************************/
.flow-style tr {
 box-sizing: content-box;
 height: 8px;
}
.flow-style td {
 box-sizing: content-box;
 text-align: center;
 width: 13px;
}
.topstyle {
 border-top: 2px solid #000000;
}
.bottomstyle {
 border-bottom: 2px solid #000000;
}
.leftstyle {
 border-left: 2px solid #000000;
}
.rightstyle {
 border-right: 2px solid #000000;
}
.top-leftstyle {
 border-top: 2px solid #000000;
 border-left: 2px solid #000000;
}
.top-rightstyle {
 border-top: 2px solid #000000;
 border-right: 2px solid #000000;
}
.bottom-rightstyle {
 border-bottom: 2px solid #000000;
 border-right: 2px solid #000000;
}
.bottom-leftstyle {
 border-bottom: 2px solid #000000;
 border-left: 2px solid #000000;
}

/*----Sq6追加----*/
#contents_area_popup {
        padding: 8px;
/*----色変更----*/
/*      background-color: #FFFFFF;*/
        background-color: #E3F4EE;
        font-family: "ＭＳ ゴシック",sans-serif;
        font-size;12px;
/*----色変更----*/
        width: 100%;
}

.content_table th {
 margin: 0px;
 border: 1px solid #C0C0C0;
 padding: 1px 2px;
 font-weight: normal;
 text-align: center;
 background-color: #D9D9D9;
 height: 23px;
 }

.content_table td {
 text-align: left;
 margin: 0px;
 border: 1px solid #C0C0C0;
 padding: 1px 2px;
 font-weight: normal;
 background-color: #FAFAFA;
 height: 21px;
 }

.uketsuke_bango {
	width: 53px;
}
.combosize{
        margin-right:3px;
        margin-top:2.5px;
        height:19px;
}

.required_mark {
        padding: 0px 2px;
        color: #CC0000;
}
.status {
	width: 257px;
}

#koji_kemmei_th {
	width: 605px;
	text-align: left;
	!important;
}
#koji_basho_th {
	width: 605px;
	text-align: left;
	!important;
}
#kj_kk {
	text-align: center;
	!important;
}
.disp_r {
    clear: right;
    float: right;
}
.copyright {
    text-align: right;
}
#footer_line {
    color: #000000;
    text-align: left;
    padding: 8px;
    font-size: 10px;
    clear: both;
}
}
