@charset "UTF-8";

/* //////////////////////////////////////////////////
[COMMON] 
////////////////////////////////////////////////// */

* {
	-webkit-transition: 0 !important; 
}
body {
	-webkit-text-size-adjust: none;
}
#smartphoneAd {
	display: none;
}

/* moreList
----------------------------------- */ 
#moreList a {
	display: block;
	padding: 10px 0;
	background: #f5f5f5;
	color: #777;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	font-size: 139%;
	font-weight: bold;	
	font-family: 'Cantarell', arial, serif;
	text-decoration: none;
	text-shadow: 1px 1px 1px white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}





