/* +++++++++++++++++++++++++++++++++++++++++++++++

- header
- section(ad-banner)
- section(attention)
- div#wrapper
	+ section#bbs-title
	+ section#bbs-function
	+ section#bbs-bbs-table
	+ section#bbs-function
- footer

+++++++++++++++++++++++++++++++++++++++++++++++ */
.topic-biz-content .outer_box h1 {
	font-size: 1.2em;
}

.topic-biz-content .biz_txt table {
	width: 80%;
}

.topic-biz-content .biz_txt table th {
	display: block;
}

.topic-biz-content .biz_txt table td,
.topic-biz-content .biz_txt table th {
	display: block;
	width: 75%;
}

.dis-phone-none {
	display: none;
}

* {
	box-sizing: border-box;
}

body {
	font-size: 1.4rem;
}

/* ------------------------------------------------------------------ */
/* ヘッダー*/
/* ------------------------------------------------------------------ */
header {
	clear: both;
	text-align: left;
}

header img {}

header ul {
	float: right;
	font-size: small;
	margin: 0.5em 2px;
	padding: 0;
}

header li {
	margin-top: 0.5em;
	display: inline-block;
}

section#head-ad {
	margin-bottom: 1em;
}

#head-ad img {
	width: 100%;
}

section#attention {
	text-align: center;
	margin-bottom: 1em;
}

section#attention p {
	display: block;
	margin: 0 auto;
	padding: 0 0.5em;
	font-size: x-small;
	text-align: left;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------------ */
footer {
	font-size: small;
	padding: 0;
	margin: 0;
	text-align: center;
}

footer ul {
	padding: 1em 0;
	margin: 0;
}

footer li {
	padding: 0.5em 0;
	margin: 0;
}

#copyright {
	text-align: center;
	color: #333;
	font-size: 0.7em;
	font-weight: 300;
	width: 100%;
	padding: 1em 0;
	vertical-align: middle;
	background-color: #eee;
}

/* ------------------------------------------------------------------ */
/* BBS共通 */
/* ------------------------------------------------------------------ */
/* メインカラー設定 */
div#wrapper {
	border: 3px #33ff66 solid;
	border-radius: 6px;
	margin: 0 0.5em;
}

.bbs-function {
	text-align: center;
	background-color: #ccffcc;
}

.bbs-sort {
	/* padding: 0.5em 0; */
	padding: 10px 4px 0 4px;
	font-size: 0.9em;
}

.bbs-function span {
	font-size: 14px;
	display: inline-block;
	padding: 0.5em 1em;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0.5em 0;
}

section#bbs-title {
	text-align: center;
}

section#bbs-title h1 {
	font-size: large;
	text-align: center;
}

section#bbs-title p {
	margin-bottom: 1em;
	line-height: 1.3em;
	text-align: left;
	font-size: small;
	padding-right: 4px;
	padding-left: 4px;
}

section#bbs-title p:last-child {
	text-align: center;
}

section#bbs-title hr {
	border: 2px #ccc dotted;
}

/* ------------------------------------------------------------------ */
/* 1階層目 - スレッド一覧ページ - listing.php */
/* ------------------------------------------------------------------ */
section#bbs-table {
	font-size: large;
	font-weight: 600;
}

section#bbs-table .col2 {
	width: 2em !important;
	padding: 0 0;
}

section#bbs-table .col4 a {
	font-size: medium;
}

section#bbs-table .divTableCell .post-detail {
	font-size: small;
	font-weight: 300;
	display: block;
	text-align: right;
}

section#bbs-table .col2 {
	width: 4em;
	text-align: center;
	vertical-align: middle;
}

section#bbs-table .col4 {
	text-align: left;
	vertical-align: top;
}

section#bbs-table .divTableCell {
	padding: 3px;
}

#bbs-table .white-space {
	text-align: left;
	font-size: small;
	padding: 0.5em 1em;
	font-weight: 300;
	vertical-align: middle;
	background-color: #fff;
}

#bbs-table .white-space p {
	line-height: 2em;
	min-height: 3em;
	display: block;
}

p.topics-top-in-bbstitle a {
	display: block;
	text-align: center;
}


