@charset "utf-8";
/* contents
----------------------------------------------------------- */
div.table p {
	display:table-cell;
	vertical-align: middle;
	margin: 0;
}
* html div.table p{ /* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html div.table p {/* IE 7 */
	display:inline;
	zoom:1;
}
#header {	border-top: 8px solid #009C86;}
#header .inner {
	margin: auto;
	width: 980px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
#header .inner h1 {	float: left;}
#header .inner p {
	font-size: 1.2em;
	text-align: right;
	margin-top: 1em;
}
#header .inner p a {
	color: #000;
	text-decoration: none;
}
#header .inner .spMenu {	display: none;}

#globalnavi {
	background-image: url(../../img/common/globalNaviBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 1em;
}
#globalnavi ul {
	width: 982px;
	margin: auto;
	overflow: hidden;
}
#globalnavi ul li {
	float: left;
}
#contents {
	margin: auto;
	width: 980px;
	clear: both;
}

/*404*/
#contents.f404 {
}
#contents.f404 .ttl{
	text-align: center;
	font-size: 7em;
	color: #1F9980;
	margin: .5em 0;
}
#contents.f404 .sttl{
	font-size: 3em;
	text-align: left;
	margin-bottom: .2em;
}
#contents.f404 p{
	font-size: 1.8em;
	text-align: left;
	margin-bottom: 1em;
}
#contents.f404 ul{
	font-size: 1.4em;
	text-align: left;
}
#contents.f404 ul li{
	background-image: url(../../img/common/img_arrow02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 1em;
}

#contents .main {
	float: left;
	width: 620px;
	margin-bottom: 2em;
}

#contents .main.single-col {
	float: none;
	width: 100%;
	margin-bottom: 2em;
}

#contents .selectShopBox {
	margin-bottom: 60px;
	text-align: left;
}
#contents .selectShopBox p {
	font-weight: bold;
	font-size: 1.5em;
}
#contents .selectShopBox select,
#contents .selectShopBox option {
	width: 100%;
	font-size: 1.5em;
}


/*index*/
#contents .main .fairBox {	margin-bottom: 4em;}
#contents .main .fairBox .title.fair {
	background-color: #009E82;
	padding: .5em 0 .3em;
}
#contents .main .fairBox .title.report,
#contents .main .fairBox .title.recipe {
	margin-bottom: 1.5em;
	color: #27AC97;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-bottom: 3px solid #009C86;
	border-left: 1px solid #F2F2F2;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding: .5em .5em .3em;
}
#contents .main .fairBox .title.report {
	background-image: url(../../img/index/iconReport.jpg);
	background-repeat: no-repeat;
	background-position: 98% center;
}
#contents .main .fairBox .title.recipe {
	background-image: url(../../img/index/iconRecipe.jpg);
	background-repeat: no-repeat;
	background-position: 98% center;
}
#contents .main .newsBox .title {
	margin-bottom: 1.5em;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding: .5em .5em .7em;
	background-image: url(../../img/common/bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contents .main .newsBox .title .news {
	background-image: url(../../img/index/iconNews.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display:block;
}
#contents .main .fairBox .fairBanner {
	margin-bottom: .5em;
	font-size: 3em;
	text-align: center;
	font-weight: bold;
	background-image: url(../../img/index/title_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	color: #1F9980;
}
#contents .main .fairBox .fairBanner .inner {
	background-image: url(../../img/index/title_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 1em 30px;
	text-align: left;
}
#contents .main .fairBox .reportBox {	margin-bottom: 1.5em;}
#contents .main .fairBox .reportBox .article {
	overflow: hidden;
	margin-bottom: 1.5em;
}
#contents .main .fairBox .reportBox .article .thumb {
	float: left;
}
#contents .main .fairBox .reportBox .article .text {
	text-align: left;
	padding-left: 180px;
}
#contents .main .fairBox .reportBox .article .text p {
	margin-bottom: .6em;
	font-size: 1.4em;
}
#contents .main .fairBox .reportBox .article .text p a {
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
	color: #0068b6;
}
#contents .main .fairBox .reportBox .more {
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
	clear: both;
}
#contents .main .fairBox .reportBox .more a {
	color: #009d85;
	text-decoration: none;
	background-image: url(../../img/common/img_arrow02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#contents .main .fairBox .recipeBox {
	margin-bottom: 1.5em;
	overflow: hidden;
	border-left: 5px solid #FF9933;
	background-color: #F9F8F3;
}
#contents .main .fairBox .recipeBox .article {
	overflow: hidden;
	margin-bottom: 0em;
	border: none;
	padding-bottom: 0;
	padding-right: 0;
}
#contents .main .fairBox .recipeBox .article .recipeHrader {
	display: -webkit-flex; /* Safari */
	display: flex;
	text-align: left;
	font-size: 1.6em;
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #0068b6;
	border-bottom: 1px dashed #FFA637;
}
#contents .main .fairBox .recipeBox .article .recipeHrader .bsIcon img,
#contents .main .fairBox .recipeBox .article .recipeBody .recipeThumb img {
	display: block;
	width: 122px;
	margin-right: 20px;
	margin-bottom: 2px;
}
#contents .main .fairBox .recipeBox .article .recipeHrader .recipeTitle {
	margin-top: 12px;
	font-size: 1.2em;
}
#contents .main .fairBox .recipeBox .article .recipeHrader .recipeTitle span {
	font-size: 0.8em;
	color: #666;
}
#contents .main .fairBox .recipeBox .article .recipeBody {
	display: -webkit-flex; /* Safari */
	display: flex;
	text-align: left;
	padding: 0 0 10px 10px;
}
#contents .main .fairBox .recipeBox .article .recipeBody .recipeText {
	font-size: 1.4em;
}




#contents .main .appli {
	margin-top: 6em;
	margin-bottom: 4em;
}
#contents .main .col2 {
	overflow: hidden;
	margin-bottom: 2em;
}
#contents .main .col2 li {
	float: left;
	width: 48%;
	padding: 0 1%;
}
#contents .main .newsBox dl {	font-size: 1.4em;}
#contents .main .newsBox dl dt {
	float: left;
	padding-left: 2em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	clear: both;
	color: #009D85;
}
#contents .main .newsBox dl dd {
	text-align: left;
	padding-left: 10em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	background-image: url(../../img/common/img_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 9em 18px;
	border-bottom: 1px dashed #CCC;
}
#contents .main .newsBox dl dd a {
	color: #000;
	text-decoration: none;
}

