@charset "utf-8";
/*
   Background
------------------------------ */
.entry-content {
	background: url(../images/pages/profileHeader.png) no-repeat center top;
}
.mobile .entry-content {
	background: none;
}
.mobile .entry-content p:last-child img {
	display: none;
}

/*
   Title
------------------------------ */
.singular .entry-header {
	margin: 0 auto;
	height: 82px;
	text-indent: -9999px;
	background: url(../images/pages/profileTitle.png) no-repeat left top;
}
.entry-content h2 {
	position: relative;
	margin: 0 auto;
	padding:30px 0 0 0;
	width: 980px;
	height: 65px;
	font-size: 143%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #8E7F6A;
}
.mobile .entry-content h2 {
	margin: 10px 0;
	padding: 10px 0;
	width: 100%;
	height: 26px;
	background: #e9e6e2;
}

/*
   Profile
------------------------------ */
#mainData dl {
	float: left;
	border-left: 1px solid #fff;
}
#mainData dl:first-child {
	border-left: none;
}
#mainData dt {
	padding: 4px 0 0 0;
	height: 26px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#mainData dd {
	padding: 10px 0 0 0;
	height: 35px;
	text-align: center;
}
#mainData .address   { width: 290px; }
#mainData .president { width: 150px; }
#mainData .tel       { width: 355px; }
#mainData .email   { width: 190px; }

#subData {
	clear: both;
	padding: 30px 20px;
	font-size: 87.5%;
	background: url(../images/pages/pageMiddle.png) repeat-y center top;
}
.mobile #subData {
	padding: 0;
}
#subData .photos {
	float: left;
    max-width: 470px;
    padding-bottom: 30px;
}
#subData .photos .thumb {
    float: left;
    width: calc(50% - 14px);
}
#subData div.data {
	display: table;
	margin-left: 485px;
	width: 460px;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.mobile #subData img.photo {
	float: none;
	width: 100%;
	height: auto;
}
.mobile #subData div.data {
	margin-top: 10px;
	margin-left: 0;
	width: 100%;
}
#subData div.data dl {
	display: table-row;
}
#subData div.data dt {
	display: table-cell;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background: #e9e6e2;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
#subData div.data dd {
	display: table-cell;
	padding: 4px 12px;
	overflow: hidden;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
#subData div#profileMap {
	padding-top: 30px;
}

/*
  Google Map
------------------------------ */
.mobile #profileMap .google-map-placeholder {
	width: 100%!important;
}
