@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/ACCESS/key/silicon/ for Smart Devices

++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 736px) {

.lineup h3 {
	width: 78%;
	margin: auto;
	padding-bottom: 8px;
	border-bottom: solid 2px #000;
	text-align: center;
	font-size: 11px;
	line-height: 1;
}

.lineup  .navy h3 { border-color: #294c80; }
.lineup  .yellow h3 { border-color: #fbce00; }
.lineup  .pink h3 { border-color: #f7c8d3; }
.lineup  .blue h3 { border-color: #9fd4f3; }
.lineup  .brown h3 { border-color: #88623d; }
.lineup  .white h3 { border-color: #c9caca; }


/* ----------------------------------------
	lineup01
---------------------------------------- */

#lineup01 .item_list {
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: -10px;
}
#lineup01 .item_list li {
	width: 50%;
	margin-top: 10px;
}
#lineup01 .item_list li img {
	display: block;
	width: 50%;
	margin: auto;
}
#lineup01 .item_list li h3>img {
    height: 12px;
    width: auto;
}

/* ----------------------------------------
	lineup02
---------------------------------------- */

#lineup02 .heading {
	margin-top: 50px;
}

#lineup02 .item_list,
#lineup02 .item_list img {
	position: relative;
}
#lineup02 .item_list {
	overflow: hidden;
	margin: 0 -15px;
}
#lineup02 .item_list img {
	width: 140%;
	max-width: 140%;
	left: -20%;
}
#lineup02 .item_list li h3>img {
	height: 12px;
	width: auto;
	left: 0;
}	
#lineup02 .item_list ul,
#lineup02 .item_list li {
	position: absolute;
}
#lineup02 .item_list ul {
	top: 0;
	width: 100%;
	height: 100%;
}
#lineup02 .item_list li {
	width: 33%;
}
#lineup02 .item_list h3 {
	width: 100%;
}

#lineup02 .item_list .blue,
#lineup02 .item_list .brown {
	top: 34%;
}
#lineup02 .item_list .blue,
#lineup02 .item_list .black {
	left: 3%;
}

#lineup02 .item_list .pink,
#lineup02 .item_list .white {
	left: 34%;
}
#lineup02 .item_list .pink {
	top: 48%;
}

#lineup02 .item_list .brown,
#lineup02 .item_list .yellow {
	right: 3%;
}

#lineup02 .item_list .black,
#lineup02 .item_list .yellow {
	top: 74%;
}

#lineup02 .item_list .white {
	top: 87%;
}
	

}