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

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

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

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

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


/* =====
リンク集
===== */
.clear	{
	clear: both;
	margin: 0;
	}

#link_	{
  border-collapse: collapse;
  table-layout: fixed;
	}

#link_ th, #link_ td	{
	text-align: left;
	padding: 5px 3px;
	border: solid 1px #006400;
	}

#link_ th	{
	width: 300px;
	background-color: #98fb98;
	}

#link_ td	{
	}
	
#link_ a	{
	text-decoration: none;
	color: #000000;
	}

#link_ a:hover	{
	color: #ff0000;
	}
#linkcat	{
	margin-left: 10px;
	list-style-type: none;
	padding-bottom:3px;
	height: 2em;
	font-size: 0.75em;
}

#post02	{
	padding-left: 10px;
	width: 100%;
	float: left;
}

.top_title a{
	font-size: 26px;
	text-decoration: none;
	color:#696969;
    font-weight:bold;
    font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
    text-align:left;
}
