﻿@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★gohukuya★
Tags: 
Version: 0.1.0
*/

.comment-form-email {
    display:none;
    }
.comment-form-url {
    display:none;
    }
.form-allowed-tags {display:none; }
.comment-notes {display:none; }
.says{display:none; }

/*　サイドバーを非表示に　*/
.page-id-54 #main #container #sideTower {
    display:none;
}

/* 休日の背景色 */
#biz_calendar table.bizcal .holiday,
#biz_calendar p span.boxholiday {
    background-color: #f08080;
}

 
/* イベント開催日の背景色 */
#biz_calendar table.bizcal .eventday,
#biz_calendar p span.boxeventday {
    background-color: #88cb7f;
}


/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
    margin-top:10px;
    display: block;
}

/* 電話番号のスタイル(1) */
input[type="tel"] {
    background: none repeat scroll 0% 0% #F9F9F9;
    border: 1px solid #CCC;
    padding: 2px;
    font-size: 16px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}あ
 
/* 電話番号のスタイル(2) */
#content form input[type="tel"] {
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    margin: 5px 5px 5px 0px;
    width: 50%;
}

