@charset "UTF-8";
/* CSS Document */
/* 風景印CMS用 201706~ */
/*----------------------------------------------------------
  view side
--------------------------------------------------------- */
/*  common
----------------------------------------------- */
#foot-box div.upper div.col2-r{display:block !important;}

#main-box input[type="button"], #main-box input[type="submit"] {
  line-height: 1;
  padding: 0.4em 1em;
  font-size: 16px;
}

#main-box select, #main-box textarea,
#main-box input[type="text"], #main-box input[type="email"], input[type="tel"], input[type="password"] {
  border: #8E8E8E 1px solid;
  background: #FFF;
  color: #333;
  font-size: 15px;
  padding: 0.4em;
  transition: all 0.4s ease;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#main-box textarea:focus,
#main-box input[type="text"]:focus, #main-box input[type="email"]:focus, #main-box input[type="tel"]:focus, #main-box input[type="password"]:focus {
  border: 1px solid #FF9D9D;
  background: #FFF7F7;
}

.ease {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pcview{display:block !important;}
.spview{display:none !important;}
@media screen and (max-width: 640px) {
.pcview{display:none !important;}
.spview{display:block !important;}
}/* sp */

span.mkr-prev.spview a{display:inline-block;}
/*  detail
----------------------------------------------- */
body.fuke_stamp {
  word-break:break-all;
}
body.fuke_stamp #main-box .pad.detail {
  position: relative;
}
body.fuke_stamp #main-box .pad.detail ul.postData {
	text-align:right;
	margin:0 0 10px;
}
body.fuke_stamp #main-box p.extra{
	margin-bottom:0;
}

body.fuke_stamp div.abolition{
	margin-bottom:15px; border:1px solid #8C8C8C;
	padding:0 0 15px 0;
}
body.fuke_stamp div.abolition .msg{
	background:#8C8C8C; color:#FFF; display:block;
	padding:15px; text-align:center; margin-bottom:20px;
	letter-spacing: normal;
}

em.abolition{color:#CC0000; display:block;}


body.fuke_stamp div.obsolescent{
	margin-bottom:15px; border:1px solid #fffebd;
	padding:0 0 15px 0;
}
body.fuke_stamp div.obsolescent .msg{
	background:#fffebd; color:#555555; display:block;
	padding:15px; text-align:center; margin-bottom:20px;
	letter-spacing: normal;
}

body.fuke_stamp div.posting{
	margin-bottom:15px; border:1px solid #fffebd;
	padding:0 0 15px 0;
}

body.fuke_stamp div.posting .msg{
	background:#ccffd8; color:#555555; display:block;
	padding:15px; text-align:center; margin-bottom:20px;
	letter-spacing: normal;
}


ul.postData{font-size:0;}
ul.postData li {
  display: inline-block;
  vertical-align: top;
  padding: 0.1em 1em;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #7D7D7D;
}
ul.postData li.tag {
  background: #DEDEDE;
  border: 1px solid #DEDEDE;
}

#main-box p.author{margin:0;}
.author span.office {
  color: #7E7E7E;
  margin-right: 1em;
}

.stampdata {
  font-size: 87%;
}
.stampdata dl {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #CCC;
  margin: 1px 0;
  word-break: break-all;
}
.stampdata dl dt {
  width: 200px;
  background: #F5F4E8;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.stampdata dl dd {
  width: auto;
  padding: 0;
  margin: 0;
  padding: 10px;
}
.stampdata dl dt, .stampdata .stampdata dl dd {
  display: table-cell;
  vertical-align: top;
}
.stampdata dl.clm2 {
  width: 50%;
  float: left;
  margin-top: 0;
}
.stampdata dl.clm2:last-child {
  content: "";
  display: block;
  clear: both;
}

.stampimg {
  text-align: center;
}
.stampimg a {
  max-width: 80%;
  margin: 0 auto;
  vertical-align: top;
}

p.code {
  font-size: 13px; color: #9E9E9E; text-align:right;
}

.contact {
  background: #F0F0F0;
  padding: 10px 15px;
  margin: 20px 0 10px 0;
}
.contact .title {
  font-size: 20px !important;
  margin: 0 0 12px 0 !important;
}

@media screen and (max-width: 640px) {
  body.fuke_stamp #main-box .pad.detail ul.postData {
	text-align: right;
	margin:10px 0;
  }
	body.fuke_stamp #main-box p.extra + h1{
		padding:0 15px;
	}
  ul.postData li{font-size:12px;}
  .author span.office br{display:none;}
  .author span.office{margin-right:-0.7em; font-size:13px;}
  .author span.date{display:block;}

  .stampdata {
	font-size: 100%;
  }
  .stampdata dl {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #CCC;
	margin: 1px 0;
  }
  .stampdata dl dt {
	width: 100%;
	display: block;
  }
  .stampdata dl dt, .stampdata .stampdata dl dd {
	display: block;
  }
  .stampdata dl.clm2 {
	width: 100%;
	float: none;
  }
  .stampdata dl.clm2:last-child {
	content: "";
	display: block;
	clear: both;
  }
  .stampdata div.pdf:before {
	font-family: 'jpsmt';
	content: "\50";
	font-size: 22px;
	color: #CC0000;
	position: relative;
	top: 2px;
	margin-right: 3px;
  }

	a.swipe::before{bottom:22px !important;}

  #main-box .js-kitte-gallery {
	position: relative;
	display: block;
  }
  #main-box .js-kitte-gallery img.js-zoomicon {
	vertical-align: text-bottom;
	position: absolute;
	right: 5px;
	bottom: 25px;
	width: 10vw;
  }

  .stampimg {
	letter-spacing: -1em;
  }
  .stampimg a {
	letter-spacing: normal;
	width: 48%;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
  }
	ul.sub{
		width: 100%;
	}
	ul.sub li{width: 100%; text-align:right;}
}
/* sp */
/*  list
----------------------------------------------- */
.searchArea{
	border-bottom: 4px double #CCC;
	margin-bottom:15px;
}
body.fuke_stamp.top .searchArea{border-bottom:none;}

