@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------

      event page styles

   ----------------------------------------------- */


/* @group calendar basic styles */

table.cal {
	border-collapse: collapse;
	font-size: 14px;
	width: 100px;
}

table.cal caption {
	background-color:#CCC;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 6px;
	height: 22px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

table.cal td {
	color: #4662ac;
}

table.cal th.sun,
table.cal td.sun {
	color: #ff0000;
}

table.cal th.sat,
table.cal td.sat {
	color: #0000ff;
}

table.cal td.out {
	color: #888888;
}

table.cal td.selected {
	background-color: #7ea7c7;
}

table.cal td a:link,
table.cal td a:visited,
table.cal td a:hover,
table.cal td a:active {
	color: inherit;
	text-decoration: underline;
}

table.cal thead {
	background-color:#CCC;
}

table.cal thead th {
	text-align: center;
	padding: 3px;
	padding-top: 5px;
}

table.cal tbody th,
table.cal tbody td {
	text-align: right;
	padding: 3px;
}

table.cal tbody {
	background-image: none;
}

/* @end */

/* @group calendar area layout styles */

div.cal-area {
	margin: 10px 6px 0 ;
}

div.cal-area p {
	float: left;
	padding-top: 95px;
	font-size: 14px;
}

div.cal-area p.prev {
	padding-right: 4px;
}

div.cal-area p.next {
	padding-left: 4px;
}

div.cal-area p a img {
	vertical-align: middle;
	margin: 0 5px;
}

div.cal-area table.cal {
	float: left;
	margin: 10px 7px 0;
}

/* @end */

/* @group event area styles */

div.event-area {
	clear: both;
	padding-top: 10px;
	width: 640px;
}

div.event-box {
	clear: both;
	border: 1px solid #604086;
	position: relative;
	height: 112px;
	border: 1px solid #604086;
	position: relative;
	height: 112px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 19px;
}

div.event-box div {
	border: 1px solid #604086;
	margin: 8px 8px 0 110px;
	height: 96px;
}

div.event-box div img {
	display: block;
	position: absolute;
	top: 8px;
	left: 7px;
}

div.event-box div h4 {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
}

div.event-box div h4 span.shop {
	font-size: 12px;
}

div.event-box div p {
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
}

div.event-box div p.report-link {
	padding-top: 5px;
	text-align: right;
	font-size: 11px;
}

div.event-box div p.report-link img {
	position: static;
	display: inline;
	padding-right: 5px;
}

/* @end */

/* @group event table */
ul.year,
ul.month {
	width:640px;
	clear: both;
	border-bottom: 1px solid #bbbbbb;
	height: 24px;
	padding-left:8px;
	margin-left: 10px;
	margin-bottom:10px;
	text-align:center;
}

ul.month {
	margin-bottom:0;
}

ul.year li {
	position: relative;
	_top: 6px;
}

ul.month {
	position: relative;
	top: 1px;
	_top: 6px;
	border: none;
}

ul.year li,
ul.month li {
	float: left;
	display: block;
	font-size: 12px;
	height: 24px;
	margin-right: 4px;
}

ul.year li {
	width: 75px;
	background-color:#fff;

}

ul.year li.on {
	background-color:#CCC;
}

ul.year li a,
ul.year li span {
	display: block;
	color: #0000ff;
}

ul.year li a:hover,
ul.month li a:hover{
	height:24px;
	background-color:#CCC;
}

ul.month li {
	text-align:center;
	width: 48px;
	background-color:#fff;
}

ul.month li.on {
	background-color:#CCC;
}

ul.year li.on span,
ul.month li.on span {
	color: #000000;
}

ul.month li.none {
	background-color:#fff;
}

ul.month li a,
ul.month li span {
	display: block;
	color: #0000ff;
}

div.event-table {
	width:640px;
	border: 1px solid #bbbbbb;
	padding: 4px;
	margin-left: 10px;
	margin-bottom:5px;
	clear: both;
}

div.event-table table {
	width: 100%;
}

div.event-table table td {
	border: 1px solid #bbbbbb;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5;
}

div.event-table table tr.sun td {
	background-color: #fff8f8;
	color: #ff0000;
}

div.event-table table tr.sat td {
	background-color: #f8f8ff;
	color: #0000ff;
}

div.event-table table td.w-day,
div.event-table table td.day {
	width: 30px;
	text-align: center;
	vertical-align: middle;
}

/* イベント一覧画面ポップアップ表示*/
.popup a:hover{ /*マウスが乗ったら*/
        position: relative;
        top: 0px; left: 0px;
}
.fukidasipop{
	position: absolute;
	top:31px;left:30px;
	display:none;
	width : 324px;
    font-weight : bold;
	color:#000000;
	background-image:url(/img/event/pop.png);
	text-decoration:none;
}
.fukidasipop_top{
	position: absolute;
	top:17px; left:20px;
	display:none;
	height:14px;
	width : 334px;
	background-image:url(/img/event/pop_top.png);
}
.fukidasipop_bottom{
	position: absolute;
	left:20px;
	display:none;
	height:8px;
	width : 334px;
	background-image:url(/img/event/pop_bottom.png);
}
.fukidasipop_edge{
	position: absolute;
	top:31px;left:20px;
	display:none;
	width : 10px;
	background-image:url(/img/event/pop.png);
}
a:hover .fukidasipop {
    display: block; /*ブロック要素で表示*/
}
a:hover .fukidasipop_top {
    display: block; /*ブロック要素で表示*/
}
a:hover .fukidasipop_bottom {
    display: block; /*ブロック要素で表示*/
}
a:hover .fukidasipop_edge {
    display: block; /*ブロック要素で表示*/
}

/* @end */



