div.box {
border: solid 1px #ccc; padding: 20px; font-size:90%; margin-top:30px;
}
/*営業日カレンダー*/
div.calendar-title {
text-align:center; margin-top:40px; margin-bottom:10px;
}
table.tbl_calendar tr:not(:first-child) td {
border-collapse:collapse; border: solid 1px #ccc; padding: 5px; text-align:center;
}
table.tbl_calendar {
width:100%;margin-bottom:20px;
}
div.side_cal_memo {
clear:both;
}
/*iPadより大きいディスプレイ*/
@media only screen and (min-width: 481px) {
table.tbl_calendar { float:left; width:48%; }
div.side_cal table:first-child { margin-right:30px;  }

/*トップバナー*/
div.free {width:540px; border:solid 1px #ccc; margin:50px auto 0; }
}

/* ラクトフローラ電話相談・受付予定表 */
table#counseling_table { border-collapse:collapse; width:100%; margin-top:10px; }
table#counseling_table td { border:solid 1px #ccc; text-align:center; padding:10px; }
table#counseling_table tr:first-child td { background:#eee; }
div#soudan_tel a { color:#f19cc8; }

.ttl_top2{
  text-align: left;
  margin-bottom: 5px;
}

#top_info h3{
  color: #f19cc8;
  margin-bottom: 0;
}

.prd-lst-soldout{
	color: #f00;
}

/*リンク遷移用色設定*/
.detail-link {
  color: blue; /* テキストの色を青に */
  text-decoration: none; /* 下線をなくす（必要に応じて） */
}

.detail-link:hover {
  text-decoration: underline; /* ホバー時に下線を付ける（オプション） */
}

