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

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

+++++++++++++++++++++++++++++++++++++++++++++++ */
.dis-pc-none {
	display: none;
}
* {
	box-sizing: border-box;
}
body {
	font-size: 1.4rem;
}
.container {
	width: 1000px;
	margin: 20px auto;
}
/* ------------------------------------------------------------------ */
/* サイトフレーム*/
/* ------------------------------------------------------------------ */
header, #wrapper, footer {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
}

/* ------------------------------------------------------------------ */
/* ヘッダー*/
/* ------------------------------------------------------------------ */
header img {

}
header ul {
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
}
header li {
	margin-top: 0.5em;
	display: inline-block;
}

		/* --------------------------------- */
		/* Jpcanada ロゴ傾ける */
		/* --------------------------------- */
		.tilt {
		  -webkit-transition: all 0.5s ease;
		     -moz-transition: all 0.5s ease;
		       -o-transition: all 0.5s ease;
		      -ms-transition: all 0.5s ease;
		          transition: all 0.5s ease;
		}

		.tilt:hover {
		  -webkit-transform: rotate(-10deg);
		     -moz-transform: rotate(-10deg);
		       -o-transform: rotate(-10deg);
		      -ms-transform: rotate(-10deg);
		          transform: rotate(-10deg);
		          border: none;
		}


/* ------------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------------ */
footer {
	padding: 1em 0;
	text-align: center;
}
footer li {
	display: inline;
	margin: 0 1em;
}

#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 #D90000 solid;
	border-radius: 6px;
}
.bbs-sort {
	/* padding: 0.5em 0; */
	padding: 10px 10px 0 10px;
}
.bbs-function {
	text-align: center;
	background-color: #ffecec;
}
.bbs-function span {
	font-size: 14px;
	display: inline-block;
	padding: 0.5em 3em;
	background-color: rgba(255,255,255,0.8);
	margin: 0.5em 0;
	border-radius: 6px;
}
section#head-ad {
	margin-bottom: 1em;
}

section#attention {
	text-align: center;
	margin-bottom: 1em;
}
section#attention p {
	width: 800px;
	display: block;
	margin: 0 auto;
	text-align: left;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section#bbs-title {
	/* text-align: center; */
	padding: 10px;
}
section#bbs-title p {
	margin-bottom: 1em;
}

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


/* ------------------------------------------------------------------ */
/* 1階層目 - スレッド一覧ページ */
/* ------------------------------------------------------------------ */

section#bbs-table .divTableCell .post-detail {
	font-size: small;
	font-weight: 300;
	display: block;
	text-align: right;
	line-height: 1.8em;
	vertical-align: bottom;
	bottom: 0;
}
section#bbs-table .col1{
	width: 6em;
	text-align: left;
	vertical-align: middle;
}
section#bbs-table .col2{
	width: 4em;
	text-align: center;
	vertical-align: middle;
}
section#bbs-table .col3{
	width: 3em;
	text-align: right;
	vertical-align: middle;
}
section#bbs-table .col4{
	text-align: left;
	vertical-align: top;
}
section#bbs-table .divTableCell {
	padding: 3px;
}
#bbs-table .white-space {
	padding: 0.5em 1em;
	font-weight: 300;
	vertical-align: middle;
	min-height: 40px;
	background-color: #fff;
}
#bbs-table .white-space p{
	display: block;
	line-height: 1.5em;
}

section#bbs-table {
	font-size: 14px;
	font-weight: 400;
}

/* --------------------------------- */
/* 1階層目 - スレッド一覧ページ - 広告 */
/* --------------------------------- */
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階層目 - スレッド一覧ページ - 一覧 */
/* --------------------------------- */
div.bbsListTable {
  /* background-color: #EEEEEE; */
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.bbsListTable .divTableCell {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
.divTable.bbsListTable .divTableRow:nth-child(even) {
  background: #FFFFFA;
}
.listing_gift {
	float: left;
	padding-right: 0.3em;
}


/* ------------------------------------------------------------------ */
/* 2階層目 - トピックスページ */
/* ------------------------------------------------------------------ */

#topics-table article {
	padding: 1em 2em 1em 2em;
	border-bottom: 3px #D90000 solid;
	line-height: 1.5em;
}
#topics-table article:first-child {
	border-top: 3px #D90000 solid;
}
#topics-table .divTable .divTableCell{
	border: none;
}
.topicHeaderTable .divTableCell.col1 {
	vertical-align: top;
	width: 6em;
	margin: 0;
	padding: 0;
}
.topicHeaderTable .divTableCell.col2 {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.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;
}

.comment_res {
	font-size: medium;
}