/* トピックス一覧 */
#contents .main h2 {
	font-size: 1.8em;
	color: #009a82;
	border-top: 1px solid #F0F0F0;
	border-right: 3px solid #009a82;
	border-bottom: 1px solid #F0F0F0;
	border-left: 3px solid #009a82;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-align: left;
	padding-left: 1em;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	margin-bottom: .8em;
}
#contents .main h2 span {
	font-size: .8em;
	color: #CCC;
	margin-left: 2em;
}
#contents .main .breadcrumb {
	font-size: 1.3em;
	text-align: left;
	color: #0068AF;
	margin-bottom: 1em;
}
#contents .main h3 {
	background-image: url(../../img/common/h3bg.jpg);
	background-repeat: repeat;
	font-size: 2.6em;
	color: #FFF;
	text-align: left;
	padding: 0.5em;
	margin-bottom: 1em;
}
#contents .main .selectType {
	background-color: #E3E3E3;
	overflow: hidden;
	border-bottom: 3px solid #554137;
}
#contents .main .selectType .box {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 1.4em;
	padding: 1em;
	box-sizing: border-box;
}
/* 店舗情報 */
#contents .main .selectType .shopBox {
	width: 25%;
	display:table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 1.4em;
	padding: 1em;
	box-sizing: border-box;
}
*:first-child+html #contents .main .selectType .shopBox { float: left;width: 20%; } 
#contents .main .selectType .shopBox p strong {
	font-size: 1.2em;
}
/**/
#contents .main .article {
	overflow: hidden;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #AA8C7D;
}
#contents .main .article .thumb {	float: left;}
#contents .main .article .textarea {
	padding-left: 20px;
	text-align: left;
	float: left;
	width: 460px;
}
#contents .main .article .textarea .icon {
	float: left;
	margin-bottom: 0.5em;
	background-color: #554137;
	color: #FFF;
	padding: .3em 1.5em;
	font-size: 1.2em;
}
#contents .main .article .textarea .topicsIcon {
	float: left;
	margin-bottom: 0.5em;
	color: #FFF;
	font-size: 1.2em;
}
#contents .main .article .textarea .day {	float: right; margin-left: 1em;}
#contents .main .article .textarea .title {
	font-size: 1.6em;
	clear: left;
	color: #3A68AF;
}
#contents .main .article .textarea .title a {
	color: #0068B1;
	text-decoration: none;
}

#contents .main .article .textarea p {	font-size: 1.4em;}

/* 店舗情報 */
#contents .main .shoplist {
	overflow: hidden;
	padding: 2em 0;
	border-bottom: 1px solid #554137;
}
#contents .main .shoplist.yours {
	background-image: url(../../img/shopinfo/logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;	
}
#contents .main .shoplist.avance {
	background-image: url(../../img/shopinfo/avance.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;	
}
#contents .main .shoplist.deliche {
	background-image: url(../../img/shopinfo/deliche.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;	
}
#contents .main .shoplist.maruwa {
	background-image: url(../../img/shopinfo/maruwa.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;	
}
#contents .main .shoplist.minoya {
	background-image: url(../../img/shopinfo/minoya.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;	
}
#contents .main .shoplist.furusato {
	background-image: url(../../img/shopinfo/furusato.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;	
}
#contents .main .shoplist.lapalate {
	background-image: url(../../img/shopinfo/lapalate.gif);
	background-repeat: no-repeat;
	background-position: 10px center;	
}
#contents .main .shoplist.youmemart {
	background-image: url(../../img/shopinfo/youmemart.gif);
	background-repeat: no-repeat;
	background-position: 10px center;	
}



#contents .main .shoplist.note {
	margin: 50px 0;
	padding: 2em;
	border: 1px solid #554137;
}
#contents .main .shoplist.note h3 {
	font-size: 2em;
}
#contents .main .shoplist.note p {
	font-size: 1.6em;
	text-align: left;
}



/* 18.09.04 アバンセekie広島駅店追加ここから */
#contents .main .shoplist.avanceekie {
	background-image: url(../../img/shopinfo/avanceekie.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;	
}
/* 18.09.04 アバンセekie広島駅店追加ここまで */


#contents .main .shoplist .textarea .area {
	background-color: #0963a4;
	float: right;
	padding: .2em 1em;
	color: #FFF;
	font-size: 1.2em;
	margin-top: 1.3em;
}
#contents .main .shoplist .textarea {
	text-align: left;
	padding-left: 70px;
	color: #554137;
}
#contents .main .shoplist .textarea .title {
	font-size: 2em;
	font-weight: bold;
}
#contents .main .shoplist .textarea p {
	font-size: 1.4em;
}
#contents .main .shoplist .textarea a {
	color: #000;
	/*text-decoration: none;*/
}
#contents .main .pager {
	font-size: 1.4em;
	padding-top:2em;
	padding-bottom: 1em;
}
#contents .main .pager span {
	display: inline-block;
	margin-right: .14em;
	margin-left: .14em;
	padding-right: .5em;
	padding-left: .5em;
}
#contents .main .pager a {
	border: 1px solid #0963A4;
	color: #0963A4;
	text-decoration: none;
	margin-right: .14em;
	margin-left: .14em;
	padding-right: .5em;
	padding-left: .5em;
}

#contents .main .pager span.current_page {
	background-color: #D6D6D6;
	border: 1px solid #D6D6D6;
	color: #0963A4;
}

#contents .main .pager a.link_before,
#contents .main .pager a.link_next {
	color: #fff;
	background-color: #449987;
}



/* 各店舗 */
#contents .main .articleTopics .section .shopimage {
	margin: 0 auto 2em;
	text-align: center;
}
#contents .main .articleTopics .section .digitalLeaflet {
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #F4F4F4;
	/*max-width: 540px;*/
	margin: 0 auto 2em;
}
#contents .main .articleTopics .section .digitalLeaflet p {
	text-align: center;
	margin: 0 auto 1em;
	width: 94%;
}
#contents .main .articleTopics .section .digitalLeaflet .leafletBox {
	background-color: #FFF;
	margin: 0 auto;
	width: 94%;
	padding-top: 1em;
	padding-bottom: 1px;
	overflow-x: auto;
