body {
	margin-left: 0px;
	margin-top: 0px;
}
-->
</style>
<style type="text/css">
<!--
body,td,th {
	color: #666666;
}
a:link {
	color: #333333;
}
a:visited {
	color: #6699FF;
}
a:active {
	color: #6699FF;
}
.style2 {color: #000000}
.style12 {
	color: #000000;
	font-size: 16px;
}
.font_bold {
	font-weight:bold;
}
-->
</style>

.font_bold {
	font-weight: bold;
}
.linehi_10 {
	line-height: normal;
}
.linehi_12 {
	line-height: 12pt;
}
.linehi_16 {
	line-height: 16pt;
	font-size: 18px;
}
.fontsize_8 {
	font-size: 10px;
}
.fontsize_10 {
	font-size: 10pt;
}
.fontsize_12 {
	font-size: 12pt;
	color: #E5E5E5;
}
.fontsize_8 tr .linehi_10 {
	color: #666;
}
.deco-text {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	line-height: 16px;
}
.font-color {
	color: #F60;
}
.fontsize_8 tr td .fontsize_8 tr td .deco-text {
	color: #333;
}
.fontsize_8 tr td .fontsize_8 tr td .deco-text {
	font-size: 12px;
	color: #333;
}
.info {
	font-size: 14px;
	color: #630;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 95%;
	border: 1px dotted #903;
}
.size {
	font-size: 18px;
	line-height: 22px;
	color: #900;
	font-weight: bold;
}
.deco {
	background-color: #F5F5F5;
	margin: 5px;
	padding: 5px;
	width: 90%;
	font-size: 10px;
	color: #F66;
}


#todays {
	margin-top:10px;
	width:480px;
	height:300px;
	background:top  left url(images/caption_04.gif) no-repeat;
	
}
#todays p {
	 padding-top:18px;
	 text-align:right;
}
#todays #in {
	margin:0px;
	height:200px;
	width:100%;
}

.f_size {
	font-size:120%;
}

.f_size_s {
	font-size:90%;
	color:#C03;
}

/*インフレームの修正*/
iframe {
  width:480px;
  height:150px;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}

div #inframe {
  width:today;
  height:today;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;
  border:1px solid #c9c9c9; /* ついでに枠線も整形 */
}

.soldout {
  background-color: #F00;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
}
iframe.map{
  width:480px;
  height:500px;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}

.box18{
    margin:1em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}
.under {
  background: linear-gradient(transparent 70%, #ff6F61 70%);
  size:120%; 
  color:#333;
  font-weight:bold;
}
.pickup img {float:left;
margin-right:20px;
}
.pickup p {
    overflow: hidden;
}
/* モーダルウインドウ */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}