@charset "utf-8";

/* gall Layout
-------------------------------------------------*/
.snbox{
		width: 510px;
		margin: 10px auto 10px 25px;
}
/* js画像拡大
-------------------------------------------------*/

ul.list:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

ul.list {
		display: inline-table;
		clear: both;
}

/* MacIE begin \*/
*+html ul.list {height: 1%;}
* html ul.list {height: 1%;}
ul.list {display: block;}
/* MacIE end */

ul.list li {
		margin-right: 8px;
		margin-bottom: 8px;
		list-style: none;
		display: block;
		width: 70px;
		height: 70px;
		padding: 2px;
		border: solid 1px #c9c9c3;
		background: #ffffff;
		float: left;
}

.totj{
	clear: both;
	width: 360px;
	color: #555;
	padding: 2px 5px;
	margin-left: 85px;
	background-color: #EEE;
	text-align: center;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	font-size: 11px;
}

