@charset "UTF-8";

/**
 * pukiwiki.dre.css
 *
 * PukiWikiダジャレンジャー版標準CSS
 *
 * @author		オヤジ戦隊ダジャレンジャー <https://twitter.com/dajya_ranger_>
 * @copyright	Copyright © 2022-2024, dajya-ranger.com
 * @link		https://pukiwiki.dajya-ranger.com/?9598ffe307
 * @example		@linkの内容を参照
 * @license		GPL version 2 or (at your option) any later version
 * @version		0.2.0
 * @since 		0.2.0 2024/11/23 折りたたみ表示プラグイン用CSS設定追加
 * @since 		0.1.9 2024/03/05 人気ページ表示プラグインスマホ用CSS設定追加
 * @since 		0.1.8 2022/12/13 タグクラウド表示プラグイン用CSS設定追加
 * @since 		0.1.7 2022/11/19 人気ページ表示プラグイン用CSS設定追加
 * @since 		0.1.6 2022/09/01 リンク拡張プラグイン用CSS修正
 * @since 		0.1.5 2022/08/27 画像スワイプ表示プラグイン用CSS修正
 * @since 		0.1.4 2022/08/22 ソートテーブル（表）プラグイン用CSS設定追加
 * @since 		0.1.3 2022/03/11 Google AdSense用CSS定義のファーストビューになる部分に「min-height」設定追加
 * @since 		0.1.2 2022/01/31 テキスト表現拡張プラグイン追加・修正
 * @since 		0.1.1 2022/01/26 PDFビューアプラグイン追加
 * @since 		0.1.0 2022/01/15 暫定公開
 *
 */

/* -------------------------------------------------------------------------
	pukiwiki.css
	PukiWiki標準CSS 上書き部分
   ------------------------------------------------------------------------- */

blockquote {
	margin-left: 0;
}

body {
	font-size: 1em;
}

textarea {
	box-sizing: border-box;
	max-width: 100%;
}

td {
	font-size: 1em;
}

th {
	color: black;
	background-color: #ababab;
	margin-left:2%;
	margin-right: 2%;
	font-size: 90%;
	font-family: verdana, arial, helvetica, Sans-Serif;
}

a.external-link:not(.external-link-silent)::after {
	content: url(../image/external-link.png);
	margin: 2px;
}

a:link{
	color: #8224e3;
	text-decoration: none;
}
a:visited {
	color: #8224e3;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	text-decoration: underline;
}
a.note_super {
	color: red;
	background-color: inherit;
	font-weight: bold;
	font-size: 60%;
	vertical-align: super;
}

h1 {
	color: black;
	background-color: #8224e3;
}
h2 {
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
	font-size: 2rem;
	color: black;
	background-color: white;
}
h2:first-letter {
	font-size: 2.6rem;
	padding-bottom: 3px;
	border-bottom: #8224e3 3px solid;
	color: #8224e3;
}
h3 {
	border-bottom: 3px solid #8224e3;
	border-top: 1px solid #8224e3;
	border-left: 10px solid #8224e3;
	border-right: 5px solid #8224e3;
	color: black;
}
h4 {
	border-left: 18px solid #8224e3;
	color: black;
	background-color: white;
}
h5, h6 {
	color: black;
	background-color: #8224e3;
}
h1.title {
	color: #8224e3;
	padding: 0;
	border: 0;
	margin: 0;
}

pre {
	border-top: #8224e3 1px solid;
	border-bottom: #8224e3 1px solid;
	border-left: #8224e3 1px solid;
	border-right: #8224e3 1px solid;
}

ul {
	line-height: 200%;
}

thead td.style_td,
tfoot td.style_td {
	color: black;
	background-color: #ababab;
}
thead th.style_th,
tfoot th.style_th {
	color: black;
	background-color: #ababab;
}
.style_table {
	margin: 0;
	font-size: 0.9em;
	color: black;
	background-color: black;
}
.style_th {
	color: black;
	background-color: #ababab;
}
.style_td {
	color: black;
	background-color: white;
}

div.ie5 {
	text-align: -webkit-match-parent;
}

pre, dl, ol, p, blockquote {
	line-height: 200%;
}

/* html.php/edit_form() */
.edit_form select {
	width: 90%;
}
#template_read {
	width: 9%;
}
.edit_form textarea {
	width: 100%;
	resize: vertical;
}

