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

/*---------------テーブルの設定*---------------/
/* テーブル1（会社案内）の設定 */
.tablepress-id-1{
	width:80% !important;
}

/*------------- Contact Form 7------------- */
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #b12a6b; /* 背景色 */
	border-radius: 10px;
}
/* 任意マーク */
.any{
    color: #fff !important;
	margin-right: 10px;
	padding: 6px 10px;
	background: #c8c8c8 !important; /* 背景色 */
	border-radius: 10px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#b12a6b;
	border:0;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	margin:0 auto;
	border-radius: 10px;
}

/*------------- Contact Form 7設定ここまで------------- */
