@charset "utf-8";
/*
Theme Name: Blog theme for TW
Description: TWで作成したサイトにWPでブログを追加する為のテーマです。
Author: TM
Version: 2.210325.000
Text Domain: blog-theme-for-tw
License: このテーマは一般公開していません。このテーマを無断で使用する事を禁じます。
License URI: https://www.holontier.com/
Theme URI: https://www.holontier.com/
Author URI:
Tags: two-columns, right-sidebar
*/





/*===================================
基本設定  */

/* スマートフォン文字大きさ変化対策 */
body{
-webkit-text-size-adjust: 100%;
}

/* リンク周りの点線を表示させない */
a:focus {
    outline:none;
}

/* SP 用タグ非表示 */
.forSP {
  display: none;
}




/*===================================
クリア関連設定  */
.SF-clearfix:after {
    content: "";
}
.clear { clear:both; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}




/*===================================
TW ヘッダーモジュール カスタム設定  */

#SF-header {
	position: relative;
}




/*===================================
TW ティザーモジュール カスタム設定  */

#SF-teaser #csTeatherContents {
	margin-bottom: 40px;
}




/*===================================
TW コンテンツ部全体 カスタム設定 */

/* タイトル */
#SF-contents h2 a,
#SF-contents h2 a:link {
    color: #353434;
}




/*===================================
TW ティザーモジュール */

#SF-teaser #csTeatherContents {
	display: block;
	clear: both;
	width: px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-color: #cccccc;
	border-width: 1px;
	background-color: initial;
	background-image: initial;
	background-position: left top;
	background-repeat: no-repeat;
}
#SF-teaser #csTeatherContents img {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
}
#csTeatherImg {
	max-width: 100%;
}




/*===================================
WP 必須スタイル */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption,
.gallery-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.size-auto,
.size-full,
.size-large,
.sticky {}
.bypostauthor {}



/*===================================
WP 全体 */

/* 投稿記事内スタイル */
.contentText p {
  margin: 0 auto 1.5em;
}
.contentText img {
	max-width: 100%;
	height: auto;
}

/* 必須米印 */
span.required {
    color: #ff0000;
    font-weight: bold;
}

/* 画像表示最大サイズ */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.size-eyecatchPostDetail {
    max-width: 100%;
    height: auto;
}



/*===================================
WP コンテンツ部全体 （メイン＆サイド : #SF-contents） */

/* タイトル */
#SF-contents h2 {
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  line-height: 1.3;
  padding: 0.4em 0 0.25em;
}



/*===================================
WP メインコンテンツ （#mainContents） */

#mainContents {
	width: 700px;
	float: left;
}
#mainContents ul {
    list-style: none;
}

/* タイトル全体 */
#mainContents h2 {
    font-size: 26px;
    border-bottom-width: 5px;
    margin: 0 auto 0.7em;
}
#mainContents h2 a {
	text-decoration: none;
}

/* 未分類カテゴリ非表示 */
#mainContents .postCategory a[href$="?cat=1"] {
	display: none !important;
}

/* パンくずリスト（プラグイン使用） */
.breadcrumb {
	margin: 0 auto 25px;
}
/* パンくずリスト（独自） */
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li:after {
	content: '>';
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#breadcrumb li:last-child:after {
	content: "";
}

/* その他 */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/*===================================
WP 投稿 一覧・詳細 共通 （.post） */

.post {
    margin: 0 auto 70px;
}

/* 日付・カテゴリなどの情報 */
.post .postPreTitleInfo {
    display: table;
    font-size: 12px;
}
.post .postPreTitleInfo > div {
    display: table-cell;
    padding: 0 0.5em;
}
.post .postPreTitleInfo > div:first-child {
    padding-left: 0;
}
.post .postPreTitleInfo > div:last-child {
    padding-right: 0;
}

/* 見出し内アイコン共通 */
.post .postPreTitleInfo ul li {
	float: left;
	margin: 0.2em 0.2em 0 0;
}
.post .postPreTitleInfo ul li a {
    display: inline-block;
    border-radius: 0.2em;
    padding: 0 0.5em;
    font-size: 0.8em;
}

/* カテゴリーアイコン */
.post .postPreTitleInfo > .postCategory a {
    background-color: #9a9a9a;
    color: #fff;
    text-decoration: none;
}

/* タグアイコン */
.post .postPreTitleInfo > .postTags a {
    border: 1px solid #9a9a9a;
    color: #9a9a9a;
    text-decoration: none;
}

/* アイキャッチ画像 */
.post .postCatchImg img {
}

/* 本文 */
.post .contentText .linkLeadMore {
    display: block;
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
}




/*===================================
WP 投稿 一覧 （.postList） */

/* アイキャッチ画像 */
.postList .post .postCatchImg {
    float: left;
}
.postList .post .postCatchImg {
    margin: 0 1em 1em 0;
}




/*===================================
WP 投稿 一覧 SNS ボタン */

.addtoany_share_save_container.addtoany_content_bottom {
    margin: 20px auto 0;
}
.addtoany_list.a2a_kit_size_32 a>span {
    height: 22px;
    line-height: 22px;
    width: 22px;
}
span.a2a_count {
    line-height: 22px!important;
    height: 22px!important;
    font-size: 10px!important;
}




/*===================================
WP 投稿 一覧 ページネーション （.paginateParent） */

.paginateParent {
text-align: center;
}

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

