#wrapper {
	width:960px;
	margin:auto;
}
#main{
	float:none;
	width:100%;
}
/**
#sidebar{
	float:left;
	width:220px;
}
*/
#footer{
	clear:both;
	padding-top:1em;
	background-color:#FCF;
}
/*header*/
#header h2,#header p{
	margin:0;
	padding:0;
}
#header h2{
	margin-bottom:1em;
}
#header .hLeft,#header .hRight{
	width:50%;
	float:left;
}
#header .hRight .tel{
	font-size:24px;
}
#header .description{
	font-size:12px;
	background-color:#600;
	line-height:2em;
	padding-left:0.5em;
	color:white;
	margin-bottom:1.5em;
}
#header .hRight{
	text-align:right;
}
#gn {
	clear:both;
}
#gn ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-right:-1px;
	overflow:hidden;
}
#gn li{
	width:160px;
	float:left;
	border-right:solid 1px #999999;
}
#gn li a {
	display:block;
	line-height:3em;
	background-color:#600;
	text-align:center;
	color:white;
	font-size:16px;
}
#gn li a:hover {
	background-color:#933;
	text-decoration:none;
}
<!--main-->
#main h1{
	margin:0 0 1em;
}
#main .categorys ul{
	margin:0;
	padding:0;
	list-style:none;
}
#main .categorys h3{
	clear:both;
	margin:1em 0;
	padding:0;
	padding-left:1em;
	line-height:2em;
	font-size:18px;
	background-color:#933;
	border-radius:3px;
	color:white;
}
#main .categorys .itemImage{
	width:180px;
	height:180px;
	background-color:#eee;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}
#main .categorys .items li{
	width:180px;
	float:left;
	margin-right:12px;
}
#main .categorys .itemName {
	max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*ラジオボタンのボタン化*/
#main .button-radio input[type="radio"] {
  display:none; 
}
#main .button-radio label {
	font-size:18px;
	text-align:center;
	
  display:inline-block;
  color:#fff;
  background-color:#600;
  padding:10px 20px;
  border-radius:3px;
  margin:auto;
}

#main .button-radio label:hover {
  background-color:#C36;
}
#main .button-radio input[type="radio"]:checked + label { 
  background-color:#C36;
}