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

#foot-info { 
	font-size:0.9em;
}
#shopping-info { 
	padding: 10px; 
	margin: 10px 0; 
	border: 1px solid #ddd;
}
.foot-info_left { 
	width: 380px; 
	float: left; 
	display: block;
}
.foot-info_right { 
	width: 380px; 
	float: right; 
	display: block;
}
.foot-info_left dt, .foot-info_right dt { 
	background: url('http://www.rakuten.ne.jp/gold/hyosin/images/icons/stripe-square.gif') no-repeat left; 
	padding-left: 15px;
	margin-bottom:5px;
	font-weight:bold;
}
dd {
	margin-bottom: 15px;
	margin-left:1em;
}
dd a {
	font-weight:bold;
}
.foot-info_left dd img, foot-info_right dd img { 
	margin: 8px 0 8px 10px;
}
address {
	font-size: 1.3em; 
	font-weight: 600; 
	margin: 8px 0 8px 15px;
}
.foot-info-table { 
	width: 100%;
	margin: 8px auto; 
	border: 1px solid #ccc; 
	margin-bottom: 15px;
}
.foot-info-table th { 
	font-weight: 700; 
	text-align: center; 
	padding: 3px 15px; 
	border: 1px solid #ccc; 
	background-color: #ededed;
}
.foot-info-table td { 
	text-align: right; 
	padding: 3px 10px; 
	border: 1px solid #ccc;
}
#time  { 
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
#calendar_left2 { 
	width:180px; 
	float:left;
}
#calendar_right2 { 
	width:180px; 
	float:right;
}
#footer { 
	padding: 12px 0; 
	font-size: 0.9em; 
	color: #FFF; 
	background-color:#333; 
	clear: both; 
	text-align: center;
}
#footer a { 
	color: #ffffff; 
	margin-right: 0.5em; 
}
#footer #copy { 
	margin-top: 0.3em; 
	clear: left; 
}
#footer #copy a { 
	color: #ffffff; 
}



.widthBase {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.underNav {
    background-color: #FF6634;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 60px;
	padding-top: 5px;
}

.underNav ul li:first-child {
	margin-top: 0px;
}

.pagetop {
    bottom: 30px;
    display: none;
    position: fixed;
    right: 55px;
}

.pagetop a {
    display: block;
}