@charset "UTF-8";
@-ms-viewport	{width: device-width;}



/*table */
.table-container	{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table	{
	width: 740px;
	border-collapse: collapse;
}

table, th, td	{
	border-top: dotted 1px #c0bebe;
	border-bottom: dotted 1px #c0bebe;
}
table, th:first-child	{
	border-top: 0;
	border-bottom: dotted 1px #c0bebe;
}



td	{
	padding: 8px　2px;
	font-size: 75%;
	vertical-align: middle;
}

th	{

	color:#222;
	border:none;
	height:20px;
	font-size: 50%;
	vertical-align: bottom;}

tr > :first-child	{

	width: 120px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
td:nth-child(odd)	{background-color: #ffd;}

td:nth-child(even)	{background-color: #efa;}*/




ul.comparison-list li {
    margin: 0;
    padding: 0;
    list-style: none;
	font-size:70%;
}






/* cat-comparison-search */

.cat-comparison-search{
	width:740px;
	background: #fff;
	position: relative;
	margin: 25px 0 0 0 ;
	padding:10px 0 30px 0 ;
	border:solid 1px #e9e9e9;
	
}

.cat-comparison-cat:first-child	{
	margin-left: 50px;
	padding-left:0;
	}
.cat-comparison-cat	{
	font-size:80%;
	float: left;
	padding: 0 20px ;
	margin-left:11.5px;
}

.cat-comparison-search	{*zoom: 1;}



.cat-comparison-content	{
	clear:both;
	padding-bottom:40px;
}
.cat-comparison-content h4{
	padding:20px 0 5px 10px ;
	background-color:#FFFFFF;
	border:0;
	font-weight:bold;
}

