/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20171010
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}
/*******************************
* アンダーラインカスタマイズ 
********************************/
.yellow_marker {
    /* font-weight: bold;*/
    background: linear-gradient(transparent 60%, #ffff00 60%);
}

/*******************************
* ラベル
********************************/
.blue-label, .red-label,.green-label{
  padding: 3px 6px;
  margin-right: 8px;
  margin-left: 1px;
  font-size: 75%;
  color: white;
  border-radius: 6px;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
}

.blue-label {
  background-color: #3c63f0; /*青*/
}

.green-label {
  background-color: #04B404; /*緑*/
}

.red-label {
  background-color: #ff0000; /*赤*/
}


/*******************************
* ラベル つみたてNISA
********************************/
.pink-label {
  padding: 3px 6px;
  margin-right: 8px;
  margin-left: 1px;
  font-size: 50%;
  color: white;
  border-radius: 6px;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
}

.pink-label {
  background-color: #ff1493; /*ピンク*/
}


/*******************************
* 証券会社ラベル
********************************/
.sbi-label, .rakuten-label,.monex-label,.aeon-label,.mizuho-label,.daiwa-label{
  padding: 3px 6px;
  margin-right: 8px;
  margin-left: 1px;
  font-weight: bold;
  font-size: 75%;
  color: white;
  border-radius: 6px;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
}

.sbi-label {
color: white;
  background-color: #3c63f0; /*青*/
}

.rakuten-label {
color: white;
  background-color: #ff0000; /*赤*/
}

.monex-label {

  color: black;
  background-color: #ffff00; /*黄*/
}

.aeon-label {
color: white;
  background-color: #800080; /*紫*/
}


.mizuho-label {
color: white;
  background-color: #191970; /*青*/
}

.daiwa-label {
color: red;
  background-color: #ffffff; /*白っぽい*/
}

/*******************************
* アドセンスラベル
********************************/

/* アドセンスラベル */
.label p {
margin-bottom: 0;
font-size: 80%;
}
/* アドセンスとラベルの余白調整 */
.adbox {
padding-top: 0!important;
}

/*******************************
* フォントサイズの変更
********************************/

/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20160912β
*/


/*--------------------------------
各フォント設定
---------------------------------*/

/*基本のフォントサイズ*/
p, /* テキスト */
.st-kaiwa-hukidashi, /* ふきだし */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4, /* コメントタイトル */
.post h5, /* H5 */
.post h6 /* H6 */
 {
	font-size: 17px;
	 	 /*デフォルトの18pxから変更　2018.2.26*/
	line-height: 28px;
	 /*デフォルトの30pxから変更　2018.2.26*/
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {



/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	p, /* テキスト */
	.st-kaiwa-hukidashi, /* ふきだし */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li, /* olリスト */
	.post h5, /* H5 */
	.post h6 /* H6 */
	 {
		font-size: 20px;
		line-height: 30px;
	}


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	p, /* テキスト */
	.st-kaiwa-hukidashi, /* ふきだし */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li, /* olリスト */
	.post h5, /* H5 */
	.post h6, /* H6 */
	.post table tr td,
	table tr td /* テーブル */
	 {
		font-size: 16px; 
		 /*デフォルトの15pxから変更　2018.2.26*/
		line-height: 27px;
	}

/*-- ここまで --*/
}

	/*--------------------------------
	h4 フォントサイズ変更
	---------------------------------*/

.post h4:not(.st-css-no2):not(.point):not(.rankh4) {
	padding: 10px 15px;
	margin: 20px 0;
	background-color: #f3f3f3;
	font-size: 19px;
	 /*デフォルトの17pxから変更　2018.3.22*/
	line-height: 20px;
	 /*デフォルトの26pxから変更　2018.3.22*/
}

