@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	padding-bottom: 10px;
}
#content .section .box {
	overflow: hidden;
	/zoom: 1;
}

#content .imgleft .image {
	margin:0 20px 20px 0;
}

#content .section .box .ttl{
	overflow:hidden;
	margin:0 10px 18px 0;
}
	
#content .section .box ul a {
    border: 1px solid #DDDAD0;
    display: table-cell;
    height: 188px;
    text-align: center;
    vertical-align: middle;
    width: 188px;
}
#content .section .att {
	margin-top: 5px;
}

#menu{
	margin-bottom: 5px;
}

#menu table {
	margin-bottom:20px;
}
#menu table th{
  width:180px;
  font-weight:normal;
  padding: 2px 9px 1px 9px;
}
#menu table td{
  padding: 2px 9px 1px 9px;
	background:#FFFFFF;	
}

/* --------------------------------------
	table
-------------------------------------- */
/*
#content table {
	margin-bottom:20px;
}
#content table th{
  width:180px;
  font-weight:normal;
  padding: 2px 9px 1px 9px;
}
#content table td{
  padding: 2px 9px 1px 9px;
	background:#FFFFFF;	
}
*/


#content .price table {
	font-size: 11px;
	margin-bottom:20px;
}
#content .price table th{
	width: 100px;
	text-align: center;
}
#content .price table th.topth{
	font-size: 17px;
	color: #ff0000;
}
#content .price table th.w40{
	width:40px;
}
#content .price table th.w50{
	width:50px;
}
#content .price table th.w90{
	width:90px;
}
#content .price table th.w200{
	width:200px;
}
#content .price table th.w290{
	width:290px;
}
#content .price table td{
	text-align: center;
	vertical-align: middle;
}

#content .price span{
	color: #ff0000;
}