/* pukiwiki.skin.php */
div#header img {
	max-width: 100%;
	height: auto;
}
div#contents {
	word-break: normal;
}
div#menubar {
	max-width: 300px;
	min-width: 300px;
	font-size: 1em;
}
div#menubar ul li {
	line-height: 200%;
}
div#menubar img {
	max-width: 100%;
	height: auto;
}
div#body {
	padding: 0 0 0 1em;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
}
div#body img {
	max-width: 100%;
	height: auto;
}

/* topicpath.inc.php */
div.topicpath {
	margin: 0px 0px 20px 0px;
}
span.topicpath-slash {
	margin: 0 0.5em;
}

/* -------------------------------------------------------------------------
	page-top-button.js
	ページトップボタン
   ------------------------------------------------------------------------- */

#page-top-button {
	position: fixed;
	right: 20px;
	bottom: 80px;
	transition: opacity 1s;
	opacity: 0;
}
#page-top-button.fadeIn {
	position: fixed;
	display: block;
	right: 20px;
	bottom: 80px;
	outline-style: none;
	box-shadow: none;
	cursor: pointer;
	z-index: 9999;
	transition: opacity 1s;
	opacity: 0.7;
}
#page-top-button.fadeIn:hover {
	transition: opacity 1ms;
	opacity: 1;
}

/* -------------------------------------------------------------------------
	Google AdSense用CSS定義
	pukiwiki.skin.php および PukiWiki用HTML出力プラグイン等で利用可
   ------------------------------------------------------------------------- */

.adsense {
	min-height: 280px;
	margin: 10px auto;
	overflow: hidden;
	display: block;
	box-sizing: inherit;
	border-spacing: 0 !important;
}
.adsense_top {
	min-height: 280px;
	margin: 20px 0;
	overflow: hidden;
	display: block;
	box-sizing: inherit;
	border-spacing: 0 !important;
}
.adsense_bottom {
	margin-top: 20px;
	overflow: hidden;
	display: block;
	box-sizing: inherit;
	border-spacing: 0 !important;
}
.adsense_footer {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
	margin: 20px 0;
	display: inline-block;
}
.adsense_footer_left {
	width: 50%;
	height: auto;
	text-align: center;
	float: left;
	display: inline-block;
	box-sizing: inherit;
}
.adsense_footer_right {
	width: 50%;
	height: auto;
	text-align: center;
	float: left;
	display: inline-block;
	box-sizing: inherit;
}

/* -------------------------------------------------------------------------
	blockquote.inc.php, box.inc.php, frame.inc.php
	PukiWiki用テキスト表現拡張プラグイン
   ------------------------------------------------------------------------- */

