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

/* ----------------------------------------
	テーブル等
---------------------------------------- */

.search-form {
	background: none repeat scroll 0 0 #f4f4f4;
    border: none;
    /*box-shadow: 0 0 7px 1px #DADADA inset;*/
    height: 17px;
    line-height: 17px;
    padding: 3px;
    width: 240px;	
}
/*　共通テーブル①*/
.table-1 {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}
.table-1 th {
    background: url(../image/bg/bg4.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.table-1 td {
    border-bottom: 1px solid #DDDDDD;
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
}

/*　カレンダー(サイド)　*/
.side-cal {
	width: 100%;
	table-layout: fixed;
}

.side-cal td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.side-cal p.month {
    display: block;
    height: 30px;
    padding-bottom: 5px;
    width: 216px;
}
.side-cal p span.capt1 {
    display: block;
    float: left;
    font-size: 26px;
    font-weight: normal;
    padding: 0 0 0 5px;
    text-align: left;
	line-height: 30px;
}

.side-cal p span.capt2 {
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 5px;
    text-align: right;
	line-height: 1.2;
}
.side-cal td.week {
    border-bottom: 1px solid #333333;
    font-size: 10px;
    height: 18px;
    padding: 5px 0 0;
    text-align: center;
}
.side-cal td.holiday {
    background-color: #ECECEC;
}
.side-cal td.day {
    font-size: 12px;
    height: 18px;
    text-align: center;
}
.side-cal td.day-firstline {
	font-size: 12px;
    height: 18px;
    text-align: center;
	padding-top: 5px;	
}
.side-cal td span {
    display: block;
    line-height: 15px;
	padding-top: 3px;
}
.side-cal td.moon {
    height: 14px;
    text-align: center;
	line-height: 1;
	padding: 3px 0 8px;
}
.side-cal td.event {
    background-color: #FFFF33;
}
/* カレンダー(メイン) */
.calendar {
	width: 100%;
	table-layout: fixed;
}

.calendar td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.calendar p.month {
    display: block;
    height: 30px;
    padding-bottom: 5px;
    width: 216px;
}
.calendar p span.capt1 {
    display: block;
    float: left;
    font-size: 26px;
    font-weight: normal;
    padding: 0 0 0 5px;
    text-align: left;
	line-height: 30px;
}

.calendar p span.capt2 {
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 5px;
    text-align: right;
	line-height: 1.2;
}
.calendar td.week {
    border-bottom: 1px solid #333333;
    /*font-size: 10px;*/
    height: 18px;
    padding: 5px 0 0;
    text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.calendar td.holiday {
    background-color: #ECECEC;
}
.calendar td.day-firstline {
	font-size: 18px;
    height: 30px;
    text-align: center;
	padding-top: 20px;	
	background-color: #F3F7E5;
}
.calendar td.day {
    font-size: 18px;
    height: 30px;
    text-align: center;
	background-color: #F3F7E5;
}
.calendar td span {
    display: block;
    line-height: 15px;
	padding-top: 3px;
}
.calendar td.moon {
    height: 14px;
    text-align: center;
	line-height: 1;
	padding: 3px 0 8px;
}
.calendar td.event {
    background-color: #FFFF33;
}
/*　入れ子　*/
.calendar-inner {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 10px;
}

.calendar-inner td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.calendar-inner p.month {
    display: block;
    height: 30px;
    padding-bottom: 5px;
    width: 216px;
}
.calendar-inner p span.capt1 {
    display: block;
    float: left;
    font-size: 26px;
    font-weight: normal;
    padding: 0 0 0 5px;
    text-align: left;
	line-height: 30px;
}
.calendar-inner p span.capt2 {
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 5px;
    text-align: right;
	line-height: 1.2;
}
.calendar-inner td.week {
    border-bottom: 1px solid #333333;
    /*font-size: 10px;*/
    height: 18px;
    padding: 5px 0 0;
    text-align: center;
	font-weight: bold;
}
.calendar-inner td.holiday {
    background-color: #ECECEC !important;
}
.calendar-inner td.day-firstline {
	font-size: 18px;
    height: 30px;
    text-align: center;
	padding-top: 20px;	
	background-color: #F3F7E5;
}
.calendar-inner td.day {
    font-size: 18px;
    height: 30px;
    text-align: center;
	background-color: #F3F7E5;
}
.calendar-inner td span {
    display: block;
    line-height: 28px;
	padding-top: 2px;
}
.calendar-inner td.moon {
	background: url(../image/bg/bg_dotto.png) repeat scroll 0 0;
    height: 14px;
    text-align: center;
	line-height: 1;
	padding: 6px 0 5px;
}
.calendar-inner td.event {
    background-color: #FFFF33;
}
.calendar-inner td.eventList {
	padding: 5px 3px;	
	font-size: 11px;
	height: 58px;
	line-height: 1.2;
}
.calendar-inner td.eventList a.event-link {
	background: url(../image/icon/arrow08.png) no-repeat scroll left 1px;
	padding-left: 13px;	
	display: block;
	margin-bottom: 2px;
}
.calendar-inner td.eventList a.event-link-other {
	background-color: #F2A5B9;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	padding: 2px 0;
	display: block;
	font-size: 10px;
	
}
.calendar-inner td.eventList a.event-link-other:hover {
	background-color: #606260;
}



/* ----------------------------------------
	リスト
---------------------------------------- */
/*　リスト(共通)*/
.list_u_1 {
    padding: 0 0 0 20px;
}
.list_u_1 li {
    list-style: square outside none;
    padding-bottom: 5px;
}
.list_u_2 {
    padding: 0 0 0 20px;
}
.list_u_2 li {
    list-style: square outside none;
    padding-bottom: 5px;
	line-height: 1.4
}
/*　ニュース　*/
.ullist-news {
		
}
.ullist-news li {
    height: 35px;
    line-height: 35px;
    margin: 0 0 1px;
}
.ullist-news li span {
    background-color: #555555;
    color: #FFFFFF;
    display: inline-block;
    height: 35px;
    margin: 0 20px 0 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 140px;
}
.ullist-news li:hover span {
    background-color: #F57858;
}
/*　イベント　*/



/* ----------------------------------------
	ページング
---------------------------------------- */
.pagenationCont {
	margin-bottom: 50px;
	padding: 10px 0;
	border-top: 2px solid #000;	
}
.searchResult {
    float: left;
    font-size: 10px;
    width: 300px;
}
.searchResult span.thisPage, .searchResult span.serchNumber {
    font-weight: bold;
}
.pagenation {
    float: right;
    font-size: 10px;
    text-align: right;
    width: 400px;
}
.pagenation span.First, .pagenation span.Last {
    /*font-weight: bold;*/
    padding: 0 5px;
}
.pagenation span.Front, .pagenation span.Back {
    /*font-weight: bold;*/
}
.pagenation span.Front {
    padding-right: 10px;
}
.pagenation span.Number a {
    background: none repeat scroll 0 0 #ECECEC;
    padding: 3px 5px;
}

.pagenation .Number a:hover, .pagenation a.current {
    background: none repeat scroll 0 0 #565656 !important;
    color: #FFFFFF;
    line-height: 1;
    text-decoration: none;
}

/* ----------------------------------------
	枠(見出し付)
---------------------------------------- */
.heading-frame {
	padding-bottom: 20px;	
}
.heading-frame dt {
	background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    font-weight: bold;
    left: 1em;
    padding: 0 1em;
    position: relative;
    top: 1em;	
}
.heading-frame dd {
	border: 1px solid #808080;	
	padding: 20px 20px 15px;
}









@media ( min-width : 768px) {
.fixed_entry_btn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    z-index: 100;
}
}









