@CHARSET "utf-8";

html {
    height: 100%;
}

body {
    height: 100%;
    background: url("../img/bg_section.gif") repeat-x top left;
    font-family: 'ＭＳ Ｐゴシック';
    /*font-family: YouYuan, 'Noto Sans CJK JP', 'Noto Sans', 'Source Han Sans J',
                 SourceHanSansJP, メイリオ, Meiryo, 游ゴシック, YuGothic,
                 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, msyh;*/
}

div.container {
	margin: 0 auto;
	width: 1100px;
}

h1,h2,h3,h4,h5,h6 {
    color: #333;
    overflow: hidden;
}

li {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

.center {
    text-align: center;
}

.red {
    color: red;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.btnOk {
    border: 2px solid #5b80b2;
    font-weight: bold;
    color: #fff;
}

input[type=button] {
    padding: 1px 5px;
}

.num {
    text-align: right;
}

div.musk {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(211,211,211,.8);
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 0px;
    top: 0px;
    z-index: 100;
    text-align: center;
}

option.group {
    font-weight: bold;
}

.crossed {
    background:
       linear-gradient(to top left,
           rgba(0,0,0,0) 0%,
           rgba(0,0,0,0) calc(50% - 0.8px),
           rgba(0,0,0,1) 50%,
           rgba(0,0,0,0) calc(50% + 0.8px),
           rgba(0,0,0,0) 100%),
       linear-gradient(to top right,
           rgba(0,0,0,0) 0%,
           rgba(0,0,0,0) calc(50% - 0.8px),
           rgba(0,0,0,1) 50%,
           rgba(0,0,0,0) calc(50% + 0.8px),
           rgba(0,0,0,0) 100%);
}

img.load-delay {
    background-color: white;
    background-image: url(../../admin/img/image_loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

td.fixed_cell {
    overflow: hidden;
    white-space: nowrap;
    display: block;
}