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


/* ===============================================================
 common
=============================================================== */
#breadcrumbs{
	background: #eeeeee;
	margin: 0 auto;
	padding: 3px 0 15px;
}

#footSell{
	background: #eeeeee;
}
#pageTop .toTopBtn{
	top: -20px;
}

 
footer{
	margin-top: 0;
}

.arw_linkBtn{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #f7f7f7 90%, #e1e1e1 100%);
    cursor: pointer;
}
.arw_linkBtn a{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 40px 5px 30px;
    border: 1px solid #999999;
}
.arw_linkBtn a:hover{
	background: #fff;
	color: #008342;
	border: 1px solid #008342;
}
.arw_linkBtn:before{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
	border: 4px solid transparent;
    border-left: 6px solid #333333;
}
.arw_linkBtn:hover:before{
	border-left: 6px solid #008342;
}
.pageTtl{
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
.green_sub_heading{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #008342;
    font-weight: bold;
    border-radius: 18px;
    padding: 3px 25px;
    margin-bottom: 20px;
    /* margin-left: 10px; */
}

.footBnrSlider{
	display: none;
}

/* ===============================================================
 mainShopInfo
=============================================================== */
.mainShopInfo{
	background: #eeeeee;
	padding: 0 0 30px;
}
.mainShopInfo .heading{
	font-size: 34px;
	line-height: 1.2;
	font-weight: normal;
}
.subTxtItem{
	border-bottom: 3px solid #008342;
	margin-bottom: 10px;
	padding: 6px 0;
	display: table;
	width: 100%;
}
.subTxtItem .txt{
	display: table-cell;
}
.subTxtItem .tag{	
	display: table-cell;
	width: 370px;
}
.subTxtItem .tag p{
	display: inline-block;
	font-size: 12px;
	background: #fff;
	border: 1px solid #777777;
	border-radius: 15px;
	padding: 3px 18px;
	box-sizing: border-box;
	margin-right: 6px;
	text-align: center;
}
.subTxtItem .tag p:last-child{
	margin-right: 0;
}
.mainShopInfo .contactBlock .shadowWrap{
	display: inline-block;
	float: left;
}
.mainShopInfo .contactBlock .btnShadow{
	float: left;
	width: 280px;
	text-align: center;
	font-size: 15px;
	box-shadow: 0 4px 0 0 #002b14;
	padding: 9px 12px;
	margin-right: 18px;
}
.mainShopInfo .contactBlock .telBox{
	float: left;
	color: #d75a45;
	font-weight: bold;
	position: relative;
	padding-left: 38px;
}
.mainShopInfo .contactBlock .telBox:before{
	content: '';
	background: url(/assets/pc/shop/img/icon_tel_red.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 23px;
	height: 23px;
	margin-left: -34px;
	margin-top: 10px;
}
.mainShopInfo .contactBlock .telBox .tel{
	display: inline-block;
	font-size:  26px;
	line-height: 1.2;
	margin-right: 5px;
}
.mainShopInfo .contactBlock .telBox .tel a{
	color: #d75a45;
	text-decoration: none;
}
.mainShopInfo .contactBlock .telBox .time{
	color: #333;
	font-size: 11px;
	font-weight: normal;
}

#shop_info_btm{
	padding-top: 40px;
	padding-bottom: 45px;
}
#shop_info_btm .contactBlock{
	margin-bottom: 25px;
}
#shop_info_btm .bottomSeoArea{
	font-size: 12px;
}
#shop_info_btm .bottomSeoArea a{
	color: #1a0dab;
	text-decoration: underline;
}


