/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/
.incart-btn, .search-box form, input.deletemember, input[name=top]{
  display: none!important;
}

.button {
  padding: 6px 25px; /* 内側の余白設定 */
  border-radius: 6px; /* 要素の角を丸くする */
  background-color: #0d7a89; /* 背景色指定 */
  text-decoration: none; /* aタグの下線を非表示に */
  color: #fff; /* 文字色 */
}
.button:hover{
  background-color: #13a3b6; /* 背景色指定 */
  text-decoration: none; /* aタグの下線を非表示に */
  color: #fff; /* 文字色 */
}

#post-32 .frm_section_heading{
  border-bottom: solid 1px #F0F0F0;
  margin-bottom: 50px!important;
  font-size:0.8em;
}
.customkey_pamember label{
  margin-right: 2em;
}
#site-info{
  text-align: center;
  height:auto;
  padding: 0;
}
@media screen and (min-width: 62.5em) {
  footer nav li {
      width: 100%;
      margin-bottom: 0;
      padding-right: 0;
      float: none;
  }
}