@charset "UTF-8";

/* 要素 */
body {
    font-size: 12px;
    line-height: 130%;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
    font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
/*    overflow-y: hidden;
    background: url(../images/admin/bg.gif) repeat-x #1d2088; */
}

h1, h2, h3, h4, h5, h6 {
    color: #47477f;
    margin: 0.5em;
}
h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
    margin: 1em;
}
h5 {
    font-size: 14px;
    margin: 1em;
}
h6 {
    font-size: 12px;
}

a {
    color: #333366;
    font-weight: normal;
    text-decoration: none;
}
a:visited {
    color: #333366;
    font-weight: normal;
}
a:hover {
    color: #F8B643;
}

img {
    border: none;
}

hr {
    color: #E18A00;
    background-color: #E18A00;
    border: none;
    width: 95%;
    height: 0.3em;
    margin: 10px auto;
    text-align: center;
}

ul {
    margin: 2px;
    padding: 2px;
    list-style: square outside;
}
li {
    margin-left: 20px;
    line-height: 130%;
}

table {
    width: 100%;
}
td {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
}
th {
    background: url("../images/admin/footer_bg2.gif") repeat scroll center top transparent;
    color: #ffffff;
    font-size: 14pt;
    padding: 10px;
    text-align: left;
}
th a {
    font-weight: bold;
    color: #ffffff;
}
th a:visited {
    font-weight: bold;
    color: #ffffff;
}
th a:hover {
    font-weight: bold;
    color: #ff8c00;
}

p {
    margin: 0;
    padding: 5px;
    line-height: 1.4;
}

form {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    font-family: Arial, "MS UI Gothic", "Osaka", sans-serif;
    color: #333333;
    font-size: 9pt;
}

select option {
    padding: 0 3px;
}

optgroup option {
    padding-left: 10px;
}

/* IEでフォームコントロールのフォントを固定する */
* html input,
* html select {
    font-family: Arial, "MS UI Gothic",sans-serif;
}

* html textarea {
    font-family: Arial, "ＭＳ ゴシック",monospace;
}

input.veryShort {
    width: 40px;
}

input.short {
    width: 120px;
}

input.middle {
    width: 200px;
}

input.long,
textarea.long {
    width: 300px;
}

input.veryLong,
textarea.veryLong {
    width: 600px;
}

input.default {
    font-weight: bold;
}

input.password {
    width: 120px;
}

input.formButton, button.formButton {
    background: url(../images/common/buttonbg.gif);
    border-top: solid 1px #9a9caa;
    border-left: solid 1px #9a9caa;
    border-right: solid 1px #43445e;
    border-bottom: solid 1px #43445e;
    padding: 2px 5px;
}
input.formButton:hover, button.formButton:hover {
    color: #F8B643;
}

* html input.password {    /* IEでフォントサイズを小さくする */
    width: 120px;
    font-size: 8pt !important;
    font-family: "Microsoft Sans Serif" !important;
}

* html input.ieFix {    /* IEで大きいボタンの幅を抑制する */
    width: 190px;
}


#container {
    /*
    background: url(../images/admin/bg_menuback.gif);
     */
    width: 1000px;
    margin: auto;
    border-right: solid 1px #efefef;
    border-left: solid 1px #efefef;
}

#zipContainer {
    background: #ffffff;
    width: 450px;
    margin: auto;
    border-right: solid 1px #efefef;
    border-left: solid 1px #efefef;
}

/* ===== common ===== */
.outer {
   /*  border: solid 1px #c0c0c0; */
}
table.outer {
    margin: 10px 0;
    border-collapse: collapse;
    /* border: solid 1px #c0c0c0; */
}
tr.infotable {
    border: 1px solid #eeeeee;
}
.head {
    background: #cccccc;
    font-weight: bold;
    margin: 0;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}
