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

/*
--------------------------- */
.w700fix {
	width: auto;
}
#wrapper-plus {
	margin: 20px 0;
	font-size: 14px;
	color: #222;
}
#wrapper-plus a:link,
#wrapper-plus a:visited {
	color: #3498db;
	text-decoration: none;
}
#wrapper-plus a:hover,
#wrapper-plus a:focus,
#wrapper-plus a:active {
	color: #3498db;
	text-decoration: underline;
}
#wrapper-plus a img {
	opacity: 1;
}
#wrapper-plus a:hover img {
	opacity: 0.7;
}

.w0{color:red !important;} /** 0 = Sunday */
.w6{color:blue;} /** 6 = Saturday */

/*
--------------------------- */
#wrapper-plus .plus-pager {
	margin: 15px 0;
	text-align: right;
}
#wrapper-plus .plus-pager &gt; p,
#wrapper-plus .plus-pager &gt; div {
	display: inline-block;
	*display: block;
	*zoom: 1;
}

/*
--------------------------- */
#wrapper-plus .ttl {
	overflow: hidden;
	position: relative;
}
#wrapper-plus .ttl h2 {
	float: left;
	width: 330px;
	margin-bottom: 20px;
}
#wrapper-plus .ttl .txt {
	float: right;
	width: 415px;
	margin-bottom: 20px;
}
#wrapper-plus .ttl .txt &gt; a {
	display: block;
	background: url(../images/placemat.png) no-repeat;
	height:380px;
	padding: 34px 0 0 0;
	text-align: center
}
#wrapper-plus .ttl .txt &gt; a span {
	display: inline-block;
	*display: block;
	*zoom: 1;
}

#wrapper-plus .ttl .txt img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

#wrapper-plus .disc {
	clear:both;
	border-left: 12px solid #990008;/*TODAY'Sイチウマのタイトル左帯色*/
	padding: 5px 0 2px 12px;
	margin: 5px 0 0;
}
#wrapper-plus .disc h3 {
	font-size: 18px;
	font-weight: bold;
}
#wrapper-plus .disc h3 a {
	color: #990008;/*TODAY'Sイチウマのタイトル文字色*/
}
#wrapper-plus .disc p {
	margin: 0.5em 0 0;
}
#wrapper-plus .disc p + p {
	color: #666;
}

/*
--------------------------- */
#wrapper-plus #list-calendar {
	width:760px;
	margin:20px 0;
	overflow:hidden;
}
#wrapper-plus #list-calendar li {
	position:relative;
	width:181px;
	height:181px;
	float:left;
	background:url(../images/bg_cal.jpg) no-repeat 0 0;
	margin:0 0 9px 9px;
	line-height:1;
}
#wrapper-plus #list-calendar .item-day {
	position: absolute;
	width:100%;
    top: 50%;
    margin-top: -1.2em;
	text-align:center;
}
#wrapper-plus #list-calendar li span {
	font-size:22px;
	font-weight:bold;
}
#wrapper-plus #list-calendar .item-photo {
	z-index:0;
}
#wrapper-plus #list-calendar .item-shop {
	background:rgba(0,0,0,0.2);
	padding:3px 5px;
	position:absolute;
	bottom:0;
	z-index:1;
	line-height:1.3;
}
#wrapper-plus #list-calendar li a{
	color:#FFF;
	font-size:10px;
	text-align:left;
}

/* IE7,MacIE5 */
#wrapper-plus .clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html #wrapper-plus .clearfix {
  height: 1%;
}
#wrapper-plus .clearfix {
  display: block;
}
/**/
</pre></body></html>