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

/*** for PC Browser ***/
@media (min-width:401px)
{
/*ふるさと納税*/
.RPane_2
{
	width: 200px;
	height: 185px;
	border: 1px solid #3e3cff;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 10px;
        margin-left:10px;
        margin-right: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #333333;
}

.RPane_2 ul
{
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	height: 130px;
	width: 200px;
	display: block;
}


.RPane_2H
{
	background-color: #3c528c;
	margin-top:-2px;
	width: 200px;
	height: 45px;
	display: table-cell;
	vertical-align: middle;	
}

.RPane_2H label{
  position:relative;
  text-align: center;
  display:block;
  left:0px;
  font-size:16px;
  color:white;
  font-weight:bolder;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/*ふるさと納税*/
.RPane_2
{
	width: 200px;
	height: 185px;
	border: 1px solid #3e3cff;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 10px;
        margin-left:10px;
        margin-right: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #333333;
}

.RPane_2 ul
{
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	height: 130px;
	width: 200px;
	display: block;
}


.RPane_2H
{
	background-color: #3c528c;
	margin-top:-2px;
	width: 200px;
	height: 45px;
	display: table-cell;
	vertical-align: middle;	
}

.RPane_2 img{
       margin-top:-13px;
/*       margin-left: -26px;*/
}

.RPane_2H label{
  position:relative;
  text-align: center;
  display:block;
  left:0px;
  font-size:16px;
  color:white;
  font-weight:bolder;
}
}
</pre></body></html>