@charset "UTF-8";
/* CSS Document */

div.center {
	text-align: center;
	padding: 50px 0;
}
	
.shop_news_area div.center {
	text-align: center;
	padding: 0 0 50px;
}

article.information {
	width: 100%;
	/* background: url(../images/common/ob_line_gr.png) repeat;
	background-size: 14px 14px; */
background: #f0f0f2;
}

article.shop_news_area {
	width: 100%;
	/* background: url(../images/common/ob_line_y.png) repeat;
	background-size: 14px 14px; */
	background: rgba(243,238,213,0.6);
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	.bxslider_wrap {
		overflow: hidden;
		height: auto;
	}
	.bx-wrapper {
		max-width:1000px!important; /*スライドの幅に合わせて変更*/
		margin-left: auto;
		margin-right: auto;
		background: none;
		border: none;
		box-shadow: none;
	}
	.bx-viewport {
		overflow: visible!important;
	}

	div.bxslider {
		width: 100%;
		min-width: 1100px;
		height: 44.64vw;
		min-height: 491px;
		overflow: hidden;
	}
	
	div.swiper-container {
		width: 100%;
		background: #e6e6e6;
		line-height: 0;
	}
	
	ul.swiper-wrapper {
		width: 1100px;
		height: 74px;
		margin: 0 auto;
		padding: 9px 0;
		overflow: hidden;
		/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;*/
	}
	
	ul.swiper-wrapper li.swiper-slide{
		width: 172px;
		margin: 0 5px;
	}
	
	ul.swiper-wrapper li.swiper-slide img{
		border: 1px solid #666;
	}
	
	article.information section{
		padding-bottom: 80px;
	}
	
	article.information section div{
		width: 1000px;
		margin: 0 auto;
		padding: 40px 30px;
		background: #FFF;
	border-top: 1.5px solid rgba(21,169,161,1);
	}
	article.information section ul{
		width: 100%;
		padding-bottom: 6px;
		border-bottom: 1px dotted #666;
		margin-bottom: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-start;
	}
	
	article.information section ul li:first-child{
		width: 100px;
	}
	
	article.information section ul li a{
		color: #333;
		display: block;
	}
	
	article.information section ul li a:hover{
		pointer-events: 0.7;
	}
	
	ul.event_list {
		width: 1000px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.event_list li{
		/* width: 320px; */
		/* background: url(../images/common/bg_dot_g.png) repeat;
		background-size: 8px 8px; */
		/* padding: 0 0 10px 0; */
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	}
	
		ul.event_list li:nth-child(3n+2):last-child{
    margin-left: auto;
    margin-right: 340px;
  }
	ul.event_list li div.block{
		width: 320px;
		border: 1px solid #CCC;
		border-top: 1.5px solid rgba(21, 169, 161, 1);
		line-height: 0;
		position: relative;
		padding: 22px 18px 18px 28px;
		background: #FFF;
	}
	
	ul.event_list li div.block a{
		display: block;
	}
	
	ul.event_list li div.block a:hover{
		opacity: 0.6;
	}

	ul.event_list li div.block span.cat{
		display: inline-block;
		font-size: 10px;
		text-align: center;
		padding: 5px 20px 4px;
		position: absolute;
		top: 0;
		right: 0;
		background: #25A9A4;
		color: #FFF;
		line-height: 1.2;
	}
	
	ul.event_list li div.block h4,
	ul.event_list li div.block h3{
		font-size: 16px;
		color: #25A9A4;
		line-height: 1.5;
	}
	
	ul.event_list li div.block h3{
		border-bottom: 1px solid #666;
		padding-bottom: 5px;
		margin-bottom: 12px;
	}
	
	ul.event_list li div.block table{
		font-size: 14px;
		line-height: 1.5;
		color: #444444;
		margin-bottom: 15px;
	}
	
	ul.event_list li div.block table th.time{
		padding-left: 22px;
		background: url(../images/event/icon01.png) no-repeat left 1px;
		background-size: 16px 16px;
    width: 6em;
	}
	
	ul.event_list li div.block table th.place{
		padding-left: 22px;
		background: url(../images/event/icon02.png) no-repeat left 1px;
		background-size: 16px 16px;
	}
	
	ul.event_list li div.block table td{
		padding-left: 1em;
	}
	
	ul.event_list li div.block div.photo{
		width: 100%;
		height: 280px;
		background: #f2f2f2;
		line-height: 0;
		margin-bottom: 10px;
		position: relative;
	}
	
	ul.event_list li div.block div.photo img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	
	ul.event_list li div.block p.data{
		font-size: 12px;
		line-height: 1.2;
		color: #444444;
	}
	
	ul.event_list li div.block p.data span{
		font-size: 10px;
		display: inline-block;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
		margin-left: 0.5em;
	}
	
	ul.event_list li div.block div.end{
		width: 68px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	article section ul.ChangeElem_Btn_Content{
		width: 620px;
		margin: 0 auto 50px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article section ul.ChangeElem_Btn_Content li{
		width: 202px;
		height: 42px;
		display: block;
		font-size: 16px;
		line-height: 1.2;
		color: #4d4d4d;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		background: #FFF;
		cursor: pointer;
		transition-duration: 0.5s;
		text-align: center;
		margin-bottom: 6px;
	border-top: 1.5px solid rgba(21, 169, 161, 1);
	}

	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(1),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(1){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(2),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(2){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(3),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(3){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(4),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(4){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(5),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(5){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(6),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(6){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section.list {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 0;
	}
	
	article section.list ul.ChangeElem_Panel{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-start;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block{
		width: 234px;
		margin: 8px;
		margin-bottom: 36px;
	}
	article section.list ul.ChangeElem_Panel li.list_block:nth-child(n+5){
		margin-bottom: 50px;
	}
  article section.list ul.ChangeElem_Panel li.newsNoMessage{
  padding: 5em 0 10em;
  width: 100%;
  text-align: center;
}
	article section.list ul.ChangeElem_Panel li.list_block a{
		display: block;
		color: #333;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block a:hover{
		opacity: 0.6;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul{
		width: 100%;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo{
		width: 100%;
		margin-bottom: 10px;
		position: relative;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo div{
		width: 100%;
		height: 204px;
		line-height: 0;
		border: 1px solid #CCC;
		overflow: hidden;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo div img{
		width: 100%;
		height: 100%;
        object-fit: cover;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span{
		display: inline-block;
		color: #FFF;
		font-size: 12px;
		padding: 6px 10px;
		position: absolute;
		top: 1px;
		left: 1px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.fashion{
		background: #ee87b4;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.sundries{
		background: #00a0e9;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.service{
		background: #8bc53f;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.restaurant{
		background: #f6921e;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.amusement{
		background: #c076c6;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text{
		width: 100%;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2{
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 3px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.fashion{
		color: #ee87b4;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.sundries{
		color: #00a0e9;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.service{
		color: #8bc53f;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.restaurant{
		color: #f6921e;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.amusement{
		color: #c076c6;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.data{
		width: 100%;
		font-size: 12px;
		line-height: 1.2;
		padding-bottom: 5px;
		margin-bottom: 8px;
		position: relative;
		border-bottom: 1px solid #333;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.data span{
		font-size: 10px;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.name{
		font-size: 14px;
		line-height: 1.4;
		padding-left: 25px;
		background: url(../images/common/shop_icon.png) no-repeat left 2px;
		background-size: 18px 14px;
	}

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	div.bxslider {
		width: 100%;
		height: 44.64vw;
		overflow: hidden;
	}
	
	div.bxslider02 {
		width: 100%;
		height: 100%;
		background: #e6e6e6;
	}
	
	div.swiper-container {
		width: 100%;
		background: #e6e6e6;
	}
	
	ul.swiper-wrapper {
		height: 19.75vw;
		padding: 9px 0;
		overflow: hidden;
	}
	
	ul.swiper-wrapper li.swiper-slide{
		margin: 0 5px;
	}
	
	ul.swiper-wrapper li.swiper-slide img{
		border: 1px solid #666;
	}
	
	article.information section{
		padding-bottom: 60px;
	}
	
	article.information section div{
		width: 95%;
		margin: 0 auto;
		padding: 40px 30px;
		background: #FFF;
		border-top: 1.5px solid rgba(21,169,161,1);
	}

	article.information section ul{
		width: 100%;
		padding-bottom: 6px;
		border-bottom: 1px dotted #666;
		margin-bottom: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-start;
	}
	
	article.information section ul li{
		width: 100%;
		margin-bottom: 5px;
	}
	
	article.information section ul li a{
		color: #333;
		display: block;
	}
	
	ul.event_list {
		width: 95%;
		margin: 0 auto;
	}
	
	ul.event_list li{
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		/* background: url(../images/common/bg_dot_g.png) repeat;
		background-size: 8px 8px;
		padding: 0 0 10px 0; */
	}
	
	ul.event_list li div.block{
width: 100%;
		/* max-width: 320px; */
		border: 1px solid #CCC;
	border-top: 1.5px solid rgba(21, 169, 161, 1);
		line-height: 0;
		position: relative;
		padding: 22px 18px 18px 38px;
		background: #FFF;
	}
	
	ul.event_list li div.block a{
		display: block;
	}
	
	ul.event_list li div.block span.cat{
		display: inline-block;
		font-size: 12px;
		text-align: center;
		padding: 5px 20px 4px;
		position: absolute;
		top: 0;
		right: 0;
		background: #25A9A4;
		color: #FFF;
		line-height: 1.2;
	}
	
	ul.event_list li div.block h4,
	ul.event_list li div.block h3{
		font-size: 18px;
		color: #25A9A4;
		line-height: 1.5;
	}
	
	ul.event_list li div.block h3{
		border-bottom: 1px solid #666;
		padding-bottom: 5px;
		margin-bottom: 12px;
	}
	
	ul.event_list li div.block table{
		font-size: 14px;
		line-height: 1.5;
		color: #444444;
		margin-bottom: 15px;
	}
	
	ul.event_list li div.block table th.time{
		padding-left: 22px;
		background: url(../images/event/icon01.png) no-repeat left 1px;
		background-size: 16px 16px;
    width: 6em;
	}
	
	ul.event_list li div.block table th.place{
		padding-left: 22px;
		background: url(../images/event/icon02.png) no-repeat left 1px;
		background-size: 16px 16px;
	}
	
	ul.event_list li div.block table td{
		padding-left: 1em;
	}
	
	ul.event_list li div.block div.photo{
		width: 100%;
		height: 280px;
		background: #f2f2f2;
		line-height: 0;
		margin-bottom: 10px;
		position: relative;
	}
	
	ul.event_list li div.block div.photo img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	
	ul.event_list li div.block p.data{
		font-size: 12px;
		line-height: 1.2;
		color: #444444;
	}
	
	ul.event_list li div.block p.data span{
		font-size: 10px;
		display: inline-block;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
		margin-left: 0.5em;
	}
	
	ul.event_list li div.block div.end{
		width: 68px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	article section.list {
		width: 95%;
		margin: 0 auto;
	}
	
	article section ul.ChangeElem_Btn_Content{
		width: 100%;
		margin: 0 auto 30px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article section ul.ChangeElem_Btn_Content li{

		width: calc(50% - 3px);
		margin-bottom: 6px;
		height: 48px;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2;
		color: #4d4d4d;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		background: #FFF;
		cursor: pointer;
		transition-duration: 0.5s;
		text-align: center;
		/* margin-bottom:0; */
	border-top: 1.5px solid rgba(21, 169, 161, 1);
	}
	article section ul.ChangeElem_Btn_Content li:nth-child(odd){
		margin-right: 6px;

	}
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(1),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(1){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(2),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(2){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(3),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(3){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(4),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(4){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(5),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(5){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(6),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(6){
		background: #25A9A4;
		color: #FFF;
	}
	
	article section.list ul.ChangeElem_Panel{
		width: 100%;
		padding-bottom: 35px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block{
		width: 100%;
		border-bottom: 1px dotted #333;
		margin-bottom: 15px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block a{
		display: block;
		color: #333;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo{
		width: 44.7%;
		margin-bottom: 15px;
		position: relative;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo div{
		width: 100%;
		height: 37.1vw;
		line-height: 0;
		border: 1px solid #CCC;
		overflow: hidden;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo div img{
		width: 100%;
		height: 100%;
        object-fit: cover;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span{
		display: inline-block;
		color: #FFF;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 6px 10px;
		position: absolute;
		top: 1px;
		left: 1px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.fashion{
		background: #ee87b4;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.sundries{
		background: #00a0e9;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.service{
		background: #8bc53f;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.restaurant{
		background: #f6921e;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.amusement{
		background: #c076c6;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text{
		width: 50.7%;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 3px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.fashion{
		color: #ee87b4;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.sundries{
		color: #00a0e9;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.service{
		color: #8bc53f;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.restaurant{
		color: #f6921e;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.amusement{
		color: #c076c6;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.data{
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		padding-bottom: 5px;
		margin-bottom: 8px;
		position: relative;
		border-bottom: 1px solid #333;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.data span{
		font-size: 10px;
		font-size: 1.0rem;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.name{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		padding-left: 25px;
		background: url(../images/common/shop_icon.png) no-repeat left 2px;
		background-size: 18px 14px;
	}
	
}

@media print, screen and (max-width: 480px){

}
/* fbthumbnail */
.fbthumbnail {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.fbthumbnail div {
  -webkit-flex-basis: calc( 100% / 3 ); /* Safari */
  flex-basis: calc( 100% / 3 );
}
.fbthumbnail div a {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.fbthumbnail div a img {
  width: 160%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
