@charset "UTF-8";

/* for PC,ipad */
@import url("english_pc.css") screen and (min-width:813px);

/* for iphone,ipod,Andoroid */
@import url("english_mobi.css") screen and (min-width:0) and (max-width:812px);

body {
    font-variant-ligatures: common-ligatures;
}

/* ハイフネーション */
.hyNone {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.hyManual {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

.hyAuto {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.arRightBlue{
	background: url("/image/common/arrow_blue_left@3x.png") no-repeat right center;
	background-size: 16px auto;
	padding-right:20px;
}

#ir-archive2 .irBanner{
    display:none;
    }