@charset "utf-8";

/* 旧class
---------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.hover_white a:hover img {/*マウスオーバーで透過*/
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}

.center {
	text-align:center;
}

/* 既存cssクリアー
---------------*/

div#content div#main p {
	margin:0;
}

div#content div#main table {
	border-top:none;
	border-left:none;
	margin:auto;
}

div#content div#main table[width="200"] {
	width:200px;
}

div#content div#main table[cellspacing="1"] {
	border-collapse:separate;
	border-spacing:1px;
}


div#content div#main table th,
div#content div#main table td {
	border-right:none;
	border-bottom:none;
	line-height: 1.6;
}

div#content div#main table th[align="center"],
div#content div#main table td[align="center"] {
	text-align:center;
}

div#content div#main table th[align="right"],
div#content div#main table td[align="right"] {
	text-align:right;
}

div#content div#main table th {
	background:none;
}
