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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@font-face {
   font-family: "Yuji Syuku";
   src: url('http://lastlight.main.jp/viet/YujiSyuku-Regular.ttf') format("truetype");
   font-family: "Noto Sans";
   src: url('http://lastlight.main.jp/viet/NotoSans-Regular.ttf') format("truetype");
}
body {
		font-family: "Noto Sans", sans-serif;
}
audio {
	margin:5px 0 0 0;
	padding:0;
 display:block;
}
.site-name-text,.entry-title {
	font-family: "Yuji Syuku", serif;
	font-size: 1.8rem;
	font-weight:bold;
}
.logo{
	text-align:left;
}
.new-entry-card-title {
	font-size:1.6rem;
}
.new-entry-card-snippet {
	font-size:1.0rem;
}
.new-entry-card {
		margin-bottom:1rem;
		padding-bottom:1rem;
	border-bottom:1px solid #ccc;
}
.logo.logo-header.logo-text {
	padding: 10px;
	font-weight:bold;
}

.article dl {
	text-align:left;
	margin:20px 0;
	padding:0;
	overflow:hidden;
	zoom:1;
}
.article dt {
	font-weight:bold;
	font-size:1.4rem;
	margin:0;
	padding:10px 0 0 0;
	width:100%;
}
.article dd {
	font-size:1.2rem;
	margin: 0;
	padding:0 0 10px 0;
	width:100%;
	border-bottom:1px dashed #999;
}

.eye-catch {
display: none;
}
.cat-label {
	top: 0%;
	left: 0%;
	line-height: 1.8;
	font-size: 0.67em;
	font-weight: 500;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.logo{
	text-align:center;
}
}

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