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

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

/* 背景 */
.bg_01{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_01.png) no-repeat #d1ebeb center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_02{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_02.png) no-repeat #f7edc5 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_03{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_03.png) no-repeat #FDDBD5 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_04{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_04.png) no-repeat #d5ebd1 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_05{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_05.png) no-repeat #eedcee center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_06{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_06.png) no-repeat #A4A4A4 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_07{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_07.png) no-repeat #C9BFB9 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_08{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_08.png) no-repeat #E8E7E7 center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_09{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_09.png) no-repeat #9F98B4 center;
	text-align:center;
	height: 60px;
	font-weight: bold;
	font-size: 120%;
	background-size:90% auto;
}
.bg_10{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_10.png) no-repeat #FFDAFE center;
	background-size:100%;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
}
.bg_11{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_11.png) no-repeat #FFEAD8 center;
	text-align:center;
	height: 55px;
	font-weight: bold;
	font-size: 120%;
	background-size:80% auto;	
}
.bg_12{
	background: url(../../../uploads/2018/luckybag2019_qlaom/bg_12.png) no-repeat #A3B8BD center;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	background-size:80% auto;
}


.dia {
	color: #000;
	font-weight: bold;
    font-size: 0.9em; 
	margin: 0;
  	display: inline-block;
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.dia:after, .dia:before {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #D95641;
	transform: rotate(45deg);
}
.dia:before {
	margin-right: .3em;
}
.dia:after {
	margin-left: .3em;
}


