@charset "utf-8";
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
h1, h2, h3, h4, h5, h6, p, ul, ol,li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
.clr {
	clear: both;
}
@media (min-width: 751px) {
body {
	width: 100%;
    background: #FFFFFF;
	color: #2B2B2B;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.7em;
	margin: 0px;
}
#container {
	width: 900px;
    height: auto;
	margin: 10px auto 10px auto;
    box-shadow: 0px 0px 5px 5px #ccc;
}
#containerbooks {
	width: 100%;
    height: auto;
	margin: 0px auto 0px auto;
    padding: 10px 0px;
    background: #FFFFFF;
}
#header {
    width: 900px;
	height: 150px;
	margin-top: 0px;
    margin-bottom: 5px;
	display: block;
    background: #FFFFFF;
}
#header_inner {
    display: block;
    width: 900px;
    height: 70px;
    }
#logo {
    width: 250px;
	height: 38px;
	margin: 25px 0px 0px 25px;
	display: block;
	float: left;
}
#contact {
    width: 220px;
	height: 40px;
	display: block;
	float: right;
	margin: 25px 20px 0px 0px;
	font-size: 0.9em;
	border-left: 2px solid #009BFD;
	padding-left: 8px;
}
#container #mainimg {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
}
#container #mainimg img {
    width: 100%;}
.navibar {
  width: auto;
  height: 55px;
  margin: 0px 0px 12px 0px;
  padding: 0px 20px;  
  background: #009BFD;
}
.navibar .navi {
	display: inline-block;
	font-size: 14px;
	padding: 16px 16px;
	float: left;
    text-align: center;
	white-space: nowrap;
}
.navibar .navi:hover {
	display: inline-block;
	font-size: 14px;
	padding: 16px 16px;
	float: left;
    text-align: center;
    background: #B2DEFF;
	white-space: nowrap;
}
.navibar .navi:visited {
	display: inline-block;
	font-size: 14px;
	padding: 16px 16px;
	float: left;
    text-align: center;
    background: #B2DEFF;
	white-space: nowrap;
}
    .navibar .navi a {
        color: #FFFFFF;
    }
    .navibar .navi a:hover {
        color: #003358;
    }
    .navibar .navi a:visited {
        color: #FFFFFF;
    }
#container #topbox {
	width: 900px;
	margin: 0px;
}
#container #topbox p {
	width: 700px;
	margin-top: 5px;
	margin-bottom: 13px;
	margin-left: 100px;
	margin-right: auto;
}
#container #topbox .namebox {
	width: 320px;
    text-align: right;
	margin-left: 475px;
}
#topbox .namebox b {
	font-weight: bold;
}
#topbox .thumb {
    width: 15%; 
    float: left; 
    margin: 0px 10px 0px 0px;
    filter: drop-shadow( 5px 5px 3px #ccc);
    }
#container #topbox h1 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 100px;
	width: 700px;
}
#container #topbox h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 100px;
	width: 700px;
}

#container #contbox {
	width: 850px;
	margin-left: 0px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}
#container #contbox h1 {
	width: 700px;
	margin-top: 20px;
	margin-left: 75px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	height: 30px;
	border-bottom: 2px solid #009BFD;
}
#container #contbox #leftbox {
	width: 500px;
	margin-top: 15px;
	margin-left: 50px;
	float: left;
}
#container #contbox #leftbox a {
	font-weight: bold;
	text-decoration: none;
	color: #009BFD;
}
#container #contbox #leftbox a:hover {
	text-decoration: none;
	color: #74C8FD;
}
#container #contbox .mokuroku {
	margin-bottom: 14px;
	text-align: justify;
}
#container #contbox .read {
    width: 700px;
    margin:  0px auto 14px auto;
	text-align: justify;
}
#container #footer {
	width: 900px;
	height: 50px;
	margin: 0px auto 0px auto;
	font-size: 0.9em;
	text-align: center;
    border-top: 2px solid #009BFD;
	padding-top: 5px;
}
#container #contbox #letterbox {
	width: 550px;
	height: auto;
	margin-top: 0px;
	margin-left: 25px;
	float: left;
}
#contbox #letterbox h3 {
	margin-top: 15px;
	color: #0068AB;
}
#contbox #letterbox p {
	margin-top: 7px;
	margin-bottom: 5px;
}
#contbox #letterbox a {
	font-weight: bold;
	text-decoration: none;
	color: #009BFD;
}
#contbox #letterbox a:hover {
	text-decoration: none;
	color: #74C8FD;
}

