@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.event-col table {
	width: 100%;
	font-size: 1em;
	border: 1px solid #003b50;
}

.event-col table caption {
	margin: 0 0 7px;
	font-size: 0.75em;
	color: #003b50;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.event-col tr {
	border-bottom: 1px solid #003b50;
}

.event-col td {
	border: 1px solid #003b50;
	background: #fff; padding:0px;
	background: rgba(255, 255, 255, 0.6);
}

.event-col a { padding:8px; margin:0; display:block; text-align:center; text-decoration:none }
.event-col a:link, .event-col a:active, .event-col a:visited { color: #003b50;}
.event-col a:hover { background:#f2f0da; }


@media only screen and (max-width: 767px) {
	
	.event-col table {
	font-size: .77em;
}
	
		.nav_btn .text {
		position:relative;
		left:0px;
		bottom:5px;
		font-size: 12px;
	}
	
/* SP header Button wata-hack */
	.nav_btn {
		width: 55px;
		height: 60px;
		padding: .6em 0;
		border: none;
/*	background: #003b50; 2022*/
		text-align: center;
		position: absolute;
		bottom: 0px;
		left: 0;
		color: #fff;
		display: block;
		line-height: 1.2;
		text-decoration: none;
	}
}