.member-head{
    background: #cccccc;
    font-weight: bold;
    margin: 0;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    /*
    white-space: nowrap;   
    */
}
.foot {
    font-weight: bold;
    margin: 0;
    padding: 6px 4px;
    text-align: center;
    /*
    border-top:1px solid #cccccc;
    background: url(../images/admin/bg_menuback.gif);
     */
}
.foot a{
    color: #ffffff;
}
.even {
    background: #ffffff;
    margin: 0;
    padding: 5px 3px;
}
.odd {
    background: #eeeeee;
    margin: 0;
    padding: 5px 3px;
}
.required {
    /*
    background-color: #e1e9ff;
    */
    background-color: #f7bdbd;
    margin: 0;
    padding: 5px 3px;
}
.requiredBlock {
    /*
    background-color: #e1e9ff;
    */
    background-color: #f7bdbd;
    border: 1px solid #cccccc;
    padding: 2px 20px;
}
tr.even td {
    background-color: #eeeeee;
    margin: 0;
    padding: 5px 3px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #eeeeee;
}
tr.odd td {
    background-color: #ffffff;
    margin: 0;
    padding: 5px 3px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
tr.current td {
    background-color: #ffdddd;
    margin: 0;
    padding: 5px 3px;
}
.nw {
    white-space: nowrap;
}

#profile-options-table {
    width: auto;
}
#profile-options-table td {
    text-align: center;
}

#search_block {
    margin: 10px 5px 5px 0;
    padding: 0 0 0 25px;
    text-align: left;
    background: url(../images/admin/icons/search2.gif) no-repeat top left transparent;
}
#search_block table {
    width: auto;
}
#search_block td {
    padding: 0 3px;
    vertical-align: middle;
}
.search_head {
    white-space: nowrap;
    /*
    padding-right: 3px;
    */
    border-right: 2px solid #6766a2;
}
.search_button {
    padding: 0 10px;
    vertical-align: bottom !important;
}
.search_button input {
    padding: 2px;
    font-size: 14px;
}

#receive_block {
    margin: 10px 0;
    text-align: left;
}
#receive_block table {
    width: auto;
}
#receive_block td {
    padding: 0 3px;
    vertical-align: middle;
}
.receive_head {
    white-space: nowrap;
    /*
    padding-right: 3px;
    */
    border-right: 2px solid #6766a2;
}

/* ===== header ===== */
#header {
    width: 100%;
    background: url(../images/admin/head_bg2.gif) bottom; /* = #333366;濃紺 = */
    clear: both;
    height:80px;
}
#header .logo {
    width: 45%;
    float: left;
    vertical-align: middle;
    padding: 10px 3px 0 10px;
    /* background: #333366; */
}
#header .logo a {
    color: #ffffff;
    font-weight: bold;
}
#header .logo a:hover {
    font-weight: bold;
    color: #F8B643;
}

#header .searchbar {
    width: 45%;
    float: right;
    text-align: right;
    vertical-align: bottom;
    padding: 4px 10px 0 3px;
    /* background: #333366; */
}
#header .searchBox {
    margin: 0;
}

#header .topnav {
    /* color: #333333;
    background: #EEEEFF;
    text-align: right;
    vertical-align: middle;
    padding: 5px 10px;
    border-bottom: 1px solid #333366; */
    clear: both;
}
#header .topnav a {
    color: #333333;
    font-weight:bold;
}
#header .topnav a:hover {
    font-weight: bold;
    color: #F8B643;
}
#header_underbar {
    padding: 1px 10px;
    color: #1d2088;
    font-weight: bold;
}

/* ===== LeftColumn ===== */
#leftcolumn {
    /* width: 15%; */
    width: 179px;
    /*
    border-right: 1px solid #6766A2;
    border-right: 1px solid #333366;
     */
    margin-top:5px;
    float: left;
    background: #ffffff;
}
#leftcolumn .head {
    background: url(../images/admin/bg_menu_a.gif) repeat-x;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    height: 24px;
}
#leftcolumn .head img {
    float: left;
    padding: 5px 0 0 3px;
}
#leftcolumn .head a {
    padding: 6px 0 0 10px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1em;
    float: left;
}
#leftcolumn .head a:hover {
    color: #a3e3ff; /* 薄水色 */
}

