@charset "utf-8";
/* CSS Document */





/*====================================
              ヘッダー
=====================================*/
#wrapper {
	width:100%;
	background:#FFFFFF;
}

#head {
	margin-bottom:20px;
	position:relative;
	top:0px;
	left:0px;
}

#headImg {
	z-index:-9999;
}

h1 img {
	position:absolute;
	top:20px;
	left:5px;
	z-index:9999;
}

#page img {
	width:100%;
}

/*====================================
              ナビゲーション
=====================================*/

ul#headNav {
	width:100%;
}

ul#headNav li {
	box-sizing:border-box;
	width:25%;
	background:#438781;
	background-size:100%;
	float:left;
	padding:7px 0px;
	text-align:center;
	border-right:2px solid #438781;
}
ul#headNav li.nav,
ul#headNav a li.nav {
	border-right:2px solid #CCC;
}

ul#headNav a {
	color:#FFF;
	display:block;
	text-decoration:none;
}

ul#headNav li p {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}

ul#headNav li img {
	margin-bottom:5px;
}

/*====================================
              ドロップダウンメニュー
=====================================*/

.subMenu li {
	background:#D9EBE9;
	height:60px;
	width:100%;
	border-bottom:2px solid #CCC;
	text-align:left;
	font-size:13px;
	line-height:60px;
	font-weight:bold;
	background:url(../lib/index/arrow.png) no-repeat;
	background-position:95% center;
	background-size:5%;
}
	

.subMenu li p {
	padding-left:40px;
}

.subMenu li p#home {
	background:url(../lib/index/icon-home_2.png) no-repeat;
	background-position:4% center;
	background-size:8%;
}

.subMenu li p#hairCare {
	background:url(../lib/index/icon-haircare.png) no-repeat;
	background-position:4% center;
	background-size:10%;
}

.subMenu li p#skinCare {
	background:url(../lib/index/icon-skincare.png) no-repeat;
	background-position:4% center;
	background-size:10%;
}

.subMenu li p#faq {
	background:url(../lib/index/icon-question_2.png) no-repeat;
	background-position:4% center;
	background-size:8%;
}

.subMenu li p#point {
	background:url(../lib/index/icon-point_2.png) no-repeat;
	background-position:4% center;
	background-size:8%;
}


.subMenu li p a {
	display:block;
}


/*====================================
              フッターメニュー
=====================================*/



#footMenu {
	background:#fff;
	width:100%;
}

#footNav {
	width:100%;
	color:#000;
	font-weight:bold;
}

#footNav li.btn02 {
	border-bottom:1px solid #CCC;
	background:url(../lib/index/arrow_2.png) no-repeat;
	background-position:95% center;
	background-size:5%;
}

#footNav li.btn02 p.footDM {
	font-size:15px;
	padding:20px 0 20px 60px;
	line-height:15px;
}



#footNav li.btn02 p#pay {
	background:url(../lib/index/icon-money.png) no-repeat;
	background-size:10%;
	background-position:4% center;
}

#footNav li.btn02 p#deliver {
	background:url(../lib/index/icon-box.png) no-repeat;
	background-size:10%;
	background-position:4% center;
}

#footNav li.btn02 p#carriage {
	background:url(../lib/index/icon-track.png) no-repeat;
	background-size:10%;
	background-position:4% center;
}

#footNav li.btn02 p#returned {
	background:url(../lib/index/icon-cycle.png) no-repeat;
	background-size:9%;
	background-position:4% center;
}


/*====================================
              ドロップダウン
=====================================*/

#footNav ul.subMenu02 li p {
	box-sizing:border-box;
	font-size:15px;
	color:#396C67;
	padding:10px;
}



/*====================================
              フッター
=====================================*/

#footer {
	background:#6ABBB1;
	width:100%;
	padding:20px 0;
}

#footer {
	text-align:center;
}

#footer p {
	font-size:13px;
	line-height:150%;
	color:#fff;
	margin-bottom:10px;
}



#footer div {
	font-size:13px;
	text-align:center;
	color:#FFFFFF;
}

#footer div#copy{
	font-size:10px;
}

/*====================================
              リンク
=====================================*/
#footer p a:link,
#footer p a:visited,
#footer p a:hover,
#footer p a:active {
	color:#fff;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	color:#396C67;
}



#footNav a:link,
#footNav a:visited,
#footNav a:hover,
#footNav a:active {
	color:#000;
}