@charset "utf-8";

/* ----------------------------------------------------
   layout
---------------------------------------------------- */
html, body {
	min-width: 100%;
	height: none;
}
.wrapper {
	width: 100%;
	height: auto;
}
.pankuzu {
	display: none;
}
.offer {
	width: 100%;
	margin: 0 auto 3%;
	padding-top: 2%;
	text-align: center;
}
.offer img {
	width: 98%;
	height: auto;
	margin: 0 auto;
}

/* ----------------------------------------------------
   header
---------------------------------------------------- */

.hco-hd {
	width: 100%;
	height: auto;
	background: none;
	border-bottom: 1px dotted #99C1CF;
}
.hco-hd-wrapper {
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 0 0 10px 0;
	/* clearfix */
	overflow: hidden;
	*zoom: 1;
}
.hco-hd-tagline {
	font-size: 65%;
	padding: 0.5em 2%;
	margin-bottom: 10px;
	background-color: #dcf1f6;
}

/* 通常用 */
/*
.hco-hd-logo {
	float: left;
	width: 35%;
	position: relative;
	margin: 0 0 0 2%;
	top: auto;
	left: auto;
}
.hco-hd-carriage {
	float: right;
	width: 59%;
	position: relative;
	top: auto;
	right: auto;
	margin: 0 2% 0 0;
}
*/

/* 化粧品デー用 */
.hco-hd-logo {
	float: left;
	width: 52%;
	position: relative;
	margin: 0 0 0 10px;
	top: auto;
	left: auto;
}
.hco-hd-carriage {
	float: right;
	width: 38%;
	position: relative;
	top: auto;
	right: auto;
	margin: 0 10px 10px 0;
}


.hco-hd-cosmeticsday {
	clear: both;
	position: relative;
	top: auto;
	right: auto;
	margin: 0 10px 0 10px;
}
.hco-hd-cosmeticsday a:hover img {
}

.hco-hd-logo img,
.hco-hd-carriage img,
.hco-hd-cosmeticsday img {
	width: 100%;
	height: auto;
}

#snsArea {
	display: none;
}


/* --------------------------------------------------
   inquiry
----------------------------------------------------- */
.hco-inquiry {
	display: block;
	width: 270px;
	margin: 30px auto;
	padding: 10px;
	border: 5px solid #e7e7e7;
}
.hco-inquiry-products {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	
	width: 270px;
	height: 88px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../img_sp/inquiry/products.gif) no-repeat;
	background-size: 100%;
	border-right: none;
	border-bottom: #999 solid 1px;
}
.hco-inquiry-member {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	
	width: 270px;
	height: 90px;
	margin: 0;
	background: url(../img_sp/inquiry/member.gif) no-repeat;
	background-size: 100%;
}

/* ----------------------------------------------------
   footer
---------------------------------------------------- */

.hco-ft {
}
.hco-ft a,
.hco-ft a:link,
.hco-ft a:visited{
}

.hco-ft a:hover,
.hco-ft a:active{
}

.hco-ft-wrapper {
	width: 100%;
	margin: 0 auto;
}
.hco-ft-pagetop {
	margin: 0 10px 0 0;
}
.hco-ft-logo {
	margin: 20px 10px 20px 0;
}

/* link */

.hco-ft-link {
	display: none;
}

.hco-ft-link p {
}
.hco-ft-link ul {
}
.hco-ft-link ul li {
}

.hco-ft-link-purpose {
}
.hco-ft-link-item {
}
.hco-ft-link-item ul {
}
.hco-ft-link-other {
}

