@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Common
Made by TRAM
/////////////////////////////////////
*/
body {
	color:#282828;	
}

.info-shop {
	position:relative;	
	padding:20px 0 45px;
	margin-bottom:55px;
}
.info-shop::before {
	position:absolute;
	content:"";
	background:#fff;
	opacity:0.5;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.info-shop > * {
	position:relative;
	z-index:2;
}
.info-shop dl {
	background:url(../images/company/border.png) no-repeat 0 100%;
	padding:10px 0;
	font-size:125%;
}
.info-shop dt {
	padding-left:25px;
	line-height:24px;
	font-weight: bold;
}
.info-shop dd {
	line-height:24px;
	padding-left:25px;
}

.map iframe{
	width: 100%;
	height: 300px;
}