@charset "utf-8";

@media only screen and (max-width: 768px) {
/********************************************************

  【SP】/special/name_dog/index.html

********************************************************/
/* Ranking Parts
------------------------------------------------------ */
/* common */
.rankHdg01 {
	height: 41px;
	margin: 0 auto;
	padding-top: 2px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.tableWrap01 {
	margin-top: 10px;
}
.table01 tbody th,
.table01 th,
.table01 td {
	padding: 14px 18px;
	text-align: center;
	vertical-align: middle;
}
.table01 .lv2 {
	padding: 0;
}
.table01 .lv2 span {
	position: relative;
	display: block;
	padding: 14px 20px;
}
.table01 .lv3 {
	background: #fff;
}

/* orange */
.orange .rankHdg01 {
	background: url(/special/img/pc_index_ti01.png) center 0 no-repeat;
	background-size: auto 65px;
	padding: 30px 0 36px;
}
.orange .tableWrap01 .table01 {
	border: solid 3px #ebaa0f;
}
.orange .tableWrap01 .table01 thead th {
	background: #ebaa0f;
}
.orange .tableWrap01 .table01 th,
.orange .tableWrap01 .table01 td {
	border-right: solid 1px #f1c357;
	border-bottom: solid 1px #ebaa0f;
}
.orange .tableWrap01 .table01 .lv2 {
	background: #f8f3de;
}

/* blue */
.blue .rankHdg01 {
	background: url(/special/img/pc_index_ti02.png) center 0 no-repeat;
	background-size: auto 36px;
}
.blue .tableWrap01 .table01 {
	border: solid 3px #009ec5;
}
.blue .tableWrap01 .table01 thead th {
	background: #009ec5;
	border-right: solid 1px #4cbbd6;
}
.blue .tableWrap01 .table01 th,
.blue .tableWrap01 .table01 td {
	border-right: solid 1px #009ec5;
	border-bottom: solid 1px #009ec5;
}
.blue .tableWrap01 .table01 .lv2 {
	background: #f2f8fa;
}

/* pink */
.pink .rankHdg01 {
	background: url(/special/img/pc_index_ti03.png) center 0 no-repeat;
	background-size: auto 36px;
}
.pink .tableWrap01 .table01 {
	border: solid 3px #f58083;
}
.pink .tableWrap01 .table01 thead th {
	background: #f58083;
	border-right: solid 1px #f8a6a8;
}
.pink .tableWrap01 .table01 th,
.pink .tableWrap01 .table01 td {
	border-right: solid 1px #f58083;
	border-bottom: solid 1px #f58083;
}
.pink .tableWrap01 .table01 .lv2 {
	background: #fff1eb;
}

/*----- rankNavi -----*/
/* rankNaviWrap */
.rankNaviWrap {
	clear: both;
	margin: 25px 0 0 0;
	border-radius: 5px;
	background-color: #f0f6df;
}
.rankNaviWrap > *:first-child {
	margin-top: 0 !important;
}
/* rankNaviNavi */
.rankNavi {
	clear: both;
	margin: 30px 0 0 0;
	padding: 3.6% 2.4% 2.4%;
	border-radius: 0;
}
.rankNavi > dt {
	padding-bottom: 2.4%;
	color: #666666;
	font-size: 18px;
	text-align: center;
}
.rankNavi > dd {
}
.rankNavi > dd > *:first-child {
	margin-top: 0 !important;
}
.rankNavi > dd .recList > li {
	float: left;
	width: 50%;
	padding: 0 1.5%;
}
.rankNavi > dd .recList > li > .linkBlock {
	display: block;
	background-color: #fff;
	border-radius: 4px;
	padding: 0 5px;
	text-align: center;
	color: #339933;
}
.rankNavi > dd .recList > li.dogName > .linkBlock {
	border: solid 1px #f5d2b9;
}
.rankNavi > dd .recList > li.catName > .linkBlock {
	border: solid 1px #e3cdae;
}
.rankNavi > dd .recList > li.dogType > .linkBlock {
	border: solid 1px #bfdaf3;
	text-align: center;
}
.rankNavi > dd .recList > li > .linkBlock > span {
	position: relative;
	display: inline-block;
	padding: 10px 5px 10px 35px;
	background: url(/special/img/index_rank_ic04.png) 0 40% no-repeat;
	background-size: 25px auto;
	font-size: 12px;
}
.rankNavi > dd .recList > li > .linkBlock > span.year {
	display: block;
	font-size: 10px;
}
.name_dog .dogName,
.name_cat .catName,
.breed .dogType {
	display: none;
}

/*----- rankContact -----*/
/* rankContactWrap */
.rankContactWrap {
	margin: 20px 0 0 0;
}
.rankContactWrap > *:first-child {
	margin-top: 0 !important;
}
/* rankContact */
.rankContactNavi {
	margin: 30px 0 0 0;
	padding: 15px 15px 10px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}
.rankContactNavi > dt {
	margin: 0 20px 0 0;
	font-weight: bold;
	font-size: 14px;
}
.rankContactNavi > dd {
	font-size: 14px;
}
.rankContactNavi > dd > *:first-child {
	margin: 0 !important;
}

/*----- rankIcon -----*/
.iconList01.rank > li:before {
	border-radius: 0;
	width: 25px;
	height: 19px;
	background: #fff url(/special/img/index_rank_ic04.png) no-repeat 50% 50%;
	background-size: 25px auto;
	top: 0;
}
.iconList01.rank > li {
	padding: 2px 0 0 35px;
}

/* Clearfix
------------------------------------------------------ */
.rankNavi > dd .recList:after {
	content: "";
	display: block;
	clear: both;
}




}