/*
Theme Name: WIlloWK
Author: MS
Author URI: https://multistyle.co.jp/
Description: WIlloWK.
Version: 1000.1.7
Tags: two-columns, right-sidebar, accessibility-ready, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*.entry-area input, .entry-area textarea{
	border: 1px solid #ccc;
}
.submit-area {
	background: #ab7442;
	padding: 0px 30px 10px 30px;
	border-radius: 20px;
}
.entry-area .submit-area input {
	border: none;
	outline: none;
	
}*/

/*プログラム内容*/
.program-table {
	border: 2px solid #000;
}
.program-table td {
	border: 1px solid #ccc;
	padding: 3px;
}
.program-table tr {
	border: 1px solid #ccc;
	padding: 3px;
}
.bc01{
	background-color: #F5DEB3;
}
.bc02 {
	background-color: #CBFFD3;
}

/*検索ボタンの文字色*/
.wp-block-search__button {
	    color: #32373c !important;
}
/*・エラーメッセージの文字色*/
/*.wpcf7 span.wpcf7-not-valid-tip {
color: #fff ;
}*/
/*メッセージボックスの文字色*/
.wpcf7 .wpcf7-response-output {
color: #fff !important;
}
div.wpcf7-mail-sent-ok {
color: #fff !important;
}
div.wpcf7-mail-sent-ng {
color: #fff !important;
}
div.wpcf7-spam-blocked {
color: #fff !important;
}
div.wpcf7-validation-errors {
color: #fff !important;
}