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

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


/* 小見出し */
.tips {
    border-color: #E4C169;
}

.tips::before {
    color: #D0730B;
}


/*table*/
.not_bold{
	font-weight: 100;
}

.bd_btm_none{
	border-bottom: none;
	display: block;
}

.bg_t_col01{
	background-color:#FFFBF0;
}

.bg_t_col02{
	background-color:#EAF5FF;
}
.item_list{
	padding: 0 0 0 1%!important;
}
.item_bd_lnone{
	border-left: 0;
	margin: 0 0 0 0!important;
	padding: 0 0 0 1%;
}

.bace_bg_color{
	background-color: #ECF2F3;
}




/*******none*****/


.table_box .item_list_right{
	border-right: 0;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}

.table_box .item_list_right .item_img{
	max-width: 100%;
    margin-top: 5px;
    display: block;
}


.item_img_left{
	max-width: 50%;
    margin-top: 5px;
    display: block;
}

.item_pad_left{
	padding-left: 2%;
}

.gray_out{
		-webkit-filter: grayscale(1); /* Webkit */
	 filter: grayscale(100%);
	cursor: default;
	 opacity: 0.5;
}

.gray_out_night{
		-webkit-filter: grayscale(1); /* Webkit */
	 filter: grayscale(100%);
	cursor: default;
	 opacity: 0.3;
}


/*******表アイコン*****/


.pu_gl {
    clear: both;
    padding: 5px 0 35px 0;
    display: block;
}

.txt_mg_2 {
    clear: both;
    padding: 10px 0 3px 0;
    display: block;
}


.tag_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px!important;
    color: #ffffff;
    padding: 1px 4px;
    background: #C00303;
    border-radius: 4px;
    width: 132px;
    float: left;
    text-align: center;
    transform: scale(0.6, 1);
    margin-left: -27px;
    font-weight: bold;
    letter-spacing: 0.2em;

}


.tag_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px!important;
    color: #ffffff;
    padding: 1px 5px;
    background: #0053b7;
    border-radius: 4px;
    width: 173px;
    float: left;
    text-align: center;
    transform: scale(0.5, 1);
    margin-left: -45px;
    font-weight: bold;
    letter-spacing: 0.2em;

}
