﻿@charset "utf-8";



/***********************************************/
/*event.css                                      */
/***********************************************/

.clrfix {
	display					: inline-block;
}

.clrfix:after {
	content					: ".";
	display					: block;
	height					: 0;
	clear					: both;
	visibility				: hidden;
}

p {
	font-size : 12px;ss
}


/*---------------------イベントTOP-----------------------*/
#EventBox01 {
	width	: 630px;
	margin	: 70px 0 30px 0;
}

.EventTitle {
	background	: url(../event/img/event_title.jpg) no-repeat;
	width	: 630px;
	height	: 31px;
	font-size	: 18px;
	font-color	: #06328f;
	font-weight	: bold;
	text-decoration	: none;
}

.EventTitle a{
	text-decoration	: none;
}

.EventBox02 {
	background	: url(../event/img/event_bg.jpg);
	width	: 630px;
	height	: 150px;
}

.eventimg {
	background	: url(../event/img/eventimg_bg.jpg) no-repeat;
	width	: 152px;
	height	: 112px;
	float	: left;
	margin	: 20px 15px 20px 15px;
	padding	: 5px 0 0 5px;
}

.eventright {
	float	: right;
	margin	: 20px 15px 0 0;
	width	: 428px;
	
}

.eventtext{
	font-size	: 12px;
	line-height	: 18px;
	margin	: 0 0 0 10px;
}

.eventright ul{
	padding	: 5px 0 0 10px;
}

.eventright li{
	background	: url(../event/img/event_bg2.jpg) no-repeat;
	background-position	: 5px;
	padding	: 0 0 0 15px;
	font-size	: 12px;
	line-height	: 24px;
}

.eventsyosai {
	background	: url(../event/img/syosai_bg.jpg) no-repeat;
	width	: 630px;
	height	: 20px;
	text-align	: right;
	font-size	: 12px;
}

.eventsyosai a{
	padding	: 0 20px 0 0;
}

.eventsen {
	padding-top	: 10px;
}



/*---------------------イベント詳細-----------------------*/

.syo_eventtext {
	float	: right;
	width	: 428px;
	font-size	: 12px;
	line-height	: 18px;
	margin	: 20px 0 0 10px;
}

.EventBOX002 {
	margin	: 30px 20px 0 20px;
}

.eventbox002_1 {
	padding	: 0 0 20px 0;
}

.eventbox002_1 dl{
	margin	: 10px 0 20px 10px;
}


.eventbox002_1 dt{
	background	: url(../event/img/event_bg2.jpg) no-repeat;
	background-position	: 10px;
	padding	: 0 0 0 20px;
	font-size	: 12px;
	line-height	: 24px;
}

.eventbox002_1 dd{
	padding	: 0 0 10px 20px;
	font-size	: 12px;
	line-height	: 24px;
}

.event_access {
	margin	: 0 0 20px 30px;
	font-size	: 12px;
	line-height	: 18px;
}

#map2 {
	margin	: 40px auto;
}





/*---------------------leftcolイベントカレンダー-----------------------*/
/*.widget-calendar {
	width: 180px;
	height	: 200px;
	margin	: 0 0 0 10px;
}

.widget-header {
	background-color: #05329b;
	font-size	: 14px;
	font-weight	: bold;
	padding	: 0 0 0 10px;
	font-color	: #05329b;
}

.widget-content th{
	text-align	: center;
	vertical-align	: middle;
}

.widget-content td{
	width: 180px;
	height: 10px;
	background-color: #ffc;
	border-color	: #b5b9bc;
}

div.widget-calendar td,tr{
	height: 20px;
}
*/



/*-------------NEW カレンダー　090902------------------*/


#calendar {
	background	: url(http://www.umi-pon.jp/img/event_title2.gif) no-repeat;
	width: 180px;
    margin: 5px 0 10px 10px;
    color: #444444;
	border: 1px solid #ccc;
}

.calendarhead {
	padding-top	: 40px;
    font-size: 9px;
    letter-spacing: 0.2em;
	text-align	: center;
}

#calendar table {
	width	: 180px;
    padding: 0;
    border-collapse: collapse;
}

#calendar th {
    padding-bottom: 2px;
    text-align: center;
    font-size: 9px;
    width: 23px;
	vertical-align	: middle;
	
}

#calendar td {
    padding: 1px 2px;
    text-align: center;
    font-size: 14px;
	font-weight	: bold;
    line-height: 100%;
	background-color: #ffc;
}

#calendar td,tr {
	height	: 25px;
}

.today {
    display: block;
    border: 1px solid #444444;
}



.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}

.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}


.eventitiran {
	text-align	: right;
	margin	: 0 10px 20px 0;
}