/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

外観＞テーマファイルエディターの
style.cssに以下を追加


/* 投稿の下にあるカテゴリーを非表示 */
.entry-meta-data-list entry-meta-data-list--category{
	display: none;
}
.entry-meta-data-list{
	display: none;
}

/* ページヘッダーを非表示 */
.page-header { display:none; }


/* ----------------------------------------
  1-1.入力フォーム
---------------------------------------- */

input{font-size:3em;}


/* ----------------------------------------
  2-1. 社内管理ページ用
---------------------------------------- */
table.number_kanri{
  border-collapse:separate;
  border-spacing: 5px;
  width: 90%;
}

table.number_kanri th,table.number_kanri td{
  text-align: center;
  padding: 10px 0;
}

table.number_kanri th{
  background-color: #3cb371;
  color: white;
  border:solid 1px #927141;
  width: 5%;
  font-size: 75%;
}

table.number_kanri td{
  border-radius: 5px;
  background-color: #ffa500;
  border:solid 1px #af9d85;
  width: 5%;
  font-weight: bold;
}

input.number_yes {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 26pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background-color    : #ffd700;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 0px solid #990000;    /* 枠の指定 */
}


/* ----------------------------------------
   2-2.店内表示用
---------------------------------------- */
table.number_tenpo{
  border-collapse:separate;
  border-spacing: 20px 10px;
  width: 100%;
}

table.number_tenpo th{
  border-radius: 5px;
  text-align: center;
  padding: 0;
}

table.number_tenpo td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

table.number_tenpo th{
  height:1px;
  background-color: white;
  color: white;
  border:solid 1px white;
  width: 5%;
}

table.number_tenpo td{
  background-color: #ffa500;
  height:150px;
  font-size: 500%;
  font-weight: bold;
  border:solid 1px #af9d85;
  width: 5%;
}

.shopname{
  font-size: 200%;
  color: #FFFFF0;
  font-weight: bold;
  height:50px;
  background-color: #000096;
  padding:10px 5px 5px 50px;
  margin: -0.2em 0px;
  letter-spacing:0.1em;
}

.shopinfo{
  font-size: 150%;
  color: #FFFFF0;
  font-weight: bold;
  height:35px;
  margin: -0.2em 0px;
  background-color: #000096;
  padding:5px 5px 5px 50px;
  letter-spacing:0.1em;
}
/* ----------------------------------------
   2-3.webお客様用
---------------------------------------- */
table.number_web{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}


table.number_web th{

  text-align: center;
  padding: 10px 0;

  color: white;

  width: 20%;
}

table.number_web td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  background-color: #ffa500;
  border:solid 1px #af9d85;
  width: 20%;
  height:80px;
  font-size: 150%;

}

/* ----------------------------------------
   3-1.買取検索Radioボタン
---------------------------------------- */

/* ラジオボタンは非表示にする */
.search-form-3 input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1; 
}

.search-form-3 label span {
    display: inline-block;
    border: 1px solid #2589d0;
    border-radius: 3px;
    background-color: #2589d026;
    padding: 5px 20px;
    width: 220px;
    height: 70px;
    align-content: center;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    margin:5px 5px;
    vertical-align:top;
}

.search-form-3 label input:checked + span {
    color: #FFF;
    background: #5BC0DE;
}

/* デフォルトのモバイルとPCサイズの間のグルーバルメニュー設定 */
@media screen and (min-width:641px) and ( max-width:991.98px) {
	.site-header-container {
    overflow: visible;
	}
	
	.global-nav {
    display: block;
	}
	
	.global-nav--layout--penetration .global-nav-list {
		display: auto;
		grid-template-columns: repeat(auto-fit,minmax(10px,1fr));
}
	
	.global-nav-list>li .global-nav-name {
		width: 100%;
		white-space: wrap;
	}
	
	.global-nav-list>li>a, .device-mobile .global-nav-list>li {
		padding: 1em;
	}
	
	.device-pc .vk-menu-acc li.menu-item-has-children>a {
    padding-right: 1em;
}
	
	.device-mobile .global-nav-list .acc-btn {
    top: 9px;
	}
	
	.header_scrolled.admin-bar .site-header{
		top:var(--vk-size-admin-bar);
	}
	.header_scrolled  {
		display: block;
	}

	.header_scrolled.admin-bar .site-header {
		position: fixed;
	}
	.header_scrolled .global-nav .global-nav-list {
			display: AUTO;
	}
}

/* ここからテスト */


