@charset "UTF-8";

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

.titleArea {
	padding: 42px 0;
	text-align: center;
	background: #f4eaec;
}
.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;
}
.titleArea .title:before,
.titleArea .title:after {
  position: absolute;
  bottom: 50%;
  content:"";
  display: block;
  width: 68px;
  height: 1px;
  background: #111;
}
.titleArea .title:before {
  left: -78px;
}
.titleArea .title:after {
  right: -78px;
}

.titleArea .lead {
  width: 780px;
  margin: 26px auto 0;
  color: #555;
  font-size: 13rem;
  line-height: 2;
  text-align: center;
}
.titleArea .lead a {
  margin: 0 3px;
  font-size: inherit;
  text-decoration: underline;
}
.titleArea .img {
  margin-top: 16px;
}
.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;
  font-weight: bold;
  background: #dbbbcc;
}
.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 top;
}

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


/*============================================
contentArea
=============================================*/

.contentArea {
  width: 100%;
	max-width: 980px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
}
.contentArea.contentAreaNarrow {
  width: 800px;
}.sectTitle {
  width: 100%;
	max-width: 830px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #F4EAEC;
	margin-left: auto;
	margin-right: auto;
}
.sectContent {
  width: 100%;
	max-width: 830px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.sectContent img {
  width: 100%;
  height: auto;
}
.extSize {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
.extSize_block {
	display: table-cell;
	padding: 0 10px;
}
.extSize_block img {
  margin-bottom: 10px;
}
.guideSize {
  width: 100%;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 30px;
  padding: 0 20px;
}
.guideTitle {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.guideBanner-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.guideBanner {
  width: 200px;
  margin: 3px;
}
.guideBanner img {
  width: 100%;
  height: auto;
}
.guideBanner:nth-child(5) {
	margin-right: 0px;
}
.guideProd {
	width: 80px;
  height: 150px;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
}
.guideProd a  {
	font-size: 12px;
	text-decoration: underline;
	color: #343560;
}
.guideTable {
	width: 100%;
	border-collapse: collapse;
}
.guideTable th {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #940722;
	font-size: 13px;
}
.guideTable td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.5;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	padding-left: 10px;
}
.table-icon {
  width: 20px !important;
  height: 20px !important;
}
.extIcn {
	width: 170px;
	height: 80px;
	background-image: url(../../img/babydan/guide/extensions.png);
}
.extIcn_1 {
	background-position: 0px 0px;
}
.extIcn_2  {
	background-position: 0px -80px;
}
.extIcn_1_1  {
	background-position: -170px -80px;
}
.extIcn_3  {
	background-position: 0px -160px;
}
.extIcn_1_2  {
	background-position: -170px -160px;
}
.extIcn_2_2  {
	background-position: 0px -240px;
}
.extIcn_1_3  {
	background-position: -170px -240px;
}
.extIcn_2_3  {
	background-position: 0px -320px;
}
.extIcn_3_3  {
	background-position: -170px -320px;
}
.extIcn_ng  {
	width: 340px;
	height: 80px;
	background-position: 0px -400px;
}
.extIcn_ng2  {
	width: 340px;
	height: 80px;
	background-position: 0px -480px;
}
.guideTable a {
	color: #343560;
	font-size: 12px;
	text-decoration: underline;
}
.subTitle {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #940722;
	margin-top: 25px;
	margin-bottom: 10px;
	background-color: #F4EAEC;
	font-weight: bold;
}
.subText {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.para-terms {
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .titleArea {
    padding: 90px 0 0 0;
  }
  .titleArea .lead {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .product-tab {
    padding: 50px 20px 0 20px;
  }
}
