/* ichigokan.css */

/* スーパー一号舘・スタイルシート */

#content h3.sT_ichigokan {
   background:url(../images/bg_h3_ichigokan.gif) no-repeat;
   color:#FFFFFF;
   padding:0px 38px;
   line-height:25px;
   font-size:14px;
   margin:15px 0 10px 0;
}

/*
■■■トピックス
--------------------- */
.topicsBlock:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.topicsBlock {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .topicsBlock { height: 1%; }
.topicsBlock { display: block; }
/* End hide from IE-mac */

.topicsBlock{
   margin:15px 0;
}
.topicsLeft {
   width:295px;
   float:left;
   margin:0;
} 
.topicsRight {
   width:295px;
   float:right;
   margin:0;
}

/*
■カレンダー
--------------------- */
.calendar {
   background:url(../images/bg_calendar.jpg) right top no-repeat;
   padding-bottom:15px;
}
.calendar p {
   padding-right:175px;
}
.calendarList {
   margin:10px 0;
}
.calendarList td {
   padding-right:25px;
}

/*
■■■おすすめ商品
--------------------- */
.osusumeList {
   width:605px;
   border:#eae8e8 1px solid;
   border-collapse: collapse;
   margin:10px 0;
}
.osusumeList td {
   border-bottom:#eae8e8 1px solid;
}
.osusumeList td.phot {
   padding:10px;
   vertical-align:top;
}
.osusumeList td.tag {
   padding:10px 10px 10px 0;
   border-right:#eae8e8 1px solid;
   vertical-align:top;
   width:170px;
}
.osusumeList h5 {
   line-height:1.3;
   font-size:90%;
   background-color:#e2ebff;
   padding:2px;
}
.osusumeList li {
   line-height:1.4;
}
.naiyou {
   font-weight:bold;
   font-size:80%;
}
.comment {
   font-size:80%;
}
.price {
   background-color:#e2ebff;
   color:#FF0000;
   font-weight:bold;
   padding:0 2px;
}