/* --------------------------------- */
/* 1階層目 - スレッド一覧ページ- listing.php - 広告 */
/* --------------------------------- */

div.bbsAdTable {
	background-color: #EEEEEE;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.divTable.bbsAdTable .divTableCell,
.divTable.bbsAdTable .divTableHead {
	border: 1px solid #AAAAAA;
	padding: 3px 2px;
}

.divTable.bbsAdTable .divTableBody .divTableCell {
	font-size: 13px;
}

.divTable.bbsAdTable .divTableRow:nth-child(even) {
	background: #FFFFFA;
}

/* --------------------------------- */
/* 1階層目 - スレッド一覧ページ- listing.php - 一覧 */
/* --------------------------------- */
div.bbsListTable {
	/* background-color: #EEEEEE; */
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.divTable.bbsListTable .divTableCell,
.divTable.bbsListTable .divTableHead {
	border: 1px solid #AAAAAA;
	padding: 3px 2px;
}

.divTable.bbsListTable .divTableBody .divTableCell {
	font-size: 13px;
}

.divTable.bbsListTable .divTableRow:nth-child(even) {
	background: #FFFFFA;
}

.listing_gift {
	float: left;
	padding-right: 0.3em;
}


/* ------------------------------------------------------------------ */
/* 2階層目 - トピックスページ- topics.php */
/* ------------------------------------------------------------------ */
#topics-table article {
	text-align: left;
	padding: 1em 0.5em;
	border-bottom: 3px #33ff66 solid;
}

#topics-table article p {
	line-height: 1.5em;
}

#topics-table article:first-child {
	border-top: 3px #33ff66 solid;
}

.topicHeaderTable {
	position: relative;
}

.topicHeaderTable .divTableCell.col1 {
	display: block;
	vertical-align: middle;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

.topicHeaderTable .divTableCell.col1 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
}

.topicHeaderTable .divTableCell.col1 nobr {
	padding-left: 35px;
}

.topicHeaderTable .divTableCell.col2 {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
}

.topicHeaderTable .divTableCell.col2 h2 {
	margin: 0;
	padding: 0;
	border: none;
}

.topicHeaderTable .divTableCell.col2 p {
	margin-top: 0.3em;
}

.topicHeaderTable .divTableCell.col2 .post-detail span b {
	color: red;
}

.divTable.commentsTable {
	width: 100%;
	word-wrap: break-word;
}

.commentsTable .post-detail {
	margin-top: 0;
}

.topic-content p:first-child {
	display: block;
	width: 100%;
	word-break: break-all;
}

.commentsTable .post-detail span {
	font-size: small;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.commentsTable .post-detail {
	line-height: 0.8em;
}

.commentsTable .post-detail span b {
	color: red;
}

.topic-content .comment-button a {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	background: #f5033f;
	padding: 10px 20px 10px 20px;
	margin: 1em;
	text-decoration: none;
	display: inline-block;
}

.topic-content .comment-button a:hover {
	font-weight: 600;
}

.topic-content .comment-more-button a {
	background-color: #000;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.2em 0;
}

.topic-content .comment-more-button a:hover {
	font-weight: 600;
}

.topic-content .comment-email-button a {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	background: #f59403;
	padding: 10px 20px 10px 20px;
	margin: 1em;
	text-decoration: none;
	display: inline-block;
}

.topic-content .comment-email-button a:hover {
	font-weight: 600;
}

.bbs-txt-ad {
	margin-bottom: 0.5em;
}

.divTable.commentsTable .divTableRow {
	display: block;
	border-top: 2px #aaa dotted;

}

.divTable.commentsTable .divTableCell {
	padding: 0.5em 0;
}

.divTable.commentsTable .col1 {
	display: block;
	font-weight: bold;
	width: 100%;
	clear: both;
}

.divTable.commentsTable .col2,
.divTable.commentsTable .col2 p {
	display: block;
	width: 100%;
	clear: both;
	word-wrap: break-word;
}

.divTable.commentsTable .col11 {
	vertical-align: top;
	width: 40%;
	padding-right: 0em;
}

.divTable.commentsTable .col22 {
	vertical-align: top;
	width: 40%;
}

.divTable.commentsTable div.flag_button {
	display: block;
	width: 100%;
}


/* ------------------------------------------------------------------ */
/* 3階層目 - トピックス詳細ページ（コメント詳細）- detail.php */
/* ------------------------------------------------------------------ */

.detail-comments-number {
	width: 100%;
	font-size: small;
	padding: 2em 0;
}


/* ------------------------------------------------------------------ */
/* トップページからの24ｈ以内更新一覧 latest.php */
/* ------------------------------------------------------------------ */
#wrapper-latest {
	text-align: left;
	margin: 0 0.5em;
}

