@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.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

.article h2 {
	background: #eddca0;
}

.article h3 {
    border-left: 7px solid #eddca0;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-size: 22px;
	color: #362e2c;
    padding: 12px 20px;
}

.date-tags,
.article-footer {
	display: none;
}

iframe {
	width: 100%;
}

table.company {
	width: 100%;
	max-width: 980px;
	margin: 25px auto;
	border-top: none;
	border-bottom: 1px solid #d0d0d0;
    border-left: none;
	border-right: none;
}

table.company th {
	width: 30%;
	padding: 25px;
	background: #ffffff;
	border-top: 1px solid #d0d0d0;
	border-bottom: none;
    border-left: none;
	border-right: none;
}

table.company td {
	width: 70%;
	padding: 25px;
	background: #ffffff;
	border-top: 1px solid #d0d0d0;
	border-bottom: none;
    border-left: none;
	border-right: none;
}

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

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

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