
.mobile_area * {
	font-size: 20px;
}

.ac_results li, .ac_results li * {
	font-size: 20px;
	line-height: 40px;
}

.mobile_full_btn {
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #cecece;
	padding: 4px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	text-align: center;
	line-height: 30px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from( #F6F6F6), to( #E0E0E0)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient( #F6F6F6, #E0E0E0); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient( #F6F6F6, #E0E0E0); /* FF3.6 */
	background: -ms-linear-gradient( #F6F6F6, #E0E0E0); /* IE10 */
	background: -o-linear-gradient( #F6F6F6, #E0E0E0); /* Opera 11.10+ */
	background: linear-gradient( #F6F6F6, #E0E0E0);
}

.mobile_selectable_btn {
	display: block;
	border-bottom: 1px solid #cecece;
	padding: 10px;
	text-decoration: none;
	
	color: #000;
	background: url(../img/mobile_arrow.png) no-repeat 96% center, -webkit-gradient(linear, left top, left bottom, from( #F6F6F6), to( #E0E0E0)); /* Saf4+, Chrome */
	background: url(../img/mobile_arrow.png) no-repeat 96% center, -webkit-linear-gradient( #F6F6F6, #E0E0E0); /* Chrome 10+, Saf5.1+ */
	background: url(../img/mobile_arrow.png) no-repeat 96% center, -moz-linear-gradient( #F6F6F6, #E0E0E0); /* FF3.6 */
	background: url(../img/mobile_arrow.png) no-repeat 96% center, -ms-linear-gradient( #F6F6F6, #E0E0E0); /* IE10 */
	background: url(../img/mobile_arrow.png) no-repeat 96% center, -o-linear-gradient( #F6F6F6, #E0E0E0); /* Opera 11.10+ */
	background: url(../img/mobile_arrow.png) no-repeat 96% center, linear-gradient( #F6F6F6, #E0E0E0);
}
.mobile_selectable_btn:first-child {
	border-top: 1px solid #cecece;
}