/* スマホだけに適用するCSS */

body{
	font-size: 13px;
}

h1,
h2{
	margin: 5px 0 0 0;
}
div#logo {
	margin: 6px 0 6px 0;
}
div#logo a{
	margin: auto;
	height: 30px;
	width: 120px;
}


#nav_wrap{
	margin:0;
	padding:0;
}

	#nav{
		display: none;
	}
	#nav ul li{
		width: 100%;
	}
	#nav ul li a{
		border: 0;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #0081c6;
	}
	#toggle a{
		display: block;
		margin: auto;
		position: relative;
		padding: 10px 0 10px;
		border-bottom: 1px solid #4baacb;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #0081c6;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}




div.main_wrap{
	width: auto ;
	padding: 0 10px;
}

	div.main{
		width: auto;
		padding: 0;
		border: none;
		float: none;
	}

	div.side{
		width: auto;
		float: none;
	}


div#topicPath {
	display: none;
}

img{
     max-width: 100%;
     height: auto;
     display: block;
}


/* ############# TABLE ############# */

table.reg, table.reg2{
	border-top: #d3d3d3 1px solid;
}
table.reg tr, table.reg2 tr{
	display: block;
}
table.reg th, table.reg td, table.reg2 th, table.reg2 td{
	display: block;
	text-align: center;
}
table.reg th, table.reg2 th{
	border-bottom: none;
	border-top: none;
}
table.reg th.stitleS, table.reg2 th.stitleS{
	width: 100%;
}

table.reg3 { 
	display: block; 
}
table.reg3 thead{
	width: auto;
	display: block; 
	float: left;
}
table.reg3 tbody{ 
	display: block; 
	width: auto; 
	overflow-x: auto; 
	white-space: nowrap;
}
table.reg3 th{ 
	display: block;
	width:auto;
	border-bottom: #d3d3d3 0px solid;
}
	table.reg3 th:last-child{
		border-bottom: #d3d3d3 1px solid;
	} 
table.reg3 tbody tr{ 
	display: inline-block; 
	margin: 0 -3px;
}
table.reg3 td{ 
	display: block;
	border-bottom: #d3d3d3 0px solid;
}
	table.reg3 td:last-child{
		border-bottom: #d3d3d3 1px solid;
	} 


table.reg4 { 
	width: 100%;
	display: block; 
	overflow-x: auto; 
	white-space: nowrap;
}

/* 各テーブル共通 */
table th.stitle20,
table th.stitle25,
table th.stitle30,
table th.stitle40,
table td.cont25,
table td.cont75{
	display: block;
	width:auto;
}

/* ############# TABLE ############# */



