@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.m0{margin:0 !important;}
.fc_Red{color:#c30;}

.form01 .information-box {
    background: #ffefe1;
    border: 1px solid #f9bfa0;
	margin:1em 0 !important;}
.form01 .information-box::before {
    color: #ea5506;
    border-right: 1px solid #f9bfa0;}

.form01 dt{font-weight:bold;border-top:1px dashed #ccc;padding-top:1em;}
.form01 dt span {
	display:inline-block;
	width: 3em;
	text-align: center;
	border-radius: 4px;
	margin: 0 0.4em 0.4em 0;
	background:#ddd;}
.form01 dt span.must{background: #d30;color: #fff;}

.form01 dd{margin:0 !important;}
.form01 dd input,.form01 dd select{margin-bottom:0.6em;}

.form01 input[type='submit'] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #3a9e2e;
    color: #fff;
    font-weight: bold;
    padding: 1.6em 0;
    font-size: 100%;
	border-radius: 4px;}

.fileinput {
    border: 4px dotted #999999;
    width: 100%;
    padding: 2em 1em 0;
    margin: 0 !important;
    background: #f8f8f8;}

.mw_wp_form input[type="file"] {
    display: block;
    font-size: 1em;
    font-weight: bold;}



/* calender */
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 2px solid #fab087 !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 2px solid #fab087 !important;
    background: #fbccb2 !important;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
	.form01 .information-box::before {
		border: none;}
}