.pagination a:link,
.pagination a:visited {
    color: #fff;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}




/*===================================
WP 投稿 詳細 （.postDetail） */

.single .postDetail .post {
    margin-bottom: 0;
}

/* アイキャッチ画像 */
.single .postDetail .post .postCatchImg {
	margin: 0 auto 1em;
	width: 100%;
	text-align: center;
}

/* 記事内分割ページネーションボタン */
.link_page_navi {
	padding: 1em 0 0;
	text-align: center;
}
.link_page_navi li {
	display: inline-block;
	padding: 0 0.5em;
	background-color: #ccc;
}

/* SNSボタン */
/* AddToAny Share Buttons */
.single .addtoany_share_save_container.addtoany_content_bottom {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    margin: 80px auto 40px;
    text-align: right;
}
/* WP Social Bookmarking Light */
.single .wp_social_bookmarking_light:before {
    content: "";
    display: block;
    border-top: 1px solid #ccc;
    margin: 40px auto 0;
    padding: 10px;
}

/* コメント入力欄 */
#comments #respond {
    margin: 30px auto;
}
#comments #respond form textarea {
    width: 100%;
}
#comments #respond form > p > label:first-child {
    display: block;
    margin: 0.5em auto 0;
}
#comments #respond form .form-submit {
    margin: 1em auto;
}

/* コメント一覧 */
#comments {
	padding: 0 0 20px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;
}
#comments .comments_list {
    margin: 1em;
}
#comments .comments_list .children {
    margin-left: 2em;
}
#comments .comments_list .comment {
    margin: 1em auto;
}
#comments .comment-meta {
    display: inline-block;
    font-size: 0.7em;
    padding: 0.2em 1em;
    border-radius: 0.2em;
    margin: 1em;
    background-color: #fff;
}
#comments .comment-body {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 1em;
}
#comments_link {
    display: table;
    width: 100%;
}
#comments_link a {
    display: table-cell;
    width: 50%;
    text-align: center;
}
#comments h3 {
    padding: 0.2em 0em;
    font-size: 1em;
    border-bottom: 2px solid #ccc;
    margin: 0 auto 0.4em;
}
#comments .comment-notes {
    font-size: 0.8em;
}
#comments label {
    font-size: 0.9em;
}

/* 次の記事・前の記事ページ送り */
.paging {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 1.2em;
    line-height: 1.5;
}
.paging > div {
    display: table-cell;
}
.paging .next {
	text-align: right;
}
.paging .prev a {
	padding: 2em 2em 2em 0;
}
.paging .next a {
	padding: 2em 0 2em 2em;
}




/*===================================
WP サイドバー （#sideContents, Wordpress 標準 / カスタム 共通） */

#sideContents {
	width: 230px;
	float: right;
  font-size: 0.9em;
  list-style: none;
}

/* リスト項目 */
.sideContent,
.widget {
	margin: 0 auto 30px;
}
.sideContent ul,
.widget ul {
	margin: 0 auto 1.5em 5px;
	list-style: none;
}
.sideContent ul li,
.widget ul li {
	padding: 0.35em 0;
	border-bottom: 1px dotted #ccc;
}
.sideContent ul li a,
.widget ul li a {
	padding: 0.35em 0;
	text-decoration: none;
}
.sideContent ul li a:hover,
.widget ul li a:hover {
	text-decoration: underline;
}
.sideContent ul .children {
    margin-left: 1em;
    margin-bottom: 0;
}.sideContent ul .children .cat-item {
    border-bottom: none;
    border-top: 1px dotted #ccc;
}

/* タグクラウド */
ul.wp-tag-cloud li {
    display: inline-block;
    border: none;
    padding: 0.1em;
}
.wp-tag-cloud .tag-cloud-link {
	padding: 0;
	line-height: 1;
}




/*===================================
WP サイドバー （#sideContents, カスタム） */

/* 検索フォーム */
#sidesearchform .s {
    border: 1px solid #D6D6D6;
    margin: 0;
    height: 24px;
    width: 170px;
    vertical-align: middle;
}
#sidesearchform .searchsubmit {
    border: 1px solid #999;
    background: #484848;
    padding: 3px 0;
    color: #FFF;
    font-size: 0.9em;
    width: 48px;
    width: calc(100% - 180px);
    cursor: pointer;
}
#sidesearchform #searchform div{
    margin-left:10px;
}
#sidesearchform .postform{
    width:180px;
    height:24px;
    margin:3px 0;
}
#sidesearchform #cat {
    width: 150px;
    width: calc(100% - 6em);
    float: none;
    display: inline-block;
}


/* 新着記事一覧 */
#sidePostList .left.wp-post-image {
	float: left;
	margin-right: 0.8em;
}
#sidePostList .postContent {
	overflow: hidden;
}
#sidePostList .postsLink {
	display: flex;
	align-items: center;
	padding: 0;
	line-height: 1.3;
}
#sidePostList .postsLink .thumbBox {
	min-width: 50px;
	text-align: center;
	margin-right: 0.8em;
	background-color: #eaeaea;
}
#sidePostList .postsLink .thumbBox .left.wp-post-image {
	float: none;
	margin: auto;
}




/*===================================
WP サイドバー （#sideContents, Wordpress 標準） */

/* 検索バー */
#searchform {
    margin: 0 auto 10px;
}
#searchform > div {
    overflow: hidden;
}
#searchform > div > * {
    display: block;
    float: left;
}
#searchform > div > *:first-child,
#searchform > div > *:last-child {
    width: calc((100% - 170px) / 2);
}
#searchform > div > *:last-child {
    cursor: pointer;
}
#searchform > div > *:nth-child(2) {
    width: 160px;
    margin: 0 3px;
}

/* タイトル */
#sideContents .widget-title {
    font-size: 1.4em;
    margin: 0 auto 0.5em;
    border-width: 4px;
}