﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color:#DD7C00;
    font-weight: bold;
}

.txt_blue_col {
    color: #CD9F00;
    font-weight: bold;
	font-size: 1.2em;
}

.ap_box .ap_left {
    width: 30%;
    float: left;
    padding: 1%;
}

.ap_box .ap_right {
    width: 65%;
    float: right;
    padding: 3% 0 0 0;
}


/**title**/
.heading {
    width: 100%;
    height: auto;
    margin: 1em 0 0.5em 0!important;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em;
    line-height: 1.2;
    font-feature-settings: "palt";
    position: relative;
    text-align: left;
}

.heading .item_box .text_box{
    padding-left: 11%;
}
.heading .item_box{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
}

.heading .item_box {
    background: url(../../../uploads/2024/f_ds_cp_ixcag/hd_bg_normal.png) no-repeat bottom/100% auto;
}

.heading .item_box::before {
    height: 53px;
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.heading .item_box::before {
    content: url(../../../uploads/2024/f_ds_cp_ixcag/hd_icon_normal.png);
}

/* text */
.heading .hd_text {
    text-shadow: 0 0 1px;
	color: #088e08;
}

.txt_red {
    position: relative;
    color:#CC6121;
}

/****** bonus ******/

.table_box .item_img_ny_rpcp {
    max-width: 31%;
    margin: 10px 2px 8px;
    display: block;
    float: left;
}
.table_box .item_img_ny_rpcp.left {
    margin: 10px 2px 8px 32px;
}

.table_box .item_img_ny_startdash {
    max-width: 31%;
    margin: 2px;
    display: block;
    float: left;
}
.table_box .item_img_ny_startdash.left {
    margin: 2px 2px 2px 34px;
}

.table_box .item_img_ny_comeback {
    max-width: 23%;
    margin: 2px;
    display: block;
    float: left;
}

/****** table_col ********/

.ny_bg_tb{
	background-color: #FFC4C5;
}