#leftcolumn .head2 {
    padding: 5px;
    /* background: #6766A2; */
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}
#leftcolumn .head2 a {
    color: #eeffff;
    font-weight: bold;
}
#leftcolumn .head2 a:hover {
    color: #F8B643;
}

#leftcolumn .submenu {
    margin: 0px;
    padding: 0 2px 3px 2px;
}
#leftcolumn .submenu li {
    margin: 0;
    padding: 5px 2px 5px 17px;
    list-style: none;
    background: url(../images/admin/menulist.gif) no-repeat center left;
    border-bottom: 1px dotted #cccccc;
}
#leftcolumn .submenu li.active {
    background: url(../images/admin/menu_select_bg.png) no-repeat center left;
}
#leftcolumn .submenu li a {
    color: #000000;
}
#leftcolumn .submenu li a:visited {
    color: #000000;
}
#leftcolumn .submenu li a:hover {
    color:#F8B643;
    text-decoration: underline;
}

/* ===== Center Column ===== */
#centercolumn {
    margin: 0;
    padding: 0;
}
#centercolumnL {
    width: 820px;
    float: left;
    margin: 0;
    padding: 0;
}
#centercolumnC {
    width: 630px;
    float: left;
    margin: 0;
    padding: 0;
}
#centercolumnR {
    /* width: 85%; */
    width: 820px;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: -1px;
    background: #ffffff;
    /*
    border-left: 1px solid #6766A2;
    border-left: 1px solid #333366;
     */
}
#contentBody {
    padding: 10px;
}

#contentBody .pagetitle {
    margin: 0 0 10px 0;
    padding: 0;
    border-left: 5px solid #6766A2;
}
#contentBody .pagetitle1 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 90%;
}
#contentBody .pagetitle2 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 150%;
    font-weight: bold;
}

/* ===== footer ===== */

#footer {
    /*
    border-top: 1px solid #333366;
     */
    color:#ffffff;
    background: #ffffff;
    text-align: right;
    padding: 5px 0;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    background: url(../images/admin/footer_bg2.gif) top;
    height:15px;
}
#footer {
    /*
    border-top: 1px solid #333366;
    color:#666666;
    background: #cccccc;
    text-align: right;
    padding: 5px 0;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    background: #ffffff;
     */
}
#footer a {
    color: #ffffff;
}
#footer a:visited {
    color: #ffffff;
}
#footer a:hover {
    color: #ff8c00;
    text-decoration: underline overline;
}

.return_pagetop {
    text-align: right;
    margin: 10px 30px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0;
    padding: 0;
}

/* ===== Login Block ===== */
#loginBlock {
    width: 300px;
    margin: 100px auto;
    padding: 15px;
    display: block;
    float: none;
    clear: both;
    text-align: left;
    background-color: #e1e9ff;
    border: solid 1px #dddddd;
    color: #808080;
}

/* ===== Pagination Control ===== */
.paginationControl {
    font-size: 9pt;
    text-align: right;
    margin: 5px 10px;
    word-spacing: 0.2em;
}
.paginationControl .current {
    font-weight: bold;
}
.paginationControl .disabled {
    color: #808080;
}


div.errorMsg {
    background: #ffcccc;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-top: solid 1px #ddddff;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    border-left: solid 1px #ddddff;
}

div.confirmMsg {
    background: #ddffdf;
    color: #136c99;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-top: solid 1px #ddddff;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    border-left: solid 1px #ddddff;
}

div.resultMsg {
    background: #ddddff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #9999cc;
    border-bottom: solid 1px #9999cc;
    border-left: solid 1px #cccccc;
}

