/*===============================================
●画面の横幅が768px以上
===============================================*/
@media print, screen and (min-width: 768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  画面幅　*/
/*--------------------------------------------------------*/

#pharmacy_container{
	width:970px;
	margin:0 auto 60px;
}

/*  店舗一覧　*/
/*--------------------------------------------------------*/

#shop_list{
	margin-top:30px;
}

#shop_list #shop_map{
	width:960px;
	height:789px;
	margin:0 auto 60px;
}

#shop_list ul{
	overflow:hidden;
	font-size: 0;
	letter-spacing: -.40em;
}

#shop_list ul li{
	display:inline-block; 
	/display:inline; 
	/zoom:1;
	vertical-align:top;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width:230px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:60px;
	text-align:center;
}

#shop_list ul li .shop_photo{
	margin-bottom:12px;
}

#shop_list ul li .shop_info{
}

#shop_list ul li .shop_photo img{
	width:180px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#shop_list ul li .shop_photo a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/*  番号と一覧用住所　*/
/*--------------------------------------------------------*/

#shop_list .listnumberBox{
}

#shop_list .listnumberBox .numBox{
}

#shop_list .listnumberBox .addBox{
	font-size:12px;
	color:#666;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.8px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding-top:2px;
	margin-bottom:8px;
}

#shop_list ul li span.shop_number{
	font-size:12px;
	line-height:1.6em;
	font-family: 'Roboto Condensed',sans-serif;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	color:#FFF;
	font-weight:normal;
}

/*  店舗番号（通常）　*/
/*--------------------------------------------------------*/
#shop_list ul li div.numberBox{
	width: 20px;
	height: 18px;
	padding-top:2px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin:0 auto;
	margin-bottom:8px;
	background: #056EAF;
	text-align:center;
	vertical-align:middle;
}

/*  店舗番号（本店）　*/
/*--------------------------------------------------------*/
#shop_list ul li div.numberBox_honten{
	width: 22px;
	height: 18px;
	padding-top:4px;
	margin:0 auto;
	margin-bottom:8px;
	background:url("../img/number_honten.png") center no-repeat;
	text-align:center;
	vertical-align:middle;
}

/*  店舗番号（併設）　*/
/*--------------------------------------------------------*/
#shop_list ul li div.numberBox_heisetsu{
	width: 28px;
	height: 22px;
	padding-top:5px;
	margin:0 auto;
	margin-bottom:8px;
	background:url("../img/number_heisetsu.png") center no-repeat;
	text-align:center;
	vertical-align:middle;
}

/*  カテゴリー　*/
/*--------------------------------------------------------*/

#shop_list ul li p.category{
	font-size:13px;
	line-height:1.5em;
	color:#444;
	letter-spacing:1.0px;
	margin-bottom:5px;
}

/*  店舗名　*/
/*--------------------------------------------------------*/

#shop_list ul li p.shop_name{
	font-size:16px;
	line-height:1.4em;
	letter-spacing:0.5px;
	color:#444;
	text-decoration:none;
}

#shop_list ul li p.shop_name a{
	font-size:16px;
	line-height:1.4em;
	letter-spacing:0.5px;
	color:#444;
	text-decoration:none;
}

#shop_list ul li p.shop_name a:hover{
	color:#444;
	text-decoration:underline;
}

/*  店舗の特長　*/
/*--------------------------------------------------------*/

#shop_list ul li .specialBox{
	margin-top:13px;
	text-align:center;
	font-size:11px;
	color:#056EAF;
	line-height:1.2em;
	letter-spacing: 1.0px;;
}

#shop_list ul li .specialBox span.special{
	padding:2px 10px;
	border:1px solid #056EAF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

}









/*===============================================
●画面の横幅が768px以下
===============================================*/
@media screen and (max-width:768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  画面幅　*/
/*--------------------------------------------------------*/

#pharmacy_container{
	margin-bottom:80px;
}

/*  店舗一覧　*/
/*--------------------------------------------------------*/

#shop_list{
}

#shop_list #shop_map{
}

#shop_list ul{
	padding:25px 15px 0;
}

#shop_list ul li{
	display: table;
	width: 100%;
	border-bottom:1px dashed #DDD;
	padding-bottom:15px;
	margin-bottom:15px;
}

#shop_list ul li .shop_photo{
	display: table-cell;
	vertical-align: top;
	width:100px;
}

#shop_list ul li .shop_info{
	display: table-cell;
	text-align:left;
	padding-left:15px;
}

#shop_list ul li .shop_photo img{
	width:100px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#shop_list ul li .shop_photo a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/*  番号と一覧用住所　*/
/*--------------------------------------------------------*/

#shop_list ul li .listnumberBox{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#shop_list ul li .listnumberBox .numBox{
	width:32px;
}

#shop_list ul li .listnumberBox .addBox{
	flex:1;
	padding-top:5px;
	font-size:11px;
	color:#666;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.8px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#shop_list ul li span.shop_number{
	font-size:12px;
	line-height:1.5em;
	font-family: 'Roboto Condensed',sans-serif;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	color:#FFF;
	font-weight:normal;
}

/*  店舗番号（通常）　*/
/*--------------------------------------------------------*/
#shop_list ul li div.numberBox{
	width: 20px;
	height: 20px;
	padding-bottom:7px;
	margin-bottom:5px;
	background:url("../img/number_shop.png") center no-repeat;
	text-align:center;
	vertical-align:middle;
}

/*  店舗番号（本店）　*/
/*--------------------------------------------------------*/
#shop_list ul li div.numberBox_honten{
	width: 22px;
	height: 22px;
	margin-bottom:5px;
	background:url("../img/number_honten.png") center no-repeat;
	text-align:center;
	vertical-align:middle;
}

/*  店舗番号（併設）　*/
/*--------------------------------------------------------*/
#shop_list ul li div.numberBox_heisetsu{
	width: 28px;
	height: 25px;
	padding-top:3px;
	margin-bottom:5px;
	background:url("../img/number_heisetsu.png") center no-repeat;
	text-align:center;
	vertical-align:middle;
}

/*  カテゴリー　*/
/*--------------------------------------------------------*/

#shop_list ul li p.category{
	font-size:11px;
	line-height:1.5em;
	color:#777;
	letter-spacing:1.0px;
	margin-bottom:1px;
}

/*  店舗名　*/
/*--------------------------------------------------------*/

#shop_list ul li p.shop_name{
	font-size:16px;
	font-weight:normal;
	line-height:1.4em;
	letter-spacing:0px;
	color:#444;
}

#shop_list ul li p.shop_name a{
	font-size:16px;
	line-height:1.4em;
	letter-spacing:0.5px;
	color:#444;
	text-decoration:none;
}

#shop_list ul li p.shop_name a:hover{
	color:#444;
	text-decoration:underline;
}

/*  店舗の特長　*/
/*--------------------------------------------------------*/

#shop_list ul li .specialBox{
	margin-top:10px;
	font-size:10px;
	color:#056EAF;
	line-height:1.2em;
	letter-spacing: 0px;;
}

#shop_list ul li .specialBox span.special{
	padding:2px 5px;
	border:1px solid #056EAF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

}