@charset "UTF-8" ;




/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ボディ */
	body
	{
		font-size: 13px ;	/* 文字サイズ */
	}
}


/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ロゴ画像 */
	.logo
	{
		width: 200px ;
	}
}


/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
	}
}
/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	#main
	{
		width: auto;
		padding: 5px;
		border: none;
		margin-bottom: 10px;
		padding-top: 20px;
		font-size: 1.0em;
		background-color: #FFF;
		border-radius: 20px;
		font-size: 0.7em;
	}

	#side
	{
		width: auto ;
	}

	.next_name {
		border-width: 4px;
		border-style: solid;
		padding: 5px;
		padding-left: 10px;
		padding-right:10px;
		border-color: #f08200;
		margin-top: 30px;
		margin-bottom: 30px;
		font-weight: bold;
		text-align: left;
	}

}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{


	#header {
		height: 0;
		padding-top: 43.35%;
		background: url(../images/header.jpg?) 0 0 no-repeat;
		background-size: contain;
		position: relative;
		margin-bottom: 0px;
	}

	
	#main , #side
	{
		float: none ;
	}

	table.timeschedule {
		margin: 0 auto;
		border-collapse: collapse;
		border: none;
		width: 90%;
		font-size: 1.0em;
		table-layout: fixed;
		margin-right: 10px;
	}

	.timeschedule { margin: 0 -10px; }
	.timeschedule th,
	.timeschedule td{
		width: 100%;
		display: block;
		border-top: none;
		}

	table.timeschedule {
		margin: 0 auto;
		border-collapse: collapse;
		border: none;
		width: 100%;
		font-size: 1.0em;
		table-layout: fixed;
	}

	table.timeschedule td {
		height: 100%;
		margin: 0;
		padding: 10px 10px 10px 0px;
		text-align: left;
		vertical-align: top;
		border: none;
		line-height: 180%;
		width: 88%;
		padding-left: 20px;
		padding-right: 20px;
	}	
}
