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

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



/*背景*/

div.wrapper div#news_color {
	background-image: url(../../../uploads/2020/re_enmatei_mudxn/bg.png);
	background-repeat : repeat; 
}
div.container {
	background-image: url(../../../uploads/2020/re_enmatei_mudxn/bg.png);
	background-repeat : repeat; 
}


main, main .article{
	background: none;
}

/* 強調色 */
.notice {
	color: #C40307;
}
.notice_em01 {
	
	color: #C40307;
}

/* 全体テキスト変更 */
body {
	color: #000000;
}
.table_color{
	color: #000000;
}

.attention{
	padding: 1em 1em 0 1em;
	border: solid 1.5px #AB7B04;
	margin: 10px;
}

.border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AB7B04;
  border: none;  
}

.tips {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #661810;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips::before {
    content: "▶";
    color: #89313a;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.star {
	color: #633C14;
}
.dia {
    color: #000000;
}

.dia::after, .dia::before{
	background-color:#600D0E;
}


.en_bl_none {
    border-left: 0;
 
}
