﻿
/*アイコンフォントの読み込み*/

/* フォントファイルの読み込み */
@font-face {
	font-family: 'iconfont';
	src: url('../../image/font/iconfont.wof');
	src: url('../../image/font/iconfont.eot#iefix') format('embedded-opentype'), url('../../image/font/iconfont.ttf') format('truetype'), url('../../image/font/iconfont.woff') format('woff'), url('../../image/font/iconfont.svg#iconfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* アイコンフォントのclass「.c-ico-XXX」共通の設定 */
[class^="c-ico-"]:before,
[class*=" c-ico-"]::before,
[class^="c-ico-"]:after,
[class*=" c-ico-"]::after {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="c-ico-"],
[class*="c-ico-"] {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* アイコンフォント一つ一つの読み込み */
.c-ico-logout:before {
    content: "\e5cd";
}

.c-ico-logou-a {
    line-height: inherit;
}

.c-ico-logout-a:after {
    content: "\e901";
    position: absolute;
    right: 10px;
    line-height: inherit;
}

.c-ico-no-image:before {
    content: "\e900";
}

.c-ico-fav:before {
    content: "\e838";
}

.c-ico-del:before {
    content: "\e872";
}

#menu-btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