.searchArea .word {
  background: #F4F4F4;
  padding: 0.4em;
}
.searchArea .word dt, .searchArea .word dd {
  display: inline-block;
  vertical-align: top;
}
.searchArea .word dt {
  border-right: 1px dotted #676767;
  padding: 0.2em 1em 0.2em 0.5em;
}
.searchArea .word dd {
  padding: 0.2em 0.5em;
  margin: 0;
}
.searchArea .word dd span {
  padding: 0 0.3em;
}
.searchArea .word dd span:after {
  content: "/";
  margin-left: 0.5em;
  color: #BFBFBF;
}
.searchArea .word dd span:last-child:after {
  content: none;
}
.searchArea .form {
  margin-bottom: 20px;
}
.searchArea .form select {
  width: 20%;
  margin-right: 5px;
}
.searchArea .form input[type="text"] {
  width: 40%; font-size:16px;
}
/* Webkit */
	::-webkit-input-placeholder {
		font-size:12px;
		color:#A3A3A3;
	}
	/* Firefox 18 以前 */
	:-moz-placeholder {
		font-size:12px;
		color:#A3A3A3;
	}
	/* Firefox 19 以降 */
	::-moz-placeholder {
		font-size:12px;
		color:#A3A3A3;
		opacity: 1;
	}
	/* IE 10 以降 */
	:-ms-input-placeholder {
		font-size:12px; color:#A3A3A3;
	}