overflow-y: hidden;
}
#contents .main .articleTopics .section .digitalLeaflet .leafletBox p {
	width: 50%;
	float: left;
}
#contents .main .articleTopics .section .shpoinfoTxt {
	width: 540px;
	margin: 0 auto 2em;
}
#contents .main .articleTopics .section .basic {
	font-size: 1.4em;
	width: 100%;
	border-top: 1px solid #80736D;
	margin-top: 1em;
	margin-bottom: 2em;
}
#contents .main .articleTopics .section .basic tr th {
	background-color: #EBEBEB;
	text-align: center;
	white-space: nowrap;
}
#contents .main .articleTopics .section .basic tr td {
	text-align: left;
}
#contents .main .articleTopics .section .basic tr th,
#contents .main .articleTopics .section .basic tr td {
	border-bottom: 1px solid #80726F;
	padding: .3em 1em;
	color: #80736E;
}
#contents .main .articleTopics .section .basic tr th p,
#contents .main .articleTopics .section .basic tr td p {
	font-size: 1em;
}
#contents .main .articleTopics .section .googleMap {
	margin-bottom: 2em;
}
#contents .main .articleTopics .section .googleMap iframe {
	margin-bottom: 2em;
}

#contents .main .articleTopics .section .googleMap p {
	text-align: center;
}
#contents .main .articleTopics .section.shopRecruit {}

#contents .main .articleTopics .section.shopRecruit h5 {
	background-image: none;
	margin: 0px;
	border-bottom: 5px solid #80736E;
	padding: .3em 1em;
}
#contents .main .articleTopics .section.shopRecruit table {
	font-size: 1.4em;
	width: 100%;
	border-top: 1px solid #80736D;
	margin-bottom: 2em;
	border-collapse:separate;
  border-spacing:1px;
}
#contents .main .articleTopics .section.shopRecruit table thead tr th {
	background-color: #EBEBEB;
}
#contents .main .articleTopics .section.shopRecruit table tbody tr th {
	text-align: left;
	font-weight: normal;
}
#contents .main .articleTopics .section.shopRecruit table thead tr th,
#contents .main .articleTopics .section.shopRecruit table tbody tr th,
#contents .main .articleTopics .section.shopRecruit table tbody tr td {
	border-bottom: 1px solid #80726F;
	border-right: 1px solid #80726F;
	padding: .3em;
	color: #80736E;
	text-align: center;
}
#contents .main .articleTopics .section.shopRecruit table thead tr th:last-child,
#contents .main .articleTopics .section.shopRecruit table tbody tr td:last-child {
	border-right: none;
}
#contents .main .articleTopics .section.shopRecruit table thead tr th.br-r {
	border-right: 1px solid #80726F;
}
#contents .main .articleTopics .section .basic a{
	background-image: url(../../img/company/img_map.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 55px;
}


/* 2016.12.15　ミニチラ追加に伴う、エリア再設定 */

#contents .main .articleTopics .section #chirashiBox {
	width: 600px;
	padding: 10px;
}

#contents .main .articleTopics .section #chirashiBox .chirashiTitle {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 8px 0 8px 16px;
}

#contents .main .articleTopics .section #chirashiBox #sufooArea {
	float: left;
	width: 400px;
	border: 2px solid #FD8CBC;
}
#contents .main .articleTopics .section #chirashiBox #sufooArea p.chirashiTitle  {
	background-color: #FD8CBC;
}

#contents .main .articleTopics .section #chirashiBox #minichiraArea {
	float: right;
	width: 163px;
	height: 251px;
	border: 2px solid #FFB62C;
}

#contents .main .articleTopics .section #chirashiBox #minichiraArea p.chirashiTitle  {
	background-color: #FFB62C;
}

#contents .main .articleTopics .section #chirashiBox #sufooArea .chirashiArea,
#contents .main .articleTopics .section #chirashiBox #minichiraArea .chirashiArea {
	background-color: #fff;
	height: 210px;
}

div.minichira-asp-wrapper-horizontal {
	border: none !important; 
}




/* 2017.05.17　ミニチラ追加に伴う、トップページ再設定 */

.bx-wrapper {
	margin-top: 30px;
}

.minichira-asp {
	width: 316px;
}

.mainMinichiraBox,
.sideMinichiraBox {
	/*width: 316px;*/
	border: 2px solid #FFB62C;
	margin: 0 auto 10px;
}


.mainMinichiraBox .shopTitle,
.sideMinichiraBox .shopTitle {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 8px 0 8px 16px;
	background-color: #FFB62C;
}

.bx-wrapper {
	margin-bottom: 60px !important;
}
.bx-wrapper .bx-controls-direction a {
	top: 109% !important;
}
.bx-wrapper .bx-controls-direction a {
	width: 155px !important;
	height: auto !important;
	text-align: center !important;
	text-indent: 0 !important;
	background-color: #25A99B !important;
	font-size: 20px !important;
	color: #fff !important;
	text-decoration: none;
}
.bx-wrapper .bx-next {
	right: 0 !important;
}
.bx-wrapper .bx-prev {
	left: 0 !important;
}




/* 2017.05.17　ミニチラ 業態別色分け追加に伴う、トップページ再設定 */

.minichiraViewCategoryAvance {
	border-color: #472306;
}

.minichiraViewCategoryLivi {
	border-color: #ec6100;
}

.minichiraViewCategoryYours {
	border-color: #009F85;
}

.minichiraViewCategoryMaruwa {
	border-color: #e60012;
}

.minichiraViewCategoryYumemart {
	border-color: #D9007A;
}

.shopTitle.minichiraViewCategoryAvance {
	background-color: #472306;
}

.shopTitle.minichiraViewCategoryLivi {
	background-color: #ec6100;
}

.shopTitle.minichiraViewCategoryYours {
	background-color: #009F85;
}

.shopTitle.minichiraViewCategoryMaruwa {
	background-color: #e60012;
}

.shopTitle.minichiraViewCategoryYumemart {
	background-color: #D9007A;
}











