@charset "utf-8";

/* page_title　固有 */
h1.page_title{
  border-top: solid 1.5px #ffcc66;
}

/*  afghanistan onlly */
nav.sub_nav_afghanistan{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  width: 100%;
  background: #636363;
  border-top: solid 1.5px #ffcc66;
  border-bottom: solid 3px #ffcc66;
  padding-top: 5px;
}
ul.sub_nav_afghanistan {
  width: auto;
  padding: 3px 0;
  margin: -20px 0 0px 40px;

}
.sub_nav_afghanistan li {
  margin: 15px 0;
  padding: 0px 10px;
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
  border-left: solid 1.5px #ffcc66;
}
.sub_nav_afghanistan li a {
  display: block;
  color: #fff;
}


/* -------*/
.m_no_display{
  display: none;
}
.images{
  display: flex;
  flex-wrap: wrap;
  justify-content: ;
}
.images img{
  width: 33.3%;
  margin: 0px 0 0 0;
}


/* ----  materials start  ----*/
.materials{

}
.box{
  width: 80%;
  padding: 0;
  margin: 10px auto 10px;
}
.box_img{
  width: 100%;
  margin: 0px 0 0px 0;
  padding: 0;
  text-align: center;
}
.box_img a{
}
.box_img img{
  box-shadow: 10px 10px 15px -10px;
}

.right01{
  width: 100%;
  margin: 20px 0;
}
h4.heading{
  margin: 0;
  padding: 0px 0px 10px 0;
  line-height: 1.4;
  font-size: 17px;
  text-shadow: 1px 2px 3px #808080;
}
h4.heading a{
  color: #000;
  line-height: 1.3;
}
.docu_image{
  border: solid 1px #000;
}

.box_contents{
   width: 100%;
   margin: 0;
}
p.p00{
  margin: 0px 0 5px 0px;
  padding: 7px 10px 7px 15px;
  background-color: #eee;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
p.p01{
  width: 100%;
  margin: 0px 0 0px 0px;
  padding: 5px 0px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
/* ----  materials end  ----*/


h3.links{
  margin: 0 0 30px;
}
p.each_link{
  width: 80%;
  padding: 10px 20px;
  margin: 10px auto;
  background: ;
  font-size: 15px;
  letter-spacing: 0px;
  color: #000;
  font-weight: bold;
  text-align: center;
  border: solid 1px #000;
  box-shadow: 10px 10px 15px -10px;
}
p.each_link a{
  color: #000;
}


/* 本の紹介の css 始まり　*/
.book_pic_malalai{
  margin: 0 0 0 40px;
  padding: 0;
}
.book_pic_malalai img{
  width: 40%;
  box-shadow: 10px 10px 0px -10px;
  padding: 10px 15px;
}
.shosai_malalai{
  width: 90%;
  padding: 0 0 10px 10%;
  line-height: 1.5;
}
.book_title{
  color: #339900;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.author{
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
p.contents{
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #663300;
}
p.contents_background{
  padding: 30px 0px 30px 35px;
  font-size: 1em;
  line-height: 1.5;
  color: #663300;
  background: #fff7ef;
}
p.link{
  padding: 10px 0;
  font-size: 18px;
  color: #330066;
  font-weight: bold;
}
p.link a{
  color: #330066;
}
/* 本の紹介の css 終わり　*/



/* DVDの紹介の css 始まり　*/
h3.category{
  width: 100%;
  padding: 20px 0 20px 0;
  margin: 0 0 5px 0;
  background: #636363;
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-top: solid 2px #ffcc66;
  border-bottom: solid 2px #ffcc66;
  box-shadow: 10px 10px 15px -10px;
}
.feature_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature{
  width: 43%;
  margin: 10px 10px;
  border-left: solid 1.5px #ffcc66;
  border-top: solid 1.5px #ffcc66;
  padding: 10px;
}
.img{
  width: 100%;
  margin: 0;
}
.img img{
  box-shadow: 10px 10px 15px -10px;
}
.title,.catch,.year{
  margin: 0;
  padding: 4px 0;
  line-height: 1.2;
}
.title{
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
}
.catch,.year{
  line-height: 1.4;
  font-size: 12px;
}
/* DVDの紹介の css 終わり　*/



/* ページの先頭へもどる　 */
.return_pagetop{
  padding: 10px 0;
  margin: 0 0 10px 0;
  border-top: solid 2px gray;
  border-bottom: solid 2px gray;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.return_pagetop a:hover{
  color: gray;
}
