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

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

.table_box h2 {
    color: #02509F;
    margin-top: 0;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px #c2c2c2;
    font-weight: bold;
}

/*******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;
}

/*赤枠*/

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


/*小見出し*/
.info_tips {
    font-weight: bold;
    border-bottom: solid 3px #DBCB9C;
    position: relative;
    padding: 0;
    line-height: 0px;
}

.info_tips::before {
    content: "■";
    color: #896D31;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

/***************clas_list_bg*************/



/* 背景 */
.bg_01{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_01.png) no-repeat #d1ebeb center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #013E3E;
}
.bg_02{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_02.png) no-repeat #f7edc5 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #3D3000;
}
.bg_03{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_03.png) no-repeat #eccdc8 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #5B0505;
	
}
.bg_04{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_04.png) no-repeat #d5ebd1 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #0B4101;
}
.bg_05{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_05.png) no-repeat #dec6ec  center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #450245;
}
.bg_06{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_06.png) no-repeat #c8c7c7 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #323131;
}
.bg_07{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_07.png) no-repeat #C9BFB9 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #3F2200;
}
.bg_08{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_08.png) no-repeat #dad9d9  center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #392E2A;
}
.bg_09{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_09.png) no-repeat #c2bdce center;
	text-align:center;
	height: 60px;
	font-weight: bold;
	font-size: 120%;
	background-size:90% auto;
	color: #260739;
}
.bg_10{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_10.png) no-repeat #e6dec7 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #433723;
}
.bg_11{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_11.png) no-repeat #e6cce3  center;
	text-align:center;
	height: 55px;
	font-weight: bold;
	font-size: 120%;
	background-size:80% auto;
	color: #450245;
}
.bg_12{
	background: url(../../../uploads/2019/4th_luckybag_szots/bg_12.png) no-repeat #afc5ca  center;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	background-size:80% auto;
	color: #185162;
}


/* アイコン */
.noticeicon {
	font-size: 11px;
	color: #ffffff;
	padding: 1px;
	float: left;
}

/*アイコン下文字*/
.bttom_txt{
	margin: 20px 5px 0 0;	
}

/*アイコン左文字*/
.right_txt{
	margin-left: 50px;
}

