@media screen and (min-width: 768px) {

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

#tops {
	max-width: 1206px;
}

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

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

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


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

#tops header {
	text-align: center;
	background: url(images/header_bg_pc.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 30px 0;
	margin-bottom: 10px;
}

#tops header h1 {
	line-height: 1.1;
	margin-bottom: 25px;
}

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

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

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

#tops header p {
	font-size: 120%;
}


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

#tops .main li {
	border: #111111 1px solid;
	margin-bottom: 40px;
	box-sizing: border-box;
}

#tops .main li .txt h2 {
	float: left;
	font-size: 260%;
	border-left: #56b6d6 8px solid;
	padding: 15px 0 3px 20px;
}

#tops .main li .txt h2 span {
	font-size: 118%;
}

#tops .main li .txt p {
	float: left;
	margin: 20px 10px 0 40px;
	font-size: 120%;
}

#tops .main li .link {
	position: relative;
	padding: 10px;
}

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

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

#tops .main li .link a:hover .btn {
	background: #56b6d6;
}


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

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

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

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

#tops .other li:nth-child(4) {
	display: none;
}

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

#tops .other li a h2 {
	font-size: 230%;
	color: #373737;
	margin: 5px 0 10px;
}

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

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

#tops .other li a:hover .btn {
	background: #56b6d6;
}

#tops .bnr {
	border: #111111 1px solid;
	margin-top: 40px;
}


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

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

#tops #mod_1columnArea div.mod_1columnArea_ranking h2 {
	font-size: 250%;
	background: url(images/icon_crown.png) no-repeat left center;
	padding-left: 60px;
}

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

#tops #mod_1columnArea div.mod_1columnArea_ranking div#parts_ranking ul.tabmenu {
	height: 29px;
    position: absolute;
    right: 0;
    top: 28px;
}


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

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

#tops .main li .txt,
#tops .other {
	zoom:1;
}

}


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

@media screen and (min-width: 768px) and (max-width: 1200px) {

#tops .main li .txt h2 {
	font-size: 240%;
}

#tops .main li .txt p {
	margin-top: 5px;
}

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

#tops .main li .link a .btn {
	font-size: 180%;
	bottom: 60px;
}

}

@media screen and (min-width: 768px) and (max-width: 1090px) {

#tops .other li a h2 {
	font-size: 210%;
}

#tops .other li a .btn {
	font-size: 120%;
}

}