﻿@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;
}



