/*
Theme Name: 260208_refill
*/

/* 基本 */
body	{
	background-color: #ffffff;
	line-height: 1.5;
	color: #696969; /* gray */
	font-family:  "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	-webkit-text-size-adjust: 100%; /* 横にしたときに文字を拡大させない */
}

a	{
	text-decoration: underline;
	color: #0099ff;  /* skyblue */
}

a:hover	{
	text-decoration: underline;
    color: #ff2e99; /* pink */
}

a img	{
	border: none;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


/* コンテナ */
div#container	{
	width: auto;
	background-color: #ffffff; 
	float: none; 
	font-size: 14pt; 
	line-height: 1.6;
	padding: 0 0;
	margin: 0;

}

/* ヘッダー */
div#header {
	margin-bottom: 5px;
	font-size: 12pt;	
}

div#header img	{
	max-width: 100%;
	height: auto;
}

div#header h1 {
	font-size: 18pt;
	margin: 0;
}

div#header h1 a	{
	color: #424242; /* gray */
	text-decoration: none;
}

div#header h1 a:hover{
    color: #ff2e99; /* pink */
}

div#header p#desc {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	margin: 0 0 5px;
}

div#subinfo {
	text-align: right;
	margin: -32px 0 5px;
}



/* コンテンツ */
div#content {
	width: auto;
	float: none; 
	margin: 0;
	font-size: 12pt; 
	line-height: 1.6;
	padding: 0 0;
}

div#content h1	{
	border-left:5px solid #ff6347;
    border-bottom:1px solid #ff6347;
	font-size: 15pt;
	padding: 5px 10px 5px 15px;
	margin-bottom: 10px;

}

div#content h1 a	{
	color: #0099ff;  /* skyblue */
}

div#content h1 a:hover{
    color: #ff2e99; /* pink */
}


div#content h2.pink {
	border-left:5px solid #ff69b4;
	font-size: 13pt;
	padding: 5px 10px 5px 15px;
	margin:20px 10px 20px 0px;
	line-height:30px;
	color: #424242; /* gray */
}

div#content h2 a	{
	color: #0099ff;  /* skyblue */
}

div#content h2 a:hover{
    color: #ff2e99; /* pink */
}






/* この記事のポイント2 */
div#content h2.point2 {
  position: relative;
  display: inline-block;
  font-size: 13pt;
  padding: 0 55px;
  text-align: center;	
}

div#content h2.point2:before, div#content h2.point2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #5989cf;
}

div#content h2.point2:before {
  left:0;
}
div#content h2.point2:after {
  right: 0;
}



/* 行動へのステップ2 */
div#content h2.step2 {
  position: relative;
  display: inline-block;
  font-size: 13pt;
  padding: 0 55px;
  text-align: center;	
}

div#content h2.step2:before, div#content h2.step2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #ff69b4;
}

div#content h2.step2:before {
  left:0;
}
div#content h2.step2:after {
  right: 0;
}




/* 問題提起 */
div#content h2.mondai {
	border-left:5px solid #5989cf;
	font-size: 13pt;
	padding: 5px 10px 5px 15px;
	margin:20px 10px 20px 0px;
	line-height:30px;
	color: #424242; /* gray */
}

/* 結果の根拠 */
div#content h2.kekka {
	border-left:5px solid #ff69b4;
	font-size: 13pt;
	padding: 5px 10px 5px 15px;
	margin:20px 10px 20px 0px;
	line-height:30px;
	color: #424242; /* gray */
}


/* 囲み枠 */
.kakomi1 {
 margin: 5px;
 padding: 10px;
 /* width: 90%; */
 background-color: #ffffff; /* 背景色 */
 border: 1px solid #cccccc; /* 枠線 */
}


div#content h3	{
	border-left:1px solid #0099ff;
	font-size: 12pt;
	padding: 5px 0px 5px 15px;
	margin:10px 10px 10px 0px;
	line-height:30px;
	color: #424242; /* gray */
}






div#content img	{
	max-width: 100%;
	height: auto;
}


div#content ul	{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

div#content li	{
    list-style-type: none;
	font-size: 12pt;
	margin: 0;
}

div#content li a	{
	text-decoration: underline;
    font-size:12pt;	
	color: #0099ff;  /* skyblue */
	display: block;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0 ;
}

div#content li a:hover	{
	text-decoration: underline;
    color: #ff2e99; /* pink */
}

div#content p.title	{
	border-left:1px solid #0099ff;
 	border-bottom: solid 1px #FF0000; 
	font-size: 16pt;
	padding: 10px 20px;
	margin-bottom: 20px;
	line-height:30px;
	color: #424242; /* gray */
}


/* サムネイル画像 */
div.post p.thumb336 {
	float: left;
	margin: 0 10px 10px 0;
}

p.thumb336 {
	float: left;
	margin: 0 10px 0px 0;
}


p.pagenation	{
	font-size: 0.938em;
	margin: 0px;
	overflow: hidden;
}

