@charset "UTF-8";


.SS_searchForm{
    background: #ddd;
    padding:14px 16px 20px 16px;
}
.SS_searchQuery{
    font-size: 16px;
    border: 0;
    padding: 11px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 540px;
    height: 40px;
    margin: 13px 0 0 0;
    vertical-align: top;
}
.SS_searchSubmit{
    border: 1px solid #404040;
    background: #4c4c4c;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 9px 10px 7px 10px;
    margin: 13px 0 1px -5px;
    height: 40px;
    color:#FFF;
    vertical-align: top;
    -webkit-appearance: none;
}
.category{
    display: inline-block;
    padding: 0px 0px 0 10px;
}
.SS_searchCategory{
    margin:5px 0 0 0;
    font-size: 1em;
    line-height: 1.8;
}
.SS_searchCategory {
  text-align: left;
}
.SS_searchCategory input[type="radio"]{
  display: none;
}
.rdolabel01 label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 .2em 0;
  cursor: pointer;
}
.rdolabel01 label::before{
  position: absolute;
  content: "";
  top: 49%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  display: block;
}
.rdolabel01 input[type="radio"]:checked + label::after{
  position: absolute;
  content: "";
  top: 49%;
  left: 0;
  transform: translateY(-50%);
  background: rgb(45, 102, 214);
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  border: .2em solid #fff;
  display: block;
}

.chklabel01 {
  text-align: left;
}
.chklabel01 input[type="checkbox"] {
  display: none;
}
.chklabel01 input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 .2em 0;
  cursor: pointer;
}
.chklabel01 input[type="checkbox"] + label::before {
  position: absolute;
  content: "";
  top: 49%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  width: 0.8em;
  height: 0.8em;
  display: block;
}
.chklabel01 input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: "";
  top: 49%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.8em;
  height: 0.4em;
  margin-top: -.2em;
  display: block;
  border-left: 3px solid rgb(45, 102, 214);
  border-bottom: 3px solid rgb(45, 102, 214);
}

.chklabel02 {
  text-align: left;
}
.chklabel02 input[type="checkbox"] {
  display: none;
}
.chklabel02 label {
  display: inline-block;
  position: relative;
  padding: 0 1.2em 0 0 ;
  margin: 0 .2em 0;
  cursor: pointer;
}
.chklabel02 input[type="checkbox"]::before {
  position: absolute;
  content: "";
  top: 49%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  width: 0.8em;
  height: 0.8em;
  display: block;
}
.chklabel02 label input[type="checkbox"]::after  {
  position: absolute;
  content: "";
  top: 49%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.8em;
  height: 0.4em;
  margin-top: -.2em;
  display: block;
  border-left: 3px solid rgb(45, 102, 214);
  border-bottom: 3px solid rgb(45, 102, 214);
}
.ranking{
    width: 21%;
    padding:1%;
    margin: 50px 0 0 0;
    float: right;
    border: 7px solid #e0e0e0;
}
.ranking_ttl{
    display:inline-block;
    margin:5px;
    font-size:15px;
}
.ranking_txt{
    font-size: 80%;
    margin: 20px 0 5px 0;
}
#SS_keywordRanking{
    display: inline-block;
    margin: 5px;
    width: 93%;
}
#SS_keywordRanking li{
    list-style: none;
    padding: 5px;
    border-bottom: solid 1px #c3c3c3;
}
#SS_keywordRanking li:nth-child(even){
    background:#efefef;
}
#SS_keywordRanking li:last-child{
    list-style: none;
    padding: 5px;
    border-bottom:none;
}
#SS_keywordRanking li a{
    height: 20px;
    line-height: 20px;
    padding: 3px 1em 3px 1em;
    position: relative;
    text-decoration:none;
}
/*#SS_keywordRanking li{
    display: inline-block;
    margin: 0 24px 0 0;
}
#SS_keywordRanking li a{
    background: #5cd;
    border-radius: 8px 2px  2px 8px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 3px 1em 3px 1em;
    position: relative;
    text-decoration:none;
}

#SS_keywordRanking li a::before {
    border: 13px solid transparent;
    border-left-color: #5cd;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
}
#SS_keywordRanking li a::after {
    background: #5cd;
    border-radius: 4px 0 0 4px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1em;
}
#SS_keywordRanking li a:hover{
    background: #0056b9;
}
#SS_keywordRanking li a:hover::before {
    border-left-color: #0056b9;;
}
#SS_keywordRanking li a:hover::after {
    background: #0056b9;
}*/
#SS_keywordRank1::before{
    content:"1.";
}
#SS_keywordRank2::before{
    content:"2.";
}
#SS_keywordRank3::before{
    content:"3";
}
#SS_keywordRank4::before{
    content:"4.";
}
#SS_keywordRank5::before{
    content:"5.";
}
#SS_keywordRank6::before{
    content:"6.";
}
#SS_keywordRank6::before{
    content:"6.";
}
#SS_keywordRank7::before{
    content:"7.";
}
#SS_keywordRank8::before{
    content:"8.";
}
#SS_keywordRank9::before{
    content:"9.";
}
#SS_keywordRank10::before{
    content:"10.";
}

