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

.tagline {
	color: #fff;
	text-shadow: 0 0 3px #000;
	font-weight: 600;
}
.n2-section-smartslider {
	display: none;
}
.home .n2-section-smartslider {
	display: block;
}
#navi .navi-in > ul > li > a {
	padding: 0 1em;
}
.article h2 {
	background-color: #0000c4;
	color: #fff;
}
.article h3 {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 3px solid #0000c3;
}
table th {
	width: 200px;
}




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

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

/*480px以下*/
@media screen and (max-width: 480px){
	table th {
		width: 120px;
	}

}
