@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/* VK PR Blocks */
article.prBlocks h1.prBlock_title {
  font-weight: bold;
}
/* VK 3PR Area */
div.veu_3prArea h1.subSection-title {
  font-weight: bold;
}

/* サブメニュー */
ul.gMenu>li>ul.sub-menu li {
	width: 260px !important;
}
ul.gMenu>li>ul.sub-menu li ul {
	left: 260px !important;
}

/* お問い合わせボタン */
.contact_frame p.contact_txt {
  margin-bottom: 20px;
}

/* タグクラウド */
.widget {
  margin-bottom: 20px;
}

/* Powered by */
/*footer .copySection p:nth-child(2) {
  display:none !important;
}*/

/* table */
table.is-style-stripes,
table.is-style-stripes-2 {
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.is-style-stripes th {
  width: 30%;
  border: none;
}
table.is-style-stripes td {
  width: 70%;
}
table.is-style-stripes-2 th {
  width: 70%;
}
table.is-style-stripes-2 td {
  width: 30%;
}
.price-thtd-bki {
  background-color: #f5f5f5;
}

/* アイキャッチボーダー */
body.single .veu_autoEyeCatchBox img,
body.single .wp-block-image img {
	border: 1px solid #eee;
}

/* CF7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  font-size: 1.25em;
  color: #000;
  width: 70%;
  background: #f5f5f5;
}
.wpcf7 textarea {
  background-color: #fff;
  font-size: 1.5em;
  color: #000;
  line-height: 1.5em;
  width: 100%;
  background: #f5f5f5;
}
.wpcf7 label {
  line-height: 2em;
}
.wpcf7 input[type="submit"] {
  font-size: 1.25em;
  color: #fff;
  padding: 10px 20px;
  background: #09f;
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 textarea:focus {
  box-shadow: 0 0 2px 0 rgba(0,153,255,1);
  outline: 0;
}

/* Ad */
.ad_page {
  padding: 20px;
  border: solid 3px #efefef;
  text-align: center;
}