.searchArea .form input[type="submit"] {
  padding: 0.45em 2em 0.5em;
  margin-left: 4px; border-radius:3px; border:solid 1px #B2B2B2; border-bottom:solid 3px #B2B2B2;
}
.searchArea .form input[type="submit"]:hover {
  background:#D6D6D6; cursor:pointer;
}
.searchArea .preMenu {
  display: none;
}
.searchArea #map {
  margin: 0 0 25px;
  
  padding-bottom: 160px; position:relative; display:block;
}
.searchArea #map ul.pre {
  border-left: 4px solid #FFC7C7;
  padding-left: 10px;
}
.searchArea #map ul li {
  float: left;
}
.searchArea #map ul li a {
  color: #585858;
  min-width: 3.5em;
  display: block;
  text-align: center;
  padding: 0.2em;
  border: 1px dotted #CCC;
  border-radius: 3px;
  margin: 3px 5px 3px 0;
}
.searchArea #map ul li a:hover {
  background: #FFEAEA;
}
.searchArea #map ul li.top {
  content: "";
  display: block;
  clear: both;
}
.searchArea #map ul:after {
  content: "";
  display: block;
  clear: both;
}
.searchArea #map .listObject{position:relative; z-index:2; display:inline-block;}
.searchArea #map .mapObject{
	position:absolute; right:10px; bottom:0px; min-width:70%; z-index:0;
}
.searchArea #map .mapObject svg{height:450px;}
.searchArea #map .mapObject a:hover{opacity:0.7;}
.stampList {
  letter-spacing: -1em;
}
.stampList .stampBlock{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-js-display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.stampList div.post {
  display:inline-block;
  width: 23.2%;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 2%;
  margin-bottom: 15px;
  margin-top:20px;
  position: relative;
  border: 1px solid #BFBFBF;
  background:#F5F5F5;
}
.stampList div.post span.link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-decoration: none;
  font-size: 0;
  z-index: 12;
  text-indent: -999px;
  margin: 0;
  top: 0;
  left: 0;
}
.stampList div.post span.link a {
  display: block;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  position: absolute;
}
.stampList div.post .date {
  font-size: 13px;
  color:#676767;
  position:absolute; top:-22px;
  text-align:center; left:0; right:0; margin:auto;
}
.stampList div.post dl {
  margin: 0;
  width:100%;
  background:#F5F5F5; position:relative;
}
.stampList div.post dl dt {
  height: 150px;
  text-align: center;
  background: #FFF;
  overflow: hidden; position:relative; padding:15px;
}
.stampList div.post dl dt img {
  max-width: 100%;
  height: 150px;
}
.stampList div.post dl dt div.noimg{
	position: absolute; height: 1em; margin: auto; width: 70%;
	top: 0; bottom: 0; right: 0; left: 0;
	font-size: 14px; color: #FFF; border: dashed 1px #FFF; padding: 35px 0 40px; line-height: 1;
	font-weight:bold; background:rgba(255,255,255,0.3);
}
.stampList div.post dl dt img:hover {
  transform: scale(1.3, 1.3);
}
.stampList div.post dl dd {
  margin: 0;
}
.stampList div.post dl dd.title {
  text-align: left;
  min-height: 2em;
  padding: 6px 10px 10px;
  line-height: 1.4; border-top: 4px double #CCC;
}
.stampList div.post dl dd.tag {
  text-align: right;
	padding: 0 5px 0px;
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
}

.stampList div.post .abolition{
	background:rgba(0,0,0,0.4);
	color:#FFF; text-align:center;
	display:inline-block; padding:0.8em 0;
	font-weight:bold; font-size:14px; letter-spacing: 0.1em;
	position:absolute; left:0; top:0;width: 100%;z-index: 15;
}

.stampList div.post .obsolescent{
	background:rgba(255, 240, 170, 0.8);
	color:#555555; text-align:center;
	display:inline-block; padding:0.8em 0;
	font-weight:bold; font-size:14px; letter-spacing: 0.1em;
	position:absolute; left:0; top:0;width: 100%;z-index: 15;
}

.stampList div.post .posting{
	background:rgba(204, 255, 216, 0.8);
	color:#555555; text-align:center;
	display:inline-block; padding:0.8em 0;
	font-weight:bold; font-size:14px; letter-spacing: 0.1em;
	position:absolute; left:0; top:0;width: 100%;z-index: 15;
}

#main-box .stampList div.post dl dd.tag ul{
	margin:5px auto 8px; font-size:0;
}
.stampList div.post dl dd.tag ul li {
	width: 1em;
	min-width: auto;
	vertical-align: top;
	padding: 0.3em;
	line-height: 1.2;
	background:#FFF;
	border-radius:0;
	font-size:14;
}
.stampList div.post:hover{
  border: #CC0000 solid 1px;
}
.stampList div.post .link:hover ~ dl dt {
  background: #FFF;
}
.stampList div.post .link:hover ~ dl dt img {
  transform: scale(1.3, 1.3);
}
.stampList div.post .link:hover ~ dl dd.title {
  color: #CC0000;
  border-top: 4px double #CC0000;
}
.stampList div.post dl * {
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stampList div.post:nth-child(4n) {
  margin-right: 0;
}
.loadBtn {
  letter-spacing: normal;
  text-align: center;
  border: 2px solid #cc0000;
  border-radius: 5px;
  width: 60%;
  padding: 0.7em;
  margin: 15px auto;
  cursor: pointer;
  text-decoration: underline;
}
#main-box .loadBtn p{
	font-size: 16px;
}
.loadBtn span:before {
  content: url(../img/icon_reload.gif);
  position: relative;
  top: 4px;
  margin-right: 6px;
}
.loadBtn:hover {
  background: #FFF1F1;
}
.loadMotion {
  text-align: center;
  margin: 15px 0;
}