/* blockquote.inc.php */
blockquote {
	position: relative;
	margin: 1em 0;
	padding: 10px 18px 10px 60px;
	box-sizing: border-box;
	background: #efefef;
}
blockquote::before {
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 18px;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	color: #cfcfcf;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}
blockquote p {
	margin: 1em 0;
	padding: 0;
}
blockquote cite {
	display: block;
	text-align: right;
	font-size: 0.9em;
}

/* box.inc.php */
.box_boder {
	margin: 1em 0;
	padding: 1em 1em;
	border: solid 1px black;
}
.box_boder p {
	margin: 0; 
	padding: 0;
}
.box_boder2 {
	margin: 1em 0;
	padding: 1em 1em;
	border: double 4px black;
}
.box_boder2 p {
	margin: 0; 
	padding: 0;
}
.box_bold {
	margin: 1em 0;
	padding: 1em 1em;
	font-weight: bold;
	border: solid 3px black;
}
.box_bold p {
	margin: 0; 
	padding: 0;
}
.box_dashed {
	margin: 1em 0;
	padding: 1em 1em;
	border: dashed 2px black;
}
.box_dashed p {
	margin: 0; 
	padding: 0;
}
.box_brackets {
	position: relative;
	margin: 1em 0;
	padding: 1em 1em;
}
.box_brackets::before, .box_brackets::after { 
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	display: inline-block;
}
.box_brackets::before {
	border-left: solid 2px black;
	border-top: solid 2px black;
	top: 0;
	left: 0;
}
.box_brackets::after {
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	bottom: 0;
	right: 0;
}
.box_brackets p {
	margin: 0; 
	padding: 0;
}
.box_point {
	position: relative;
	margin: 1.5em 0 1em 0;
	padding: 1.5em 1em 1em;
	border: solid 3px red;
	border-radius: 5px;
}
.box_point::before {
	content: "POINT";
	position: absolute;
	top: -0.5em;
	left: 0.5em;
	line-height: 1;
	font-size: 1.5em;
	font-weight: bold;
	background-color: white;
	color: red;
	padding: 0 0.3em;
}
.box_point p {
	margin: 0; 
	padding: 0;
}

/* frame.inc.php */
.frame_top {
	position: relative;
	margin: 3em 0 1em 0;
	padding: 1em 1em;
	border: solid 3px red;
	border-radius: 0 5px 5px 5px;
}
.frame_top p {
	margin: 0; 
	padding: 0;
}
.frame_middle {
	position: relative;
	margin: 1.2em 0 1em 0;
	padding: 1.2em 1em 1em;
	border: solid 3px red;
	border-radius: 5px;
}
.frame_middle p {
	margin: 0; 
	padding: 0;
}
.frame_bottom {
	position: relative;
	margin: 1em 0;
	padding: 3.2em 1em 1em;
	border: solid 3px red;
	border-radius: 5px;
}
.frame_bottom p {
	margin: 0; 
	padding: 0;
}
.frame_center {
	position: relative;
	margin: 1em 0;
	padding: 3.2em 1em 1em;
	border: solid 3px red;
	border-radius: 5px;
}
.frame_center p {
	margin: 0; 
	padding: 0;
}

/* -------------------------------------------------------------------------
	sortable_table.inc.php
	PukiWiki用ソートテーブル（表）プラグイン
   ------------------------------------------------------------------------- */

/* sortable_table.inc.php */
.sortable_table {
	margin-top: 24px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.sortable_table thead th {
	color: black;
	background-color: #ababab;
	margin-left:2%;
	margin-right: 2%;
	font-size: 90%;
	font-family: verdana, arial, helvetica, Sans-Serif;
	cursor: pointer;
}

/* sortable-table.js */
.sort-arrow {
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 2px;
	background-image: url("../image/sort-blank.png");
}
.sort-arrow.descending {
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 2px;
	background-image: url("../image/sort-descending.png");
}
.sort-arrow.ascending {
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 2px;
	background-image: url("../image/sort-ascending.png");
}

/* -------------------------------------------------------------------------
	pkwkmail.inc.php
	PukiWiki用スパムフィルタ対応メールフォームプラグイン
   ------------------------------------------------------------------------- */

.pkwkmail_required {
	margin: 0 0 0 0.2em;
	padding: 3px 5px;
	background: #8224e3;
	color: white;
	border-radius:5px;
}
.pkwkmail input[type="text"],
.pkwkmail input[type="email"],
.pkwkmail input[type="password"],
.pkwkmail select,
.pkwkmail textarea {
	background-color: white;
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	margin: 0.5em 0 0.2em;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pkwkmail input[type="submit"] {
	text-align: center;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 1.2em;
	border: 1px solid #8224e3;
	color: #8224e3;
	background: white;
	cursor: pointer;
	transition: .2s;
}
.pkwkmail input[type="submit"]:hover {
	color: white;
	background: #8224e3;
}
.pkwkmail input[type="checkbox"] {
	display: none;
}
.pkwkmail .checkbox {
	position: relative;
	display: block;
	margin: 0.5em 0 0.2em;
	padding: 0 0 0.5em;
	padding-left: 28px;
	cursor: pointer;
}
.pkwkmail .checkmark {
	position:absolute;
	top: 5px;
	left: 0;
	width: 22px;
	height: 22px;
	border: solid 2px #ddd;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	box-sizing: border-box;
	background: white;
	cursor: pointer;
}
.pkwkmail .checkmark:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.pkwkmail input:checked + .checkmark {
	background: #8224e3;
	border-color: #8224e3;
}
.pkwkmail input:checked + .checkmark:after {
	opacity: 1;
}
.pkwkmail input[type="radio"] {
	display: none;
}
.pkwkmail .radio {
	position: relative;
	display: block;
	margin: 0.5em 0 0.2em;
	padding: 0 0 0.5em;
	padding-left: 28px;
	cursor: pointer;
}
.pkwkmail .radiomark {
	position: absolute;
	top: 5px;
	left: 0;
	width: 22px;
	height: 22px;
	border: solid 2px #ddd;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	box-sizing: border-box;
	background: white;
	cursor: pointer;
}
.pkwkmail .radiomark:after {
	content: "";
	position: absolute;
	background: #8224e3;
	border-radius: 50%;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-width: 0 2px 2px 0;
	opacity: 0;
}
.pkwkmail input:checked + .radiomark:after {
	opacity: 1;
}
.pkwkmail label {
	cursor: pointer;
	user-select: none;
}

/* -------------------------------------------------------------------------
	comment.inc.php, pcomment.inc.php, article.inc.php
	PukiWiki用スパムフィルタ対応コメントプラグイン
   ------------------------------------------------------------------------- */

.adsense_article {
	overflow: hidden;
	display: block;
	box-sizing: inherit;
	margin: 20px auto;
	border-spacing: 0 !important;
}
.fb-comments.fb_iframe_widget,
.fb-comments.fb_iframe_widget iframe[style],
.fb-comments.fb_iframe_widget span {
	width: 100% !important;
	overflow: auto;
}
.comment input[type="text"],
.comment textarea {
	background-color: white;
	color: #333;
	width: 100%;
	font-size: 100%;
	margin: 0.2em 0;
	padding: 0.5em;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.comment input[type="radio"] {
	display: none;
}
.comment .radio {
	position: relative;
	display: block;
	margin: 0.5em 0 0.2em;
	padding: 0 0 0.5em;
	padding-left: 28px;
	cursor: pointer;
}
.comment .radiomark {
	position: absolute;
	top: 1px;
	left: 0;
	width: 22px;
	height: 22px;
	border: solid 2px #ddd;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	box-sizing: border-box;
	background: white;
	cursor: pointer;
}
.comment .radiomark:after {
	content: "";
	position: absolute;
	background: #8224e3;
	border-radius: 50%;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-width: 0 2px 2px 0;
	opacity: 0;
}
.comment input:checked + .radiomark:after {
	opacity: 1;
}
.comment label {
	cursor: pointer;
	user-select: none;
}
.comment input[type="submit"] {
	text-align: center;
	display: inline-block;
	margin: 0.2em 0;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 1.2em;
	border: 1px solid #8224e3;
	color: #8224e3;
	background: white;
	cursor: pointer;
	transition: .2s;
}
.comment input[type="submit"]:hover {
	color: white;
	background: #8224e3;
}

/* -------------------------------------------------------------------------
	search.inc.php, search2.inc.php
	PukiWiki用レスポンシブデザイン対応サイト内非同期検索プラグイン
   ------------------------------------------------------------------------- */

.search-result-page-summary {
	white-space: normal;
}
.search input[type="text"] {
	background-color: white;
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	margin: 0.5em 0 0.2em;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.search input[type="submit"] {
	text-align: center;
	display: inline-block;
	margin: 0.2em 0 0.4em;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 1.2em;
	border: 1px solid #8224e3;
	color: #8224e3;
	background: white;
	cursor: pointer;
	transition: .2s;
}
.search input[type="submit"]:hover {
	color: white;
	background: #8224e3;
}
.search select {
	background-color: white;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	margin: 0.5em 0.5em;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.search input[type="checkbox"] {
	display: none;
}
.search .checkbox {
	position: relative;
	margin: 1em 0;
	padding-left: 28px;
	cursor: pointer;
}
.search .checkmark {
	position:absolute;
	top: -2px;
	left: 0;
	width: 22px;
	height: 22px;
	border: solid 2px #ddd;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	box-sizing: border-box;
	background: white;
	cursor: pointer;
}
.search .checkmark:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.search input:checked + .checkmark {
	background: #8224e3;
	border-color: #8224e3;
}
.search input:checked + .checkmark:after {
	opacity: 1;
}
.search input[type="radio"] {
	display: none;
}
.search .radio {
	position: relative;
	display: block;
	margin: 1em 0;
	padding-left: 28px;
	cursor: pointer;
}
.search .radiomark {
	position: absolute;
	top: 0px;
	left: 0;
	width: 22px;
	height: 22px;
	border: solid 2px #ddd;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	box-sizing: border-box;
	background: white;
	cursor: pointer;
}
.search .radiomark:after {
	content: "";
	position: absolute;
	background: #8224e3;
	border-radius: 50%;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-width: 0 2px 2px 0;
	opacity: 0;
}
.search input:checked + .radiomark:after {
	opacity: 1;
}
.search label {
	cursor: pointer;
	user-select: none;
}

/* -------------------------------------------------------------------------
	link_card.inc.php
	PukiWiki用リンク拡張プラグイン
   ------------------------------------------------------------------------- */

.link_card {
	margin-top: 24px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.link_card:hover {
	opacity: 0.8;
}
.link_card_link {
	text-decoration: none !important;
}
.link_card_wrap {
	position: relative;
	padding: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 8px 8px 8px rgb(0 0 0 / 50%);
	max-width: 800px;
	border: solid 1px #888;
	background-color: white;
}
.link_card_content {
	margin: 2px 0 0;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}
.link_card_info {
	padding: 0;
	color: #222;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	overflow: hidden;
	display: block!important;
}
.link_card_favicon {
	height: 16px;
	width: 16px;
	margin: 0 0 0 20px !important;
	border: none;
	vertical-align: text-bottom;
	display: inline !important;
}
.link_card_domain {
	color: #222;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display: inline !important;
}
.link_card_body {
	margin-top: 4px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.link_card_thumbnail {
	max-width: 150px;
	height: 108px;
	overflow: hidden;
	padding: 0;
	/* margin: 0 6px 4px 4px; */
	margin: 0 12px 6px 0;
	float: left;
}
.link_card_content_img {
	width: 150px;
	max-height: 180px;
	border: solid 1px #222;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 50%);
}
.link_card img {
	margin: 0;
	padding: 0;
	border: 0;
}
.link_card_title {
	color: #111;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	overflow: hidden;
	word-break: break-all;
}
.link_card_title:hover {
	text-decoration: underline;
}
.link_card_url {
	color: #8224e3;
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	text-decoration: underline;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.link_card_description {
	margin-top: 6px;
	color: #333;
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
}
.link_card:hover .link_card_thumbnail img{
	overflow: hidden;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease,border .2s ease,padding .2s ease,left .2s ease,box-shadow .2s ease;
	-webkit-transition: color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease,border .2s ease,padding .2s ease,left .2s ease,box-shadow .2s ease;
}
.link_card_link:hover .link_card_thumbnail img{
	overflow: hidden;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease,border .2s ease,padding .2s ease,left .2s ease,box-shadow .2s ease;
	-webkit-transition: color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease,border .2s ease,padding .2s ease,left .2s ease,box-shadow .2s ease;
}
.link_card_link:hover .link_card_domain {
	font-weight: bold;
}
.link_card_link:hover .link_card_description {
	font-weight: bold;
}
.link_card_clear {
	clear: both;
}

/* -------------------------------------------------------------------------
	image_swipe.inc.php
	PukiWiki用画像スワイプ表示プラグイン
   ------------------------------------------------------------------------- */

.image_swipe {
	color: #cfcfcf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.image_swipe.flex-center {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.image_swipe.flex-left {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}
.image_swipe.flex-right {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}
.image_swipe.trim-square .image_swipe_item {
	border-radius: 4px;
}
.image_swipe.trim-square .image_swipe_item::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.image_swipe.trim-square .image_swipe_item .image_swipe_thumb {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image_swipe.trim-square .image_swipe_item .image_swipe_source {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		object-fit: cover;
	-o-object-position: top;
		object-position: top;
}
.image_swipe_item {
	position: relative;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	margin: 8px 6px;
	border: 5px solid #666;
	background: #666;
	border-radius: 4px;
	overflow: hidden;
	-webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.24));
			filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.24));
}
.image_swipe_item.noframe {
	border: none;
	background: none;
}
.image_swipe_item:hover .image_swipe_source {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
.image_swipe_caption {
	position: absolute;
	bottom: 0;
	padding: 10px 8px 3px 8px;
	width: calc(100% - 16px);
	max-height: 40%;
	min-height: 18px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent);
	pointer-events: none;
	font-size: .9em;
	text-shadow: 1px 1px 3px #333;
}
.image_swipe_source {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

/* -------------------------------------------------------------------------
	mydo.inc.php
	PukiWiki用アフィリエイトプラグイン「MyDo（まいど）」
   ------------------------------------------------------------------------- */

.mydo_box {
	margin-top: 24px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.mydo_box_wrap {
	position: relative;
	padding: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	max-width: 100%;
	border: solid 1px #888;
	background-color: white;
}
.mydo_box_body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.mydo_box_thumbnail {
	max-width: 200px;
	overflow: hidden;
	padding: 0;
	margin: 0 12px 6px 0;
	float: left;
}
.mydo_box_img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.mydo_box_title {
	color: #111;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	overflow: hidden;
	word-break: break-all;
}
.mydo_box_title:hover {
	text-decoration: underline;
}
.mydo_box_maker {
	margin-top: 6px;
	color: #00f;
	font-size: 11px;
	line-height: 11px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mydo_box_description {
	margin-top: 6px;
	color: #333;
	font-size: 12px;
	line-height: 17px;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
}
.mydo_box_price {
	margin-top: 6px;
	color: #f00;
	font-size: 16px;
	line-height: 17px;
	padding: 0;
	text-decoration: none;
}
.mydo_box_date {
	color: #222;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display: inline !important;
}
.mydo_item_buttons {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
	padding: 0;
	width: 100%;
	justify-content: flex-start;
}
.mydo_item_buttons > * {
	margin: 6px 3px;
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 1.4 !important;
}
.mydo_item_buttons a {
	display: block;
	padding: 10px 1px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: white;
}
.mydo_item_buttons a:hover {
	opacity: 0.6;
}
.mydo_item_button_1 a {
	background: #f6a306;
}
.mydo_item_button_2 a {
	background: #cf4944;
}
.mydo_item_button_3 a {
	background: #51a7e8;
}
.mydo_item_button_4 a {
	background: #4072b3;
}
.mydo_item_button_5 a {
	background: #4dc0b2;
}
.mydo_box:hover .mydo_box_thumbnail img{
	overflow: hidden;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease,border .2s ease,padding .2s ease,left .2s ease,box-shadow .2s ease;
	-webkit-transition: color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease,border .2s ease,padding .2s ease,left .2s ease,box-shadow .2s ease;
}
.mydo_box:hover .mydo_box_maker {
	font-weight: bold;
}
.mydo_box:hover .mydo_box_description {
	font-weight: bold;
}
.mydo_box:hover .mydo_box_price {
	font-weight: bold;
}
.mydo_box_clear {
	clear: both;
}

/* -------------------------------------------------------------------------
	nagesen.inc.php
	PukiWiki用投げ銭サポートプラグイン
   ------------------------------------------------------------------------- */

.nagesen {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.nagesen_wrap {
	position: relative;
	padding: 0;
	max-width: 100%;
}
.nagesen_left {
	width: 70%;
	margin: auto;
	text-align: center;
	float: left;
	display: block;
	box-sizing: inherit;
}
.nagesen_right {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	float: left;
	display: block;
}
.nagesen_clear {
	clear: both;
}

/* -------------------------------------------------------------------------
	translate.inc.php
	PukiWiki用Googleサイト翻訳プラグイン
   ------------------------------------------------------------------------- */

.translate {
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}
.translate_wrap {
	position: relative;
	padding: 0;
}
#translate_element {
	font-size: 14px!important;
}
.goog-te-combo {
	margin: 4px 0;
	font-family: arial;
	font-size: 14px!important;
	width: 100%;
	vertical-align: baseline;
	border-radius: 5px;
}
select, input[type="color" i][list] {
	background-color: rgb(248, 248, 248);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(166, 166, 166);
	border-image: initial;
	padding: 0;
}
select:not(:-internal-list-box) {
	overflow: visible !important;
}
select {
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: black;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	-webkit-appearance: menulist;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	background-color: white;
	cursor: default;
	font: 400 13.3333px Arial;
}
.goog-logo-link, .goog-logo-link img {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}
.translate_clear {
	clear: both;
}

/* -------------------------------------------------------------------------
	pdf_viewer.inc.php
	PukiWiki用PDFビューアプラグイン
   ------------------------------------------------------------------------- */

.pdf_viewer_page {
	margin-top: 14px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.pdf_viewer_page_wrap {
	position: relative;
	max-width: 100%;
	border: thin solid black;
}
.pdf_viewer_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------------------------------
	popular.inc.php
	PukiWiki用人気ページ表示プラグイン
   ------------------------------------------------------------------------- */

.popular_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-left: -55px;
}
.popular_list_item {
	width: calc(33.3% - 20px);
	float: left;
	margin: 0 0 30px 20px;
}
.popular_eyecatch {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	box-shadow: 0 12px 10px -6px rgb(0 0 0 / 25%);
}
.popular_eyecatch:before {
	content: "";
	display: block;
	padding-top: 52.5%;
}
.popular_eyecatch_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
h3.popular_page_titile {
	display: block;
	line-height: 120%;
	border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 10px;
}
.popular_eyecatch_img:hover {
	overflow: hidden;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease,border .2s ease,padding .2s ease,left .2s ease,box-shadow .2s ease;
	-webkit-transition: color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease,border .2s ease,padding .2s ease,left .2s ease,box-shadow .2s ease;
}

/* -------------------------------------------------------------------------
	tag_cloud.inc.php
	PukiWiki用タグクラウド表示プラグイン
   ------------------------------------------------------------------------- */

#body .tag_cloud {
	font-size: 1em;
}
#menubar .tag_cloud { 
	font-size: .8em;
}
#menubar .tag_cloud span {
	display: block;
}
.tag_cloud_level0  { font-size: 100%;} 
.tag_cloud_level1  { font-size: 110%;} 
.tag_cloud_level2  { font-size: 120%;} 
.tag_cloud_level3  { font-size: 130%;} 
.tag_cloud_level4  { font-size: 140%;} 
.tag_cloud_level5  { font-size: 150%;} 
.tag_cloud_level6  { font-size: 160%;} 
.tag_cloud_level7  { font-size: 170%;} 
.tag_cloud_level8  { font-size: 180%;} 
.tag_cloud_level9  { font-size: 190%;} 
.tag_cloud_level10 { font-size: 200%;} 
.tag_cloud_level11 { font-size: 210%;} 
.tag_cloud_level12 { font-size: 220%;} 
.tag_cloud_level13 { font-size: 230%;} 
.tag_cloud_level14 { font-size: 240%;} 
.tag_cloud_level15 { font-size: 250%;} 
.tag_cloud_level16 { font-size: 260%;} 
.tag_cloud_level17 { font-size: 270%;} 
.tag_cloud_level18 { font-size: 280%;} 
.tag_cloud_level19 { font-size: 290%;} 
.tag_cloud_level20 { font-size: 300%;} 
.tag_cloud_level21 { font-size: 310%;} 
.tag_cloud_level22 { font-size: 320%;} 
.tag_cloud_level23 { font-size: 330%;} 
.tag_cloud_level24 { font-size: 340%;} 

/* -------------------------------------------------------------------------
	folding.inc.php
	PukiWiki用折りたたみ表示プラグイン
   ------------------------------------------------------------------------- */

.folding_content_color {
	color: black;
	background-color: white;
}

/* -------------------------------------------------------------------------
	PukiWikiダジャレンジャー版レスポンシブレイアウト定義
	※PukiWiki標準CSSに準拠
   ------------------------------------------------------------------------- */

@media (max-width:767px) {
	/* pukiwiki.skin.php */
	div#menubar {
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	div#body {
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	/* Google AdSense */
	.adsense_footer_left {
		width: 100% !important;
		height: auto;
		float: none !important;
		margin: auto !important;
		vertical-align: top;
		display: block;
		clear: both;
	}
	.adsense_footer_right {
		width: 100% !important;
		margin: 20px 0;
	}

	/* link_card.inc.php */
	.link_card_body {
		overflow: visible !important;
	}
	.link_card_thumbnail {
		max-width: 200px;
		height: auto;
		float: none !important;
		margin: auto !important;
		vertical-align: top;
		box-sizing: border-box;
		display: block;
		clear: both;
	}
	.link_card_content_img {
		width: 100%;
	}
	.link_card_title {
		margin-top: 6px;
	}

	/* mydo.inc.php */
	.mydo_box_body {
		overflow: visible !important;
	}
	.mydo_box_title {
		margin-top: 6px;
	}
	.mydo_box_thumbnail {
		float: none !important;
		margin: auto !important;
		vertical-align: top;
		box-sizing: border-box;
		display: block;
		clear: both;
	}
	.mydo_item_buttons a img {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.mydo_item_buttons > * {
		display: block;
		width: 100% !important;
	}

	/* nagesen.inc.php */
	.nagesen_left {
		width: 100%;
		height: auto;
		float: none !important;
		margin: auto !important;
		vertical-align: top;
		display: block;
		clear: both;
	}
	.nagesen_right {
		width: 100%;
		margin-top: 24px;
	}

	/* popular.inc.php */
	.popular_list_item {
		width: 100% !important;
		margin: 0 0 10px 20px !important;
	}
}
