﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
ul,dl,ol {text-indent: 0;}
li {list-style: none;}

/* 取引所一覧 */
ul#hikikae_box {
 margin-bottom: 5px;
}

ul#hikikae_box li {
 list-style-type: disc;
 margin-bottom: 5px;
}


/* マップ */
div#map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-right: 30px;
}
div#map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* 店舗全体設定 */
section.shops_sc {
 width: 770px;
 background-color: white;
 padding: 30px 0 30px 30px;
 margin: -5px auto 20px;
 clear: both;
 overflow: hidden;
}

/* 各店舗 */
ul#shops_contents {
 margin: 0;
 padding: 30px 0 0;
	display : -ms-flexbox; /*for IE10*/
	display : -webkit-flex; /*for old webkit browser*/
	display : flex;
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
	flex-wrap : wrap;
}

ul#shops_contents li {
 border: solid 2px #F6B7C9;
 border-radius: 20px;
 width: 315px;
 padding: 18px;
 margin: 0px 30px 30px 0px;
}

ul#shops_contents li h3 {
   color: #F9759D;
   font-size: 140%;
   font-weight: bold;
   padding-bottom: 15px;
}

ul#shops_contents li div.photo {
   width: 250px;
   padding-bottom: 20px;
   margin: 0 auto;
}

ul#shops_contents li img {
   width: 250px;
}

ul#shops_contents li h4 {
   font-size: 120%;
   font-weight: bold;
  padding-bottom: 10px;
 margin-bottom: 0;
}

p.price {
   font-size: 110%;
   padding-bottom: 15px;
}

p.menu_sub {
   padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 2px #F6B7C9;
}

p.address {
   font-size: 80%;
}

p.time {
   font-size: 80%;
}

p.tel {
   font-size: 80%;
   padding-bottom: 5px;
}

p.web {
   font-size: 80%;
}



#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
ul,dl,ol {text-indent: 0;}
li {list-style: none;}

/* 取引所一覧 */
ul#hikikae_box {
 margin-bottom: 5px;
}

ul#hikikae_box li {
 list-style-type: disc;
 margin-bottom: 5px;
}


/* マップ */
div#map {
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}
div#map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* 店舗全体設定 */
section.shops_sc {
 width: 290px;
 background-color: white;
 padding: 10px;
 margin: -5px auto 20px;
 clear: both;
 overflow: hidden;
}

/* 各店舗 */
ul#shops_contents {
 margin: 0;
 padding: 30px 0 0;
}

ul#shops_contents li {
 border: solid 2px #F6B7C9;
 border-radius: 20px;
 width: 266px;
 padding: 10px;
 margin: 0px 0px 20px 0px;
}

ul#shops_contents li h3 {
   color: #F9759D;
   font-size: 140%;
   font-weight: bold;
   padding-bottom: 15px;
}

ul#shops_contents li div.photo {
   width: 250px;
   padding-bottom: 20px;
   margin: 0 auto;
}

ul#shops_contents li img {
   width: 250px;
}

ul#shops_contents li h4 {
   font-size: 120%;
   font-weight: bold;
  padding-bottom: 10px;
 margin-bottom: 0;
}

p.price {
   font-size: 110%;
   padding-bottom: 15px;
}

p.menu_sub {
   padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 2px #F6B7C9;
}

p.address {
   font-size: 80%;
}

p.time {
   font-size: 80%;
}

p.tel {
   font-size: 80%;
   padding-bottom: 5px;
}

p.web {
   font-size: 80%;
}



#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}
}