section#latest-table {
	width: 100%;
}

.divTable.latestTable {
	width: 100%;
}

.divTable.latestTable .divTableCell {
	display: block;
	width: 100%;
}

.divTable.latestTable .divTableCell.col1 {
	width: 100%;
	display: block;
}

.divTable.latestTable .divTableCell.col2 {
	display: block;
	text-align: right;
	width: 3em;
	float: right;
}

.divTable.latestTable .divTableCell.col3 a {
	margin-right: 0.5em;
	font-weight: bold;
}

.divTable.latestTable .divTableCell.col3 span.authour {
	display: inline-block;
	float: right;
	font-size: small;
	clear: both;
}

.divTable.latestTable .divTableCell.col3 span.txt-country {
	font-size: 9px;
}

.divTable.latestTable .divTableCell.col4 {
	text-align: right;
	clear: both;
}

.divTable.latestTable .divTableCell {
	padding: 0.5em 0;
}

.divTable.latestTable .divTableRow:nth-child(even) {
	background-color: #eee;
}

/* ------------------------------------------------------------------ */
/* 投稿ページ posting_w.php */
/* ------------------------------------------------------------------ */
.posting_w_wrapper {
	text-align: left;
}

.posting_w_wrapper h2 {
	font-size: medium;
	margin: 0;
	padding: 0.2em 0.5em;
	border-top: #333 3px solid;
}

.posting_w_wrapper .hl-blue {
	background-color: #99ffff;
}

.posting_w_wrapper .hl-green {
	background-color: #66ff66;
}

.posting_w_wrapper .hl-pink {
	background-color: #ffcccc;
}

.posting_w_wrapper .hl-orange {
	background-color: #ffcc33;
}

.posting_w_wrapper .hl-yellowgreen {
	background-color: #99ff66;
}

.posting_w_wrapper section p {
	padding: 0 0.5em;
}

.posting_w_wrapper .divTable {
	border-collapse: collapse;
	width: 100%;
}

.posting_w_wrapper .divTable .divTableCell {
	width: 100%;
	display: inline-block;
}

.posting_w_wrapper .divTable .divTableCell.col1 {
	border-top: 1px solid #AAAAAA;
}

.posting_w_wrapper .topic .divTable .divTableCell.col1 {
	border-top: none;
}

.posting_w_wrapper .divTable.pstSpamTable .divTableCell {
	border: none;
}

.posting_w_wrapper .divTable.pstMainTable .col1,
.posting_w_wrapper .divTable.pstAdminPwdTable .col1,
.posting_w_wrapper .pstAuthorTable .col1,
.posting_w_wrapper .pstInfoTable .col1,
.posting_w_wrapper .pstSaveTable .col1,
.posting_w_wrapper .pstBlogTable .col1 {
	background-color: #D0E4F5;
	padding: 0.2em 0.5em;
}

/*.posting_w_wrapper .pstInfoTable, .posting_w_wrapper .pstSaveTable {
	margin-bottom: 1em;
}*/
.posting_w_wrapper .pstSpamTable .col1 {
	background-color: #fff;
	padding: 0.5em;
}

.posting_w_wrapper .divTable .col2 {
	padding-left: 0;
}

.posting_w_wrapper #posting-category-func dl {
	margin-left: 0.5em;
}

.posting_w_wrapper #posting-category-func dt {
	font-weight: 600;
}

.posting_w_wrapper #posting-category-func dd {
	margin: 0;
	padding: 0;
	width: 49%;
	display: inline-block;
	line-height: 1.3em;
}

