/*
Theme Name: JOF
Theme URI: https://kotobook1.com/
Author: JOF
*/

@charset "UTF-8";
/*************************************************
　▼CSSリセット
*************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;}

/*************************************************
　▼デフォルト
*************************************************/
html{overflow-y:scroll;word-wrap:break-word;scroll-behavior: smooth;}
h2,h3,h4,h5,h6{font-size:100%;}
h1{font-size:1%;}
ul,li{list-style:none}
img{max-width:100%;height:auto;
  vertical-align: bottom;}
iframe{max-width:100%;}
input{max-width:100%;}

pre{
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
white-space:pre-wrap;
word-wrap:break-word;
}

a{text-decoration:none;}
a:link,
a:visited{color:#000;text-decoration:none;}
a:focus,
a:hover,
a:active{color:#900;text-decoration:none;}

body{
min-width:1000px;
background:url(./images/background_paper.jpg);
color:#333;
text-align:left;
font-family:"メイリオ","Meiryo","arial","Arial Black","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","sans-serif";
line-height:1.8;
font-size:12px;
}

/*************************************************
　▼レイアウト
*************************************************/
#wrapper{
width:1000px;
margin: 3% auto;
position:relative;
}

#container{
width:1000px;
height:100%;
}


/*************************************************
　▼メイン
*************************************************/
#main{
width:1000px;
padding: 0px;
}

.content{
padding: 0px;
background:url(./images/white60.png);
border: solid 1px #b7b7b7;
margin-bottom:10px;
}

.page_navi{text-align:center;font-size:330%;font-weight:bold;}
dl.page_navi{display: flex;justify-content: space-evenly!important;}
dl.page_navi.dd{display:block;}
.pagetop{text-align:right;padding:10px 10px 0 10px;font-size:330%;font-weight:bold;}

#searchform{
	margin: 1.8em auto;
	padding: .8em;
}
#searchform input{
	padding: .5em;
	width: 90%!important;
	max-width: 400px!important;
}
.searchandfilter ul{
	margin: 3em 2em!important;
	text-align: center!important;
}
.searchandfilter li select{
	margin: .5em 0!important;
	padding: .8em;
	width : 350px!important;
}
.searchandfilter li input{
	margin: .5em 0!important;
	padding: .8em;
	width : 600px!important;
}.searchandfilter li input[type="submit"]{
	color: #fff!important;
	background: #333!important;
}

.parent {
  /*200pxの半分で100pxに*/
  width: 200%;
}

.sample a {
   text-align: center;  
   display: inline-block;      /* リンクをインラインブロック化して表示 */
   width: 15em;                 /* 横幅を15文字分にする(※値は自由に調節して下さい) */
   border: 1px solid skyblue;    /* 枠線を加える(※値は自由に調節して下さい) */
   border-radius: 0.75em;        /* 枠線の角を丸くする(※値は自由に調節して下さい) */
   padding: 0.7em;               /* 内側の余白量を0.7文字分にする。この余白は「クリック可能な空白」になります。(※値は自由に調節して下さい) */
   margin: 0px 0.15em 0.5em 0px; /* 外側の余白量として、右に0.15文字分、下に0.5文字分を用意。この余白は「クリック対象外」です。(※値は自由に調節して下さい) */
   background-color: #eeffff;    /* 背景色として淡い水色を指定。(※値は自由に調節して下さい) */
   text-decoration: none;        /* リンクの下線を消す */
   line-height: 1.4;             /* 行の高さを1.4倍にする(※値は自由に調節して下さい) */
}
/* ▼リンクの上にマウスが載った際の装飾(背景色だけ指定) */
.sample a:hover { background-color: #fcfcaa; }


.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex>p {
  width: 40%;
}

.block{
  margin: 0 auto; /* ブロックレベル要素を中央揃え */
}

table {
 border-collapse:separate;
 border-spacing:10px;
}

.toumei1 {
  background-color: rgb(0 0 0 / 0.5);
  color: #fff;
}

. toumei2{
    background-color: whaite; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
}
.toumei2 {
    opacity: 0.4;    /* カラーフィルタ効果の度合いを指定(※) */
    display: whaite;
}

p {
  font-feature-settings: 'palt' on;
}

.selector {
  font-feature-settings: "palt";
}

.fw800{
 font-weight:800;
}

.fw900{
 font-weight:900;
}

.Heavy {
  font-weight: Heav;
}