/* gel ==================================================================== */
.voice-box {
	position: relative;
	width: 980px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.voice-box .voice-list {
	text-align: center;
	top: 0;
	width: 100%;
}
.voice-box .voice-list li {
	margin:0 0 40px;
	font-size: 15px;
}
.voice-box .voice-list li .name {
	font-size: 14px;
	margin-top: 5px;
}
.voice-box .img01 {
	position: absolute;
}
.voice-box .img02 {
	position: absolute;
}
.gel .img01 {
	top: 10px;
	left: 10px;
}
.gel .img02 {
	top: 40px;
	right: 0;
}
.soap .img01 {
	top: 23px;
	left: 10px;
}
.soap .img02 {
	top: 18px;
	right: 0;
}
.shampoo .img01 {
	top: 10px;
	left: 10px;
}
.shampoo .img02 {
	top: 40px;
	right: 0;
}

/* ページ内リンク ==================================================================== */
#voice-gel,
#voice-soap,
#voice-shampoo {
	padding-top: 190px;
	margin-top: -190px;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
/* gel ==================================================================== */
.voice-box {
	position: static;
	width:auto;
	margin: 0 auto 30px;
}
.voice-box .voice-list {
	text-align: left;
	top: inherit;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
.voice-box .voice-list li {
	margin:0 0 20px;
	font-size: 14px;
}
.voice-box .voice-list li .name {
	font-size: 13px;
}
.voice-box .img01 {
	position: static;
}
.voice-box .img02 {
	position: static;
}
.gel .img01 {
	top: inherit;
	left: inherit;
	width: 50%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.gel .img02 {
	top: inherit;
	left: inherit;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
.soap .img01 {
	top: inherit;
	left: inherit;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.soap .img02 {
	top: inherit;
	left: inherit;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
.shampoo .img01 {
	top: inherit;
	left: inherit;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.shampoo .img02 {
	top: inherit;
	left: inherit;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
/* ページ内リンク ==================================================================== */
#voice-gel,
#voice-soap,
#voice-shampoo {
	padding-top: 0;
	margin-top: 0;
}
}

/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
}