.topic-content {
	margin: 0 50px;
}

.topicHeaderTable .topic-content {
	margin: 0;
}

.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 div.flag_button {
	width: 100%;
}
.topic-content .comment-more-button a {
	width: 100%;
	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;
}

.divTable.commentsTable {
	width: 100%;
	/* padding-left: 6em; */
	padding-left: 4em;
}
.divTable.commentsTable .divTableRow {
	display: block;
	border-top: 2px #aaa dotted;
}
.divTable.commentsTable .divTableCell {
	padding: 0.5em 0;
}
.divTable.commentsTable .col1 {
	padding-right: 1em;
}
.divTable.commentsTable .col2 {
	width: 100%;
}

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

.divTable.commentsTable div.flag_button {
	display: block;
	width: 100%;
}
.commentsTable .post-detail span b {
	color: red;
}

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

.detail-comments-number {
	width: 100%;
	font-size: small;
	width: 100%;
	padding: 1em 0;
	background-color: rgba(255,255,255,0.8);
	margin: 0;
}

/* ------------------------------------------------------------------ */
/* トップページからの24ｈ以内更新一覧 latest.php */
/* ------------------------------------------------------------------ */
#wrapper-latest {
	text-align: left;
	margin: 0.5em 1em;
}
section#latest-table {
	width: 100%;
}
.divTable.latestTable {
	width: 100%;
}
.divTable.latestTable .divTableCell.col1 {
	width: 230px;
}
.divTable.latestTable .divTableCell.col2 {
	text-align: right;
	padding-right: 0.5em;
}
.divTable.latestTable .divTableCell.col3 a {
	margin-right: 0.5em;
	font-weight: bold;
}
.divTable.latestTable .divTableCell.col3 span.authour {
	font-size: small;
}
.divTable.latestTable .divTableCell.col3 span.txt-country {
  font-size: 9px;
}
.divTable.latestTable .divTableCell.col4 {
	width: 150px;
	text-align: right;
}
.divTable.latestTable .divTableCell {
	padding: 0.5em 0;
}
.divTable.latestTable .divTableRow:nth-child(even) {
	background-color: #eee;
}



/* ------------------------------------------------------------------ */
/* 投稿ページ posting_w.php */
/* ------------------------------------------------------------------ */

.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 {
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
}
.posting_w_wrapper .divTable.pstSpamTable .divTableCell {
	border: none;
	padding: 0;
	margin: 0;
}
.posting_w_wrapper .divTable.pstMainTable .col1, .posting_w_wrapper .divTable.pstAdminPwdTable .col1 {
	vertical-align: top;
	background-color: #D0E4F5;
	padding: 1em 0 1em 0.5em;
	width: 9em;
}
.posting_w_wrapper .pstAuthorTable .col1, .posting_w_wrapper .pstInfoTable .col1, .posting_w_wrapper .pstSaveTable .col1, .posting_w_wrapper .pstBlogTable .col1 {
	vertical-align: top;
	background-color: #D0E4F5;
	padding: 1em 0 1em 0.5em;
	width: 14em;
}
.posting_w_wrapper .pstSpamTable .col1{
	background-color: #fff;
	padding: 1em 0 1em 0.5em;
	width: 300px;
}
.posting_w_wrapper .divTable .col2 {
	vertical-align: top;
	padding-left: 0.5em;
}
.posting_w_wrapper #posting-category-func dl {
	padding-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: 24.5%;
	display: inline-block;
	line-height: 1.3em;
}


/* input */
.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: 30em;
}
.posting_w_wrapper textarea {
	width: 45em;
	height: 20em;
}
.posting_w_wrapper textarea.inputsub {
	width: 45em;
	height: 10em;
}
/* アイコン横並び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: 12.5%;
}
.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;
}
img.spam_icon {
	margin-bottom: -4px;
}
.pic-br-wrapper {
	clear: both;
}
/* ------------------------------------------------------------------ */
/* 求人jinzaicanada自動投稿 */
/* ------------------------------------------------------------------ */
section#posting-jinzaicanada {
	padding-bottom: 1em;
}
#posting-jinzaicanada table {
	border-collapse: collapse;
	margin: 0 2em;
}
#posting-jinzaicanada th, #posting-jinzaicanada td {
	border: 1px #666 solid;
	padding: 0.5em;
}
#posting-jinzaicanada th {
	width: 20%;
	background-color: #eee
}
.jinzaicanada-warning {
	 border: none;
	 line-height: 1.3em;
	 font-size: x-small;
	 padding: 5px;
}
#job-fee {
	margin: 2em 0;
	padding: 0 2em;
	font-size: small;
	line-height: 1.5em;
}
#job-fee .job-fee-attention {
	margin: 1em 5em 0 5em;
	border: 1px #aaa solid;
	padding: 1em;
}
.box-warning-wrapper {
	margin-top: 1em;
	background-color: #ffcc66;
	padding: 1em;
}
.box-warning {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: small;
}
.jinzai-logo {
	font-size:small;
	margin:10px 10px 0 0;
	text-align:right;
	float: right;
}

