/*
Theme Name: コスモス薬品
Theme URI: http://www.cosmospc.co.jp/
*/

/****************************************
 地図
*****************************************/

/***** 地図イメージ *****/
#map_img{
	width: 800px;
	height: 400px;
	overflow: hidden;
	padding: 0;}

/***** 文字外枠 *****/
#ken{
	margin-top: -400px;
	width: 800px;
	height: 400px;
	padding: 0;}

/******** 合計 ********/
#total{
	width: 250px;
	display: inline-block;
	background: #fff;
	border-collapse: collapse;
	box-shadow: 2px 2px 2px #aaa;
	color: #000;
	padding: 10px 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	border: solid 1px #000;}

.t_map{
	width: 220px;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;}

.line{
	padding: 2px 0;
	border-top: solid 1px #000;}

.t_map th{
	text-align: left;}

.t_map td{
	padding: 2px 5px
	text-align: left;}

.number{
	text-align: right;}



/******** エリア店舗数枠 ********/
#shop_num{
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;}

#area{
	width: 22%;
	margin: 20px 3% 0 0;}


#area_name{
	display: block;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 4px 0 4px 6px;}

.kyusyu{
	background: #f2a6d2;}
.shikoku{
	background: #cd9af4;}
.chugoku{
	background: #acbbff;}
.kansai{
	background: #81d4ff;}
.chubu{
	background: #78d264;}
.kanto{
	background: #cce70b;}


.area_ken{
	border-collapse: collapse;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
	font-size: 14px;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 8px;
	padding: 0;}

.ken_num{
	padding-right:3px;
	line-height: 1;
	text-align: right;}

.ken_total{
	border-top: 1px solid #666;
	text-align: left;
	padding: 5px 0 3px 8px;}

.ken_num_total{
	border-top: 1px solid #666;
	padding-right:3px;
	line-height: 1;
	text-align: right;}

.annotation{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2;
	font-size: 10.8px;
	width: 100%;
	padding-top: 3px;}

.ken_kyusyu{
	text-align: left;
	padding: 3px 0 3px 22px;
	margin-left: 30px;
	background-image: url(../images/mark_kyusyu.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;}

.ken_shikoku{
	text-align: left;
	padding: 3px 0 3px 22px;
	margin-left: 30px;
	background-image: url(../images/mark_shikoku.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;}

.ken_chugoku{
	text-align: left;
	padding: 3px 0 3px 22px;
	margin-left: 30px;
	background-image: url(../images/mark_chugoku.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;}

.ken_kansai{
	text-align: left;
	padding: 3px 0 3px 22px;
	margin-left: 30px;
	background-image: url(../images/mark_kansai.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;}

.ken_chubu{
	text-align: left;
	padding: 3px 0 3px 22px;
	margin-left: 30px;
	background-image: url(../images/mark_chubu.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;}

.ken_kanto{
	text-align: left;
	padding: 3px 0 3px 22px;
	margin-left: 30px;
	background-image: url(../images/mark_kanto.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;}


/******** 吹きだし ********/

.fukidashi{
	position: relative;}
.fukidashi a span{
	line-height: 150%;
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0px;
	width: 180px;
	padding: 10px;
	border: solid 1px #d51559;
	border-radius: 5px;
	background: #fff;
	color: #000;
	font-size: 12px;
	line-height: 1;
	transition: .5s;}
.fukidashi a span:after{
	position: absolute;
	top: 100%;
	left: 32%;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top: 6px solid #d51559;
	content: "";}
.fukidashi a:hover span{
	opacity: 1;
	top: -5px;}
.fukidashi a{
	font-weight: bold;
	color: red;}
