﻿/*-------------------------------------------------------------------------
store.css */

.kenbox {
  padding: 1px;
  margin-top: 10px;}

@media screen and (max-width: 768px){
	.kenbox {
	  margin-top: 3px;}
}

.kenbox .h5txt {
    text-align: left;

    width: auto;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;}

.kenbox:before {
    content: "";
    display: block;
    height: 4px;}
    /*background: linear-gradient(to right, #110000 0%,#CC0000 100%);}*/

.bg-red {
  background: red;}

.bg-blue {
  background: blue;}

.square {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;}

.store_box_head {
    background-color: dimgray;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 5px;
    margin-top:10px;
    overflow: auto;}

.store_box_cont {
  background-color: white;
  font-size: 1.3rem;
  font-size:13px;
  padding: 0 5px;
  min-height: 100px;}

.store_box_foot {
  display:flex;
  background-color: white;
/*  border-top-color: white;*/
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 5px;}

.store_box_cont *{
    color: black;}

.store_box_foot .icon_case{
  text-align:left;}

.store_box_foot .icon_case img{
  display:inline;}

.store_box_cont .storeinfo{
  padding-top:3px;
  padding-bottom:3px;}

.store_box_cont .storeimg{
  padding:3px;}

.store_box_cont .storeimg img{
    margin: 0;
    margin-top: 2px;
    margin-left:2px;}

store_name {
    display: inline;}

.nomg{
  margin: 0;}

.store_name {
  display: inline;
  float: left;
  padding: 3px;}

.linkbox{
  display: inline;
  float: right;
  padding: 3px;
  font-size: 1.2rem;
  text-shadow: 1px 2px 3px white;}

.linkbox:hover{
  text-shadow: 1px 2px 3px red;}

.linkbox .square{
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;}

.blinking {
  color: red;
  font-weight: 700;
  -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
  -moz-animation: 0.5s linear 0s alternate none infinite running blink;
  animation: 0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}

.col2box{
  border: 1px #fff;
  padding: 5px;
  border-color: #666;
  border-style: solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 5px;}

.col2box h5:after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right, #cc0000 0%,#cc0000 80%,#000000 100%);}

div[id^="event-"] img{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/**************************************************************************
 スタッフ募集
***************************************************************************/

.recnavbox {
  border-color: #333 !important;
  border-style: solid;
  border-width: 2px;
  padding: 5px 15px;}

.recnavbox a:before{content:"　";}

.table-box {
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0px;
  margin-bottom: 5px;}
/*
@media screen and (max-width: 550px){
	.table-box {
  	border: 1px solid #666 !important;}
}
*/
.table-box table {
  width: 100%;
  border-color: #666 !important;
  font-size: 1.4rem;
  margin: auto;}

.table-box table tr td{
  border-color: #666 !important;
  text-align: left;}

.table-box table tr td:nth-child(2){
  border-color: #666 !important;
  text-align: left;
  width: 80%;}

.table-box table tr td a:after{
  content: "　";}

.table-box table th{
  border-color: #666 !important;
  text-align: center;
  white-space: nowrap;
  background: #333;}

.shopnamebox {
    background-color: dimgray;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 10px;
    margin-top:10px;
    overflow: auto;}

.shopnamebox .quad{
  width: 5px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;}

