﻿@font-face {
	font-family:"Rounded M+";
	src:url(../Font/rounded-mplus.ttf);
}

#shopInfo {
	display:block;
	max-width:980px;
	margin:20px auto 20px auto;
	font-family:helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	color:#1F1F1F;
}

.shopInfo-contents {
	display: block;
	height:100%;
	width: 100%;
	margin:auto;
}

.shopInfo-anchor {
	width:28%;
	height: 100%;
	text-decoration:none;
	float:left;
}

.shopInfo-anchor img.image-border {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.9);
	width:100%;
	border: 1px double #C3C3C3;
}

.info-Value {
	float:left;
	margin:0px;
	margin-left:20px;
	font-weight:600;
}

.info-Value h1 {
	color:#000C41;
}

.info-Value>small {
	font-size:15px;
	color:#464646;
}

.info-Value h1 {
	margin:0px;
	font-size:23px;
	border-bottom:1px solid #000C41;
	font-family:"游ゴシック", "Yu Gothic", YuGothic;
}

.info-Value h1>small {
	font-weight:normal;
}

.info-Value h1>span {
	margin:0px !important;
	font-size:23px;
}

.info-Value p {
	margin:0px;
	font-size:18px;
}

.info-Value span {
	font-size:18px;
}

.info-Value span+span {
	margin-left:15px;
}

.shopInfo-contents:after, .info-Value:after {
	content:"";
	display:block;
	clear:both;
}