@charset "utf-8";

/*=========================================================
	index
		1. heading level1
		2. heading level2
		3. heading level3
		4. heading level4 - level6
=========================================================*/

/* 4.heading
=========================================================*/
#gokaku #content h1.ind{
	width:660px;
	height:50px;
	margin:0 0 20px;
	padding:0;
	border:none;
	background:url(../../gokaku/images/ind_ptit.jpg) no-repeat;
}
#gokaku #content h1.ind span{
	display:none;
}
#gokaku #content .number{
	text-align:right;
}
#gokaku #content .category{
	text-align:center;
    font-weight: bold;
}
#gokaku #content tr.total td{
    text-align: center;
    background: #F9F5F4;
    font-weight: bold;
}
#gokaku #content tr.right td:nth-child(n+2){
    text-align: right;
}

@media screen and (max-width: 600px) {

#gokaku #content h1.ind {
	width: 100%;
	height:auto;
	margin:0 0 20px;
	padding:0;
	border:none;
	background: none;
	font-weight: bold;
	color: #478B00;
}
#gokaku #content h1.ind span {
	display: block;
	padding:10px;
	border: 1px solid #458C00;
}

#gokaku #content p.spTextLeft {
	text-align: left;
}
#gokaku #content tr.right td:nth-child(n+2){
    text-align: center;
}
}