/* ------------------------------------------------------------------ */
/* 投稿確認ページ 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 {
	vertical-align: top;
	width: 6em;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
}
div.posting_c_wrapper section#topics-table .topicHeaderTable .divTableCell.col2 {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
}
div.posting_c_wrapper section#topics-table .topicHeaderTable .divTableCell.col2 h2 {
	margin: 0;
	padding: 0;
	border: 0;
}
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 */
/* ------------------------------------------------------------------ */
div.commentsTable .col2.bg-high-light {
	background-color: #e1f5fe;
}
.col2.bg-high-light p.post-detail b {
	color: #3F51B5;
}


/* ------------------------------------------------------------------ */
/* メール作成ページ mail_w.php */
/* ------------------------------------------------------------------ */

.upload-area {
	margin: auto;
	width: 85%;
	height: 300px;
	position: relative;
	border: 1px dotted rgba(0, 0, 0, .4);
}

.upload-area i {
	position: absolute;
	font-size: 120px;
	opacity: .1;
	width: 100%;
	left: 0;
	top: 80px;
}

.upload-area p {
	width: 100%;
	position: absolute;
	top: 200px;
	opacity: .8;
}

#input-files {
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------ */
/* お役立ち情報プレゼントページ 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 1.8em;
	margin: 0;
}
article.topic-biz .topic-biz-content div.biz-new h3:before {
  position: absolute;
  left : 0.5em;
}
.biz-content-first-pic {
	margin: 0 1em 1em 0;
	max-width: 580px;
}

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 1.8em;
	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,
article.topic-biz .topic-biz-content .biz-outline dt,
article.topic-biz .topic-biz-content .biz-outline dd {
  box-sizing: border-box;
}
article.topic-biz .topic-biz-content .biz-outline dl {
  background: #eee;
  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 {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
article.topic-biz .topic-biz-content .biz-outline dt {
  width: 18%;
  float: left;
}
article.topic-biz .topic-biz-content .biz-outline dd {
  background: #fff;
  margin-left: 18%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
article.topic-biz .topic-biz-content .biz-outline dd:after {
  content: '';
  display: block;
  clear: both;
}
article.topic-biz .topic-biz-content .biz-outline img {
	float: right;
	margin: 2em 1em 0 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;
  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 1.8em;
	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;
	clear: both;
}
article.topic-biz .topic-biz-content .biz-pic-s {
	text-align: center;
	float: left;
	margin-right: 20px;
}
article.topic-biz .topic-biz-content .biz-pic-s:last-child {
	margin-right: 0;
}
article.topic-biz .topic-biz-content img.biz_bn {
	width: auto;
	margin: 0 auto 1em auto;
}

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

/* カテゴリ */
#cat-table dl {
	padding-left: 0.5em;
}
#cat-table dt {
	font-weight: 600;
	display: block;
	background-color: #eee;
	line-height: 2em;
}
#cat-table dd {
	margin: 0;
	padding: 0;
	width: 24.5%;
	display: inline-block;
	line-height: 2em;
}

/* ------------------------------------------------------------------ */
/* 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: 0 1em  1em 1em;
	padding:0.5em;
	text-align: left;
}

/* ------------------------------------------------------------------ */
/* English bbs_sel_en201802.html */
/* ------------------------------------------------------------------ */
#english-wrapper h2 {
	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 li {
	line-height: 2.5em;
}
#english-wrapper ul {
	text-align: left;
}


/* ------------------------------------------------------------------ */
/* common/style.css */
/* ------------------------------------------------------------------ */
/* --------------------------------- */
/* Contents filiter */
/* --------------------------------- */
div#content_filter_switcer {
  position: fixed;
  right: 0;
  bottom: 0;
  height:20px;
  width:180px;
  margin:0;
  padding:0;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  background:#ffffff;
  z-index:1000;
  text-align:left;
}
div.move_content_filter_switcer_title:hover {
  cursor: pointer;
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
div.move_content_filter_switcer_title {
  background:#6D84B4;
  color:#ffffff;
  padding:4px;
  height:20px;
  font-size:x-small;
  letter-spacing:2px;
}
span.filter_off {
  font-weight:bold;
  background:#000000;
  padding:0 2px;
}
span.filter_on {
  font-weight:bold;
  background:#A62100;
  padding:0 2px;
}
div#content_filter_switcer p{
  color:#666666;
  padding:4px;
  font-size:small;
  line-height:1.4em;
}
div#content_filter_switcer a {
  text-decoration: none;
}