/* ===== top message ===== */
.warning {
    color: #770000;
    font-size: 15px;
    border: 1px solid #cc0000;
    padding: 8px 8px 8px 35px;
    margin: 15px 10px;
    background: #ffaaaa url(../images/admin/icons/error.gif) no-repeat 5px 4px;
}
.confirm {
    color: #000000;
    border: 1px solid #ff6633;
    padding: 8px 8px 8px 35px;
    margin: 15px 10px;
    background: #fff8ee url(../images/admin/icons/important.gif) no-repeat 5px 4px;
}
.tips {
    color: #000000;
    border: 1px solid #00cc00;
    padding: 8px 8px 8px 35px;
    margin: 15px 10px;
    background: #f8fff8 url(../images/admin/icons/idea.gif) no-repeat 5px 4px;
}
.error {
    color: #000000;
    border: 2px dotted #ff6633;
    padding: 8px 8px 8px 35px;
    margin: 15px 10px;
    background: #fff8ee url(../images/admin/icons/error.gif) no-repeat 5px 4px;
}
.smallInfo {
    font-size: 7pt;
}
.alert {
    font-size: 8pt;
    color: #cc0000;
}
.notice {
    color: #cc0000;
}
.alertBg {
    background: #ffdddd;
}

/* ===== active ===== */
.active {
    background: #ffdddd;
}
.active a:hover {
    color: #cc0000;
}
.inactive {
    color: #333333;
}

#prev {
    padding: 2px;
    width: 300px;
    height: 150px;
    border: #999999 1px solid;
    background-color: #ffffff;
    overflow: auto;
}

.bred {
    width: 15px;
    height: 15px;
    background-color: #ff0000;
    border: #999999 1px solid;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 9pt;
}
.bblue {
    width: 15px;
    height: 15px;
    background-color: #0000ff;
    border: #999999 1px solid;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 9pt;
}
.byellow {
    width: 15px;
    height: 15px;
    background-color: #ffff00;
    border: #999999 1px solid;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 9pt;
}
.bbold {
    width: 15px;
    height: 15px;
    border: #999999 1px solid;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 9pt;
}


.form > fieldset {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 5px;
    padding: 5px;
}

.form > fieldset > legend {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #333333;
    color: #ffffff;
}
/*
.form fieldset {
    _margin: 5px;
    _padding: 5px;
}
.form fieldset legend {
    _padding: 4px 5px;
    _margin-left: 5px;
    _margin-right: 5px;
    _background-color: #333333;
    _color: #ffffff;
}
*/

.form dt {
    background-color: #eeeeee;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin: 0;
    padding: 0;
    /*
    padding: 4px 10px;
    */
}
.form dt label {
    display: block;
    /*
    margin: -4px -10px;
    */
    margin: 0;
    padding: 4px 10px;
}
.form dd {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin: 0 0 5px 0;
    padding: 4px 10px;
}
.form .foot {
    background-color: transparent;
}

.readonly {
    border: 1px solid #dddddd;
    background-color: #eeeeee;
}

.description {
    color: #808080;
    font-size: 9pt;
}
.errors {
    color: #ff0000;
    font-size: 10pt;
}

#groupForm dt {
    clear: both;
    float: left;
    width: 25%;
    min-height: 16px;
    border-bottom: 1px solid #dddddd;
}
#groupForm dt label {
    padding-bottom: 5px;
}
#groupForm dd {
    margin-left: 1px;
    float: left;
    width: 71%;
    min-height: 16px;
    border-top: 1px solid #dddddd;
}
#groupForm > fieldset {
    clear: both;
}
#groupForm #description {
    width: 90%;
}

.colorSelectorContainer {
    float: right;
    width: 470px;
    _width: 480px;
}

.colorSelector {
    position: relative;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../js/colorpicker/images/select2.png);
}

.colorSelector div {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: url(../js/colorpicker/images/select2.png) center;
}

#secure_seal {
    text-align: center;
}

/* qtip反応エリア */
.glossary {
    padding-bottom:1px;
    border-bottom: 2px dotted #7dcdf4;
}

.cke_skin_kama td {
    white-space: normal !important;
}


