﻿/***************************************************
  アイコン画像
***************************************************/
/* メニューアイコン */
.menu-icon-open {
    background-image: url(../img//menu-icon-open.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-close {
    background-image: url(../img/menu-icon-close.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-vendor {
    background-image: url(../img/menu-icon-vendor.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-survey {
    background-image: url(../img/menu-icon-survey.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-credit {
    background-image: url(../img/menu-icon-credit.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-rating {
    background-image: url(../img/menu-icon-rating.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-strategy {
    background-image: url(../img/menu-icon-strategy.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-report {
    background-image: url(../img/menu-icon-report.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-training {
    background-image: url(../img/menu-icon-training.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-dept {
    background-image: url(../img/menu-icon-dept.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.menu-icon-develop {
    background-image: url(../img/menu-icon-develop.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

/* ヘッダーアイコン */
.header-icon-system {
    background-image: url(../img/header-icon-system.png);
    background-repeat: no-repeat;
    /*background-size: 74px;*/
    width: 74px;
    height: 32px;
    background-color: #fff;
    padding: 1px;
}
.header-icon-user {
    background-image: url(../img/header-icon-user.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.header-icon-help {
    background-image: url(../img/header-icon-help.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    cursor: help;
}
.header-icon-support {
    background-image: url(../img/header-icon-support.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.header-icon-language {
    background-image: url(../img/header-icon-language.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

/* コンテンツ内アイコン */
.content-icon-eye-open {
    background-image: url(../img/content-icon-eye-open.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.content-icon-eye-close {
    background-image: url(../img/content-icon-eye-close.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.content-icon-url {
    background-image: url(../img/content-icon-url.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.content-icon-download {
    background-image: url(../img/content-icon-download.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.content-icon-help {
    background-image: url(../img/content-icon-help.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}