#container #contbox #rightbox {
	width: 230px;
	height: 250px;
	margin-top: 0px;
	margin-left: 25px;
	float: right;
	border-left: 1px solid #5A5A5A;
	padding-left: 10px;
}
    #container #contbox #rightbox ul {
        list-style: none;
    }
    #container #contbox #rightbox a {
	font-weight: bold;
	text-decoration: none;
	color: #009BFD;
}
    #container #contbox #rightbox a:hover {
	text-decoration: none;
	color: #74C8FD;
}

#container #contbox #letterbox00 {
	width: 750px;
	margin-left: 50px;
}
#container #contbox #letterbox00 a {
	font-weight: bold;
	text-decoration: none;
	color: #009BFD;
}
#container #contbox #letterbox00 a:hover {
	text-decoration: none;
	color: #74C8FD;
}

#contbox #letterbox00 h1 {
	margin-left: 0px;
	width: 750px;
	font-weight: bold;
	font-size: 1.8em;
	height: 30px;
	border-bottom: 2px solid #009BFD;
}
#contbox #letterbox h1 {
	width: 550px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 1.5em;
	height: 30px;
	border-bottom: 2px solid #009BFD;
}
#contbox #letterbox #date {
	margin-top: -15px;
	text-align: right;
	font-size: 0.9em;
}
#contbox #letterbox00 #newsletterMi {
	margin-top: 10px;
	display: block;
	border-top: 1px solid #009BFD;
	list-style-position: inside;
	list-style-type: none;
}
/* #container #contbox #todatabace {
	background-image: url(../images/datalinkbott.png);
	background-position: 0% 0%;
	width: 600px;
	height: 50px;
	display: block;
	margin-top: 0px;
	margin-left: 115px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#container #contbox #todatabace:hover {
	background-image: url(../images/datalinkbottro.png);
	background-position: 0% 0%;
	width: 600px;
	height: 50px;
	display: block;
	margin-top: 0px;
	margin-left: 115px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}  */
#newsletterMi li {
	height: 35px;
	line-height: 2.75em;
	text-indent: 5em;
	display: block;
	border-bottom: 1px solid #009BFD;
}
#newsletterMi li a {
	font-weight: bold;
}
#container #contbox #rightbox02 {
	width: 150px;
	float: left;
	margin-top: 15px;
	margin-left: 75px;
}
#container #contbox #leftbox02 {
	width: 150px;
	margin-top: 15px;
	float: left;
	margin-left: 75px;
}