div.treeview {
    text-align:right;
}
div.treeview a {
    padding:2px 0 2px 20px;
    background:url(../images/admin/sitemap-application.png) no-repeat left;
}

.ui-datepicker th {
    background: none repeat scroll 0 0 transparent;
}
/*案件番号：H26-00117*/
.plannedCount {
    color:red;
    font-weight: bold;
}

.button_div {
    text-align: right;
    width: 800px;
}
.button_right {
    float:left;
    margin-left: 10px; 
}
.unchecked {
    background-color:#FFFFCC;
}
.unchecked td {
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    font-weight:bold;
    font-size: 16px;
}
.unchecked .noticeCol4 {
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    font-weight:bold;
    font-size: 16px;
    letter-spacing  : 1px;
    vertical-align:middle;
}
tr.even2 td {
    background-color: #eeeeee;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}
tr.odd2 td {
    background-color: #ffffff;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}
.list-unchecked {
    background-color:#FFFFCC;
    margin: 0;
    padding: 5px 3px;
}
.list-unchecked td {
    padding: 5px 3px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
tr.list-even td {
    background-color: #eeeeee;
    margin: 0;
    padding: 5px 3px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #eeeeee;
}
tr.list-odd td {
    background-color: #ffffff;
    margin: 0;
    padding: 5px 3px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.sclTbl { /* スクロール対象のテーブル */
    margin: 8px 0;
    border-collapse: collapse;
    display: block;
    color: #404040;
}
.sclTbl td {
    vertical-align: middle; 
}
.sclTbl tr {
    font-size: 14px;
}
.sclTbl > thead:first-child > tr:first-child > th:first-child {
    /*border-top-left-radius: 7px;*/
    border-right: 1px solid #316293;
}
.sclTbl > thead:first-child > tr:first-child > th:last-child {
    /*border-top-right-radius: 7px;*/
}

.out_Div {              /* 全体の枠。ここにヘッダを格納 */
    position: relative; /* 相対位置 */
    padding-top: 59px;  /*  #in_Div の開始位置 */
    width: 800px;       /* 列幅の合計＋セル間の幅(2px)の合計＋20px 程度 */
    font-family: "メイリオ", Verdana, Helvetica, Tahoma, Arial, sans-serif;

}
.in_Div1 {               /* tbodyが入っている。ここがスクロール対象*/
    overflow:   auto;   /* スクロールバー*/
    overflow-x: hidden; /* スクロールバー*/
    height:     307px;  /* tbodyを表示する高さ */
    border: 1px solid #dddddd;
}
.in_Div2 {               /* tbodyが入っている。ここがスクロール対象*/
    overflow:   auto;   /* スクロールバー*/
    overflow-x: hidden; /* スクロールバー*/
    height:     136px;  /* tbodyを表示する高さ */
    border: 1px solid #dddddd;
}
.header1 {              /* ヘッダ 見出し行,位置を #out_Div の左上端に移動 */
    position: absolute; /* 絶対位置 */
    top:   0px;         /* 上からの位置 */
    left:  0px;         /* 左からの位置 */
    width: 800px;       /* 列幅の合計＋セル間の幅(2px)の合計＋20px 程度 */
}
.header1 tr {
    border-collapse: collapse;
}
.header1 th {
    height: 20px;
    background: #316293;
}
.header1-left {           /* ヘッダ 見出し行,位置を #out_Div の左上端に移動 */
    font-size:   12pt; 
    width:       413px;
    text-indent: 1.5em;
    vertical-align:bottom;
}
.header1-right {
    width:     413px;
    text-align:right;
    font-size: 10pt;
    padding: 10px 0 0 10px;
    vertical-align:bottom;
}
.header2 {              /* ヘッダ 見出し行,位置を #out_Div の左上端に移動 */
    position: absolute; /* 絶対位置 */
    top:   40px;        /* 上からの位置 */
    left:  0px;         /* 左からの位置 */
    width: 800px;       /* 列幅の合計＋セル間の幅(2px)の合計＋20px 程度 */
}
.header2 th {           /* ヘッダ 見出し行,位置を #out_Div の左上端に移動 */
    color: #404040;
    vertical-align:middle;
    text-align:center;
}
.noticeAddButton {
    width:   800px;
    padding: 10px 0px;
    text-align: center;
}
.noticeCol {
    width: 250px;
    height:42px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    text-align:center;
    vertical-align:middle;
}
.noticeCol2 {
    width: 94px;
    height:42px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    text-align: center;
    vertical-align:middle;
}
.noticeCol3 {
    width: 342px;
    height:42px;
    border-left: 1px solid #eeeeee;
    text-align: left;
    vertical-align:middle;
}
.noticeCol4 {
    width: 127px; /* スクロールバーの幅分だけ数値を小さくしている*/
    height:42px;
    border-right: 1px solid #eeeeee;
    text-align:right;
    vertical-align:middle;
    letter-spacing  : 1px;
    vertical-align:middle;
}
.viewButton {
    text-align: center;
    width: 48px;
    height:26px;
    font-size: 15px;
    vertical-align:bottom;
}
.userSupportTitle {
    background-color: #316293;
    color: #ffffff;
    font-weight:bold;
    display:table-cell;
    text-align: left;
    vertical-align:middle;
    width: 188px;
    height:40px;
    font-size: 12pt;
    font-family: "メイリオ", Verdana, Helvetica, Tahoma, Arial, sans-serif;
    margin: 0px 5px 0px 5px;

}
.informationButton {
    background-color: #f1f1f1;
    border: 1px solid #696969;
    color: #111;
    text-align: left;
    width: 188px;
    height:50px;
    font-size: 13px;
    vertical-align:bottom;
    line-height: 1.5em;
    font-family: "メイリオ", Verdana, Helvetica, Tahoma, Arial, sans-serif;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 10px;
}
.informationButton:hover {
    background-color: #0099CC;
    border-color: #0099CC;
    color: #FFF;
    text-align: left;
    width: 188px;
    height:50px;
    font-size: 13px;
    vertical-align:bottom;
    line-height: 1.5em;
    font-family: "メイリオ", Verdana, Helvetica, Tahoma, Arial, sans-serif;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 10px;
}
.waku {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 5px;
    padding: 5px;
}
.waku legend {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #333333;
    color: #ffffff;
}
.waku dt {
    background-color: #f7bdbd;    
    border:#dddddd solid 1px;
    margin-top: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    padding: 4px 10px;
}
.waku dd {
    border-bottom:#dddddd solid 1px;
    border-left  :#dddddd solid 1px;
    border-right :#dddddd solid 1px;
    padding: 4px 10px;
}
.indexTblTd1 {
    border-style : none;
    width        : 50%;
    text-align   : right;
}
.indexTblTd2 {
    border-style : none;
    width        : 50%;
    text-align   : left;
}
.indexTblTd3 {
    border-style : none;
    text-align   : center;
}
.indexViewEdit {
    width        : 10%;
}
/* 点滅 */
.blinking{
    -webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.documentlist_title {
    font-family: "メイリオ", Verdana, Helvetica, Tahoma, Arial, sans-serif;
    font-size:11pt; 
    line-height: 170%;
}
.documentlist_list {
    font-family: "メイリオ", Verdana, Helvetica, Tahoma, Arial, sans-serif;
    font-size:10pt; 
    line-height: 170%;
}
.numbering {
    counter-reset: num;
}
.numbering td {
    font-size:10pt; 
}
.numbering td.number {
    counter-increment: num;
}
.numbering td.number:before {
    content: counter(num) "．";
}
.informationborder {
    border: 1px solid #004284; 
    border-top-style:none; 
    border-left-style:none; 
    border-bottom-style:none;
}
.link-like {
  background: transparent;
  color: #333366;
  font-size: 1em;
  font-family: inherit;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
.link-like:hover {
    color: #F8B643;
}