.searchbox {
    border-bottom: solid #333 3px;
    border-right: solid #333 3px;
    border-left: solid #333 3px;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

h2.search-ranking {
	position:relative;
	padding:5px 20px;
	font:bold 150% Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
	border-right:0px;
	border-left:0px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
h2.search-ranking:before {
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
h2.search-ranking:after {
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}

span.label1 {
    font-weight: bold;
}

.botanlabel {
    padding: 10px 0;
    overflow: hidden;
    margin: 0 auto;
}

.botanlabel input{
	display: none;
}
.botanlabel label{
	display: block;
	float: left;
	cursor: pointer;
	width: 33%;
    box-sizing: border-box;
	margin: 0;
	padding: 12px 5px;
	border-right: 1px solid #abb2b7;
	background: #ECECEC;
	font-size: 80%;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.botanlabel label:first-of-type{
	border-right: 1px solid #abb2b7;
    border-radius: 0;
}
.botanlabel label:last-of-type{
	border-right: 1px solid #abb2b7;
    border-radius: 0;
}
.botanlabel input[type="radio"]:checked + label {
	background-color: #FF6619;
	color: #fff;
}

input[type="submit"] {
    padding: 10px 20px;
    background-color: #5842FF;
    color: #fff;
    border-style: none;
    font-size: 120%;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 1px #666;
}


.s-list {
    border-top: solid 1px #ccc;
    overflow: hidden;
}

.s-list-box {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}

.s-list-data-img{
    display: block;
width: 80px;
   display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.s-list-data-midashi{
    display: block;
color: #555;
    display: table-cell;
    vertical-align: top;
}

.s-list-data-midashi-h3{
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

.s-list-data-midashi-time{
    margin: 0 0 4px 0;
    overflow: hidden;
    max-height: 1.9em;
    padding: 0.2em 0;
    line-height: 1.7;
}

.s-list-data-midashi-txt{
    display: none;
}

.s-list-box {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding: 5px 25px 5px 10px;
    position: relative;
}


.s-list-box:after {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
.s-list-box:before {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #00a0e9;
}


span.s-list-zoku {
    color: #fff;
    background-color: #FF6C00;
    padding: 5px;
    margin: 2px;
    border-radius: 8px;
}

span.s-list-rank {
    color: #fff;
    background-color: #4F5BFF;
    padding: 5px;
    margin: 2px;
    border-radius: 8px;
}

span.s-list-basyo {
    color: #fff;
    background-color: #0ABD4B;
    padding: 5px;
    margin: 2px;
    border-radius: 8px;
}

span.s-list-ryd {
    color: #fff;
    background-color: #0093FF;
    padding: 5px;
    margin: 2px;
    border-radius: 8px;
}

span.s-list-hp, span.s-list-mp, span.s-list-kougeki,
span.s-list-syubi, span.s-list-hayasa, span.s-list-kasikosa {
    color: #333;
    font-weight: bold;
}

h3.s-list-title {
    background: #FFF;
    box-shadow: none;
    border-style: none;
    font-size: 100%;
    color: #333;
    margin: 0;
    padding: 0;
}

.s-list-data-a {
    font-size: 65%;
    color: #333;
    width: 100%;
}

.s-list-data-b {
    font-size: 65%;
    color: #333;
    width: 100%;
line-height: 160%;
    margin: 6px 0;
}


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

.searchbox {
    border-bottom: solid #333 3px;
    border-right: solid #333 3px;
    border-left: solid #333 3px;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

h2.search-ranking {
	position:relative;
	padding:5px 20px;
	font:bold 150% Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
	border-right:0px;
	border-left:0px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
h2.search-ranking:before {
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
h2.search-ranking:after {
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}

span.label1 {
    font-weight: bold;
}

.botanlabel {
    padding: 10px 0;
    overflow: hidden;
    margin: 0 auto;
}

.botanlabel input{
	display: none;
}
.botanlabel label{
	display: block;
	float: left;
	cursor: pointer;
	width: 120px;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 5px;
	border-right: 1px solid #abb2b7;
	background: #ECECEC;
	font-size: 80%;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.botanlabel label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.botanlabel label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.botanlabel input[type="radio"]:checked + label {
	background-color: #FF6619;
	color: #fff;
}

input[type="submit"] {
    padding: 10px 20px;
    background-color: #5842FF;
    color: #fff;
    border-style: none;
    font-size: 120%;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 1px #666;
}


.s-list {
    border-top: solid 1px #ccc;
    overflow: hidden;
}

.s-list-data-img{
    display: block;
width: 80px;
padding-right: 10px;
    display: table-cell;
    vertical-align: top;
}

.s-list-data-midashi{
    display: block;
color: #555;
    display: table-cell;
    vertical-align: top;
}

.s-list-data-midashi-h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

.s-list-data-midashi-time{
    margin: 0 0 4px 0;
    overflow: hidden;
    max-height: 1.9em;
    padding: 0.2em 0;
    line-height: 1.7;
}

.s-list-data-midashi-txt{
    display: block;
    font-size: 80%;
max-height: 3.3em;
    line-height: 1.1;
}

.s-list-box {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
    position: relative;
}

.s-list-box:after {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
.s-list-box:before {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #00a0e9;
}


span.s-list-zoku {
    color: #fff;
    background-color: #FF6C00;
    padding: 8px;
    margin: 3px;
    border-radius: 8px;
}

span.s-list-rank {
    color: #fff;
    background-color: #4F5BFF;
    padding: 8px;
    margin: 3px;
    border-radius: 8px;
}

span.s-list-basyo {
    color: #fff;
    background-color: #0ABD4B;
    padding: 8px;
    margin: 3px;
    border-radius: 8px;
}

span.s-list-ryd {
    color: #fff;
    background-color: #0093FF;
    padding: 8px;
    margin: 3px;
    border-radius: 8px;
}

span.s-list-hp, span.s-list-mp, span.s-list-kougeki,
span.s-list-syubi, span.s-list-hayasa, span.s-list-kasikosa {
    color: #333;
    padding: 8px;
    margin: 3px;
    font-weight: bold;
}

h3.s-list-title {
    background: #FFF;
    box-shadow: none;
    border-style: none;
    font-size: 120%;
    color: #333;
}

.s-list-data-a {
    font-size: 80%;
    color: #333;
    width: 100%;
}

.s-list-data-b {
    font-size: 80%;
    color: #333;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

}