@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#compatibility_box{
	width:870px;
	font-size:12px;
}
#header_container {
	margin:0 auto;
	width:1100px;
}
ul.menu li {
	float:left;
	width:183px;
	height:30px;
	position:relative;
	line-height:0px;
}
ul.menu li a {
	display:block;
	width:100%;
	height:100%;
}
ul.menu li ul.sub {
	position:absolute;
	z-index:99999;
	line-height:0px;
}

ul.menu {
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:"";
	display:block;
	clear:both;
}
/*追加分*/
#content{
	min-height:300px;
	width:1100px;
	margin:5px auto;
}
#left_content{
	width:200px;
	margin-right:10px;
	float:left;
}
#right_content{
	min-height:200px;
	width:890px;
	padding-top:5px;
	float:right;
}
#compatibility h3{
	clear:both;
	display:block;
	margin:10px 0;
	padding:5px;
	border-left:#000000 solid 8px;
	border-bottom:#000000 solid 1px;
}
.tekigou-hyou{
	width:100%;
}
.tekigou-hyou li{
	width:220px;
	margin-left:10px;
	padding:10px 10px 10px 30px;
	background:url(../../eccube/html/user_data/packages/20100701/img/up_w-w-l01/mark/collect.png) no-repeat left center;
	float:left;
}
.tekigou-hyou li a{
	display:block;
}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#compatibility_table{
	width:868px;
	font-size:12px;
}
.compatibility_table{
	width:868px;
	font-size:12px;
}
.compatibility_table_head td{
	background-color:#333333;
	color:#FFFFFF;
}
.compatibility_table_bikou{
	background-color:#333333;
	color:#FFFFFF;
}

/*クリアフィックス*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#agreement td{
//	border:none;
}