#SS_navi{
	background:#f5f5f5;
	padding:10px;
}
#SS_naviResult{
	display:inline-block;
}
#SS_naviSort{
    display: inline-block;
    float: right;
    margin: 0 -217px 0 0;

}

#SS_result{
	width:73%;
}
.SS_item{
    border-bottom: 1px solid #c3c3c3;
    margin: 0;
    padding: 30px 0;
}
.SS_image{
    display: inline-block;
    vertical-align: top;
    margin:0 10px 0 0;
}
.SS_page{
	display:inline-block;
	width: calc(100% - 180px);
}
.SS_title{
	font-weight:bold;
	font-size:110%;
}
.SS_url,.SS_contentLength,.SS_lastModified{
	color:#a0a0a0;
}
.SS_lastModified{
	display:block;
}

.SS_paging{
    display: block;
    margin: 15px 0;
    text-align: center;
    padding: 0 20% 0 0;

}
.SS_selectPage{
    padding:5px 15px;
    border: 1px solid #e3e3e3;
    margin: 0 -5px 0 0;
}
.SS_numberPage a{
    padding:5px 15px;
    font-weight:bold;
    border: 1px solid #e3e3e3;
    margin: 0 -2px 0 0;
}
.SS_nextPage{
    padding:5px 15px;
    border: 1px solid #e3e3e3;
    margin: 0;
}
.SS_lastPage{
    display:none;
}

#SS_notFound{
	padding:20px;
}
.SS_adlinkItem{
	background:#E8F4FF;
}
.if_word {
    position: relative;
    margin: 0;
}

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

.SS_searchQuery {
    width: calc(100% - 80px);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 0px!important;
}
.SS_searchSubmit{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 0px!important;
}
#SS_navi{
    margin:10px 0;
}
#SS_naviSort {
    margin:0;
    float: none;
}
#SS_keywordRanking li {
    padding: 2px;
}
.ranking {
    width: calc(98% - 25px);
    margin: 5px;
    float: none;
}
#SS_result {
    width: 100%;
}
.SS_item {
    padding: 15px 0;
    font-size:90%;
}
.SS_image {
    display: block;
    width: 160px;
    vertical-align: top;
    margin: 5px auto;
}
.SS_page {
    display: block;
    width: 100%;
}
.SS_paging {
    display: block;
    margin: 15px 0;
    text-align: center;
    padding: 0;
}
.category {
    display: inline-block;
    padding: 33px 0px 0 10px;
}
.if_word {
    position: relative;
    margin: 0;
    top: -460px;
    left: 17px;
}
}

@media screen and (max-width: 435px){
.ranking_txt {
    font-size: 80%;
    margin: 0 5px;
    height: 45px;
}
}