@charset "UTF-8";


.tmblr-iframe,.tmblr-iframe--app-cta-button{

  display: none !important;
}

div.like {

  width: 88px;
  height: 35px;
  overflow: hidden;
  margin: 0 auto;
}

div.share{

  margin-bottom: 10px !important;
}

/*================================================
main
================================================*/

main article div.container{

  margin: 0 50px;
  background-color: #fff;
  background-image: none;
  padding: 23px 35px 35px 35px;
  margin-bottom: 30px;
}

main article:first-child div.container{

  background-image: url("../../common/images/kado.png");
  background-repeat: no-repeat;
  background-position: right top;
}

main article div.container section{

  padding-bottom: 0;
}

main article div.container section ul.tag li{

  display: inline-block;
  background-color: #359fff;
  padding: 3px 8px;
  margin-right: 5px;
  margin-bottom: 15px;
  font-size: 10pt;
}

main article div.container section ul.tag li a{

  color: #fff;
}

main article h1 a{
  color:#0a2eb3 !important;
}

main article figure{

  margin: 0;
  padding: 10px 0;
}

main article div.like{

  margin-bottom: 0;
}


main article div.body{

  margin-top: 10px;
}

main article div.body ul{

  list-style: disc;
  margin: 1rem 0;
  padding-left: 20px;
}

main article div.body p{

  padding: 0px;
}

main article div.footer{

  margin-top: 30px;
}

/*pager*/

nav.pager{

  width:400px;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}

nav.pager div.pager_btn{

  display: inline-block;
  width: 26px;
  height: 30px;
}

nav.pager div.pager_btn a{

  display: block;
  width: 26px;
  height: 38px;
  margin-top: 8px;
  background-repeat: no-repeat;
}

nav.pager div.pager_btn.pager_back a{

  background-image: url("https://www.bot3d.com/common/images/left_arrow.png");
}

nav.pager div.pager_btn.pager_next a{

  background-image: url("https://www.bot3d.com/common/images/right_arrow.png");
}

nav.pager div.pager_num{

  display: inline-block;
  width: 300px;
  padding: 0 15px;
}

nav.pager div.pager_num ul.pager_num_list{

  width: 300px;
  text-align: center;
}

nav.pager div.pager_num ul.pager_num_list li{

  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 16pt;
}

nav.pager div.pager_num ul.pager_num_list li.current{

  color: #fff;
  background-color: #359fff;
}
