


/* Style for PCs */
@media screen and (min-width: 1025px) {

	/* Page top */

	#page-shoplist {
		width:100%;
		max-width:1200px;
		height:auto;
		display:block;
		padding:100px 2% 0 2%;
		margin:0 auto;
		background-image:url(../img/header/bg01.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:1200px auto;
	}

	/*-------------------------------------------------------------------------------------*/

	/* Pagetitle */
	#pagetitle {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:20px;
	}
	#ptbody {
		width:100%;
		max-width:1200px;
		height:auto;
		display:block;
		padding:30px 0;
	}
	.si-restaurant {
		background-image:url(../img/header/ic-restaurant.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 40px;
	}
	.si-life_food {
		background-image:url(../img/header/ic-life_foods.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 40px;
	}
	.si-shopping {
		background-image:url(../img/header/ic-shopping.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 40px;
	}
	.si-life {
		background-image:url(../img/header/ic-life.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 40px;
	}
	.si-fashion {
		background-image:url(../img/header/ic-fashion.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 40px;
	}
	.si-education {
		background-image:url(../img/header/ic-education.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 40px;
	}
	.si-leisure {
		background-image:url(../img/header/ic-leisure.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 40px;
	}
	.si-hospital_drugstore {
		background-image:url(../img/header/ic-hospital_drugstore.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 40px;
	}
	#ptbody #ptleft {
		width:40%;
		height:40px;
		display:block;
		float:left;
		padding-left:50px;
	}
	#ptbody #ptleft h2 {
		font-size:20px;
		font-weight:normal;
		line-height:40px;
		float:left;
		margin-right:15px;
		color:#888;
	}
	#ptbody #ptleft h3 {
		font-size:0.9em;
		font-weight:normal;
		line-height:40px;
		float:left;
		color: #127739;
	}
	#ptbody #ptright {
		width:50%;
		height:40px;
		display:block;
		float:right;
	}
	.breadcrumbs {
		width:100%;
		height:40px;
		display:block;
		text-align:right;
	}
	.breadcrumbs p {
		font-size:12px;
		line-height:40px;
	}



	/*-------------------------------------------------------------------------------------*/

	/* Side menu */
	#rightcc {
		width:23%;
		height:auto;
		display:block;
		float:right;
	}
	#rightcc ul#catelist li {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:10px;
	}
	#rightcc ul#catelist li a {
		width:100%;
		height:auto;
		display:block;
		text-decoration:none!important;
		border:3px solid #e5e5e5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:10px 0px 10px 65px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	#rightcc ul#catelist li a:hover {
		border:3px solid #69B693;
	}
	#rightcc ul#catelist li a h3 {
		font-size:16px;
		font-weight:normal;
		line-height:25px;
		color:#333;
	}
	#rightcc ul#catelist li a p {
		font-family: 'Cinzel', serif!important;
		font-size:0.7em!important;
		font-weight:normal;
		line-height:20px;
		color:#127739;
	}
	#rightcc ul#catelist li a.tglink01 {
		background-image:url(../img/sidemenu/ic-restaurant.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink02 {
		background-image:url(../img/sidemenu/ic-life_foods.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink03 {
		background-image:url(../img/sidemenu/ic-shopping.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink04 {
		background-image:url(../img/sidemenu/ic-life.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink05 {
		background-image:url(../img/sidemenu/ic-fashion.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink06 {
		background-image:url(../img/sidemenu/ic-education.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink07 {
		background-image:url(../img/sidemenu/ic-leisure.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink08 {
		background-image:url(../img/sidemenu/ic-hospital_drugstore.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}


	/*-------------------------------------------------------------------------------------*/

	/* 店舗リスト */

	.mmbody {
		width:72%;
		height:auto;
		display:block;
		float:left;
	}

	.shoplist ul li {
		width:100%;
		height:auto;
		display:block;
		text-decoration:none!important;
		border:3px solid #e5e5e5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:25px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
		margin-bottom:20px;
	}
	.shoplist ul li .siimg {
		width:35%;
		height:auto;
		display:block;
		float:left;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		overflow:hidden;
	}
	.shoplist ul li .sibox {
		width:60%;
		height:auto;
		display:block;
		float:right;
	}
	.shoplist ul li .sibox h2 {
		font-size:22px;
		font-weight:200;
		line-height:1.4em;
		color: #333;
		margin-bottom:10px;
	}
	.shoplist ul li .sibox h2 a {
		color: #333;
		text-decoration:none;
	}
	.shoplist ul li .sibox h2 a:hover {
		color: #69B693;
		text-decoration:underline;
	}
	.shoplist ul li .sibox .sispec dl.sism_add {
		width:100%;
		height:auto;
		display:block;
		padding:0 1%;
	}
	.shoplist ul li .sibox .sispec dl.sism_add dt {
		width:65px;
		height:auto;
		display:block;
		padding:8px;
		float:left;
		font-size:12px;
		line-height:1.4em;
		color:#777;
	}
	.shoplist ul li .sibox .sispec dl.sism_add dd {
		width:100%;
		height:auto;
		display:block;
		padding:8px 8px 8px 73px;
		border-bottom:1px dotted #d5d5d5;
		font-size:12px;
		line-height:1.4em;
		color:#333;
	}
	.shoplist ul li .sibox .sispec dl.sism {
		width:50%;
		height:auto;
		display:block;
		padding:0 1%;
		float:left;
	}
	.shoplist ul li .sibox .sispec dl.sism dt {
		width:65px;
		height:auto;
		display:block;
		padding:8px;
		float:left;
		font-size:12px;
		line-height:1.4em;
		color:#777;
	}
	.shoplist ul li .sibox .sispec dl.sism dd {
		width:100%;
		height:auto;
		display:block;
		padding:8px 8px 8px 73px;
		border-bottom:1px dotted #d5d5d5;
		font-size:12px;
		line-height:1.4em;
		color:#333;
	}


	/*-------------------------------------------------------------------------------------*/


}

/* Style for TabletPCs */
@media screen and (min-width: 769px) and (max-width: 1024px) {

	/* Page top */

	#page-shoplist {
		width:100%;
		height:auto;
		display:block;
		padding:120px 5% 0 5%;
		margin:0 auto;
		background-image:url(../img/header/bg01.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:auto 120px;
	}

	/*-------------------------------------------------------------------------------------*/

	/* Pagetitle */
	#pagetitle {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:50px;
	}
	#ptbody {
		width:100%;
		height:auto;
		display:block;
	}
	.si-restaurant {
		background-image:url(../img/header/ic-restaurant.png);
		background-position:left top;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-life_food {
		background-image:url(../img/header/ic-life_foods.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-shopping {
		background-image:url(../img/header/ic-shopping.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-life {
		background-image:url(../img/header/ic-life.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-fashion {
		background-image:url(../img/header/ic-fashion.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-education {
		background-image:url(../img/header/ic-education.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-leisure {
		background-image:url(../img/header/ic-leisure.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-hospital_drugstore {
		background-image:url(../img/header/ic-hospital_drugstore.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	#ptbody #ptleft {
		width:100%;
		height:60px;
		display:block;
		margin-bottom:10px;
		padding-left:70px;
	}
	#ptbody #ptleft h2 {
		font-size:20px;
		font-weight:normal;
		line-height:60px;
		margin-right:15px;
		color:#888;
		display:block;
		float:left;
	}
	#ptbody #ptleft h3 {
		font-size:0.9em;
		font-weight:normal;
		line-height:60px;
		color: #127739;
		display:block;
		float:left;
	}
	#ptbody #ptright {
		width:100%;
		height:30px;
		display:block;
	}
	.breadcrumbs {
		width:100%;
		height:30px;
		display:block;
		text-align:right;
	}
	.breadcrumbs p {
		font-size:12px;
		line-height:1em;
	}



	/*-------------------------------------------------------------------------------------*/

	/* Side menu */
	#rightcc {
		width:100%;
		height:auto;
		display:block;
	}
	#rightcc ul#catelist li {
		width:50%;
		height:auto;
		display:block;
		float:left;
		padding:1%;
	}
	#rightcc ul#catelist li a {
		width:100%;
		height:auto;
		display:block;
		text-decoration:none!important;
		border:3px solid #e5e5e5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:10px 0px 10px 65px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	#rightcc ul#catelist li a:hover {
		border:3px solid #69B693;
	}
	#rightcc ul#catelist li a h3 {
		font-size:16px;
		font-weight:normal;
		line-height:30px;
		color:#333;
	}
	#rightcc ul#catelist li a p {
		font-family: 'Cinzel', serif!important;
		font-size:0.7em!important;
		font-weight:normal;
		line-height:20px;
		color:#127739;
	}
	#rightcc ul#catelist li a.tglink01 {
		background-image:url(../img/sidemenu/ic-restaurant.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink02 {
		background-image:url(../img/sidemenu/ic-life_foods.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink03 {
		background-image:url(../img/sidemenu/ic-shopping.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink04 {
		background-image:url(../img/sidemenu/ic-life.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink05 {
		background-image:url(../img/sidemenu/ic-fashion.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink06 {
		background-image:url(../img/sidemenu/ic-education.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink07 {
		background-image:url(../img/sidemenu/ic-leisure.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink08 {
		background-image:url(../img/sidemenu/ic-hospital_drugstore.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}


	/*-------------------------------------------------------------------------------------*/

	/* 店舗詳細 */

	.mmbody {
		width:100%;
		height:auto;
		display:block;
	}


}

/* Style for Small TabletPCs */
@media screen and (min-width: 600px) and (max-width: 768px) {

	/* Page top */

	#page-shoplist {
		width:100%;
		height:auto;
		display:block;
		padding:120px 5% 0 5%;
		margin:0 auto;
		background-image:url(../img/header/bg01.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:auto 120px;
	}

	/*-------------------------------------------------------------------------------------*/

	/* Pagetitle */
	#pagetitle {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:50px;
	}
	#ptbody {
		width:100%;
		height:auto;
		display:block;
	}
	.si-restaurant {
		background-image:url(../img/header/ic-restaurant.png);
		background-position:left top;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-life_food {
		background-image:url(../img/header/ic-life_foods.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-shopping {
		background-image:url(../img/header/ic-shopping.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-life {
		background-image:url(../img/header/ic-life.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-fashion {
		background-image:url(../img/header/ic-fashion.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-education {
		background-image:url(../img/header/ic-education.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-leisure {
		background-image:url(../img/header/ic-leisure.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	.si-hospital_drugstore {
		background-image:url(../img/header/ic-hospital_drugstore.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	#ptbody #ptleft {
		width:100%;
		height:60px;
		display:block;
		margin-bottom:10px;
		padding-left:70px;
	}
	#ptbody #ptleft h2 {
		font-size:20px;
		font-weight:normal;
		line-height:60px;
		margin-right:15px;
		color:#888;
		display:block;
		float:left;
	}
	#ptbody #ptleft h3 {
		font-size:0.9em;
		font-weight:normal;
		line-height:60px;
		color: #127739;
		display:block;
		float:left;
	}
	#ptbody #ptright {
		width:100%;
		height:30px;
		display:block;
	}
	.breadcrumbs {
		width:100%;
		height:30px;
		display:block;
		text-align:right;
	}
	.breadcrumbs p {
		font-size:12px;
		line-height:1em;
	}


	/*-------------------------------------------------------------------------------------*/

	/* Side menu */
	#rightcc {
		width:100%;
		height:auto;
		display:block;
	}
	#rightcc ul#catelist li {
		width:50%;
		height:auto;
		display:block;
		float:left;
		padding:1%;
	}
	#rightcc ul#catelist li a {
		width:100%;
		height:auto;
		display:block;
		text-decoration:none!important;
		border:3px solid #e5e5e5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:10px 0px 10px 65px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	#rightcc ul#catelist li a:hover {
		border:3px solid #69B693;
	}
	#rightcc ul#catelist li a h3 {
		font-size:16px;
		font-weight:normal;
		line-height:30px;
		color:#333;
	}
	#rightcc ul#catelist li a p {
		font-family: 'Cinzel', serif!important;
		font-size:0.7em!important;
		font-weight:normal;
		line-height:20px;
		color:#127739;
	}
	#rightcc ul#catelist li a.tglink01 {
		background-image:url(../img/sidemenu/ic-restaurant.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink02 {
		background-image:url(../img/sidemenu/ic-life_foods.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink03 {
		background-image:url(../img/sidemenu/ic-shopping.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink04 {
		background-image:url(../img/sidemenu/ic-life.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink05 {
		background-image:url(../img/sidemenu/ic-fashion.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink06 {
		background-image:url(../img/sidemenu/ic-education.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink07 {
		background-image:url(../img/sidemenu/ic-leisure.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink08 {
		background-image:url(../img/sidemenu/ic-hospital_drugstore.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}


	/*-------------------------------------------------------------------------------------*/

	/* 店舗詳細 */

	.mmbody {
		width:100%;
		height:auto;
		display:block;
	}


}

/* Style for Smartphonea */
@media screen and (max-width: 599px) {


	/* Page top */

	#page-shoplist {
		width:100%;
		height:auto;
		display:block;
		padding:120px 5% 0 5%;
		margin:0 auto;
		background-image:url(../img/header/bg01.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:auto 120px;
	}

	/*-------------------------------------------------------------------------------------*/

	/* Pagetitle */
	#pagetitle {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:50px;
	}
	#ptbody {
		width:100%;
		height:auto;
		display:block;
	}
	.si-restaurant {
		background-image:url(../img/header/ic-restaurant.png);
		background-position:left top;
		background-repeat:no-repeat;
		background-size:auto 50px;
	}
	.si-life_food {
		background-image:url(../img/header/ic-life_foods.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 50px;
	}
	.si-shopping {
		background-image:url(../img/header/ic-shopping.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 50px;
	}
	.si-life {
		background-image:url(../img/header/ic-life.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 50px;
	}
	.si-fashion {
		background-image:url(../img/header/ic-fashion.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 50px;
	}
	.si-education {
		background-image:url(../img/header/ic-education.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 50px;
	}
	.si-leisure {
		background-image:url(../img/header/ic-leisure.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 50px;
	}
	.si-hospital_drugstore {
		background-image:url(../img/header/ic-hospital_drugstore.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 50px;
	}
	#ptbody #ptleft {
		width:100%;
		height:50px;
		display:block;
		padding-left:60px;
	}
	#ptbody #ptleft h2 {
		font-size:20px;
		font-weight:normal;
		line-height:50px;
		margin-right:15px;
		color:#888;
		float:left;
	}
	#ptbody #ptleft h3 {
		font-size:0.9em;
		font-weight:normal;
		line-height:50px;
		color: #127739;
		float:left;
	}
	#ptbody #ptright {
		display:none!important;
	}
	.breadcrumbs {
		display:none!important;
	}
	.breadcrumbs p {
		display:none!important;
	}



	/*-------------------------------------------------------------------------------------*/

	/* Side menu */
	#rightcc {
		width:100%;
		height:auto;
		display:block;
	}
	#rightcc ul#catelist li {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:2px;
	}
	#rightcc ul#catelist li a {
		width:100%;
		height:auto;
		display:block;
		text-decoration:none!important;
		border:3px solid #e5e5e5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:10px 0px 10px 65px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	#rightcc ul#catelist li a:hover {
		border:3px solid #69B693;
	}
	#rightcc ul#catelist li a h3 {
		font-size:16px;
		font-weight:normal;
		line-height:30px;
		color:#333;
	}
	#rightcc ul#catelist li a p {
		font-family: 'Cinzel', serif!important;
		font-size:0.7em!important;
		font-weight:normal;
		line-height:20px;
		color:#127739;
	}
	#rightcc ul#catelist li a.tglink01 {
		background-image:url(../img/sidemenu/ic-restaurant.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink02 {
		background-image:url(../img/sidemenu/ic-life_foods.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink03 {
		background-image:url(../img/sidemenu/ic-shopping.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink04 {
		background-image:url(../img/sidemenu/ic-life.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink05 {
		background-image:url(../img/sidemenu/ic-fashion.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink06 {
		background-image:url(../img/sidemenu/ic-education.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink07 {
		background-image:url(../img/sidemenu/ic-leisure.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}
	#rightcc ul#catelist li a.tglink08 {
		background-image:url(../img/sidemenu/ic-hospital_drugstore.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:45px auto;
	}


	/*-------------------------------------------------------------------------------------*/

	/* 店舗詳細 */

	.mmbody {
		width:100%;
		height:auto;
		display:block;
	}



}

/*ページネーション*/
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #666 ;
}

div.pagination a:hover{
	color:#fff ;
	background: #4fa39d;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #4fa39d;
	color:#fff ;
}