#rightbox02 .phpbtn01, 
#rightbox02 .phpbtn02 {
    display: block;
    width: 150px;
    height: 150px;
    margin-bottom: 8px;
    background-color: #009BFD;
}
#rightbox02 .phpbtn01 a {
    display: inline-block;
    width: 138px;
    margin: 5px 5px;
	padding: 55px 0px;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    color: #FFFFFF;
    background-color: #2C6798;
    border: #FFFFFF 1px solid;
	white-space: nowrap;
}
#rightbox02 .phpbtn01 a:hover {
	font-size: 14px;
    color: #003358;
    background: #B2DEFF;
	white-space: nowrap;
}
#rightbox02 .phpbtn02 a {
    display: inline-block;
    width: 138px;
    margin: 5px 5px;
	padding: 13px 0px;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    color: #FFFFFF;
    background-color: #2C6798;
    border: #FFFFFF 1px solid;
	white-space: nowrap;
}
#rightbox02 .phpbtn02 a:hover {
	font-size: 14px;
    color: #003358;
    background: #B2DEFF;
	white-space: nowrap;
}
#booksbox {
    width: 700px;
    margin: 10px auto 10px auto;
    display: flex;
    flex-wrap: wrap
}
    .book-item {
        width: 165px;
        margin: 5px 5px;
        text-align: center;
    }
    .thumb {
        width: 75%;
        margin: 0px 15% 5px 10%;
        filter: drop-shadow( 5px 5px 3px #ccc);
    }
    .book-item .bookname {
        text-align: center;
    }
    #containerbooks .bookbox {
        width: 70%;
        background: #fff;
        margin: 10px auto;
        padding: 0px;
        text-align: center;
        border: solid #009BFD 2px;
        border-radius: 10px;
    }
    .bookbox .main {
        width: 50%;
        margin: 20px;
    }
    .bookbox .main02 {
        width: 85%;
        margin: 20px;
    }
   .bookbox .subimg {
        float: right;
       margin: 0 0 0 10px;
    }

    .bookbox .bookdata p {
        border-top: solid #009BFD 1px;
        padding: 1.5% 30px 1% 30px;
    }
    .title {
        font-size: 1.8em;
        font-weight: bold;
        line-height: 1em;
        width: auto;
    }
    .date, .author .publisher {
        font-size: 1em;
        font-weight: bold;
        line-height: 1em;
        width: auto;
        height: auto;
    }
    .comment {
        text-align: justify;
        font-size: 1em;
        line-height: 2em;
        width: auto;
        height: auto;
    }
    .comment2 {
        text-align: justify;
        font-size: 1em;
        line-height: 2em;
        width: auto;
        height: 300px;
    }
    .comment3 {
        text-align: justify;
        font-size: 1em;
        line-height: 2em;
        width: auto;
        height: 300px;
    }
.lity-iframe-container {
  height: 80vh; /* ポップアップウィンドウの高さ（画面高さの80%）*/
}
.lity-content {
  width: 100%; /* ポップアップウィンドウの右側の余白を消す*/
}
.lity-container {
  width: 50vw; /*ポップアップウィンドウの幅（画面幅の80%）*/
}
.pdfbotan {
  font-size: 1.1em;
    color: #fff;
    text-align: center;
    display: block;
    margin: 10px 20px 10px 0px;
    padding: 10px 30px ;
    background: #009BFD;
    border: none;
    border-radius: 10px;
}
    .pdfbotan a {
        color: #ffffff;
    }
    .pdfbotan:hover {
        background: #B2DEFF;
    }
    .pdfbotan:hover a {
        color:  #313131;
    }

    
}
@media (max-width: 750px) {
body {
	width: 100%;
    background: #FFFFFF;
	color: #2B2B2B;
	font-size: 16px;
	line-height: 1.35em;
	margin: 0px;
}
#container {
	width: 100%;
    height: auto;
	margin: 0px auto 10px auto;
    border: solid #ffffff 1px;
}
#containerbooks {
	width: 98%;
    height: auto;
	margin: 10px auto 10px auto;
     /* border: solid #666666 1px; */
}
#header {
    z-index: 1;
    position: fixed;
    width: 100%;
	height: auto;
	margin-top: 0px;
    margin-bottom: 5px;
    padding: 20px 0px 10px 0px;
	display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 5px #ccc;
}
#logo {
	width: 250px;
	height: 38px;
	margin: 0px 0px 10px 20px;
	display: block;
	float: left;
}
#contact {
	width: auto;
	height: auto;
	display: block;
	float: left;
	margin: 0px 0px 0px 20px;
	font-size: 0.8em;
	border-left: 2px solid #009BFD;
	padding-left: 8px;
}
#container #mainimg {
    width: auto;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
}
#container #mainimg img {
    width: 100%;
}
.navibar {
    position: fixed;
    /* right: -320px; /* 右から出てくる */
    top: 100px;
    width: 100%; /* スマホに収まるサイズ */
    height: auto;
    padding-top: 0px;
    background-color: #88DDFF;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    transform: translateX(100vw);
    transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.navibar.is-active {
    transform: translateX(0);
}

.navibar .navi_list{
    margin: 0;
    padding: 0 14px;
    list-style: none;
}
.navibar .navi {
    text-align: center;
    padding: 0 14px;
}
.navibar .navi a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
}
.navibar .navi a:hover {
    background-color: #eee;
}
.menu-btn {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
}
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }

