
body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family: Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#fff;
   width: 100%;
}

input {
  background-color: #fff0f5;
}

/*koisuru.me管理画面
*/
#msg {
  width: 100%;
  text-align: center;
  background-color: #FF0000;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
}

/*koisuru.me用
*/
.shop_msg {
  color: #ff1493;
  font-size: 12px;
}

.top_tittle {
  text-align: center;
  font-size: 18px;
}

.shop_list {
  margin-top: 40px;
  margin-left: 200px;
  width: 80%;
  font-size: 14px;
}

.foot_message {
  text-align: center;
  font-size: 14px;
}

hr.shop_line {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.footer {
  text-align: center;
  font-size: 14px;
}


.sp-none{ display:inline; }

.br-sp { display:none; }

@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 11px;
  background-color: #8319b3;
}

.general-button:before  {
  border-radius: 11px;
  border-bottom: 0px solid rgba(49,9,67, 0);
  background-color: rgba(49,9,67, 0);
}

.button-content  {
  border-radius: 0px 0px 11px 11px;
  padding: 9px 12px;
  box-shadow: 0px 0px 0px 0px rgba(49,9,67, 0);
  color: #f8f8f8;
}

.button-text  {
  padding: 0px 12px;
  line-height: 1.4em;
  font-size: 18px;
}

.icon-font  {
  padding: 0px 12px;
  font-size: 26px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -3px;
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
  background-color: #8c1ac0;
}

.general-button:hover:before  {
  border-bottom: 3px solid rgba(49,9,67, 0);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 3px 0px 0px rgba(49,9,67, 1);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #72159c;
  box-shadow: 0px 1.6px 0px 0px rgba(32,6,44, 1) inset;
}

.general-button:active:before  {
  top: -3px;
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(49,9,67, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(49,9,67, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #8319b3;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(49,9,67, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(49,9,67, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #72159c;
  box-shadow: 0px 1.6px 0px 0px rgba(32,6,44, 1) inset;
}

.touch .general-button:active:before  {
  top: -3px;
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(49,9,67, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(49,9,67, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */



@media screen and (max-width: 768px) {
  .br-sp { display: inline; }
  .sp-none{ display: none; }
  .shop_list {
    margin-top: 40px;
    margin-left: 10px;
    width: 98%;
    font-size: 14px;
  }

  hr.shop_line {
  	height: 10px;
  	border: 0;
  	box-shadow: 0 10px 10px -10px #8c8b8b inset;
  }
}