@media screen and (max-width: 640px) {
  .searchArea .word {
	margin: 10px 0 15px;
  }
  .searchArea .form {
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
  }
  .searchArea .form select {
	width: 34%;
	margin-right: 5px;
  }
  .searchArea .form input[type="text"] {
	width: 60%;
  }

  .searchArea .form input[type="submit"]{
	width: 40%;
	margin-left: 0;
	margin-top: 10px;
	padding: 0.8em;
	border:1px solid #8D8D8D;
	border-bottom:3px solid #8D8D8D;
	border-radius: 3px;
  }
  .searchArea .form input[type="submit"]:hover {
	opacity: 0.6;
  }
  .searchArea .preMenu.active  {
	border: 1px solid #2957AB;
	padding: 0.5em 0.5em 0.6em;
	border-radius: 3px;
	margin-bottom: 30px;
	color: #2957AB;
	display: block;
	cursor: pointer;
	background: #FFF;
  }
  .searchArea .preMenu:hover {
	background: #F3F8FE;
  }
  .searchArea .preMenu span {
	text-decoration: underline;
	color: #2957AB;
  }
  .searchArea .preMenu{
	display: block;
	position: relative;
	padding: 0.6em;
	background: #F3F8FE;
	margin: 0;
	border: none; border-radius:3px 3px 0 0;

  }
  .searchArea .preMenu span:hover,.searchArea .preMenu.active span:hover,.searchArea .preMenu:before:hover{cursor:pointer; text-decoration: none;}
  .searchArea .preMenu.active span {
	text-decoration: none;
  }
  .searchArea .preMenu:before {
	font-family: 'jpsmt';
	content: "\2b";
	font-size: 18px;
	text-decoration: none;
	margin-right: 0.3em;
	position: relative; display:inline-block;
	top: 1px; color: #2957AB;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .searchArea .preMenu.active:before {
	font-family: 'jpsmt';
	content: "\2b";
	font-size: 18px;
	text-decoration: none;
	margin-right: 0.3em;
	position: relative;
	top: 1px;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
  }
  .searchArea .preMenu ~ #map.active {
	display: none;
  }
  .searchArea .preMenu + #map {
	background: #F3F8FE; border-radius:0 0 3px 3px;
	animation-duration: 0.6s;
	  animation-name: fade-in;
	  -moz-animation-duration: 0.6s;
	  -moz-animation-name: fade-in;
	  -webkit-animation-duration: 0.6s;
	  -webkit-animation-name: fade-in;
  }
/*  .searchArea .preMenu:after {
	content: "- 閉じる";
	position: absolute;
	right: 5px;
	top: 5px;
	background: #2957AB;
	color: #FFF;
	display: block;
	height: 27px;
	border-radius: 3px;
	text-align: center;
	padding: 3px 6px 0;
	cursor: pointer;
  }
  .searchArea .preMenu.active:after{
	content:none;
  }*/
  .searchArea #map {
	margin: 0 0 15px;
	border-bottom: 4px double #CCC;
	padding: 10px 4px;
	border-bottom: none;
  }
  .searchArea #map ul.pre {
	border-left: none;
	padding: 0 2vw;
  }
  .searchArea #map ul li {
	float: left;
	width: 25%;
  }
  .searchArea #map ul li a {
	color: #585858;
	display: block;
	text-align: center;
	padding: 0.2em;
	border: 1px dotted #CCC;
	border-radius: 3px;
	margin: 3px 5px 3px 0;
	background: #FFF;
  }
  .searchArea #map ul li a:hover {
	background: #FFEAEA;
  }
  .searchArea #map ul li.top {
	float: left;
	clear: none;
  }

  .searchArea #map .mapObject{
	position:relative; right:0; bottom:0; max-width:100%; min-width:auto; z-index:1;
	}
