@charset "utf-8";

.fa-angle-right:before {
    content: "\\f105";
}

.fa-angle-down:before {
	content: "\\f107";
}

.fancybox::before {
	content: "\\f002";
}

.text100 { font-size: 14px !important; }
.text120 { font-size: 16px !important; }
.text150 { font-size: 20px !important; }

.icon_window::after {
	background: url(/common/img/icon_window.png) 0 0 no-repeat;
}

.btn .icon_print::after {
	background: url(/common/img/icon_print.png) 0 0 no-repeat;
}



/* ヘッダースタイル
---------------------------1-------------------------------- */
#global_nav ul li .dropdown {
	display: none;
	visibility: visible;
	background: url(/common/img/bg_gnav.png) 0 0 repeat;
	z-index: 100;
}

#global_nav ul li:hover .dropdown {
	display: block;
}

#header_logo img,
#header_nav li img {
	background: #fff;
}



/* カテゴリトップ
----------------------------------------------------------- */
.ie8 .category_menu_nav > ul > li > a {
	background: #fff;
}