/*
Theme Name:harves child
Theme URI:
Description:harvesの自作子テーマです。
Template:harves_tcd118
Author:mt
Author URI:http://tcd-theme.com/
Version:0.0.1
*/
/* 投稿ページ */
.ctlg_sec {
 display: flex;
 justify-content: center;
 line-height: 1.2em;
 margin-top: 1.2em;
 margin-bottom: 1em;
}
dl.ctlg {
 text-align: center;
 font-size: small;
 margin: 0 1em;
}
div#gal1 {
 margin-top: 1.5em;
}
.clndr_lnk iframe {
 width: 100%;
 min-height: 345px;
}
body#calender {
 margin: 0 auto;
 width: 608px;
}
.slick-slide img {
 display: block;
 width: 100%;
 height: 75px;
 object-fit: contain;
}
.main-slider li.slick-slide > img {
 height: 500px;
 object-fit: contain;
}
/* 検索フォーム */
form#feas-searchform-0 {
 display: flex;
 justify-content: space-around;
 align-items: center;
}
#feas-submit-button-0 {
 background: #000;
 color: #fff;
 padding: 0.5em 2em;
 font-size: small;
}
#feas-searchform-0 select {
 font-size: small;
	border-color: #ccc;
	margin-right: 1.5em;
}
#feas-searchform-0 input {
 font-size: small;
	border: 1px solid #ccc;
	margin-right: 1.5em;
}