/* ===============================================================
 menuArea
=============================================================== */
.menuArea{
	background: linear-gradient( to top, rgb(203,203,203) 0%, rgb(221,221,221) 5%, rgb(238,238,238) 20%,rgb(238, 238, 238) 99%);	
	border-bottom: 2px solid #555555;
}
.menuArea .list{
	width: 980px;
	margin: 0 auto;
}
.menuArea .list li{
	width: 109px;
	height: 60px;
	float: left;
	margin-right: 15px;
	display: table;
	text-align: center;
	border: 1px solid #999999;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #ffffff 0%,  #ffffff 80%, #f7f7f7 90%, #e1e1e1 100%);
}
.menuArea .list li:last-child{
	margin-right: 0;
}
.menuArea .list li.active{
	height: 75px;
	font-weight: bold;
	border: 2px solid #555555;
	border-bottom: none;
	margin-bottom: -2px;
	background: #fff;
	pointer-events: none;
}
.menuArea .list li a{
	vertical-align: middle;
	display: table-cell;
	color: #333;
}
.menuArea .list li.active a{
	padding-bottom: 15px;
	position: relative;
}
.menuArea .list li.active a:after{
	content: '\025bc';
	color: #008342;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
}
.menuArea .list li:hover:not(.active),
.menuArea .list li:hover:not(._noData){
	background: #008342;
	border: 1px solid #fff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.menuArea .list li:hover:not(.active) a{
	color: #fff;
}
.menuArea .list li._noData{	
	display: none;
}



#menu_area_btm{
	border-top: 2px solid #555555;
	border-bottom: 0;
	background: linear-gradient( to bottom, rgb(203,203,203) 0%, rgb(221,221,221) 5%, rgb(238,238,238) 20%,rgb(238, 238, 238) 99%);
}
#menu_area_btm .list li{
	margin-top: 13px;
}
#menu_area_btm .list li.active{
	margin-top: -2px;
	margin-bottom: 0;
	border: 2px solid #555555;
	border-top: none;
}
#menu_area_btm .list li.active a{
	padding-top: 15px;
	padding-bottom: 0;
}
#menu_area_btm .list li.active a:after{
	content: '\025b2';
	top: 0;
}



/* ===============================================================
 detailInfoWrap
=============================================================== */
.detailInfoWrap{
	padding: 45px 0 80px;
}


/* ===============================================================
 shopSummaryArea
=============================================================== */

.shopSummaryArea{
	width: 100%;
	padding-bottom: 70px;
}
.shopSummaryArea .shopDetailBlock{
	display: table;
	margin-bottom: 20px;
}
.shopSummaryArea .shopDetailBlock .img{
	display: table-cell;
	width: 510px;
	padding-right: 30px;
	box-sizing: border-box;
}
.shopSummaryArea .shopDetailBlock .img img{
	width: 100%;
}
.shopSummaryArea .shopDetailBlock .summary{
	display: table-cell;
	vertical-align: top;
}

/* shopDetailBlock */
.shopDetailBlock .box{
	border: 1px solid #ccc;
	padding: 0 15px 5px 25px;
}
.shopDetailBlock .shopInfoTable{
	width: 100%;
}
.shopDetailBlock .shopInfoTable tr{
	border-bottom: 1px dashed #ccc;
}
.shopDetailBlock .shopInfoTable th{
	padding: 10px;
	text-align: left;
	font-size: 14px;
}
.shopDetailBlock .shopInfoTable td{
	padding: 10px 10px 12px;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
}
.shopDetailBlock .shopInfoTable th{
	width: 85px;
}
.shopDetailBlock .shopInfoTable td a{
	text-decoration: underline;
}
.shopDetailBlock .shopInfoTable td a:hover{
	text-decoration: none;
}
.shopDetailBlock .shopInfoTable .tel td{
	font-weight: bold;
	color: #d75a45;
	font-size: 26px;
}
.shopDetailBlock .shopInfoTable .tel a{	
	color: #d75a45;
	text-decoration: none;
}
.shopDetailBlock .shopInfoTable td .cmt{
	font-size: 14px;
}