#container #topbox {
	width: 100%;
	margin: 140px 0px 0px 0px;
}
#container #topbox p {
	width: 80%;
	margin: 5px auto 15px auto;
}
#container #topbox .namebox {
	width: 80%;
    text-align: right;
}
#topbox .namebox b {
	font-weight: bold;
}
#topbox .thumb {
    width: 25%; 
    float: left; 
    margin: 0px 10px 0px 0px;
    filter: drop-shadow( 5px 5px 3px #ccc);
    }
#container #topbox h1 {
	text-align: center;
	margin: 40px auto 20px auto;
	width: 80%;
    height: auto;
}
#container #contbox {
    width: auto;
	margin-left: 0px;
    margin: 140px 20px 10px 20px;
}
#container #contbox h1 {
	width: auto;
	margin: 20px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
    line-height: 1.5em;
	border-bottom: 2px solid #009BFD;
    padding-bottom: 10px;
}
#container #contbox #leftbox {
	width: 80%;
	margin: 15px auto 15px auto;
}
#container #contbox #leftbox a {
	font-weight: bold;
	text-decoration: none;
	color: #009BFD;
}
#container #contbox #leftbox a:hover {
	text-decoration: none;
	color: #74C8FD;
}
#container #contbox .mokuroku {
	margin-bottom: 14px;
	text-align: justify;
    line-height: 1.7em;
}
#container #footer {
	width: auto;
	height: 50px;
	margin: 0px auto 0px auto;
	font-size: 0.9em;
	text-align: center;
    border-top: 2px solid #009BFD;
	padding-top: 5px;
}
#container #contbox #letterbox {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-left: 20px;
    margin-right: 20px;
}
#container #contbox #letterbox p {
    line-height: 2em;
    }
#contbox #letterbox h3 {
	margin-top: 15px;
	color: #0068AB;
}
#contbox #letterbox p {
	margin-top: 7px;
	margin-bottom: 5px;
}
    #container #contbox #letterbox a {
	font-weight: bold;
	text-decoration: none;
	color: #009BFD;
}
    #container #contbox #letterbox a:hover {
	text-decoration: none;
	color: #74C8FD;
}

#container #contbox #rightbox {
	width: 350px;
	height: auto;
	margin-top: 0px;
	margin-left: 20px;
	float: left;
	border-left: 1px solid #5A5A5A;
	padding-left: 10px;
}
    #container #contbox #rightbox ul {
        list-style: none;
    }
    #container #contbox #rightbox a {
	font-weight: bold;
	text-decoration: none;
	color: #009BFD;
}
    #container #contbox #rightbox a:hover {
	text-decoration: none;
	color: #74C8FD;
}
#container #contbox #letterbox00 {
	width: auto;
	margin: 0px 25px;
}
#container #contbox #letterbox00 a {
	font-weight: bold;
	text-decoration: none;
	color: #009BFD;
}
#container #contbox #letterbox00 a:hover {
	text-decoration: none;
	color: #74C8FD;
}

#contbox #letterbox00 h1 {
	width: auto;
	height: auto;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 2px solid #009BFD;
}
#contbox #letterbox h1 {
	width: auto;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 2px solid #009BFD;
}
#contbox #letterbox #date {
	margin-top: -15px;
	text-align: right;
	font-size: 0.9em;
}
#contbox #letterbox00 #newsletterMi {
	margin-top: 10px;
	display: block;
	border-top: 1px solid #009BFD;
	list-style-position: inside;
	list-style-type: none;
}
/* #container #contbox #todatabace {
	background-image: url(../images/datalinkbott.png);
	background-position: 0% 0%;
	width: 600px;
	height: 50px;
	display: block;
	margin-top: 0px;
	margin-left: 115px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#container #contbox #todatabace:hover {
	background-image: url(../images/datalinkbottro.png);
	background-position: 0% 0%;
	width: 600px;
	height: 50px;
	display: block;
	margin-top: 0px;
	margin-left: 115px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}  */
