@media screen and (max-width: 767px) {

/* all
============================================================*/

#tops img {
	max-width: 100%;
	height: auto;
}

#tops .pc-only {
	display: none;
}

#tops h1,
#tops h2 {
	font-family: "FP-ヒラギノ明朝 StdN W4", "FP-HiraMinStdN-W4", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/* header
============================================================*/

#tops header {
	text-align: center;
	margin-bottom: 10px;
}

#tops header h1 {
	display: inline-block;
	background: url(images/header_bg_sp.jpg) no-repeat left center;
	background-size: 47px 54px;
	padding: 10px 10px 10px 60px;
	margin-bottom: 5px;
	line-height: 1.1;
}

#tops header h1 .sub {
	font-size: 125%;
}

#tops header h1 .main {
	font-size: 200%;
}


/* main
============================================================*/

#tops .main li {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	border: #111111 1px solid;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
}

#tops .main li .txt {
	-webkit-order: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
	margin: 10px 5px 5px;
}

#tops .main li .txt h2 {
	display: none;
}

#tops .main li .link {
	position: relative;
	-webkit-order: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
}

#tops .main li .link a .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	background: rgba(86,182,214,0.7);
	margin: 0 20px;
}

#tops .main li .link a .btn {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 0 8px;
}


/* other
============================================================*/

#tops .other {
	padding-right: 10px;
	margin-bottom: 10px;
}

#tops .other li {
	position: relative;
	float: left;
	width: 50%;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	border: #111111 1px solid;
	padding: 5px;
}

#tops .other li:nth-child(2n) {
	margin-right: -10px;
}

#tops .other li a {
	text-decoration: none;
	text-align: center;
}

#tops .other li a h2 {
	display: none;
}

#tops .other li a .btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 10px;
	bottom: 15px;
	text-align: center;
	font-weight: bold;
	background: rgba(86,182,214,0.7);
}

#tops .other li a .btn {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 5px;
}


/* ranking
============================================================*/

#tops #mod_1columnArea div.mod_1columnArea_ranking {
	padding: 0;
}

#tops #mod_1columnArea div.mod_1columnArea_ranking h2 {
	font-size: 125%;
	margin: 0;
}

#tops #mod_1columnArea div.mod_1columnArea_ranking div#parts_ranking p.update {
	float: right;
}


/* clearFix
============================================================*/

#tops .other:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#tops .other {
	zoom:1;
}

}


/* narrow width 
============================================================*/

@media screen and (min-width: 300px) and (max-width: 320px) {


}