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

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



table tr td:last-child.b_none
{
	box-shadow: none;
}

/*仮赤枠*/
.provisional_box{
	padding: 0 0.1em 0 0.1em;
	border: solid 4px #FF0004;
}



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

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





/*******item_list*******/

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

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


.table_box .bd_l_none{
	border-left: 0;
	padding: 0;
	box-shadow:0px 2px 0px rgba(0,0,0,0.1);
}

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





/**table**/

.bg_01 {
	
	background: url(../../../uploads/2019/binny2019_cp_pu_smqbd/bg_01.png) no-repeat #d1ebeb center;
    background-size: 45%;
	font-weight: bold;
	color: #114E4D;
	text-align: center;
}

.bg_02{
	
	background: url(../../../uploads/2019/binny2019_cp_pu_smqbd/bg_02.png) no-repeat #f7edc5 center;
    background-size: 45%;
	font-weight: bold;
	color: #574318;
	text-align: center;
}

.bg_03{
	background: url(../../../uploads/2019/binny2019_cp_pu_smqbd/bg_03.png) no-repeat #eccdc8 center;
    background-size: 45%;
	font-weight: bold;
	color: #311011;
	text-align: center;
}


.bg_04{
	
	background: url(../../../uploads/2019/binny2019_cp_pu_smqbd/bg_04.png) no-repeat #d5ebd1 center ;
    background-size: 40%;
	font-weight: bold;
	color: #183116;
	text-align: center;
}

.bg_05{
	background: url(../../../uploads/2019/binny2019_cp_pu_smqbd/bg_05.png) no-repeat #dec6ec center;
    background-size: 40%;
	font-weight: bold;
	color: #431D4E;
	text-align: center;
}

.bg_06{
	
	background: url(../../../uploads/2019/binny2019_cp_pu_smqbd/bg_06.png) no-repeat #A4A4A4 center;
    background-size: 45%;
	font-weight: bold;
	color: #121212;
	text-align: center;
}

.bg_07{
	
	background: url(../../../uploads/2019/binny2019_cp_pu_smqbd/bg_07.png) no-repeat #C9BFB9 center;
    background-size: 40%;
	font-weight: bold;
	color: #2B1D0E;
	text-align: center;
}

.bg_08{
	background: url(../../../uploads/2019/binny2019_cp_pu_smqbd/bg_08.png) no-repeat #A4AFD8 center;
    background-size: 60%;
	
	background-color: #A4AFD8;
	font-weight: bold;
	color: #170E37;
	text-align: center;
}















