@charset "utf-8";

/* **************************************************** 0 to 479px ******************* */
table{
	font-size:90%;
	width:100%;
	max-width:600px;
	border-collapse:collapse;
	margin:0 auto;
}

table tr th{
	font-weight:normal;
	background: #966731;
	background:-moz-linear-gradient(rgba(150,103,49,0.7), rgba(150,103,49,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(150,103,49,0.7)), to(rgba(150,103,49,0.9)));
	font-weight: normal;
	text-shadow:0 -1px 0 rgba(106,58,13,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border:1px solid #6A3A0D;
	color:#FFFFFF;
	padding:1em 0;
}

table tr td{
	text-align:left;
	border-right:1px solid #6A3A0D;
	border-bottom:1px solid #6A3A0D;
	padding-left:0.5em;

}

table tr:first-child td{
	border-top:1px solid #6A3A0D;
}


p.futai{
	font-size:90%;
	padding-left:0.5em;
}

@media only screen and (min-width: 600px) { /* *************************************** */

p{
	line-height:2;
	padding:0 0.5em;
}


/* ** */}

@media only screen and (min-width: 960px) { /* *************************************** */



/* ** */}