/* トピックス詳細 */
#contents .main h4 {
	font-size: 1.8em;
	color: #80736e;
	border-top: 2px solid #009A82;
	border-bottom: 2px solid #009A82;
	padding-top: .4em;
	padding-bottom: .4em;
	margin-bottom: .5em;
	text-align: center;
}
#contents .main .articleTopics .day {
	font-size: 1.2em;
	text-align: right;
	margin-bottom: 1em;
}
#contents .main .articleTopics p {
	font-size: 1.4em;
	color: #554137;
	text-align: left;
	margin-bottom: .5em;
}
#contents .main .articleTopics h5 {
	background-image: url(../../img/common/h5.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 1.8em;
	color: #80736e;
	text-align: left;
	padding-left: 1em;
	border-bottom: 1px solid #80736E;
	margin-bottom: .5em;
}
#contents .main .articleTopics .section {
	margin-bottom: 2em;
	overflow: hidden;
}
#contents .main .articleTopics .section .leftBox {
	width: 49.5%;
	float: left;
	position: relative;
}
#contents .main .articleTopics .section .rightBox {
	float: right;
	width: 49.5%;
	position: relative;
}
/*#contents .main .articleTopics .section .leftBox span,
#contents .main .articleTopics .section .rightBox span {
	position: absolute;
	left: 5px;
}*/
#contents .main .articleTopics .section .leftBox .caption,
#contents .main .articleTopics .section .rightBox .caption {
	text-align: left;
	margin-top:5px;
}
#contents .main .articleTopics .section .rightBox .title,
#contents .main .articleTopics .section .leftBox .title {
	font-weight: bold;
	font-size: 1.6em;
}
#contents .main .articleTopics .section .producer {
	padding: 1em;
	background-color: #F2F2F2;
}
#contents .main .relevance {
	font-size: 1.8em;
	font-weight: bold;
	color: #80736e;
	text-align: left;
	border-bottom: 3px solid #554137;
	padding-left: 1em;
}
#contents .main .more_blue,
#contents .main .articleTopics .more_blue {
	font-size: 1.2em;
	background-image: url(../../img/common/img_arrow03.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 1.4em;
	margin-top: 1em;
}
#contents .main .more_blue a {
	text-decoration: none;
	color: #0169B0;
}

/* おすすめ商品 */
#contents .main .articleTopics .section.product {
	border-bottom: 2px solid  #7bc1ac;
}
#contents .main .articleTopics .section.product .title {
	background-color: #7bc1ac;
	font-size: 2em;
	font-weight: bold;
	padding: .3em 1em;
	color: #FFF;
}
#contents .main .articleTopics .section.product ul {
	padding: 2em 0;
	overflow: hidden;
}
#contents .main .articleTopics .section.product ul li {
	font-size: 1.4em;
	box-sizing: border-box;
	width: 48%;/* 20171006　変更 */
	/*padding-left: 5%;*/
	float: left;
	text-align: left;
	margin: .5em 4% .5em 0;/* 20171006　変更 */
}
/* 20171006　追記ここから */
#contents .main .articleTopics .section.product ul li:nth-child(even){
	margin:.5em 0;
}
#contents .main .articleTopics .section.product ul li img{
	width:100%;
    margin-bottom: .5em;
}
/* 20171006　追記ここまで */

/* 20171003　追記ここから */
#contents .main .articleTopics .section.product ul li span{
	padding:0 0 0 0;
	display:block;
}
/* 20171003　追記ここまで */


#contents .main .articleTopics .section.product ul li a {
	text-decoration: none;
}
#contents .main .articleTopics .section.product .title.osusume {
	background-image: url(../../img/recommend/icon_osusume.jpg);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 2.5em;
}
#contents .main .articleTopics .section.product ul li .iconYour {
	background-image: url(../../img/recommend/icon_your.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 13px 0 13px 55px;
	display: block;
}
#contents .main .articleTopics .section.product ul li .iconBuyer {
	background-image: url(../../img/recommend/icon_buyer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 13px 0 13px 55px;
	display: block;
}
#contents .main .articleTopics .section.product ul li .iconItem {
	background-image: url(../../img/recommend/icon_item.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 13px 0 13px 55px;
	display: block;
}

/* サービス案内 */
#contents .main .articleTopics .section.product .service li {
	padding-left: 0;
	text-align: center;
}
#contents .main .articleTopics .section .decimal li {
	font-size: 1.4em;
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2.5em;
}
#contents .main .articleTopics .section.product .title.icon {
	background-image: url(../../img/service/icon_service.jpg);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 2em;
}

#contents .main .articleTopics .section .maruwa li {
	font-size: 1.4em;
	text-align: left;
	float: left;
	width: 286px;
	margin-bottom: 2em;
}
#contents .main .articleTopics .section .maruwa li span {
	color: #4F8A6A;
}

#contents .main .articleTopics .section .maruwa li:nth-child(2n) {
	float: right;
}

/* ショップ案内 */
#contents .main .articleTopics .section.product .title.shopmenu {
	background-image: url(../../img/concept/icon_shop.jpg);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 2.5em;
}

/* 企業情報 */
#contents .main .articleTopics .section.product .title.company {
	background-image: url(../../img/company/icon_company.jpg);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 2.2em;
}
/* 社長挨拶~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .section .cesPhoto {
	float: right;
	margin: 0 0 2em 2em;
}
/* 経営方針~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .section .symbolmark {
	float: right;
	margin-top: 20px;
}
#contents .main .articleTopics .section .symbolmarkTxt {
	float: left;
	width: 450px;
	margin-top: 20px;
}
/* ディスクロージャー~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .disc {
	border-top: 5px solid #554137;
	padding: 1.5em 0 0 0;
	margin-bottom: 5em;
}
#contents .main .articleTopics .disc .box {
	border-bottom: 1px solid #554137;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
#contents .main .articleTopics .disc .box p a {
	background-image: url(../../img/company/iconPdf.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	text-decoration: none;
}
/* トレーサビリティ~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .section .trecebility {
	border: 1px solid #999;
	margin-bottom: 3em;
	margin-top: 3em;
	padding: 40px;
}
#contents .main .articleTopics .section .trecebility p {
	margin-bottom: 1em;
}
#contents .main .articleTopics .section .trecebility .title {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.2em;
	color: #80736E;
}
#contents .main .articleTopics .section .treceFontColorRed {
	color: #900;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}


/* 採用情報 */
#contents .main .articleTopics .section.product .title.recruit {
	background-image: url(../../img/recruit/icon_recruit.jpg);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 2.2em;
}
/* ユアーズやりがい~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .section h4.yarigai01 {
	background-image: url(../../img/recruit/txt_yarigai01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}
#contents .main .articleTopics .section h4.yarigai02 {
	background-image: url(../../img/recruit/txt_yarigai02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}
#contents .main .articleTopics .section h4.yarigai03 {
	background-image: url(../../img/recruit/txt_yarigai03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}
#contents .main .articleTopics .recruitGuide {
	clear: both;
	overflow: hidden;
}
#contents .main .articleTopics .recruitGuide li {
	float: left;
	margin-bottom: 2em;
	width: 50%;
}
#contents .main .articleTopics .recruitGuide li:nth-child(2n) {
	float: right;
}
#contents .main .articleTopics h6 {
	border-top: 2px solid #dbdbdb;
	border-bottom: 5px solid #554137;
	font-size: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: left;
	padding-left: 1em;
	color: #82746f;
	padding-top: .3em;
	padding-bottom: .3em;
}

/* 新卒採用の流れ~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .section.flow {
	border-bottom: dashed 1px #CCC;
	margin-bottom: 4em;
	padding-bottom: 4em;
}
#contents .main .articleTopics .section.flow p {
	text-align: center;
}
/* パート・アルバイト~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .colorGeeen {
	color: #1A9279;
	border-bottom: 1px dotted #1A9279;
}
#contents .main .articleTopics li span.colorGeeen {
	color: #1A9279;
	border: none;
}
#contents .main .articleTopics .partArea {
	overflow: hidden;
	margin-bottom: 2em;
}
#contents .main .articleTopics .partArea li {
	font-size: 1.4em;
	float: left;
	width: 16.6%;
	text-align: left;
	padding-left: 1em;
	box-sizing: border-box;
}
#contents .main .articleTopics .partArea li a {
	color: #333;
	text-decoration: none;
}
#contents .main .articleTopics .br-b-d {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 2em;
	margin-bottom: 4em;
}
/* foam~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics form .contact {
	font-size: 1.4em;
	text-align: left;
	margin-bottom:2em;
}
#contents .main .articleTopics form .contact dt {
	float: left;
	clear: both;
	width :14em;
	padding-bottom: .5em;
}
#contents .main .articleTopics form .contact dd {
	padding-left:15em;
	padding-bottom: .5em;
}
#contents .main .articleTopics form p #submit {
	width: 80%;
	padding: 5px;
	clear:both;
}

/* 地域貢献活動 */
#contents .main .articleTopics .section.product .title.regional {
	background-image: url(../../img/regional/icon_regional.jpg);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 2.2em;
}
#contents .main .articleTopics .section .gallery {
}
#contents .main .articleTopics .section .gallery li {
	float: left;
	width: 33.333%;
	padding: 1%;
	box-sizing: border-box;
}




