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

/* 菱形 */
.diamond {
	color: #dc0000;
}


/******見出し**********/

.heading_ttl .item_box {
    background: url(../../../uploads/2024/tvspecial2024_lqsoy/midashi_bg.png) no-repeat bottom/100% auto;
	position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em !important;
    line-height: 1.2 !important;
}

.heading_ttl .item_box .text_box {
	padding-left: 11%;
}

.heading_ttl .item_box::before {
    content: url(../../../uploads/2024/tvspecial2024_lqsoy/midashi_icon.png);
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.heading_ttl .hd_text {
  text-shadow: 0 0 0px;
  color: #000000;
}

.heading_ttl .hd_text .emp {
  color: #dc0000;
}

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