#posting-submit {
	text-align: left;
	padding: 0 0.5em;
}

/* input */
input,
textarea,
select {
	border: 1px #ccc solid;
}

.posting_w_wrapper input[type="checkbox"],
.posting_w_wrapper input[type="radio"] {
	margin-right: 0.3em;
	padding: 0;
}

.posting_w_wrapper input[type="text"] {
	width: 100%;
}

.posting_w_wrapper textarea {
	width: 100%;
	height: 20em;
}

.posting_w_wrapper textarea.inputsub {
	width: 100%;
	height: 10em;
}

input[type="submit"],
input[type='button'] {
	padding: 0.5em 0;
}

.posting_button {
	margin-top: 2em;
}

/* アイコン横並び8列 */
.wrap {
	width: 100%;
}

.contents-wrap {
	padding: 1em 0;
	width: 100%;
	margin: 0 auto;
}

.contents-wrap>div {
	float: left;
	margin-bottom: 2px;
	padding: 0;
}

.contents-inner8to4 {
	width: 25%;
}

.contents-wrap:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.dammy-8to4 {
	height: auto;
	border-collapse: collapse;
	border: 1px #eee solid;
	min-height: 6em;
	text-align: center;
	padding: 0.5em 0;
	font-size: 1.1rem;
}

img.spam_icon {
	margin-bottom: -0.3em;
}

.pic-br-wrapper {
	clear: both;
}

/* ------------------------------------------------------------------ */
/* 求人jinzaicanada自動投稿 */
/* ------------------------------------------------------------------ */
#posting-jinzaicanada table {
	border-collapse: collapse;
	width: 100%;
}

#posting-jinzaicanada th,
#posting-jinzaicanada td {
	border: 1px #aaa solid;
	padding: 0.2em 0.5em;
	display: block;
	width: 100%;
}

#posting-jinzaicanada th {
	background-color: #aaa;
}

#posting-jinzaicanada table td.col {
	background-color: #ffffcc;
}

#posting-jinzaicanada table td.col2 {
	background-color: #ffffcc;
	border-top: 1px #aaa solid;
	border-right: 1px #aaa solid;
	border-bottom: none;
	border-left: 1px #aaa solid;
}

#posting-jinzaicanada table td.col3 {
	background-color: #ffffcc;
	border-top: none;
	border-bottom: none;
	border-right: 1px #aaa solid;
	border-left: 1px #aaa solid;
}

#posting-jinzaicanada table td.col4 {
	background-color: #ffffcc;
	border-top: none;
	border-bottom: 1px #aaa solid;
	border-right: 1px #aaa solid;
	border-left: 1px #aaa solid;
}

#posting-jinzaicanada table input,
#posting-jinzaicanada table textarea {
	width: 100%;
}

#posting-jinzaicanada table input[type="radio"] {
	width: auto;
	display: inline-block;
}

.jinzaicanada-warning {
	border: none;
	line-height: 130%;
	font-size: x-small;
	padding: 5px;
}

#job-fee {
	margin: 2em 0;
	padding: 0 1em;
	font-size: small;
	line-height: 1.5em;
}

#job-fee .job-fee-attention {
	margin: 1em;
	border: 1px #aaa solid;
	padding: 1em;
}

.box-warning-wrapper {
	margin-top: 1em;
	background-color: #ffcc66;
	padding: 1em;
}

.box-warning {
	text-align: left;
	font-size: small;
}

.jinzai-logo {
	font-size: small;
	margin: 10px 10px 0 0;
	text-align: right;
}

/* err meg */
.err_input,
input.err_input,
textarea.err_input {
	background-color: #faa;
}

.divTableRow.err_tableRow .divTableCell {
	background-color: #ffa !important;
}

/* ------------------------------------------------------------------ */
/* 投稿確認ページ posting_c.php */
/* ------------------------------------------------------------------ */
.posting_c_attention h3 {
	font-size: medium;
}

.posting_c_attention {
	padding: 1em;
}

div.posting_c_wrapper section#topics-table .topicHeaderTable .divTableCell.col1 {
	border: none;
	background-color: #fff;
}

div.posting_c_wrapper section#topics-table .topicHeaderTable .divTableCell.col2 {
	border: none;
}

