﻿/* 用途不明 */
.title1 {
	background-color: #FF9;
}
.table-nishiyama {
	border: 1px dotted #0CF;
}
.futoji {
	font-weight: bold;
	color: #f60;
}
h3.gazolink{
	background: none!important;
	border-bottom: none!important;
	padding: 0!important;
}

/*
	レスポンシブcss
*/
.spbr {
	display: none;
}
@media screen and (max-width:600px){
	* {
		box-sizing: border-box;
		max-width: 100%;
	}
	img {
		height: auto;
	}
	.spbr {
		display: inline;
	}
}

