@charset "utf-8";
/* ---------------------------------------------------------
edit
----------------------------------------------------------*/
@media screen and (max-width: 979px){
	#tmp_contents table{
		table-layout: auto;
	}
	#tmp_contents .scroll{
	overflow: auto;
	white-space: nowrap;
	}
	#tmp_contents .scroll::-webkit-scrollbar{
	height: 5px;
	}
	#tmp_contents .scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
	}
	#tmp_contents .scroll::-webkit-scrollbar-thumb {
	background: #999;
	}
}
@media screen and (max-width: 767px){
	#tmp_contents .infoList dt{
		    position: static;
	}
	#tmp_contents .infoList dd{
		padding-left: 0;
	}
}
@media screen and (max-width: 414px){
	#tmp_contents img{
		max-width: 100%;
		height: auto;
	}
	/*List*/
	#tmp_contents .shinchaku dd img{
		width: 34px;
		height: auto;
	}
}