@charset "UTF-8";
/* ===================================================================
 1. コンタクト
=================================================================== */
#contents .mainContents table.contact {
  width: 100%;
}
#contents .mainContents table.contact th {
	vertical-align: top;
	text-align:left;
  font-weight: normal;
  padding: 5px 0;
  background: url(/assets/common/images/border_dot.png) 0 bottom repeat-x;
}
#contents .mainContents table.contact td {
  padding: 5px 0;
  background: url(/assets/common/images/border_dot.png) 0 bottom repeat-x;
}

#contents .mainContents table.contact{
	border-collapse: collapse;
	background: url(/assets/common/images/border_dot.png) 0 bottom repeat-x;
	padding: 10px 0;
}

#contents .mainContents table.contact strong{
	color: #dc322c;
}

#contents .mainContents table.contact ol li{
	margin: 0;
    padding: 0;
    border: 0;
	list-style-type: none; 
}

#contents .mainContents .menuBox{
  width: 290px;
  float:left;
}

#contents .mainContents table.drink {
	margin-top:20px;
  width: 290px;
}
#contents .mainContents table.drink th {
	width:190px;
	vertical-align: top;
	text-align:left;
  font-weight: normal;
  padding: 5px 0;
  background: url(/assets/common/images/border_dot.png) 0 bottom repeat-x;
}
#contents .mainContents table.drink td {
  padding: 5px 0;
  background: url(/assets/common/images/border_dot.png) 0 bottom repeat-x;
	text-align:right;
}
#contents .mainContents table.drink caption{
	font-weight:bold;
	font-size:14px;
}

