body {
    margin: 0px;
    font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

.wrapper {
    width: 980px;
}

/* メインボックス*/
div#container {
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

/* フッターを幅いっぱいにする為のボックス*/
div#footer-block {
    clear: both;
    width: 100%;
    min-width: 1000px;
    padding: 20px auto 20px;
}

/* フッター*/
div#footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* コピーライト */
#copyright {
    font-size: 12px;
    color: #727171;
}

/* リストのボタン */
button.btn-mini {
    padding: .001rem .3rem;
    font-size: .12rem;
    line-height: 1.6;
    border-radius: .25rem;
}

/* メッセージ表示 */
div.normal_message {
/*
    padding: 5px;
    margin: 5px 0px;
    color: #2c2c2f;
    background: #cde4ff;
    box-shadow: 0 0 6px #c0c0c0;
*/
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
div.normal_message p {
    margin: 0;
    padding: 0;
}

/* エラーメッセージ表示 */
div.error_message {
/*
    padding: 5px;
    margin: 5px 0px;
    color: #ffffff;
    background: #EA4B65;
    box-shadow: 0 0 6px #c0c0c0;
*/
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    color: #EA4B65;/*文字色*/
    background: #FFF;
    border: solid 3px #EA4B65;/*線*/
    border-radius: 10px;/*角の丸み*/

}
div.error_message p {
    margin: 0;
    padding: 0;
}

/* 注意書き */
span.exclamation {
    font-size: smaller;
    color: red;
    padding-left: 10px;    
}

.text_field {
    padding-bottom: 10px;
}

div.content-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}
div.content-block h1 {
    font-size: large;
}
div.content-block h2 {
    font-size: medium;
}

.menu_cell_bgcolor ul {
    list-style:  none;
    margin:  0;
    padding: 0;
    padding-left: 10px;
}

/* ヘッダー Capiton */
div.header_caption {
    float:left;
    width:80%;
}

/* 戻るボタン（共通） */
div.button_goback {
    text-align: right;
}

/* サポート機能 メニュー 段組み:左 */
#menu_column_left {
    list-style-position: inside;
    float: left;
    width: 33%;
    height: 100%;
    text-align: left;
    padding: 10px;
}

/* サポート機能 メニュー 段組み:中央 */
#menu_column_center {
    float: left;
    width: 33%;
    height: 100%;
    text-align: left;
    padding: 10px;
}

/* サポート機能 メニュー 段組み:右 */
#menu_column_right {
    list-style-position: inside;
    float: left;
    width: 33%;
    height: 100%;
    text-align: left;
    padding: 10px;
}
div.menu_cell {
    padding: 0px 10px 20px 10px;
}
div.menu_cell_bgcolor {
    background-color: rgba(242,242,242,.8);
    padding: 5px 5px 30px 5px;
}

/* div 条件 */
div.joken-block {
    margin: 5px 0px 5px 0px;
    padding: 10px;
    background-color: #EBF4F8;
}

/* table 条件 */
table.joken td {
    padding-bottom: 3px;
}

/* table リスト */
table.list {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
table.list th.th_row {
    padding: 3px;
    vertical-align: middle;
    text-align: left;
    background: #c0c0c0;
    color: white;
    font-size: smaller;
}
table.list td.td_row {
    padding: 2px;
    vertical-align: middle;
    text-align: left;
    font-size: smaller;
}
table.list tr:nth-child(2n+1) {
    background: #f5f5f5;
}
table.list td {
  word-break : break-all;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}
 
#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("/img/gif-load.gif") center center no-repeat;
}

/* 一覧リスト上の右端に位置するリンクのスタイル */
.linkonlist {
    text-align: right;
    padding-right: 5px;
}

/* 注意書き */
span.caution {
    padding-left: 15px;
    color: red;
    font-size: small;
    display: inline-block;
}