.logo {
    font-family: "Comic Sans MS", "Broadway", "Yu Gothic", YuGothic, "Georgia", "sans-serif";
    font-size:15pt;
    line-height: 40pt;
    color:#ffffff;
    background: -moz-linear-gradient(top right, #7f9fff, #bfdfef);
    background: -webkit-linear-gradient(top right, #7f9fff, #bfdfef);
    background: linear-gradient(to bottom right, #7f9fff, #bfdfef);
    text-align: center;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
}

.logo a:hover {
    background-color: #aaaaaa;
}

.color0 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #9f8fcf, #cfdfef);
    background: -webkit-linear-gradient(top right, #9f8fcf, #cfdfef);
    background: linear-gradient(to bottom right, #9f8fcf, #cfdfef);
}

.color1 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #dfae55, #ffdfcf);
    background: -webkit-linear-gradient(top right, #dfae55, #ffdfcf);
    background: linear-gradient(to bottom right, #dfae55, #ffdfcf);
}

.color2 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #cfbbff, #efeafe);
    background: -webkit-linear-gradient(top right, #cfbbff, #efeafe);
    background: linear-gradient(to bottom right, #cfbbff, #efeafe);
}

.color3 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #55cc77, #bfeedd);
    background: -webkit-linear-gradient(top right, #55cc77, #bfeedd);
    background: linear-gradient(to bottom right, #55cc77, #bfeedd);
}

.color4 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #55cc77, #bfeedd);
    background: -webkit-linear-gradient(top right, #55cc77, #bfeedd);
    background: linear-gradient(to bottom right, #55cc77, #bfeedd);
}

.color5 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #7f9fff, #bfdfef);
    background: -webkit-linear-gradient(top right, #7f9fff, #bfdfef);
    background: linear-gradient(to bottom right, #7f9fff, #bfdfef);
}

.color6 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #7f9fff, #bfdfef);
    background: -webkit-linear-gradient(top right, #7f9fff, #bfdfef);
    background: linear-gradient(to bottom right, #7f9fff, #bfdfef);
}

.color7 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #ff7777, #ffdfcf);
    background: -webkit-linear-gradient(top right, #ff7777, #ffdfcf);
    background: linear-gradient(to bottom right, #ff7777, #ffdfcf);
}

.color8 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #55bbcc, #bfddcc);
    background: -webkit-linear-gradient(top right, #55bbcc, #bfddcc);
    background: linear-gradient(to bottom right, #55bbcc, #bfddcc);
}

.color9 {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #bbbbbb, #eeeeee);
    background: -webkit-linear-gradient(top right, #bbbbbb, #eeeeee);
    background: linear-gradient(to bottom right, #bbbbbb, #eeeeee);
}

.color10 {
    color: #31B404;
    border: solid thin #31B404;
}

.color11 {
    color: #dfae55;
    border: solid thin #dfae55;
}

.color12 {
    color: #BDBDBD;
    border: solid thin #BDBDBD;
}

.base
{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    font-size:8pt;
    line-height:12pt;
    overflow:hidden;
    color:#000000;
    background-color: #fdfbf9;
    margin: 0px;
    margin-left: 1px;
    padding: 0px;
}

/* 文字色＋背景色がふわっと変化するリンク */
a {
    color:#000000;
    padding: 1 .3em;
    transition: all .3s;
    text-decoration: none;
}
a:hover {
    background-color: #eedddd;
}

.codelink {
    font-size:5pt;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}

/* Otherエリア コピーボタン */
.copylink {
    font-size:7pt;
    padding: 2px;
    padding-right:5px;
    padding-left:5px;
    margin-left: 3px;
}

.copylink:hover {
    color: #ffffff;
    background-color: #81BEF7;
}
.copylink:active {
    color: #ff0000;
    background-color: #15C5BF;
}

/* 文字色＋背景色がふわっと変化するリンク */
.copylink2 {
    color:#000000;
    padding: 1 .3em;
    transition: all .3s;
    text-decoration: none;
    cursor : pointer;
}
.copylink2:hover {
    background-color: #eedddd;
}

th, td, #favDialog, .button, #keywords, .inputtext, .copylink, .codelink, .logo, a {
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
}

.inputtext {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    font-size:7pt;
    height:17px;
    padding-top:0px;
    padding-left:7px;
    margin: 0px;
    margin-left: 4px;
    margin-bottom: 0px;
    outline: 0px;
    vertical-align : middle;
}

#sqldata {
    width: calc(100% - 20px);
    overflow: hidden;
    border: 1px solid #7f9db9;
    /*
    resize: none;
    */
}

label {
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#excelcell {
    width: calc(40px);
    border: 1px solid #cccccc;
    height: 12pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ラジオボタン */
input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + label {
    color:#ffffff;
    background: -moz-linear-gradient(top right, #dfae55, #ffdfcf);
    background: -webkit-linear-gradient(top right, #dfae55, #ffdfcf);
    background: linear-gradient(to bottom right, #dfae55, #ffdfcf);
    border: 1px solid #ffdfcf; /* ボックスの境界線を実線で指定する */
    margin-left: 4px;   /* ボックス外側の余白を指定する */
}

.label {
    display: block;     /* ブロックレベル要素化する */ 
    float: left;	    /* 要素の左寄せ・回り込を指定する */ 
    margin-left: 4px;   /* ボックス外側の余白を指定する */
    width: 30px;        /* ボックスの横幅を指定する */
    height: 13px;       /* ボックスの高さを指定する */
    padding-top: 2px;
    padding-left: 3px;  /* ボックス内左側の余白を指定する */
    padding-right: 3px; /* ボックス内御右側の余白を指定する */
    color: #cccccc;     /* フォントの色を指定 */
    text-align: center; /* テキストのセンタリングを指定する */
    line-height: 12px;  /* 行の高さを指定する */
    cursor: pointer;    /* マウスカーソルの形（リンクカーソル）を指定する */
    border: 1px solid #cccccc; /* ボックスの境界線を実線で指定する */
    border-radius: 9px; /* 角丸を指定する */
}

/* デフォルト表示を消す　*/
input[type="checkbox"] {
    display:none;
    margin: 7px;
}

/* チェックボックス 未選択時の背景指定　*/
/* input[type="checkbox"] + label { */
.edit-opt + label {
    margin: 7px;
    padding-left:15px;
    background:url(../images/notchecked.png) no-repeat left center;
    background-size:13px 13px;
    cursor:pointer;
}

/* チェックボックス 選択時の背景指定　*/
/* input[type="checkbox"]:checked + label { */
.edit-opt:checked + label {
    margin: 7px;
    padding-left:15px;
    background:url(../images/checked.png) no-repeat left center;
    background-size:10px 10px;
    cursor:pointer;
}

/* チェックボックス 非活性の背景指定　*/
/* input[type="checkbox"]:disabled + label { */
.edit-opt:disabled + label {
    margin: 7px;
    padding-left:15px;
    background:url(../images/notchecked.png) no-repeat left center;
    background-size:10px 10px;
    color: #cccccc;
    cursor:default;
}

.lbltitle {
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    font-size:7pt;
    line-height:11pt;
    padding: 2px;
    padding-right:5px;
    padding-left:5px;
    margin-left: 3px;
}

.lblpanel {
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    font-size:7pt;
    line-height:15pt;
    padding: 2px;
    padding-right:10px;
    padding-left:10px;
    margin-top: 8px;
    margin-left: 3px;
    margin-right: 3px;
}

table.edit {
    margin-top: 0px;
    margin-left: 15px;
}

.button {
    font-size:8pt;
    padding: 3px;
    padding-right:10px;
    padding-left:10px;
}

.button:hover {
    background-color: #81BEF7;
}

.button:active {
    color: #dd0000;
    background-color: #2ECCFA;
}

#searchform {
    text-align: right;
    margin: 0px;
}

#messageArea {
    text-align: right;
    color: #FF8000;
    opacity: 1;
    padding-right:5px;
}
#messageArea.is-show {
    transition: 7.0s;
    opacity: 0;
    padding-right:5px;
}

/* 検索機能関連 */
/* 検索文字部 */
#searchArea1 {
    text-align: left;
    margin-left: 2px;
    margin-bottom: 3px;
}

/* 検索ボタン部 */
#searchArea2 {
    text-align: right;
}

/* 文字入力部 */
#keywords {
    /* 見た目 */
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    height: 17px;
    resize: none;
    overflow: hidden;
    padding-left: 6px;
    width: 100%;
    outline: 0px;
    /* 文字装飾 */
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    font-size: 8pt;
    line-height: 10pt;
    border: 1px solid #7f9db9;
    margin-left: 1px;
}

/* 検索オプション */
#searchOption {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    font-size: 6pt;
    width: 24px;
    height: 15px;
    text-align: center;
    display: block;
    padding: 0px;
}
#searchOption:hover {
    background-color: #FFF;
}

#searchOption:active {
    color: #dd0000;
    background-color: #D8CEF6;
}

table {
    font-size: 8pt;
    line-height: 12pt;
    overflow: hidden;
    width: calc(100% - 12px);
    white-space: nowrap;
    table-layout: fixed;
    margin: 2px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
}

/* インデックスページ */
.tblidx td {
    border-bottom: 1px #d4d3d0 solid;
}

.content .tblidx tr:hover {
    background: #FBF5EF;
    overflow: hidden;
}

/* 外部キー制約ページ */
.foreign td{
    border-bottom: 1px #d4d3d0 solid;
}

.content .foreign tr:hover {
    background: #FBF5EF;
    overflow: hidden;
}


.header {
    padding-left: 10px;
}

/* テーブル検索エリア */
#content_2{
    position : relative;
    overflow : hidden;
    height: 100%;
    margin-top: 2px;
}

/* テーブル定義明細エリア */
#content_1{
    position : relative;
    overflow : hidden;
    height: 100%;
}

/* SQL Create エリア */
#sqlresult{
    position : relative;
    overflow : hidden;
    height: 50px;
    padding-right:10px;
    width: calc(100% - 30px);
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}

/* 検索ハイライト */
.highlight {
    background-color: #fffd77;
}

.tbldetail
{
    border: 0px solid #ffffff;
    padding: 0px;
    font-size: 7.5pt;
    line-height: 11pt;
}

#tableList td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banding tr:nth-child(even) {
    background-color: #E5F9E9;
}

.banding tr:hover {
    background: #FBF0EA;
}

#dbtype {
    display: none;
}

.colno
{
    width: 20px;
    text-align: right;
}

.colname
{
    width: 160px;
}

.banding .colid
{
    width: 160px;
}

.coltype
{
    width: 80px;
}

.colnull
{
    width: 25px;
}

.colkey
{
    width: 25px;
}

.defval
{
    width: 25px;
}

.coloutjoin
{
    width: 50px;
}

.coldefine
{
    width: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.container
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.spacecol
{
    width: 10px;
    padding-bottom: 5px;
}

.indexid
{
    width: 180px;
}

.nonunique
{
    width: 80px;
}

.indexcolno
{
    width: 25px;
}

.indexcolid
{
    width: 185px;
}

.colcopy
{
    /* cursor : url(../images/ccma.png), pointer; */
    cursor : pointer;
}
.colcopy:active
{
    color: #ff0000;
    background-color: #f0f0ff;
}

.reserved
{
    color: blue;
    font-weight:bold;
}

.hideelement {
    display: none;
}

/* ツールチップ */
.tooltip span {
    display: none;
    padding: 5px;
    font-size: 11px;
    margin-left: 0px;
    line-height: 1.6;
}
.tooltip:hover span{
    display: inline;
    position: absolute;
    background-color: rgba(240, 255, 255, 1.0);
    border: #0489B1 solid 1px;
    color: #0489B1;
    text-align: left;
    border-radius: 5px;
}