div.posting_c_wrapper section#topics-table .topicHeaderTable .divTableCell.col2 h2 {
	border: none;
}

div.posting_c_wrapper section#topics-table .topicHeaderTable .divTableCell.col2 p {
	margin-top: 0.3em;
}

div.posting_c_wrapper section#topics-table .topicHeaderTable .divTableCell.col2 .post-detail span b {
	color: red;
}


/* ------------------------------------------------------------------ */
/* 返信投稿確認ページ response_c.php */
/* ------------------------------------------------------------------ */
.bg-high-light {
	background-color: #e1f5fe;
}

.col2.bg-high-light p.post-detail b {
	color: #3F51B5;
}

/* ------------------------------------------------------------------ */
/* お役立ち情報プレゼントページ bbs=80 topics_biz.tpl */
/* ------------------------------------------------------------------ */

article.topic-biz .topic-biz-content div.biz-new {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	background-image: linear-gradient(-45deg,
			#ffecec 25%,
			#FFDDDD 25%, #FFDDDD 50%,
			#ffecec 50%, #ffecec 75%,
			#FFDDDD 75%, #FFDDDD);
	background-size: 8px 8px;
	padding: 1em;
}

article.topic-biz .topic-biz-content div.biz-new h3 {
	position: relative;
	color: white;
	background: #ED184C;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0;
}

article.topic-biz .topic-biz-content div.biz-new h3:before {
	position: absolute;
	left: 0.5em;
}

.biz-content-first-pic img {
	margin: 0 0 1em 0;
	width: 100%;
}

article.topic-biz .topic-biz-content img.biz_bn {
	width: 100%;
}

article.topic-biz .topic-biz-content .topic-edit {
	text-align: center;
}

article.topic-biz .topic-biz-content .topic-edit a {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	background: #f5033f;
	padding: 10px 20px 10px 20px;
	margin: 1em;
	text-decoration: none;
	display: inline-block;
}

article.topic-biz .topic-biz-content .info-more-button a {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	background: #000080;
	padding: 10px 20px 10px 20px;
	margin: 1em;
	text-decoration: none;
	display: inline-block;
}

article.topic-biz .topic-biz-content .topic-edit a:hover,
article.topic-biz .topic-biz-content .info-more-button a:hover {
	font-weight: 600;
}

article.topic-biz .topic-biz-content .biz-outline {
	width: 100%;
	height: auto;
	border: 1px solid #333;
	padding: 1em;

}

article.topic-biz .topic-biz-content .biz-outline h2 {
	position: relative;
	color: white;
	background: #1A1A1A;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0;
	font-size: 1em;
}

article.topic-biz .topic-biz-content .biz-outline h2:before {
	/*疑似要素*/
	position: absolute;
	left: 0.5em;
}

article.topic-biz .topic-biz-content .biz-outline dl {
	box-sizing: border-box;
	width: 100%;
}

article.topic-biz .topic-biz-content .biz-outline dl {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

article.topic-biz .topic-biz-content .biz-outline dt,
article.topic-biz .topic-biz-content .biz-outline dd {
	border-top: 1px solid #ccc;
	padding-left: 0.5em;
}

article.topic-biz .topic-biz-content .biz-outline dd {
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

article.topic-biz .topic-biz-content .biz-outline dt {
	background: #eee;
}

article.topic-biz .topic-biz-content .biz-outline img {
	margin: 0;
}

article.topic-biz .topic-biz-content .biz-outline-info {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	background-image: linear-gradient(-45deg,
			#ffffcc 25%,
			#fff 25%, #fff 50%,
			#ffffcc 50%, #ffffcc 75%,
			#fff 75%, #fff);
	background-size: 8px 8px;
	margin: 1em 0;
	padding: 1em;
}

article.topic-biz .topic-biz-content div.biz-outline-info h3 {
	position: relative;
	color: white;
	background: #FFBD00;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0;
}

article.topic-biz .topic-biz-content div.biz-outline-info h3:before {
	position: absolute;
	left: 0.5em;
	text-align: center;
}

article.topic-biz .topic-biz-content div.biz-outline-info h4 {
	position: relative;
	padding: 0.25em 0;
	font-size: large;
	margin-bottom: 0;
	padding-bottom: 0;
}

article.topic-biz .topic-biz-content div.biz-outline-info h4:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
	background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
	background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

article.topic-biz .topic-biz-content .biz-pic {
	margin: 1em 0;
}

article.topic-biz .topic-biz-content .biz-pic-s {
	text-align: center;
	width: 100%;
	margin-bottom: 0.5em;
}

article.topic-biz .topic-biz-content .biz-links {
	width: 100%;
	height: auto;
	border: 1px solid #333;
	padding: 1em;
}

/* カテゴリ */
#cat-table dl {
	margin-left: 0.5em;
	text-align: left;
}

#cat-table dt {
	font-weight: 600;
	display: block;
	background-color: #eee;
	line-height: 2em;
}

#cat-table dd {
	margin: 0;
	padding: 0;
	width: 49%;
	display: inline-block;
	line-height: 3em;
}

/* ------------------------------------------------------------------ */
/* Tableの一番右と左の縦線消し */
/* ------------------------------------------------------------------ */
.divTable .divTableCell:first-child {
	border-left: none;
}

.divTable .divTableCell:last-child {
	border-right: none;
}

/* ------------------------------------------------------------------ */
/* 掲示板検索画面 search.php */
/* ------------------------------------------------------------------ */
.search_wrapper {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.5em;
	padding: 0.5em;
	text-align: left;
}


/* ------------------------------------------------------------------ */
/* English bbs_sel_en201802.html */
/* ------------------------------------------------------------------ */
#english-wrapper h2 {
	text-align: center;
	padding: 0.3em;
	width: 100%;
}