/* side */
#contents #side {
	float: right;
	width: 320px;
	margin-bottom: 2em;
}
#side .leaflet {	margin-bottom: 1.5em;}
#side .title {	margin-bottom: 1em;}
#side .eventBox {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 1.5em;
}
#side .eventBox .inner {
	background-color: #ebebeb;
	color: #0068b6;
	font-weight: bold;
}
#side .eventBox .catchcopy {
	padding: .5em;
}
#side .eventBox .closing,
#side .eventBox .btnForm {
	display: none;
}
#side ul li {	margin-bottom: 1.5em;}
#side .searchBox {
	border: 1px solid #C0E7E2;
	padding: 5px;
	margin-bottom:2em;
}
#side .searchBox .inner {
	background-color: #FFF3EA;
	padding: 5px;
}
#side .searchBox .inner p a {
	font-size: 1.3em;
	font-weight: bold;
	color: #ff5452;
}
#side .searchBox .inner form .section {
	clear: both;
	text-align: left;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #D6D6D6;
}
#side .searchBox .inner form .section label {
	font-size: 1.4em;
	font-weight: bold;
	color: #0068B6;
	margin-right: 1em;
	display: inline-block;
	text-align: left;
	padding-top: .3em;
	padding-bottom: .3em;
}
#side .searchBox .inner form div .category {	float: left;}
#side .searchBox .inner form .section .categoryBox {	padding-left: 80px;}
#side .searchBox .inner form #btnsearch {
	background-image: url(../../img/common/btnSearch.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 281px;
	margin-bottom: 1em;
	border-style: none;
	cursor: pointer;
}

#side #ymaruBlog  {
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #FFCACB;
	background-color: #ffe4e4;
}

#side #ymaruBlog #rss .day  {
	color: #000;
}

#side #ymaruBlog #rss .section {
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
	overflow: hidden;
}




/* 2021.04.20 店舗情報キャンペーン表示（#mainCampaign）追加 */

#side #rss .title {
	font-size: 1.3em;
	color: #009d85;
	text-align: left;
	border-bottom: 1px dotted #009d85;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-left: .5em;
}
#side #newReport .title,
#side #sideCampaign .title,
#contents #mainCampaign .title {
	font-size: 1.5em;
	color: #009d85;
	text-align: left;
	border-bottom: 1px dotted #009d85;
	font-weight: bold;
	margin-bottom: .5em;
}
#side #newReport .section,
#side #sideCampaign .section,
#contents #mainCampaign .section,
#side #rss .section {
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 1em;
	overflow: hidden;
}
#side #newReport .section .thumb,
#side #sideCampaign .section .thumb,
#contents #mainCampaign .section .thumb,
#side #rss .section .thumb {
	float:left;
}
#side #newReport .section .txtarea,
#side #sideCampaign .section .txtarea,
#contents #mainCampaign .section .txtarea,
#side #rss .section .txtarea {
	width:230px;
	float: right;
}
#side #rss .section .txtarea.wide {
	width: 100%;
}
#side #newReport .section .title,
#side #sideCampaign .section .title,
#contents #mainCampaign .section .title,
#side #rss .section .title {
	color: #0068B6;
	font-size: 1.4em;
	border-style: none;
	float: left;
	padding-left: .5em;
}
#side #newReport .section .day,
#side #sideCampaign .section .day,
#contents #mainCampaign .section .day,
#side #rss .day {
	font-size: 1.2em;
	color: #9e9e9e;
	text-align: left;
	padding-left: .5em;
	margin-bottom:.5em;
}
#side #newReport .section .txt,
#side #sideCampaign .section .txt,
#contents #mainCampaign .section .txt {
	clear: both;
	font-size: 1.2em;
	text-align: left;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
#side #newReport .more,
#side #sideCampaign .more,
#contents #mainCampaign .more {
	font-size: 1.2em;
	text-align: right;
}
#pagetop {
	border-bottom: 5px solid #009E86;
	clear: both;
}
#pagetop p {
	text-align: right;
	margin: auto;
	width: 980px;
}
#footer a {
	color: #0068B6;
	text-decoration: none;
}
#footer .inner {
	margin: auto;
	width: 980px;
	overflow: hidden;
	padding-top: 2em;
	padding-bottom: 2em;
}
#footer .inner .section {
	float: left;
	text-align: left;
}
#footer .inner .section.col1 {
	width: 27%;
	padding-right:2%
}
#footer .inner .section.col2 {
	width: 25%;
	padding-right:2%
}
#footer .inner .section.col3 {
	width: 20%;
	padding-right:2%
}
#footer .inner .section.col4 {
	width: 20%;
}
#footer .inner .section p {
	font-size: 1.4em;
	padding-left: 1em;
	margin-bottom: .5em;
}
#footer .inner .section .title {
	background-image: url(../../img/common/img_bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	border-bottom: 1px dashed #CCC;
	padding-bottom: .2em;
	padding-top: .2em;
	margin-bottom: .5em;
	font-weight: bold;
}
#footer .inner .section .title a {
	font-weight: bold;
	color: #000;
}