/* err meg */
.err_input, input.err_input, textarea.err_input {
	background-color: #faa;
}
.divTableRow.err_tableRow .divTableCell {
	background-color: #ffa !important;
}


/* --------------------------------- */
/* Pictures */
/* --------------------------------- */

div.pics {
	text-align:left;
	margin:0 0 10px 0;
	padding:0;
}
div.pics img{
	margin:0 10px 5px 0;
}
div.pics div.main_pic_wrap {
	float:left;
	width:560px;
	height:420px;
}
div.pics div.main_pic {
	width:560px;
	height:420px;
	border:1px solid #ccc;
	overflow:hidden;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:420px;
}
div.pics div.main_pic img{
	max-width:560px;
	max-height:420px;
	margin:0;
	padding:0;
	vertical-align:middle;
}

div.pics ul {
	float:left;
	width:60px;
	margin-left:20px;
}
div.pics ul li{
	width:60px;
	height:60px;
	overflow:hidden;
}
div.pics ul li img{
	max-width:80px;
	max-height:80px;
	-ms-interpolation-mode: bicubic;
}
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:left;
	margin:0 10px 10px 0;
	width: 100%;
}

span.listing_pics{
	display:block;
	float:left;
	padding:1px 2px 0 2px;
}
img.pic{
	clear:both;
	float:left;
	margin:4px 10px 0 0;
}


#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; color:red; padding:5px;}
.error li{
	margin-bottom: 0.5em;
}

img.gicon{
	float:left;
	margin:4px 10px 0 0;
}
.gcomment{
	font-size:small;
}
.gmap_icons{
	background:#E8E8E8;
	padding:8px;
	font-size:0.9em;
}
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.gif) top left no-repeat;
	padding:0 0 10px 28px;
	font-size:large;
	font-weight: bold;
	color:#00A0E9;
	line-height:32px;
}
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.gif) top left no-repeat;
	padding:0 0 10px 28px;
	font-size:large;
	font-weight: bold;
	color:#E60012;
	line-height:32px;
}
table#main_contents td div.contents_head span.disagree_right
,div.comment div.comment_txt span.disagree_right
,span.disagree_right{
	background-position:top right;
	padding-right:26px;
}
table.agree_disagree_contents{
	border-collapse:collapse;
	width:600px;
}
table#main_contents td table.agree_disagree_contents tr td{
	border:none;
}
.agree_disagree_width {
	max-width:210px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.red {
	color:red;
}
div.bar_disagree {
	width:600px;
	height:26px;
	background-color:#E60012;
	margin:0 4px;
	text-align:center;
}
div.bar_agree {
	float:left;
	height:26px;
	background-color:#00A0ED;
	border-right:1px #FFF solid;
}
div.vote_text {
	overflow:hidden;
	padding-top:6px;
	font-size:small;
	color:#fff;
}
table.mail_table {
	border:none; width:780px;
	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 {
	border:#00F 1px solid;
	width:20%;
	padding:5px;
	background: #DDF;
}
table.mail_box tr td {
	border:#00F 1px solid;
	width:80%;
	padding:5px;
	font-size:medium;
}
div.reply_message {
	margin:6px 0;
	font-size:medium;
	font-weight:bold;
}
div.reply_message strong{
	font-size:x-large;
	color:red;
}
div.moved {
	background:#E8E8E8;
	width:620px;
	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;
  height: 420px;
  object-fit: scale-down;
  border: 1px solid #DADCE0;
}

.imgfit_s {
  width: 100%;
  height: 160px;
	object-fit: cover;
  border: 1px solid #DADCE0;
	border-radius: 6px;
}

.slick-slider .imgfit_s {
  height: 120px;
}

/* Position the image container (needed to position the left and right arrows) */
.pics-content {
  width: 560px;
  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;
}


	.divTable.newsTable {
		width: 560px;
		margin: 50px 0;
	}

	.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;
	}


/* 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: 10px;
	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;
  width: 20%;
	margin-right: 6px;
	min-height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}

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

.row1 {
	margin-top: 2px;
	font-size: 12px;
	margin-bottom: 4px;
}

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

.row3 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
}

.bbs-footer {
	padding: 10px;
}

.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: 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(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));
}

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:4px;
}
.thum-paging li{
  opacity: 0.7;
  transition:0.2s
}
.thum-paging li.slick-active{
  opacity: 1;
}

.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);
}
