@charset "UTF-8";

/* 100％1枚画像幅可変 */
.widthVariableContent {
	width: 100%;
	margin: 0 auto;
	max-width: 980px;
	min-width: 750px;
}

.col2FasetLeft .spe-bnr img {
	width: 100%;
	margin: 0 auto;
	max-width: 980px;
	min-width: 750px;
}

/* 右カラムコンテンツ画像大きさリキッド仕様 */
.col2FasetLeft .spe-txtBox_col-6 .u-img {
	width: 100%;
	min-width: 380px;
}

.col2FasetLeft .spe-txtBox_col-4 .u-img {
	width: 100%;
	min-width: 250px;
}

.col2FasetLeft .spe-txtBox_col-3 .u-img {
	width: 60%;
	min-width: 120px;
}

/* マージン調整用 */
.mrgB00 {
	margin-bottom: 0px !important;
}

.mrgB05 {
	margin-bottom: 5px !important;
}

.mrgB15 {
	margin-bottom: 15px !important;
}

.mrgB20 {
	margin-bottom: 20px !important;
}

.mrgB25 {
	margin-bottom: 25px !important;
}

.mrgB30 {
	margin-bottom: 30px !important;
}

.mrgB40 {
	margin-bottom: 40px !important;
}

.mrgB50 {
	margin-bottom: 50px !important;
}

.mrgB60 {
	margin-bottom: 60px !important;
}

.mrgB70 {
	margin-bottom: 70px !important;
}

.mrgT20 {
	margin-top: 20px !important;
}

.mrgT30 {
	margin-top: 30px !important;
}

.mrgT40 {
	margin-top: 40px !important;
}

.mrgT-40 {
	margin-top: -40px !important;
}

.mrgR30 {
	margin-right: 30px !important;
}



/* テキスト仕様 */
.txtBold {
	font-weight: bold !important;
}

.txtCenter {
	text-align: center;
}

.txtAnnotation {
	font-size: 12px;
}

/* 注釈テキスト用 */

/* ############ jsリンクボタン ############  */
/* 1つ、縦並びリンクボタン */
.specialLinkBtn:hover {
	opacity: 0.8;
	/* カーソル合わせたときの透過 */
}

.linkBtn {
	outline: none;
	/* クリック時枠を出さない */
}

/* 特集バナー用 */

.event-genre-container .specialformat01-container .gift-title{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #fdd007;
    padding: 0 0 5px;
    margin: 0 0 20px;
    color: #000;
    background: none;
}

.event-genre-container .specialformat01-container .-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.event-genre-container .specialformat01-container .-add>li {
    max-width: 380px;
    margin: 0 20px 15px 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%
}

.event-genre-container .specialformat01-container .-add>li:last-child {
    margin: 0 0 15px 0
}

.event-genre-container .specialformat01-container .-add>li a {
    display: block;
    margin-bottom: 10px
}

.event-genre-container .specialformat01-container .-add>li a img {
    width: 100%
}

.event-genre-container .specialformat01-container .-add>li p {
    font-size: 80%;
    line-height: 1.8
}