#footer .inner .section ul {
	margin-left: 3em;
	margin-bottom: 2em;
}

#footer .inner .section ul li {
	font-size: 1.2em;
	margin-bottom: .5em;
}
#footer .inner .section .col2 li {
	float: left;
	width: 50%;
}

#footer .inner .section ul li a {
	color: #000;
	text-decoration: none;
}
#footer .undermenu {
	border-top: 1px solid #009C86;
	clear: both;
	padding-top: .7em;
	padding-bottom: .7em;
	overflow: hidden;
}
#footer .undermenu ul {
	width: 980px;
	margin: auto;
}
#footer .undermenu li {
	float: left;
	font-size: 1.2em;
	text-align: left;
	padding-right: 1em;
	padding-left: 1.2em;
	background-image: url(../../img/common/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}


#footer #address {
	background-color: #EFEFEF;
	clear: both;
	border-top: 1px solid #009C86;
}
#footer #address .inner {
	margin: auto;
	width: 980px;
	overflow: hidden;
}
#footer #address .inner p {
	float: left;
	font-size: 1.2em;
	line-height: 38px;
	margin-left: 2em;
	padding-top: .5em;
	padding-bottom: .5em;
}
#copyright {
	font-size: 1.2em;
	color: #FFF;
	background-color: #009C86;
	text-align: center;
	padding: 1.5em 0;
}

/* フォーム */
#contents .main .contact-form {
	margin-bottom: 3em;
	
}
#contents .main .articleTopics .form-element .field_error,
#contents .main .articleTopics p.text-error {
	color: #C00;
}
#contents .main .articleTopics .control-label,
#contents .main .articleTopics .form-label {
	float:left;
	font-size: 1.4em;
	width: 14em;
	clear: both;
}
#contents .main .articleTopics .control-label .label.label-important,
#contents .main .articleTopics .form-label span {
	color: #1A9279;
}
#contents .main .articleTopics .controls,
#contents .main .articleTopics .form-element {
	padding-left: 15em;
	text-align:left;
	margin-bottom: 1em;
	font-size: 1.4em;
}
#contents .main .articleTopics .form-element .form-element {
	padding-left: 0em;
	font-size: 1em;
}
#contents .main .articleTopics .controls p,
#contents .main .articleTopics .form-element p {
	font-size: 1em;
}
#contents .main .articleTopics input[type="submit"] {
	font-size: 2em;
	padding: .5em 1em;
	background: #009C86;
	color: #FFF;
	border: none;
	cursor: pointer;
}
.contact-form-field {
	clear: both;
}

/* 出展用地 */
#contents .main .articleTopics .section.land h5 {
	margin-bottom: 0;
}
#contents .main .articleTopics .section.land table {
	width: 100%;
}
#contents .main .articleTopics .section.land table th {
	font-weight: normal;
	background: #F3F3F3;
	width: 20%;
	padding: 1em 0;
	border-right: 1px solid #80736E;
}
#contents .main .articleTopics .section.land table th,
#contents .main .articleTopics .section.land table td {
	border-bottom: 1px solid #80736E;
	padding: .5em;
	font-size: 1.4em;
}
#contents .main .articleTopics .section .imeges {
	font-size: 1.4em;
	text-align: left;
}
#contents .main .articleTopics .section .imeges li {
	width: 49%;
	float: left;
}
#contents .main .articleTopics .section .imeges li:nth-child(2n) {
	float: right;
}
.sp { display: none;}

/* お客様相談室 */
#contents .main .customer {
	margin-bottom: 5em;
	overflow: hidden;
}
#contents .main .customer .customerBox {
	width: 48%;
	margin: 1%;
	float: left;
	border: 1px solid #009C86;
	box-sizing: border-box;
}
#contents .main .customer .customerBox p {
	font-size: 1.4em;
	text-align: left;
	padding: 0 1em 1em;
}
#contents .main .customer .customerBox .telTitle {
	background-image: url(../../img/customer/icon_tel.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 60px;
	line-height: 50px;
	background-color: #E0F0DD;
	margin-bottom: .8em;
}
#contents .main .customer .customerBox .letterTitle {
	background-image: url(../../img/customer/icon_letter.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 60px;
	line-height: 50px;
	background-color: #E0F0DD;
	margin-bottom: .8em;
}
#contents .main .customer .customerBox .mailTitle {
	background-image: url(../../img/customer/icon_mail.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 55px;
	line-height: 50px;
	background-color: #E0F0DD;
	margin-bottom: .8em;
}
#contents .main .customer .customerBox p .large {
	font-size: 1.6em;
}
#contents .main .customer .customerBox p .small {
	font-size: .9em;
	color: #6E6E6E;
}
#contents .main .customer .customerBox .contact {
	padding: 3em 1em;
}
/* 追加 */
#contents .main .articleTopics .yoursjob {
	background:#079C86;
	font-size:3em;
	font-weight:bold;
	margin:0 0 2em;
}
.yoursjob a {
	color:#fff;
	display:block;
	text-align:center;
	padding:.5em 0;
	text-decoration:none;
}

div.minichira-asp-list-parent.minichira-asp-horizontal{
	width: 316px !important;
}

#minichiraArea div.minichira-asp-list-parent.minichira-asp-horizontal{
width: 100% !important;
}

/* 2019.03.01　ユアーズキッチン追加 */
#kitchen-box h5{
	margin-top:30px;
}
#kitchen-box h5 span{
	font-size:0.7em;
}
#kitchen-box table{
	width:100%;
	font-size:1.4em;
}
#kitchen-box table tr th{
	text-align:left;
	font-weight:normal;
	padding:5px;
	border-bottom:1px solid #ddd;
}
#kitchen-box table tr td{
	text-align:right;
	padding:5px;
	border-bottom:1px solid #ddd;
}
#kitchen-box ol li{
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid #ddd;
	text-align:left;
	font-size:1.4em;
}
#kitchen-box p.kitchen-point{
	padding:10px;
	background:#FFC;
	color:#630;
	margin-top:30px;
}
#kitchen-box p.kitchen-spec{
	padding:10px;
	background:#F0F0F0;
	color:#000;
	margin-top:30px;
}

#minichiraArea #minichiraList1{
	width: 163px !important;
}

@media (max-width: 680px) {
.pc { display: none;}
.sp { display: block;}
#contents .main h3 {
	font-size: 2em;
	margin:0.5em 0;
}

