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

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

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

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



.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 .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;
}


/**************link_btn*************/

p.btn {
	display: block;
	text-align: center;
	padding: 5px 0;
}

p.btn a {
	color: #0825D3;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	max-width: 360px;
	width: 90%;
	padding: 15px 10px;
	margin: 0 auto;
	background: #2543B7;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 100%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


p.btn a:hover {
	color:#028AF9;
    background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 60%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}


/***************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 #A4A4A4 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 #9F98B4 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;
}













