﻿@charset "utf-8";

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

/* 小見出し */
.tips {
    border-color: #802222;
	font-size: 17px!important;
}

.tips::before {
    color: #0fa9a3;
}

/* 赤ハイライト */
.highlight_red {
	background: linear-gradient(transparent 10%, #FF0000 10% 90%, transparent 90%);
	font-weight: bold;
	color: #FFF;
	padding: 2px 3px;
}


/**title**/

.heading_ttl .item_box {
    background: url(../../../uploads/2025/shinsengumi_the_end_cp_jsnut/midashi_bg.png) no-repeat bottom/100% auto;
}

.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/shinsengumi_the_end_cp_jsnut/midashi_icon.png);
}


.midashi_top{
	margin-top: -1.9em !important;
}

.heading_ttl .hd_text {
    text-shadow: 0 0 2px;
	color: #0a7f93;
    margin-left: 5px;
}


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

.txt_blue {
    position: relative;
    color: #0053FC;
}

.table_box .item_img_ny_one {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

/*title_flex*/
.heading_ttl .item_box_ex {
    background: url(../../../uploads/2025/shinsengumi_the_end_cp_jsnut/midashi_bg.png) no-repeat bottom/100% auto;
}

.attention_btn_st {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center !important;
}
.attention_btn_st a {
    width: 50%;
}
/*表アイコン*/

.tb_noticeicon_01{
 	width: auto;
	padding: 2px 4px;
	float:right;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(  top,  #fd6a88 0%,  #fd093a);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#fd6a88),  to(#fd093a));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fd093a;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7),  0px 1px 0px rgba(255,255,255,0.3);
}

