/*============================================
titleArea
=============================================*/

.titleArea {
  position: relative;
	padding: 42px 0;
	text-align: center;
	background: #fff;
  width: 100%;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.titleArea .title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-family: Brandon_bld;
  font-size: 30rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  width: 100%;
}

.titleArea .lead {
	max-width: 780px;
  width: 100%;
	margin-top: 42px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 26px;
	color: #555;
	font-size: 13rem;
	line-height: 2;
	text-align: left;
  clear: both;  
}
.titleArea .lead p{
  font-size: 16px;
  line-height: 1.8;
}
.titleArea .lead h3{
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.titleArea .lead .imgph {
	margin-right: 15px;
	float: left;
}
.titleArea .lead a {
  margin: 0 3px;
  font-size: inherit;
  text-decoration: underline;
}
.titleArea .leadSub  {
	line-height: 1.7;
  padding: 20px;
	margin-top: 15px;
	background-color: #f4eaec;
	font-size: 1em;
	border-radius: 8px;
}
.titleArea .leadSub h4  {
  font-size: 16px;
  color: #942E44;
  margin-bottom: 8px;
}
.titleArea .imgSet {
  margin-top: 26px;
}
.titleArea .imgSet .unit {
	display: inline-block;
	width: 180px;
}
.titleArea .imgSet .unit:first-child {
  margin-right: 10px;
}
.titleArea .img {
	width: 180px;
	height: 255px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: auto 255px;
	-moz-background-size: auto 255px;
	-ms-background-size: auto 255px;
	background-size: auto 255px;
}
.titleArea .imgSet .caption {
	margin-top: 10px;
	font-size: 11rem;
	text-align: center;
}
.titleArea .menuList {
  width: 610px;
  margin: 26px auto 0;
  text-align: center;
}
.titleArea .menu {
	position: relative;
  display: inline-block;
  width: 300px;
  margin-top: 10px;
  padding: 16px;
  text-align: left;
  color: #fff;
  background: url(../../img/babydan/products/common/navi_title_bg.png) repeat left top;
  border: 1px solid #222;
}
.titleArea .menu:after {
	content: "";
	position: absolute;
	display: block;
	right: 16px;
	top: 16px;
	width: 16px;
	height: 16px;
	background: url(../../img/babydan/top/navi_link.png) no-repeat center center;
}

.titleArea .menu:hover {
	opacity: .7;
}
.titleArea .menu:nth-child(even){
  margin-left: 10px;
}

#ourSite {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .titleArea {
    margin: 70px 0 0 0;
  }
  .titleArea .lead {
    padding: 20px;
  }
  .titleArea .lead .imgph {
    text-align: center;
	margin: 0 auto;
	float: none;
}
}
