@charset "UTF-8";

.img_swap img{
	width: 900px !important;
	height: 353px !important;
}

.left_column{width:650px; margin:20px 0 0 20px; float:left; text-align:left; padding: 0;}
.right_column{width:195px; margin:10px 20px 0 0px; padding:0px 0 15px 0; float:right; text-align: center; background:#fbe7e8;
				-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
			}
.right_column img{ margin:10px 0 0px 0;}

.rss_box{border-top:#999 1px dotted; padding:3px 0 2px 0; margin:10px 0 10px 0; clear:both;}
.rss_date{width:100px; float:left; color:#ea7089; font-size:85%;}
.rss_title{width:365px; float:left; max-height:50px; overflow-y:hidden;}


.introduction{
	background: #9ee6ca;
	padding: 5px 0 2px 3px;
}

.introduction .panel{
	width: 445px;
	background: #fff;
	margin: 0 3px 3px 0;
}

.introduction .panel2{
	width: 894px;
	background: #fff;
	margin: 0 3px 3px 0;
}

.introduction .panel2 .text{
	width: 350px;
	padding: 10px 10px 10px;
}


.topics{
	float: left;
	width:370px;
	margin: px 0 0 0;
}

.topics a.title{
	text-decoration: none;
}

.topics .list{
	padding: 0 0 5px 0;
}

.topics .list .row{
	border-bottom: #999 1px dotted;
/*	border-top: #999 1px dotted;*/
	line-height: 1.5em;
	padding: 5px 0;
}

.topics .list .row .date{
	color: #1bc382;
	font-size: 12px;
}

.topics .list table{
	border-collapse: collapse;
}

.topics .list table th{
	line-height: 1.3em;
	vertical-align: top;
	text-align: right;
	width: 107px;
	padding: 6px 0;
}

.topics .list table td{
	line-height: 1.3em;
	text-align: left;
	padding: 6px 0;
	white-space: nowrap;
}

.map_outer{
	float: right;
	text-align: left;
	margin-left: 17px;
}

#map{
}

.incho .pict{
	padding: 0 0 10px 45px;
}

/* PC向け ******************************************************************************************* */

@media (min-width: 651px) {
	
}


/* スマホ向け **************************************************************************************** */

@media (max-width: 650px) {
	.introduction .panel,
	.introduction .panel2{
		width: 94%;
		margin: 0 0 1% 3%;
	}

	.introduction .panel img,
	.introduction .panel2 img{
		width: 100%;
	}

	.introduction .panel2 .text{
		width: auto;
	}

	div.scheduleBox{
		float:  none;
		width: 100%;
		max-height: 400px;
		height: auto;
		margin: 0;
	}

	div.schedule{
		max-height: 400px;
		height: auto;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	div.schedule .list{
		max-height: 320px;
		height: auto;
		margin-bottom: 5px;
	}

	div.calender{
/*
		width: 280px;
		height: 390px;
		padding: 0 10px;
		margin: 0 auto;
*/
	}

	div.calender .inner{
		width: 280px;
		height: 400px;
/*		padding: 0 10px;*/
		margin: 0 auto;
	}
	
	.left_column{
		width: 100%;
		margin: 5% 0;
	}

	.topics{
		float: none;
		width: 94%;
		margin: 5% 3%;
	}
	
	.rss_date{width:100%;}
	.rss_title{width:100%;}

	.map_outer{
		float: none;
		margin: 10% 0;
		padding: 0 8%;
	}

	#map{
		width: 100%;
	}

	.incho{
		width: 94%;
		margin: 5% 3%;
	}

	.incho .pict{
		padding: 0 0 10px 5%;
	}

	.incho .text{
		/* width: 65%; */
	}
	
}


