@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Common
Made by TRAM
/////////////////////////////////////
*/
#Shop {
	position: relative;
	z-index: 100;
	overflow: hidden;
	font-size: 117%;
	padding-bottom: 80px;
}
#Shop .profile {
	width:300px;
	float: left;
	padding-right: 50px;
	text-align: right;
}
#Shop .txtbox {
	width: 600px;
	float: right;
	padding-top: 20px;
}
#Shop .txtbox li {
	margin-bottom: 10px;
	background: url(../images/common/icon.png) no-repeat left 2px;
	padding-left: 25px;
}
.info {
	background-color: #f1d6c8;
	padding: 60px 0;
}
.info .wrapper {
	padding-left: 50px;
	position: relative;
}
.info .profile {
	width:300px;
	position: absolute;
	top: 80px;
	z-index: 1000;
}
.info .profile2 {
	position: absolute;
	bottom: -80px;
	right: 0;
	z-index: 1000;
}
.info table {
	width: 620px;
	float: right;
	font-size: 117%;
	margin-bottom: 80px;
}
.info th {
	border-bottom: 1px solid #f0a7a3;
	width: 100px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
.info td {
	border-bottom: 1px solid #fff;
	padding: 10px 20px;
}
.map {
	padding: 60px 0;
}
.map .mapline {
	background : #f1d6c8;
}
.map .mapline iframe {
	padding: 10px 10px 5px;
}