span.oldpage	{float: left}

span.newpage	{float: right}



/* 個別記事中の文字 */
div.post	{
	font-size: 12pt;
	line-height: 1.8;
	margin-bottom: 30px;
	overflow: hidden
}

div.post h1 a	{
	color: #0099ff;  /* skyblue */
}

div.post h1 a:hover{
    color: #ff2e99; /* pink */
}

div.post p	{
	font-size: 12pt;
	line-height: 1.5;
}

div.post p.postcat	{
	text-align: right;
	margin: -10px 10px 10px 0
}

div.post p.postcat a	{
	font-size: 12pt;
	background-color: #a7d043;
	border-radius: 2px;
	color: #ffffff;
	padding: 1px 5px
}

div.post p.postinfo	{
	color: #0099ff;
	text-align: right;
	margin: 0}

/* 引用 */
.b1 blockquote	{
	background: url(blockquote2.gif) no-repeat 2% 6%;
	padding: 10px 20px;
	margin: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #424242; /* gray */	
	
/*	background: url(blockquote2.gif) no-repeat 95% 68%;
	padding: 15px;
	color: #424242;  gray */
}

.b1 p	{
	margin-bottom: 12px;
}

.b1 .origin	{
	text-align: left;
	padding-top: 8px;
	margin-bottom:0;
}

.sample1 .origin a	{
	background: url(origin1.gif) no-repeat 0 7px;
	padding-left: 15px;
	color: #999;
}



/* 囲み枠1 記事のポイント　220528 */
.waku1 {
 line-height: 1.8;
 margin: 0 auto;
 padding: 20px;
 color: #555555; /* 文章色 */
 background-color: #add8e6; /* 背景色 */
 border-top: solid 5px #5989cf;
 border-bottom: solid 5px #5989cf;	
 /* width: 92%; */
}


/* 囲み枠2 行動へのステップ　220528 */
.waku2 {
 line-height: 1.8;
 margin: 0 auto;
 padding: 20px;
 color: #555555; /* 文章色 */
 background-color: #ffc0cb; /* 背景色 */
 border-top: solid 5px #ff69b4;
 border-bottom: solid 5px #ff69b4;	
 /* width: 92%; */
}



/* タイトル付　囲み枠1　*/
.kakomi1 {
 position: relative;
 margin: 2em auto;
 padding: 20px;
 color: #555555; /* 文章色 */
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 80%;
}
.title-kakomi1 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #555555; /* タイトル文字色 */
}



/* 記事内の画像 */
.aligncenter	{
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignleft	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.alignright	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px
}

.wp-caption	{
	border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px
}


/* サイドバー */
div#sidebar {
	width: auto;
	float: none;
	font-size: 12pt; 
}

div#sidebar ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12pt;
}

div#sidebar .widget	{
	margin-bottom: 20px
}

div#sidebar h2	{
	border-left:1px solid #0099ff;
	font-size: 13pt;
	margin:20px 10px 5px 0px;
	padding: 5px 15px;
	color: #424242; /* gray */
}

div#sidebar li li {
	font-size: 12pt;
	padding: 5px 5px 5px 10px;
	border-bottom: dotted 1px #aaaaaa; 
}


div#sidebar li li a {
	color: #0099ff;  /* skyblue */
	display: block;
}

div#sidebar li li a:hover	{
	text-decoration: underline;
    color: #ff2e99; /* pink */
}






/* 関連記事 */
div.related	{border: solid 1px #aaaaaa;
	margin-top: 20px}

div.related p	{color: #ffffff;
	background-color: #a7d043;
	margin: 0;
	padding-left: 10px}

div.related ol	{font-size: 0.75em}


/* 記事の個別ページ */
.single div.post h2	{
/*	background-color:#333333; */
/*	color: white; */
	background-color:#ffffff;
	color: black;
}

.single div.post h2 a	{
/*	color: white; */
	color: #333333;
}





/* タイトルの一覧 */
ul.post	{list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: dotted 1px #aaaaaa}

ul.post li	{border-bottom: dotted 1px #aaaaaa;
	background-image: url(chip.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0 15px 20px}

ul.post li a	{color: #000000}

ul.post li span	{font-size: smaller;
	color: #888888}





/* ステータス */
div#sidebar li#execphp-3 h2	{background-color: #333333;
	border-radius: 0}

div#sidebar li#execphp-3 ul	{border: solid 1px #aaaaaa}

div#sidebar li#execphp-3 li	{padding: 5px 10px}

div#sidebar li#execphp-3 span	{color: #888888}


/* 人気記事ランキング */
div#sidebar ol	{
	margin: 0;
	padding: 0;
	list-style-type: none
}

div#sidebar ol li a:before	{
	content: counter(mycount);
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: larger;
	color: #ffffff;
	background-color: #f3b62f;
	padding: 2px 7px;
	margin-right: 7px;
	vertical-align: -2px
}

div#sidebar ol li	{
	counter-increment: mycount
}


