/*
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;border:0;outline: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,"ヒラギノ角ゴ 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;
}