@charset "UTF-8";

/*ヘッダー*/
@media screen and (max-width: 768px){
	#tool{ display: none; }
}
#tool {
  border-bottom: 2px solid #00955D;
  padding: 10px 10px;
  background-color: #EFEFEF;
  /*font-size: 13px;*/font-size: 0.85em;
}

.kosodate #tool {
    border-bottom: 1px solid #cccccc;
    padding: 2px 10px 5px 10px;
    background-color: #ffffff;
}

nav {
	/*height: 30px;*/
}

nav a{
  color : #006c94;
}

#tool nav #nocssread {
  display: inline-block;
  color: 3694DB;
  margin-right: 10px;
}

#tool nav #size {
  padding-left: 10px;
  white-space: nowrap;
  display: inline-block;
}

.ysshkt-menu {
 display: inline-block; 
}

.tsutaeru_btn {
 cursor: pointer;
}

.tweb_voice {
  display: none;
  position: absolute;
  top: 56px;
  left: 65px;
  width: 350px;
  padding: 10px;
  background: #EFEFEF;
  z-index: 100;
}

.ysshkt-config {
  position: absolute;
  padding: 20px;
  background: #EFEFEF;
  z-index: 100;
  top: 56px;
  left: 400px;
}

#ss-voice,
#ss-kana,
.ysshkt-menu ul li,
.tsutaeru_btn,
.ysshkt-speech-buttons button {
  border: 1px solid #c5cdd6;
  background-color: white;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 5px;
  margin: 1.5px;
  position: relative;
}
#ss-voice span,
#ss-kana span{
color : #00955d;
  margin-right: 2px;
}
#ss-voice a,
#ss-kana a,
.ysshkt-menu ul li a,
.tsutaeru_btn a {
    text-decoration: none;
    color: #000000;
}



nav #size span.button a{
    border: 1px solid #c5cdd6;
    background-color: white;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    padding: 4px 5px;
    margin: 1.5px;
    color: black;
}

span#ss-small {
    margin-left: 5px;
}


div#theme {
    display: inline-block;
    margin-left:10px;
    white-space:nowrap;
}
#ss-theme a{
    background-color: white;
    padding: 4px 6px 4px 6px;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    left: 4px;
    border: 1px solid #c5cdd6;
      margin-right: 5px;
      text-decoration: none;
      display: inline-block;
}
#ss-theme a.white{
border-color : #c5cdd6;
background-color: #fff;
color: #000;
}
#ss-theme a.blue{
border-color : #2679c4;
background-color: #2679c4;
color: #fff;
}
#ss-theme a.black{
border-color : #000;
background-color: #000;
color: #fff;
}
#ss-theme a.yellow{
border-color : #fff000;
background-color: #fff000;
color: #000;
}



div#google_translate_element02 {
    display: inline-block;
    position: absolute;
    right: 10px;
}

#ss-voice-controller{
position: absolute;
z-index: 9999;
}



#ss-preview {
    /*display: none;*/
}

.notel{
    color: #ffffff;
    text-decoration: none;
    cursor: default;
}
.body--life .notel{color: #000000!important;}
.body--docs .notel{color: #000000!important;}
.category .notel{color: #000000!important;}
.kanko .notel{color: #000000!important;}
.kosodate .notel{color: #333333!important;}
.body--teijyu_ijyu .notel:hover{color: #ffffff!important;}

@media screen and (max-width: 768px) {
  .Fadd span{display: block;}
}


/*Googleカスタム検索のページャー*/
.gsc-cursor-page{
	border-color: #666666;
    border-style: solid;
    border-width: 1px;
    padding: 5px 8px;
}