.searchArea #map .mapObject svg{height:auto; min-height:300px;width:100%;}

  .stampList div.post {
	display: inline-block;
	width: 48%;
	margin: 15px 1% 15px;
	word-break:break-all;
  }
  .stampList div.post dl dt img{
	height: 100%;
	width:auto;
  }
  .stampList div.post dl dt{
	height:100px;
  }
  .stampList div.post dl dt div.noimg{
	line-height: 0.5;
}
  .stampList div.post dl dd.title{padding:6px 5px 5px;}
  .stampList div.post dl dd.tag {
  }
  .stampList div.post dl dd.tag ul li {
  width:31%;
	}
  .loadBtn {
	width: 80%;
  }
}
/* sp */

@media screen and (max-width: 400px) {
.stampList div.post dl dd.tag ul li {
  width:47%; font-size:11px;
  min-width:auto;
  vertical-align: top;
}
}/* sp */
@keyframes fade-in {
	  0% {
		display: none;
		opacity: 0;
	  }

	  1% {
		display: block;
		opacity: 0;
	  }

	  100% {
		display: block;
		opacity: 1;
	  }
	}

	@-moz-keyframes fade-in {
	  0% {
		display: none;
		opacity: 0;
	  }

	  1% {
		display: block;
		opacity: 0;
	  }

	  100% {
		display: block;
		opacity: 1;
	  }
	}

	@-webkit-keyframes fade-in {
	  0% {
		display: none;
		opacity: 0;
	  }

	  1% {
		display: block;
		opacity: 0;
	  }

	  100% {
		display: block;
		opacity: 1;
	  }
	}
/*----------------------------------------------------------
  system
--------------------------------------------------------- */
.control {
  background: #EBEBEB;
  padding: 30px 0;
  text-align: center;
}

.control a.close {
  background: #0A871F;
  padding: 0.8em 1.5em;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  border-bottom: 3px #484848 solid;
  text-decoration: none;
}

.control a.close:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------------
	各切手ページ切手画像拡大
--------------------------------------------------------- */
#main-box .js-kitte-gallery {
	position: relative;
	display:block;
}
#main-box .js-kitte-gallery img {
	vertical-align: text-bottom;
}
#main-box .js-kitte-gallery img.js-zoomicon {
	display:none;
}
@media print {
	#main-box .js-kitte-gallery img.js-zoomicon {
		display: none;
	}
}

img.stampsheet{
	border: 1px #C0C0C0 solid;
}

a.swipe{
	position:relative; display:inline-block;
}
a.swipe:after{
	  position:absolute;
	  display:block;
	  right:-10px;
	  bottom:10px;
	  color:rgba(255,255,255,1);
	  content:"画像を拡大";
	  background:rgba(000,000,000,0.6);
	  font-size:14px;
	  padding:10px 26px 10px 6px;
	  z-index:3;
	  width:75px;
}

a.swipe:before{
	  position:absolute;
	  right:-4px;
	  bottom:20px;
	font-family: 'jpsmt';
	color:rgba(255,255,255,1);
	content:"x";
	z-index:4;
}


/* ---------------------------------------------------------
	各切手ページSNSボタン
--------------------------------------------------------- */
#sharebutton-area {
	height: 20px;
	margin-top: 21px;
}
#sharebutton-area > ul {
	float: right;
	margin: 0;
}
#sharebutton-area li.share-link {
	float: left;
	display: block;
	height: 20px!important;
}
#sharebutton-area + h2 {
	margin-top: 13px;
}
#sharebutton-area li.share-link + li.share-link {
	margin-left: 11px;
}
#sharebutton-area li.share-link.facebook > div,
#sharebutton-area li.share-link.twitter > iframe
{
	display: inline-block;
}
#sharebutton-area li.share-link.line{
	display:none;
}

@media screen and (max-width: 640px) {
#sharebutton-area {
	margin-top: 20px; margin-bottom:10px;
}
#sharebutton-area ul li{
	display:inline-block;
	vertical-align:top;
}
img.stampsheet{
	border: 1px #C0C0C0 solid;
	max-width: 60% !important;
	height: auto;
}

#sharebutton-area li.share-link.line{
	display:inline-block;
}

}/* sp */