<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*---------------------------------
 見出しタグ
----------------------------------*/

h2:after{
	background-color: #0c7b05;
}
h3:after{
	background-color: #0c7b05;
}

/*---------------------------------
 期日
----------------------------------*/

p.deadline {
	text-align:center;
	font-size:1.3rem;
	margin-bottom:0.9em;
	line-height: 1.2;
	color: #fff;
	background-color: #411303;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

/*---------------------------------
 コンテンツ
----------------------------------*/

.keyimgBox {
	background: #eee4e5;
}

.ex01,
.ex02{
	text-align:center;
}
.ex01 img,
.ex02 img{
	display:inline-block;
}
.ex02{
	background:#c5e7ff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.btnRed {
	background: #ff4d00;
}

.btnRed:hover {
	background: #de4300;
}

.btnBlue {
	background: #014e00;
}

.btnBlue:hover {
	background: #013c00;
}

/*---------------------------------
 おすすめキャンペーン
----------------------------------*/
.otherBox &gt; div{
	width:25%;
	padding:0.3em;
	text-align:center;
		float:left;
		margin-top:0 !important;
}


</pre></body></html>