@charset "utf-8";

/* ---------------------------------------------
*   index_keyvisual
--------------------------------------------- */
/*  item_slide
--------------------------------------------- */
/* -- item_slide_inner -- */
.index_keyvisual .item_slide_inner {
	display: block;
	outline: 0;
}

/*  slick (override)
--------------------------------------------- */
.index_keyvisual{
	margin-bottom: 50px;
}
.index_keyvisual .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.index_keyvisual .slick-slide img {
	width: 100%;
	  touch-callout:none;
	  -webkit-touch-callout:none;
	  -moz-touch-callout:none;
}
.index_keyvisual .slick-dots {
	height: 12px;
	bottom: -20px;
}
.index_keyvisual .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 6px;
}
.index_keyvisual .slick-dots li button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #dadada;
	margin: -6px 0 0 -6px;
}
.index_keyvisual .slick-dots li.slick-active button {
	background-color: #a6a6a6;
}
.index_keyvisual .slick-dots li button:before {
	display: none;
}

#guard {
position:relative;
width: 100%;
height: auto;
}
.img_Guard{
position:absolute;
display:block;
width:100%;
height:100%;
background: url(/smartphone/health/amicolla/images/spacer.gif);
}

/* ---------------------------------------------
*   index_boxlinks
--------------------------------------------- */
.index_boxlinks {
	padding-right: 2.66667%;
	padding-left: 2.66667%;
	text-align: center;
	overflow: hidden;
	margin-top: 5.335%;
}

/*  index_boxlink
--------------------------------------------- */
.index_boxlink {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}

/*  index_boxlink (skin)
--------------------------------------------- */
.index_boxlink:nth-child(2n) {
	margin-right: 0;
}

/* -- item_link -- */
.index_boxlink .item_link {
	box-sizing: border-box;
	display: block;
}
.index_boxlink .item_link img {
	width: 100%;
}

/*  customs_banners
--------------------------------------------- */
.customs_banners {
    margin-top: 50px;
}

/* item_banner */
.customs_banners .item_banner {
	line-height: 1;
    padding-right: 2.66667%;
    padding-left: 2.66667%;
}

.customs_banners .item_banner img {
	width: 100%;
}

/* item_link */
.customs_banners .item_banner .item_link {
	display: block;
}