#header .inner {
	width: 100%;
	background: none;
	border-bottom: 5px solid #009C86
}
#header .inner h1 { width:50%}
#header .inner p {	display: none;}
#header .inner .spMenu {
	display: block;
	padding-bottom: .5em;
	width:50%;
	float: right;
}
#header .inner ul {	clear: both;}
#header .inner ul li {
	background-color: #009C86;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1.4em;
	padding-top: .5em;
	padding-bottom: .5em;
}
#header .inner ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#globalnavi {	display: none;}
#contents {	width: 96%;}
#contents .main {
	float: none;
	width: 100%;
}

0#contents .main .fairBox .recipeBox .article .recipeHrader .bsIcon img,
0#contents .main .fairBox .recipeBox .article .recipeBody .recipeThumb img {
	display: block;
	width: 122px;
	margin-right: 20px;
	margin-bottom: 2px;
}

#contents .main .fairBox .recipeBox .article img {
	display: block;
	width: 150px !important;
	max-width: none;
	margin-right: 0;
	margin-bottom: 2px;
}



#contents .main .newsBox dl {	margin-bottom:3em;}




/* 店舗情報 */
#contents .main .selectType .shopBox {
	width: 50%;
	float: left;
} 
#contents .main .selectType .shopBox p strong {
}
#contents .main .shoplist {
	overflow: hidden;
	padding: 2em 0;
	border-bottom: 1px solid #554137;
}
#contents .main .shoplist.yours {}
#contents .main .shoplist .textarea .area {
	float: none;
}
#contents .main .articleTopics .section .digitalLeaflet .leafletBox {}
#contents .main .articleTopics .section .digitalLeaflet .leafletBox p {
	width: 100%;
	float: none;
}
#contents .main .articleTopics .section .shpoinfoTxt {
	width: 100%;
	margin: 0 auto 2em;
}
#contents .main .articleTopics .section .basic {}
#contents .main .articleTopics .section .basic tr th {}
#contents .main .articleTopics .section .basic tr td {}
#contents .main .articleTopics .section .basic tr th,
#contents .main .articleTopics .section .basic tr td {}
#contents .main .articleTopics .section .googleMap {}
#contents .main .articleTopics .section .googleMap iframe { width: 100%;}
#contents .main .articleTopics .section .googleMap p {}
#contents .main .articleTopics .section.shopRecruit {}
#contents .main .articleTopics .section.shopRecruit h5 {}
/*#contents .main .articleTopics .section.shopRecruit table{
	display: block;
}
#contents .main .articleTopics .section.shopRecruit table thead{
	display: none;
}
#contents .main .articleTopics .section.shopRecruit table tbody{
	display: block;
}
#contents .main .articleTopics .section.shopRecruit table tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
#contents .main .articleTopics .section.shopRecruit table tbody th,
#contents .main .articleTopics .section.shopRecruit table tbody td{
	display: list-item;
	border: none;
}
#contents .main .articleTopics .section.shopRecruit table tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	background-color: #EBEBEB;
	color: #80736E;
}
#contents .main .articleTopics .section.shopRecruit table tbody td{
	padding: 0;
	text-align: left;
}
#contents .main .articleTopics .section.shopRecruit table tbody td:nth-of-type(1):before { content: "[時間給]"; }
#contents .main .articleTopics .section.shopRecruit table tbody td:nth-of-type(2):before { content: "[時間帯]"; }

#contents .main .articleTopics .section.shopRecruit table thead tr th,
#contents .main .articleTopics .section.shopRecruit table tbody tr th,
#contents .main .articleTopics .section.shopRecruit table tbody tr td {
	border: none;
	text-align: left;
}
*/




/* 2016.12.15　ミニチラ追加に伴う、エリア再設定 */

#contents .main .articleTopics .section #chirashiBox {
	width: 100%;
	padding: 0;
	word-break: break-all;
}

#contents .main .articleTopics .section #chirashiBox .chirashiTitle {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 8px 0 8px 16px;
}

#contents .main .articleTopics .section #chirashiBox #sufooArea {
	float: none;
	width: 99%;
	border: 2px solid #FD8CBC;
	margin-bottom: 12px;
}
#contents .main .articleTopics .section #chirashiBox #sufooArea p.chirashiTitle  {
	background-color: #FD8CBC;
}

#contents .main .articleTopics .section #chirashiBox #minichiraArea {
	float: none;
	width: 99%;
	height: 251px;
	border: 2px solid #FFB62C;
}
#contents .main .articleTopics .section #chirashiBox #minichiraArea p.chirashiTitle  {
	background-color: #FFB62C;
}

#contents .main .articleTopics .section #chirashiBox #sufooArea .chirashiArea,
#contents .main .articleTopics .section #chirashiBox #minichiraArea .chirashiArea {
	background-color: #fff;
	height: 210px;
}


/* ミニチラ用カスタマイズ */

#side #sideMinichiraArea .sideMinichiraBox {
    width: 100%;
    box-sizing: border-box;
}




#contents .main .articleTopics .section .leftBox .caption,
#contents .main .articleTopics .section .rightBox .caption {
	margin-bottom: 2em;
}




div.minichira-asp-wrapper-horizontal {
    width: 100%;
}
#sideMinichiraArea{
margin:0 auto;
width:90%;
}
#sideMinichiraArea p img{
width:100%;
height:auto;
}
.minichira-asp {
    width: 100%;
}
div.minichira-asp-list-parent.minichira-asp-horizontal  ul {
    width: 100% !important;
}
div.minichira-asp-list-parent.minichira-asp-horizontal ul li {
    width: 40% !important;
    padding-right: 5% !important;
}
img.minichira-asp-more-horizontal {
    width: 6%;
    height: auto;
}
div.minichira-asp-list-parent.minichira-asp-horizontal {
    width: 100% !important;
}
div.minichira-asp-wrapper-horizontal {
    width: 100% !important;
}
div.minichira-asp-description-pc,
div.minichira-asp-title {
    width: inherit !important;
}






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

/* トピックス一覧 */
#contents .main h2 {	margin-top:1em;}
#contents .main .selectType .box {
	float: none;
	width: 100%;
}
#contents .main .article {	margin-bottom: 1em;}
#contents .main .article .thumb {
	float: left;
	width: 48%;
	margin-bottom: .5em;
}
#contents .main .article .textarea {
	padding-left: 1%;
	text-align: left;
	float: left;
	width: 50%;
}
#contents .main .article .textarea .icon {
	float: none;
	margin-bottom: .5em;
}
#contents .main .article .textarea .day {
	float: none;
	margin-bottom: .5em;
	margin-left: 0;
}