#english-wrapper h2.en-hl-1 {
	background-color: #ff0000;
}

#english-wrapper h2.en-hl-2 {
	background-color: #996600;
}

#english-wrapper h2.en-hl-3 {
	background-color: #ffff00;
}

#english-wrapper h2.en-hl-4 {
	background-color: #99cc00;
}

#english-wrapper ul {
	text-align: left;
}

#english-wrapper ul li {
	line-height: 2.5em;
}


/* ------------------------------------------------------------------ */
/* common/style.css */
/* ------------------------------------------------------------------ */

/* -- pictures -- 
--------------------------------- */

div.pics {
	text-align: center;
	padding: 0 0 10px 0;
	margin-bottom: 30px;
}

div.pics img {
	margin: 0 0px 5px 0;
	max-width: 100%;
	height: auto;
}

div.pics_post img {
	/*2024.05.30
	float:left;
	margin:0 10px 0 0; */
	display: flex;
	flex-direction: column;
	margin: 0 0 10px 0;
}

div.comment_pic {
	float: none;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	text-align: center;
}

div.comment_pic img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

span.listing_pics {
	display: block;
	float: left;
	padding: 0 2px 0 2px;
}

img.pic {
	clear: both;
	float: left;
	margin: 4px 10px 0 0;
}

.slick-dots {
	bottom: -25px;
}

.slick-prev {
	left: 5px;
	z-index: 100;
}

.slick-next {
	right: 5px;
	z-index: 100;
}

.slider_box {
	margin: 0 auto;
	border: solid 1px #CCCCCC;
	width: 100%;
}

#upload {
	padding: 10px 6px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	background: #f2f2f2;
	color: #3366cc;
	border: 1px solid #ccc;
	width: 150px;
	cursor: pointer !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.darkbg {
	background: #ddd !important;
}

#status {
	font-family: Arial;
	padding: 5px;
}

ul#files {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#files li {
	padding: 10px;
	margin-bottom: 2px;
	width: 200px;
	float: left;
	margin-right: 10px;
}

ul#files li img {
	max-width: 180px;
	max-height: 150px;
}

.success {
	background: #99f099;
	border: 1px solid #339933;
}

.error {
	background: #f0c6c3;
	border: 1px solid #cc6622;
}

.error ul {
	padding: 0.3em;
	margin: 0;
}

.error li {
	padding: 0;
	margin: 0 0 0.5em 0;
}

img.gicon {
	float: left;
	margin: 4px 10px 0 0;
}

