@charset "utf-8";

/* ---------------------------------------------
*   life_main_head
--------------------------------------------- */

/*  life_main_head_head
--------------------------------------------- */
.life_main_head_head {
	position: relative;
	height: 0;
	padding-top: 35%;
	background: url(/smartphone/health/amicolla/life/images/bg_section1_1.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	overflow: hidden;
}

/* -- item_title -- */
.life_main_head .item_title {
	width: 33.333%;
	text-align: center;
}
.life_main_head .item_title img {
	width: 100%;
}

/*  life_main_head_body
--------------------------------------------- */
.life_main_head_body {
	padding: 20px 15px 25px;
}

/* -- item_text -- */
.life_main_head .item_text {
	text-align: center;
	font-size: .8125rem;
}

/* ---------------------------------------------
*   life_main_body
--------------------------------------------- */
/*  item_section
--------------------------------------------- */
.life_main_body .item_section {
	position: relative;
	height: 0;
	padding-top: 108.4%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}


/*  item_section (:first-child)
--------------------------------------------- */
.life_main_body .item_section:first-child {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section2.png);
}
.life_main_body .item_section:first-child .item_section_head img {
	width: 23.38028169%;
}

/*  item_section (nth-child(2))
--------------------------------------------- */
.life_main_body .item_section:nth-child(2) {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section3.png);
}
.life_main_body .item_section:nth-child(2) .item_section_head img {
	width: 30.422535211%;
}

/*  item_section (nth-child(3))
--------------------------------------------- */
.life_main_body .item_section:nth-child(3) {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section4.png);
}
.life_main_body .item_section:nth-child(3) .item_section_head img {
	width: 79.577464788%;
}

/*  item_section (nth-child(4))
--------------------------------------------- */
.life_main_body .item_section:nth-child(4) {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section5.png);
}
.life_main_body .item_section:nth-child(4) .item_section_head img {
	width: 41.267605633%;
}

/*  item_section (nth-child(5))
--------------------------------------------- */
.life_main_body .item_section:nth-child(5) {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section6.png);
}
.life_main_body .item_section:nth-child(5) .item_section_head img {
	width: 58.309859154%;
}

/*  item_section (nth-child(6))
--------------------------------------------- */
.life_main_body .item_section:nth-child(6) {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section7.png);
}
.life_main_body .item_section:nth-child(6) .item_section_head img {
	width: 46.197183098%;
}

/*  item_section (nth-child(7))
--------------------------------------------- */
.life_main_body .item_section:nth-child(7) {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section8.png);
}
.life_main_body .item_section:nth-child(7) .item_section_head img {
	width: 76.90140845%;
}

/*  item_section (nth-child(8))
--------------------------------------------- */
.life_main_body .item_section:nth-child(8) {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section9.png);
}
.life_main_body .item_section:nth-child(8) .item_section_head img {
	width: 46.90140845%;
}

/*  item_section (nth-child(9))
--------------------------------------------- */
.life_main_body .item_section:nth-child(9) {
	background-image: url(/smartphone/health/amicolla/life/images/bg_section10.png);
}
.life_main_body .item_section:nth-child(9) .item_section_head img {
	width: 86.76056338%;
}

/*  item_section_inner
--------------------------------------------- */
.life_main_body .item_section_inner {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	font-size: .8125rem;
}

/*  item_section_inner (skin)
--------------------------------------------- */
.life_main_body .item_section .item_section_inner {
	background-color: rgba(157,37,2,0.4);
}
.life_main_body .item_section.skin_inner_white .item_section_inner {
	background-color: rgba(255,255,255,0.4);
}

/*  item_section_head
--------------------------------------------- */
.life_main_body .item_section_head {
	margin-bottom: 15px;
}

/*  item_section_body
--------------------------------------------- */
/* -- item_text -- */
.life_main_body .item_section_body .item_text {
	color: #fff;
}

/* -- item_text (skin) -- */
.life_main_body .item_section.skin_inner_white .item_text {
	color: #000;
}