/* トピックス詳細 */
#contents .main .articleTopics .section .leftBox {
	width: 100%;
	float: none;
	margin-bottom: .5em;
	text-align: center;
}
#contents .main .articleTopics .section .rightBox {
	width: 100%;
	float: none;
	margin-bottom: .5em;
	text-align: center;
}
#contents .main .articleTopics .section iframe {
	width: 100%;
}
#contents .main .more_blue {
	margin-bottom: 2em;
}
/*========================================================*/

/* おすすめ商品 */
#contents .main .articleTopics .section.product {}
#contents .main .articleTopics .section.product .title {}
#contents .main .articleTopics .section.product ul li { padding: 0 1%; box-sizing: border-box;}
#contents .main .articleTopics .section.product ul li a {}
#contents .main .articleTopics .section.product ul li .iconYour {}
#contents .main .articleTopics .section.product ul li .iconBuyer {	padding: 3px 0 3px 55px;}
#contents .main .articleTopics .section.product ul li .iconItem {}
/*========================================================*/

/* サービス案内 */
#contents .main .articleTopics .section.product .service li {
	padding: 0 2%;
	text-align: center;
}
#contents .main .articleTopics .section .maruwa li {
	width: 50%;
	padding: 0 2%;
	box-sizing: border-box;
}
/*========================================================*/
/* 企業情報 */
#contents .main .articleTopics .section.product .title.company {}
/* 社長挨拶~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .section .cesPhoto {
	float: none;
	margin: 0 auto 2em;
	text-align: center;
}
/* 経営方針~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .section .symbolmark {
	float: none;
	margin: 0 auto 2em;
	text-align: center
}
#contents .main .articleTopics .section .symbolmarkTxt {
	float: none;
	width: 100%;
	margin-top: 0px;
}
/* ディスクロージャー~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .disc {}
#contents .main .articleTopics .disc .box {}
#contents .main .articleTopics .disc .box p a {}
/* トレーサビリティ~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics .section .trecebility {}
#contents .main .articleTopics .section .trecebility p {}
#contents .main .articleTopics .section .trecebility .title {}
#contents .main .articleTopics .section .treceFontColorRed {}
/*========================================================*/

#contents .main .articleTopics .partArea li {
	width: 33%;
}
#contents .main .articleTopics .section .gallery li {
	width: 50%;
}
/* foam~~~~~~~~~~~~~~~~~~~~~~~ */
#contents .main .articleTopics form .contact {}
#contents .main .articleTopics form .contact dt {
	float: none;
	width :100%;
}
#contents .main .articleTopics form .contact dd {
	padding-left: 0em;
}
#contents .main .articleTopics form p #submit {}

/* フォーム */
#contents .main .contact-form {}
#contents .main .articleTopics .form-element .field_error,
.text-error {}
#contents .main .articleTopics .control-label,
#contents .main .articleTopics .form-label,
#contents .main .articleTopics .control-group {
	float:none;
	width: 100%;
	text-align: left;
}
#contents .main .articleTopics .control-label .label.label-important,
#contents .main .articleTopics .form-label span {}
#contents .main .articleTopics .controls,
#contents .main .articleTopics .form-element {
	padding-left: 0em;
}
#contents .main .articleTopics .controls input[type="text"],
#contents .main .articleTopics .controls textarea {
	width: 100%;
}
#contents .main .articleTopics .controls p,
#contents .main .articleTopics .form-element p {}
/*========================================================*/


/* お客様相談室 */
#contents .main .customer {
}
#contents .main .customer .customerBox {
	width: 96%;
	margin: 0 auto 2em;
	float: none;
}

#contents #side {
	float: none;
	width: 96%;
	margin: auto;
}
#side .eventBox {
	width:49%;
	float: left;
	text-align: center;
	padding-bottom: 1.5em;
}
#side .eventBox:nth-child(2n) {	margin-left:2%}
#side .eventBox .catchcopy {	text-align: left;}
#side .eventBox .closing,
#side .eventBox .btnForm {	display: block;}
#side .eventBox .btnForm {
	background-color: #EC0014;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding: .5em 2em;
}
#side .eventBox .btnForm a {
	color: #FFF;
	text-decoration: none;
	display:block;
}
#side ul {
	clear: both;
	//overflow: hidden;
}
#side ul li {
	margin-bottom: 1.5em;
	width:49%;
	float: left;
}
#side ul li:nth-child(2n) {	margin-left:2%;}
#side #newReport .more,
#side #sideCampaign .more,
#contents #mainCampaign .more
 { margin-bottom: 3em;}

#side #newReport .section .thumb,
#side #sideCampaign .section .thumb,
#contents #mainCampaign .section .thumb {
	width: 28%;
}
#contents #mainCampaign .section .thumb {
	text-align: center;
	padding-top: 5px;
}
#side #newReport .section .txtarea,
#side #sideCampaign .section .txtarea,
#contents #mainCampaign .section .txtarea {
	width:70%;
}
#pagetop p {	width: 100%;}
#footer > .inner { /*display: none;*/	width: 96%; margin: auto;}
#footer #address .inner {	width: 96%;}
#footer .inner .section {
	float: none;
	text-align: left;
}
#footer .inner .section .title {
	cursor: pointer;
}
#footer .inner .section .accordion {
	display: none;
}
#footer .inner .section.col1,
#footer .inner .section.col2,
#footer .inner .section.col3,
#footer .inner .section.col4 {
	width: 96%;
	box-sizing: border-box;
	padding-right: 0%;
	margin: auto;
}
#footer #address .inner p:nth-child(3),
#footer #address .inner p:nth-child(4) { line-height: 1.2em;}
#footer .undermenu {
	padding-bottom: 0em;
}
#footer .undermenu ul {
	width: 96%;
	box-sizing: border-box;
	margin: auto;
}
#footer .undermenu li {
	float: none;
	margin-bottom: 1em;
}
#footer .inner .section a {
	display: block;
}
}

@media (max-width: 320px) {
/* 2017.03.03　ミニチラ追加に伴う、トップページ再設定 */
#contents {	width: 98%;}
#contents #side { width: 100%;}
.minichira-asp {
	width: 100%;
}
#side #sideMinichiraArea {
	width: 100%;
}
#side #sideMinichiraArea .sideMinichiraBox {
	//width: 290.89px;
	border: 2px solid #FFB62C;
	margin: 0 auto 10px;
}

#side #sideMinichiraArea script {
	margin: 0 auto;
}
}