#newsletterMi li {
	height: auto;
	line-height: 1.5em;
    padding: 0.5em 0 0.5em 3em;
	display: block;
	border-bottom: 1px solid #009BFD;
}
#newsletterMi li a {
	font-weight: bold;
}
#container #contbox #rightbox02 {
	width: 80%;
	margin: 15px auto 15px auto;
}
#container #contbox #leftbox02 {
	width: 150px;
	margin-top: 15px;
	float: left;
	margin-left: 75px;
}

#rightbox02 .phpbtn01, 
#rightbox02 .phpbtn02 {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 8px;
    text-align: center;
    background-color: #009BFD;
}
#rightbox02 .phpbtn01 a {
    display: inline-block;
    width: 98%;
    margin: 5px auto;
	padding: 15px 0px;
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    color: #FFFFFF;
    background-color: #2C6798;
    border: #FFFFFF 1px solid;
	white-space: nowrap;
}
#rightbox02 .phpbtn01 a:hover {
	font-size: 18px;
    color: #003358;
    background: #B2DEFF;
	white-space: nowrap;
}
#rightbox02 .phpbtn02 a {
    display: inline-block;
    width: 98%;
    margin: 5px auto;
	padding: 13px 0px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: #FFFFFF;
    background-color: #2C6798;
    border: #FFFFFF 1px solid;
	white-space: nowrap;
}
#rightbox02 .phpbtn02 a:hover {
	font-size: 18px;
    color: #003358;
    background: #B2DEFF;
	white-space: nowrap;
}
#booksbox {
    width: 100%;
    margin: 10px auto 10px auto;
    display: flex;
    flex-wrap: wrap
}
    .book-item {
        width: 80%;
        margin: 5px auto;
        text-align: center;
    }
    .thumb {
        width: 50%;
        margin: 0px 15% 5px 10%;
        filter: drop-shadow( 5px 5px 3px #ccc);
    }
    .book-item .bookname {
        text-align: center;
    }
    #containerbooks .bookbox {
        width: 80%;
        margin: 10px auto;
        text-align: center;
        border: solid #009BFD 2px;
        border-radius: 10px;
    }
    .bookbox .main {
        width: 50%;
        margin: 20px;
    }
    .bookbox .main02 {
        width: 85%;
        margin: 20px;
    }
    .bookbox .subimg {
        float: right;
       margin: 0 0 0 10px;
    }
    .bookbox .bookdata p {
        border-top: solid #009BFD 1px;
        padding: 1.5% 30px 1% 30px;
    }
    .title {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1em;
        width: auto;
    }
    .date, .author .publisher {
        font-size: 1em;
        font-weight: bold;
        line-height: 1em;
        width: auto;
        height: auto;
    }
    .comment {
        text-align: justify;
        font-size: 1em;
        line-height: 2em;
        width: auto;
        height: auto;
    }
    .comment2 {
        text-align: justify;
        font-size: 1em;
        line-height: 2em;
        width: auto;
        height: 300px;
    }
    .comment3 {
        text-align: justify;
        font-size: 1em;
        line-height: 2em;
        width: auto;
        height: auto;
    }
.lity-iframe-container {
  height: 80vh; /* ポップアップウィンドウの高さ（画面高さの80%）*/
}
.lity-content {
  width: 100%; /* ポップアップウィンドウの右側の余白を消す*/
}
.lity-container {
  width: 50vw; /*ポップアップウィンドウの幅（画面幅の80%）*/
}
.pdfbotan {
  font-size: 1.1em;
    color: #fff;
    text-align: center;
    display: block;
    margin: 10px 20px 10px 0px;
    padding: 10px 30px ;
    background: #009BFD;
    border: none;
    border-radius: 10px;
}
    .pdfbotan a {
        color: #ffffff;
    }
    .pdfbotan:hover {
        background: #B2DEFF;
    }
    .pdfbotan:hover a {
        color:  #313131;
    }
    
}