.shopDetailBlock .shopInfoTable td .linkBtn{
	border: 1px solid #333;
	width: 180px;
	text-align: center;
	margin-top: 8px;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #f7f7f7 90%, #e1e1e1 100%);
}
.shopDetailBlock .shopInfoTable td .linkBtn a{
	font-size: 12px;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 4px 0;
}
.shopDetailBlock .shopInfoTable td .linkBtn a:hover{
	text-decoration: underline;
}

/* shopFeatureBlock */
.shopFeatureBlock{
	margin-bottom: 50px;
	padding: 0 10px;
}
.shopFeatureBlock .ttl{
	float: left;
	font-size: 17px;
	font-weight: bold;
	width: 142px;
	border: 2px solid #333;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.3;
	display: table;
	height: 135px;
}
.shopFeatureBlock .ttl .ttl-inn{
	display: table-cell;
	vertical-align: middle;
}
.shopFeatureBlock .ttl .subTtl{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.shopFeatureBlock .featureCon{
	float: right;
	width: calc( 100% - 155px );
}
.featureTable{
	width: 100%;
}
.featureTable th{
	width: 80px;
	text-align: right;
	font-size: 14px;
}
.featureTable td{
	padding: 3px 0 3px 15px;
}
.featureTable td p{
	color: #008342;
	display: inline-block;
	font-size: 12px;
	background: #fff;
	border: 1px solid #008342;
	border-radius: 15px;
	padding: 1px 0;
	box-sizing: border-box;
	margin-right: 8px;
	text-align: center;
	width: 170px;
}
.featureTable td p:last-child{
	margin-right: 0;
}

/* shopCalendarBlock */
.shopCalendarBlock .shopCalendarArea{
	float: left;
	width: 380px;
}
.shopCalendarBlock .shopCalendarArea .headingBox{

margin-bottom: 8px;
}
.shopCalendarBlock .shopCalendarArea .heading{
	display: inline-block;
	font-weight: bold;
}
.shopCalendarBlock .shopCalendarArea .holiday_color{
	float: right;
}
.shopCalendarBlock .shopCalendarArea .holiday_color ._color{
	background: #f7ebdb;
	width: 60px;
	height: 20px;
	margin-right: 10px;
	border: 1px solid #a0a0a0;
	float: left;
}
.shopCalendarBlock .shopCalendarArea .holiday .ui-state-default{
	position: relative;
}
.shopCalendarBlock .shopCalendarArea .holiday .ui-state-default:before{
	content: '';
	position: absolute;
	background: url(/assets/pc/shop/img/icon_holiday.png);
	width: 14px;
	height: 14px;	
	top: 2px;
	left: 2px;
}
.shopCalendarArea .ttl_bg_green{
	margin-top: 0;
}

.shopCalendarBlock .shopPointBox{
	float: right;
	width: calc( 100% - 430px );
	letter-spacing: 1px;
	padding-top: 20px;
}
.shopCalendarBlock .shopPointBox .ttl{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.shopCalendarBlock .shopPointBox .txt{
	font-size: 16px;
}



/* ===============================================================
 shopOwnerArea
=============================================================== */
.shopOwnerArea{
	padding-bottom: 70px;
}
.shopOwnerArea .ownerMessage{
	display: table;
	padding: 0 10px;
	margin-top: 15px;
}
.shopOwnerArea .ownerMessage .imgBox{
	display: table-cell;
	width: 114px;
}
.shopOwnerArea .ownerMessage .imgBox img{
	width: 100%;
}
.shopOwnerArea .ownerMessage .conBox{
	display: table-cell;
	width: calc( 100% - 114px);
	vertical-align: top;
	padding-left: 30px;
}
.shopOwnerArea .ownerMessage .conBox .name{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6px;
    padding-bottom: 3px;
}
.shopOwnerArea .ownerMessage .conBox .name .em{
	font-size: 20px;
	font-weight: bold;
}
.shopOwnerArea .ownerMessage .conBox .txt{
	font-size: 16px;
}



/* ===============================================================
 shopQnaArea
=============================================================== */
.shopQnaArea{
	padding-bottom: 70px;
}
.shopQnaArea .qnaBox{

}
.shopQnaArea .qnaBox .list{
    padding: 12px 15px;
	border-bottom: 1px dashed #ccc;
	font-size: 17px;
}
.shopQnaArea .qnaBox .list .li_q{
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
}
.shopQnaArea .qnaBox .list .li_q::before{
    content: '';
	position: absolute;
	background-size: contain;
    background: url(/assets/pc/shop/img/icon_qna_q.png);
    width: 26px;
    height: 26px;
    left: 0px;
}
.shopQnaArea .qnaBox .list .li_q .cate{
	font-size: 12px;
	background: #eeeeee;
	color: #008342;
	font-weight: bold;
	border: 2px solid #008342;
	border-radius: 14px;
	padding: 2px 7px;
	box-sizing: border-box;
	margin-right: 6px;
	margin-top: -10px;
}
.shopQnaArea .qnaBox .list .li_a{
    position: relative;
    padding-left: 35px;
}
.shopQnaArea .qnaBox .list .li_a::before{
    content: '';
    position: absolute;
    background-size: contain;
    background: url(/assets/pc/shop/img/icon_qna_a.png);
    width: 26px;
    height: 26px;
    left: 0px;
    top: -3px;
}
.shopQnaArea .qnaBox .list .li_a a{
	color: #0066cc;
	text-decoration: underline;
}
.shopQnaArea .qnaBox .list .li_a a:hover{
	text-decoration: none;
}
.shopQnaArea .arw_linkBtn{
	margin-left: 50px;
}



/* ===============================================================
 shopSaleArea
=============================================================== */
.shopSaleArea{
	margin-bottom:40px;
}
.shopSaleArea .h_area{
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.shopSaleArea .handlingList{
	display: table;
	width: 100%;
	border-radius: 10px;
	border: 5px solid #333333;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.shopSaleArea .areaBlock{
	width: 50%;
	display: table-cell;
	border-right: 1px solid #333333;
	padding: 10px;
}
.shopSaleArea .ekiBlock{
	width: 50%;
	display: table-cell;
	padding: 12px 10px 15px;
}
.shopSaleArea .handlingList .ttl{
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 1px;
	padding-left: 10px;
}
.shopSaleArea .txt{
	display: inline-block;
}
.shopSaleArea .ttl .icon{
	background: #008342;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
.shopSaleArea .areaBlock .ttl .icon img{
    max-width: 55%;
    box-sizing: border-box;
    margin-top: 7px;
}
.shopSaleArea .ekiBlock .ttl .icon img{
    max-width: 46%;
    box-sizing: border-box;
    margin-top: 6px;
}
.shopSaleArea .ttl .em{
	font-size: 22px;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: bottom;
}
.handlingList .listBox{
	border-top: 1px solid #333;
	display: block;
}
.handlingList .listBox .list{
	border-bottom: 1px dashed #3e3e3e;
	padding: 6px;
	height: 45px;
}
.handlingList .listBox .list:after{content: ""; clear: both; display: block;}
.handlingList .listBox .list li{
	float: left;
	font-size: 12px;
}
.handlingList .listBox .list li a{
	color: #333;
	display: table;
	height: 35px;
}
.handlingList .listBox .list ._noData a{
	color: #aaaaaa;
	pointer-events: none;
}
.handlingList .listBox .list li a .inn{
	display: table-cell;
	vertical-align: middle;
}
.handlingList .listBox .list ._name{
    width: 170px;
    font-weight: bold;
    font-size: 15px;
    padding-right: 8px;
    padding-left: 12px;
    line-height: 1.1;
}
.handlingList .listBox .list ._name .num{
	font-size: 12px;
	font-weight: normal;
}
.handlingList .listBox .list ._name a{
	color: #008342;
}
.handlingList .listBox .list ._name .smallstr{
	font-size: 12px;
}
.handlingList .listBox .list ._name .inn{
	position: relative;
}
.handlingList .listBox .list ._name .rosen{
	font-size: 10px; 
	font-weight:400;
　	color:#008342;
}
.handlingList .listBox .list ._name .inn::before{
	content: '・';
	position: absolute;
	left: -16px;
	color: #008342;
	top: 10px;
}
.handlingList .listBox .list ._cate01{
	width: 95px;
}
.handlingList .listBox .list ._cate02{
	width: 100px;
}
.handlingList .listBox .list ._cate03{
	width: 60px;
}
.handlingList .listBox .list a:hover{
	text-decoration: underline;
}

.shopSaleArea .linkArea{
    padding: 0 25px;
    margin-bottom: 18px;
}
.shopSaleArea .linkArea a{
	color: #333;
	font-size: 15px;
	margin-right: 50px;
}
.shopSaleArea .linkArea a:hover{
	text-decoration: underline;
}

.shopDetailBlock .aroundBlock{
	margin-bottom: 0;
}
.shopSaleArea .handlingList .listBox{
    overflow: auto;
    max-height: 226px;
}
.shopSaleArea .handlingList .listBox::-webkit-scrollbar {
	height: 4px;
	width: 12px;
}
.shopSaleArea .handlingList .listBox::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.shopSaleArea .handlingList .listBox::-webkit-scrollbar-track-piece {
  background: #efefef;
}

/* ===============================================================
 multislideWrap
=============================================================== */
#new{
	margin: 30px 0 45px;
}


/* ===============================================================
 shopRcmdArea
=============================================================== */
.shopRcmdArea{
	margin: 45px 0;
}
.shopRcmdArea .rcmdIcon{
	margin: 0 0 5px 30px;
    position: relative;
    padding-left: 22px;
}
.shopRcmdArea .rcmdIcon:before {
    content: '';
    background: url(/assets/pc/common/img/icon_list_333.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    margin-left: -25px;
    margin-top: 4px;
}

/* rcmdBox */
.rcmdBox .item{
	width: 23%;
	margin-right: 2%;
	float: left;
	margin-top: 15px;
}
.rcmdBox .item:nth-child(-n + 4){
	margin-top: 0;
}
.rcmdBox .item:nth-child(4n){
	margin-right: 0;
}
.rcmdBox .item a{
	background: url(/assets/pc/common/img/icon_search_333.png), linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #f7f7f7 90%, #e1e1e1 100%);
	background-size: 16px 16px, 100%;
	background-repeat: no-repeat;
	background-position: top 50% left 14px, 100%;
	display: table;
	width: 100%;
	border: 1px solid #555555;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px 10px 20px 40px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}
.rcmdBox .item a:hover{
	background: #fff url(/assets/pc/common/img/icon_search_333.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: top 50% left 14px, 100%;
	border: 1px solid #008342;
}
.rcmdBox .item a:hover:before{
	content: '';
	position: absolute;
	border: 4px solid #008342;
	border-radius: 3px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rcmdBox .item a p{
	display: table-cell;
	vertical-align: middle;
}
.shopRcmdArea .arw_linkBtn{
	margin-left: 25px;
}


/* ===============================================================
 sellSupport
=============================================================== */
.sellSupport{
	padding-bottom: 80px;
}
.sellSupport .inner{
	border: 5px solid #7eae16;
	border-radius: 8px;	
}
.sellSupport .headingBlock{
    background: #7eae16;
    padding: 15px 25px;
    box-sizing: border-box;
    color: #fff;
}
.sellSupport .headingBlock .ttl{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}
.sellSupport .headingBlock .txt{
	font-size: 16px;
}
.sellSupport .contentBlock{
    padding: 30px 25px;
}
.sellSupport .contentBlock .textLinkBox{
	float: left;
}
.sellSupport .contentBlock .textLinkBox li{
	margin-bottom: 10px;
}
.sellSupport .contentBlock .textLinkBox li::before{
	content: '・';
}
.sellSupport .contentBlock .textLinkBox li a{
	color: #206140;
	font-size: 15px;
	text-decoration: underline;
}

.sellSupport .contentBlock .btnLinkBox{
	float: right;
}
.sellSupport .contentBlock .shadowWrap{
	width: 170px;
	text-align: center;
	float: left;
	margin-left: 15px;
}
.sellSupport .contentBlock .btnShadow{
	display: block;
	border-bottom: 1px solid #aaa;
	box-shadow: 0px 2px 0px 0px #aaa;
	border-radius: 6px;
	padding: 0;
	overflow: hidden;
	color: #333;
	cursor: pointer;
}
.sellSupport .contentBlock .btnShadow .ttl{
	background-color: #7eae16;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 0;
}
.sellSupport .contentBlock .btnShadow .ttl .sml{
	font-size: 12px;
	display: block;
}
.sellSupport .contentBlock .btnShadow .txt{
	position: relative;
	font-size: 13px;
	line-height: 1.7;
	border: 1px solid #aaa;
	border-top:0; 
	border-bottom:0; 
	padding: 13px 0 25px;
}
.sellSupport .contentBlock .btnShadow .txt:after{
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -20px;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #7eae16;
}


/* ===============================================================
 shopSummaryNewsArea
=============================================================== */
.shopSummaryNewsArea{
	padding-bottom: 30px;
}
.shopSummaryNewsArea .label{
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background: #333333;
	font-weight: bold;
	border-radius: 14px;
	padding: 2px 12px;
	margin-bottom: 8px;
	margin-left: 10px;
}
.shopSummaryNewsArea .shopComment{
	margin-bottom: 25px;
}
.shopSummaryNewsArea .shopComment .txt{
	padding: 0 10px;
	font-size: 15px;
}
.shopSummaryNewsArea .shopComment .txt a{
	text-decoration: underline;
}
.shopSummaryNewsArea .shopComment .txt a:hover{
	text-decoration: none;
}

.shopInfoNewsBlock{
	width: 100%;
}
.shopInfoNewsBlock .infoArea{
	float: left;
	width: 500px;
}
.infoTable{
	border: 1px solid #777777;
}
.infoTable tr,
.infoTable td{
	border: 1px solid #777777;
	padding: 10px;
}
.infoTable th{
	width: 100px;
	background: #f6f1e7;
	padding: 10px;
	text-align: left;
	font-weight: normal;
}
.infoTable .map a{
	text-decoration: underline;
	font-size: 16px;
}
.shopInfoNewsBlock .newsArea{
	float: right;
	width: 420px;
}
.shopInfoNewsBlock .newsArea .newsWrap{
    
    border: 2px solid #dddddd;
    padding: 10px;
    box-sizing: border-box;
}
.shopInfoNewsBlock .newsArea .newsWrap .inn{
	height: 390px;
    overflow-y: auto;
}
.shopInfoNewsBlock .newsArea .newsWrap .inn dl:first-child{
	border-top: 0;
	padding-top: 5px;
}
.shopInfoNewsBlock .newsArea .box{
	border-top: 1px dashed #ddd;
	padding: 10px 5px 10px 0px;
	font-size: 13px;
	overflow: hidden;
	margin-right: 10px;
}
.shopInfoNewsBlock .newsArea .box .date{
	float: left;
	width: 110px;
}
.shopInfoNewsBlock .newsArea .box .txt{
    float: left;
    width: calc( 100% - 110px );
}
.shopInfoNewsBlock .newsArea .box .txt a{
	color: #333;
}
.shopInfoNewsBlock .newsArea .box .txt a:hover{
	text-decoration: underline;
}
.shopInfoNewsBlock .conArea .arw_linkBtn{
	display: block;
	margin: 20px 20px 0;
}
.shopInfoNewsBlock .conArea .arw_linkBtn a{
	font-size: 15px;
	padding: 8px 40px 8px 30px;
}
.shopInfoNewsBlock .conArea .arw_linkBtn:before {
    top: 16px;
}


/* ===============================================================
 publishAreaBnr
=============================================================== */
.publishAreaBnr{
	width: 100%;
	box-sizing: border-box;
	display: table;
	position: relative;
}
.publishAreaBnr a{
	color: #333;
	display: block;
	border: 5px solid #cccccc;
	padding: 10px;
}
.publishAreaBnr .p_item{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.publishAreaBnr .ttl{
	width: 380px;
	font-size: 22px;
	font-weight: bold;
}
.publishAreaBnr .img{
	width: 110px;
}
.publishAreaBnr .img img{
	vertical-align: middle;
}
.publishAreaBnr .txt{
	width: 460px;
	font-size: 16px;
	text-align: left;
}

.publishAreaBnr a:hover{
	color: #008342;
}
.publishAreaBnr a:hover:before{
	content: '';
	position: absolute;
	border: 7px solid #008342;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/* ===============================================================
 contactAreaBnr
=============================================================== */
.contactAreaBnr{
	width: 100%;
	box-sizing: border-box;
	display: table;
	position: relative;
	color: #333;
	display: block;
	border: 5px solid #000000;
	padding: 15px 15px 15px 40px;
}
.shopDetailBlock .contactAreaBnr{
	margin-top: 45px;
}
.contactAreaBnr .c_item{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.contactAreaBnr .maintxt{
	width: 320px;
}
.contactAreaBnr .maintxt .m_inner{
	width: 285px;
}
.contactAreaBnr .maintxt .tel{
	position: relative;
	margin-bottom: 5px;
	padding-left: 25px;
}
.contactAreaBnr .maintxt .tel a{
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #d75a45;
	text-decoration: none;
	font-family: arial;
}

.contactAreaBnr .maintxt .tel:before{
	content: '';
	background: #fff url(/assets/pc/common/img/icon_tel_444.png) no-repeat;
	background-size: 17px 17px;
	background-position: top 46% left 46%;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0px;
	margin-top: 6px;
	border: 1px solid #777777;
	border-radius: 4px;
	box-sizing: border-box;
}
.contactAreaBnr .maintxt .cmt{
	font-size: 16px;
	color: #fff;
	background: #d75a45;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	margin-bottom: 6px;
}
.contactAreaBnr .maintxt .cttTable{
	width: 100%;
	font-size: 12px;
	text-align: left;
}
.contactAreaBnr .maintxt .cttTable th,
.contactAreaBnr .maintxt .cttTable td{
	padding-top: 3px;
}
.contactAreaBnr .maintxt .cttTable th{
	width: 57px;
	position: relative;
}
.contactAreaBnr .maintxt .cttTable th:after{
	content: ':';
	position: absolute;
	right: 0;
}
.contactAreaBnr .maintxt .cttTable td{
	padding-left: 5px;
}
.contactAreaBnr .qrcode{
	width: 190px;
	box-sizing: border-box;
}
.contactAreaBnr .qrcode .qrBox{
	width: 130px;
	background: #eeeeee;
	margin: 0 auto;
	padding: 15px 0;
}
.contactAreaBnr .qrcode .qrBox img{
	width: 75px;
}
.contactAreaBnr .qrcode .qrBox .txt{
	margin-top: 5px;
	font-size: 10px;
}
.contactAreaBnr .btn{
	width: 400px;
}
.contactAreaBnr .btn a{
	width: 100%;
	font-size: 18px;
}
.contactAreaBnr .btn .btnShadow{
	box-shadow: 0 4px 0 0 #002b14;
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
}




/* ===============================================================

 #shop_staff_page

=============================================================== */
#shop_staff_page .shopOwnerArea {
    padding-bottom: 35px;
}