.gcomment {
	font-size: small;
}

.gmap_icons {
	background: #E8E8E8;
	padding: 4px;
	font-size: 0.8em;
	text-align: left;
}

table#main_contents td div.contents_head span.agree,
div.comment div.comment_txt span.agree,
span.agree {
	margin: 0;
	background: url(/common/images/icon_thumb_up_s.gif) top left no-repeat;
	padding: 0 0 0 14px;
	font-size: medium;
	font-weight: bold;
	color: #00A0E9;
	line-height: 14px;
}

table#main_contents td div.contents_head span.disagree,
div.comment div.comment_txt span.disagree,
span.disagree {
	margin: 0;
	background: url(/common/images/icon_thumb_down_s.gif) top left no-repeat;
	padding: 0 0 0 14px;
	font-size: medium;
	font-weight: bold;
	color: #E60012;
	line-height: 14px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.red {
	color: red;
}

.agree_disagree_contents {
	width: 100%;
}

div.bar_disagree {
	width: 100%;
	height: 26px;
	background-color: #E60012;
	margin: 2px 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #fff;
}

div.bar_agree {
	float: left;
	height: 26px;
	margin: 0;
	background-color: #00A0ED;
	border-right: 1px #FFF solid;
}

.vote_text {
	padding-top: 0.5em;
}

span.f_xsmall {
	font-size: x-small;
}

span.f_small {
	color: #666;
	font-size: small;
}

span.f_medium {
	font-size: medium;
}

span.f_large {
	font-size: large;
}

span.listing_title {
	font-size: medium;
	line-height: 1.2em;
}

span.by_from {
	color: #666;
	font-size: small;
	padding: 0 0 0 10px;
}

div.actions {
	text-align: center;
	margin: 10px 0 0 0;
}

.action_button {
	display: block;
	text-decoration: none;
	width: 94%;
	padding: 0 4%;
	clear: both;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 5px;
	border-color: #873801;
	background-color: #a64601;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #ccc;
	-webkit-box-sizing: border-box;
	line-height: 40px
}

table.mail_table {
	border: none;
	width: 100%;
	margin: 10px 0;
	text-align: left;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.mail_box {
	border: none;
	width: 100%;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
}

table.mail_box tr th {
	font-weight: normal;
	border: #00F 1px solid;
	width: 20%;
	padding: 5px;
	background: #DDF;
	font-size: small;
}

table.mail_box tr td {
	border: #00F 1px solid;
	width: 80%;
	padding: 5px;
	font-size: small;
}

table.graph_bar {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

table.graph_bar tr {
	width: 100%;
	border: none;
}

table.graph_bar tr td.left_bar {
	width: 50%;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

table.graph_bar tr td.right_bar {
	width: 50%;
	border: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

div.reply_message {
	margin: 6px 0;
	font-size: small;
}

div.reply_message strong {
	font-size: x-large;
	color: red;
}

div.reply_message_comment {
	font-weight: bold;
	font-size: medium;
}

div.form {
	width: 98%;
	margin: 4px 0;
}

div.block {
	padding: 5px 0;
}

.input_text {
	width: 95%;
	border: 1px solid #bbb;
	padding: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.input_button {
	height: 40px;
	width: 60%;
	padding: 0;
	font-size: 14px;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, 0% 100%, 0% 21%, from(#EFEFEF), to(#FFFFFF), color-stop(.5, #EFEFEF));
}

div.moved {
	background: #E8E8E8;
	text-align: center;
	border: 2px dotted red;
	margin: 10px;
	padding: 10px;
}

/* Add 2023.04.17 Photo Slides */
img {
	vertical-align: middle;
}

.imgfit_m {
  width: 100%!important;
	max-height: 280px;
	object-fit: scale-down;
	border: 1px solid #DADCE0;
}

.imgfit_s {
	width: 96px;
	height: 110px;
	object-fit: cover;
	border: 1px solid #DADCE0;
	margin-right: 6px;
	border-radius: 6px;
}

.slick-slider .imgfit_s {
  max-height: 67px;
}

/* Position the image container (needed to position the left and right arrows) */
.pics-content {
	width: 100%;
	position: relative;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */
.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

.mySlidesrow:after {
	content: "";
	display: table;
	clear: both;
}

/* Seven columns side by side */
.column {
	float: left;
	width: 14.28%;
}

/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

/* 2025.09.19 Update */
.bbs-row {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px;
	margin: 8px 4px;
	overflow: hidden;
	background-image: linear-gradient(#eee, #fff);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.flex-wrap {
	display: flex;
}

.left-col {
	float: left;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 12px
}

.right-col {
	width: 100%;
	flex: 1;
	position: relative;
	min-height: 80px;
}

.row1 {
	margin-top: 1px;
	margin-bottom: 2px;
	font-size: 11px;
}

.row1 img {
	width: 20px;
	height: 20px;
}

.row2 {
	border-top: 1px dotted #ccc;
	padding-top: 4px;
	font-size: 14px;
}

.row3 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: 4px;
	font-size: 11px;
}

.row3 .post-detail {
	font-size: 11px !important;
}

.bbs-footer {
	padding: 10px;
	text-align: left;
}


.button-bbs207 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #a80000;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(255, 255, 255, 1), rgba(220, 214, 41, 1));
}

.button-bbs208 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #333333;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(255, 255, 255, 1), rgba(172, 220, 41, 1));
}

.button-bbs209 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #333333;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(255, 255, 255, 1), rgba(41, 220, 41, 1));
}

.button-bbs210 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #333333;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(255, 255, 255, 1), rgba(70, 241, 239, 1));
}

.button-bbs211 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(218, 225, 241, 1), rgba(70, 122, 241, 1));
}

.button-bbs212 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(221, 220, 230, 1), rgba(48, 32, 219, 1));
}