/* ページ番号リンク */
p.pagenum	{text-align: center}

p.pagenum a, p.pagenum span
	{padding: 3px 6px;
	color: #ffffff}

p.pagenum a	{background-color: #78982b}

p.pagenum span	{background-color: #a7d043}

/* フッター */
div#footer	{
	font-size: 10pt;
	color: #424242; /* gray */
	background-color: #ffffff; 
	border-top: solid 1px #aaaaaa;
	text-align: center;
	padding: 6px 0;
	clear: both
}

div#footer a	{
	text-decoration: none;
	font-size: 10pt;	
	color: #424242; /* gray */
	text-align: center;
	}


div#footer p	{
	font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin: 0
}





/* ページナビゲーション */

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	background: #555;
	color:#fff;
	text-decoration: none;
}
.pagination a:hover{
	background: #3279bb;
	color: #fff;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #3279bb;
	color: #fff;
}



/* タブ切り替え（メインカラム） */

.tab {
	list-style-type: none;
	text-decoration: none;
}

.tab li { /*タブ部分*/
	float: left;
	list-style-type: none;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 7px;
	background: #ffffff;
	}

.tab li a { /*タブ部分*/
	display: block;
	text-decoration: none;
	width: 110px;
	line-height: 20px;
/*	border-top: solid 1px #aaaaaa; */
/*	border-bottom: solid 1px #aaaaaa; */
	color:#ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.tab li.active { /*選択中のタブ*/
	background: #FFFFCC;

/*	background: #FFFF99; */

    }

.tab li.active a { /*選択中のタブ*/
	color: #ffffff;
	text-decoration: none;

    }


.tab_area { /*切り替え部分非表示*/
	display: none;
    }
.tab_content { /*内容*/
    clear: both;
	width: auto;
/*    width: 336px; */
/*    height: 250px; */
/*  border: 1px solid #999; */
/*    padding: 10px; */
    }

/* 新着記事　Newpost Catch */

#npcatch li{
    overflow:hidden;
    clear:both;
    margin:0px;
}
#npcatch img{
    float:left;
    padding:0px 5px 0px 0px;
}
#npcatch .title{
    width:210px;
    float:left;
    padding:5px 0px;
    line-height:140%;
    font-size:11pt;
/*    text-decoration:none; */
}
#npcatch li a{
/*    text-decoration:none; */
}
#npcatch li:hover{}
#npcatch li:hover .title{}
#npcatch li:hover .title a{}
#npcatch li:hover .date{}



/* 記事一覧 */

div#content .kiji-list {
  margin: 0 0 15px;
  border: solid 1px #ddd;
  background-color: #fff;
}
 
div#content .kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
 
div#content .kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
div#content .kiji-list a:hover {
  background-color: #eee;
}
 
div#content .kiji-list img {
  float: left;
  margin:5px 0 0 0;	
  width: 142px;
  height: 106px;
  object-fit: cover;
}
 
div#content .kiji-list .text1 { /*アイキャッチ画像あり*/
  width: auto;
  margin-left: 142px;
}

div#content .kiji-list .text2 { /*アイキャッチ画像なし*/
  width: auto;
  margin-left: 0px;
}
 
div#content .kiji-list h2 {
  border-left:none;
  padding:0;
  margin:0 0 10px 0;	
  font-size: 13pt;
  line-height: 1.4;
/*  margin-top: 0; */
/*  margin-bottom: 5px; */
}
 
div#content .kiji-date {
  font-size: 10pt;
  margin-bottom: 8px;
  color: #666;
}
 
div#content .cat-data {
  font-size: 9pt;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
 
div#content .kiji-list p {
  font-size: 10pt;
  margin: 10px 0 0;
}

@media (max-width: 599px) {
  div#content .kiji-list a {
    padding: 10px;
  }
  div#content .kiji-list img {
    width: 142px;
    height:106px;
/*    width: 100px; */
/*    height: 80px; */
  }
  div#content .kiji-list .text1 { /*アイキャッチ画像あり*/
    margin-left: 160px;
  }
  div#content .kiji-list .text2 { /*アイキャッチ画像なし*/
  }
  div#content .kiji-list h2 {
    font-size: .95em;
  }
  div#content .kiji-date {
    margin-bottom: 0;
  }
  div#content .kiji-list p {
    visibility: hidden;
    height: 0;
  }
}



/* リンクカード横幅いっぱい */
.wp-embedded-content {
width:100%;
}

/******************************
	Youtubeスマホ最適化
******************************/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* FluentCRMの解除理由アンケートを非表示にする */
.fluentcrm_unsubscribe_reasons, 
.fluentcrm_unsubscribe_reason_wrapper,
.fluentcrm_unsubscribe_other_reason {
    display: none !important;
}

/* 「理由を教えてください」という見出しラベルを消す場合 */
.fluentcrm_unsubscribe_form label {
    display: none !important;
}