.button-bbs213 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #333333;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(255, 255, 255, 1), rgba(211, 211, 211, 1));
}

.button-bbs214 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(230, 218, 241, 1), rgba(158, 70, 241, 1));
}

.button-bbs34 {
	border-radius: 20px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(255, 255, 255, 1), rgba(205, 119, 66, 1));
}

.button-bbsprice {
	border-radius: 12px;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 150px;
	padding: 4px 8px;
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 1);
	background-color: [object object];
	background-image: linear-gradient(180deg, rgb(191, 199, 219), rgba(50, 90, 140, 1));
}

@media (max-width: 500px) {
	.divTableRow {
		width: 100%;
	}

	.divTable.latestTable .divTableCell.col2 {
		display: none;
	}

	.divTable.newsTable {
		width: 100%;
		margin: 10px auto;
	}

	.divTable.newsTable img {
		width: 100%;
		border-radius: 6px;
	}

	.newsTable .slick-next:before,
	.newsTable .slick-prev:before {
		color: #000;
	}

	.s-scale-txt1 {
		text-align: center;
		background-color: #FFF;
		width: 100%;
		z-index: 999;
		position: absolute;
		top: 0;
		left: 0;
		font-size: .8em;
		color: #333;
	}

	.column {
		/* float: none;
		width: 100%;
		display: flex; */
		justify-content: center;
		/* 水平方向にセンターに配置 */
		align-items: center;
		width: auto;
	}

	.divTable.latestTable .divTableCell.col3 span.authour {
		display: inline-block;
		float: none;
		font-size: small;
		clear: both;
		margin-top: 6px;
	}

	.divTable.latestTable .divTableCell.col4 {
		text-align: right;
		clear: none;
	}

}

ul.thum-paging {
	padding-inline-start: 0px;
}
.thum-paging {
  margin-top: 10px;
   display:grid;
   grid-template-columns: repeat(7, minmax(min(80px, 8vw), 1fr));
   gap:2px;
}
.thum-paging li{
  opacity: 0.7;
  transition:0.2s
}
.thum-paging li.slick-active{
  opacity: 1;
}

.bbs-footer>p {
	margin: 0;
}

.slick-current {
	position: relative;
}

.priceinfo {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 3px;
  color: #325A8C;
	background-color: rgba(255, 255, 255, 0.8);
}

.priceinfo-dark {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 3px;
  color: #325A8C;
	background-color: rgba(32, 32, 32, 0.2);
}
