.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
blockquote {
  background-color: #EEE;
  padding: 10px;
  border: 2px dotted #CCC;
}
.center {
  text-align: center;
}
.red {
  color: #d30000;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*# sourceMappingURL=style.css.map */
.postbody img {
  max-width: 100%;
  height: auto;
}
.postbody p {
  margin-bottom: 1.5em;
}
.postbody p img:last-child {
  margin-bottom: 0;
}
.postbody .imgbox {
  width: 700px;
  margin: 20px auto 20px;
}
.postbody .imgbox div {
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.postbody .imgbox div:nth-child(2n) {
  margin-left: 10px;
}
.postbody .imgbox div img {
  width: 345px;
  margin: 0;
}
.postbody .imgbox p {
  width: 345px;
  float: left;
}
@media screen and (max-width: 900px) {
  .postbody .imgbox {
    width: 100%;
  }
  .postbody .imgbox p {
    width: 100%;
    float: none;
    word-break: break-all;
  }
  .postbody .imgbox div {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2em;
  }
  .postbody .imgbox div img {
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
  .postbody .imgbox p {
    width: 100%;
    float: none;
    word-break: break-all;
  }
}

.postbody .imgbox-short {
  width: 700px;
  margin: 20px auto 20px;
}
.postbody .imgbox-short div {
  display:inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.postbody .imgbox-short div:nth-child(2n) {
  margin-left: 10px;
}
.postbody .imgbox-short div img {
  width: 345px;
  margin: 0;
}
.postbody .imgbox-short p {
  display:inline-block;
  width: 345px;
}
@media screen and (max-width: 900px) {
  .postbody .imgbox-short {
    width: 100%;
  }
  .postbody .imgbox-short p {
    width: 100%;
    float: none;
    word-break: break-all;
  }
  .postbody .imgbox-short div {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2em;
  }
  .postbody .imgbox-short div img {
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
  .postbody .imgbox-short p {
    width: 100%;
    float: none;
    word-break: break-all;
  }
}


.postbody a {
  text-decoration: underline;
}
.postbody a:-webkit-any-link,
.postbody a:active,
.postbody a:visited {
  text-decoration: underline;
}
.postbody a:focus,
.postbody a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .postbody {
    margin: 20px 0 25px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .postbody .social-buttons {
    margin-bottom: 20px;
  }
  .postbody {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 2;
  }
  .postbody p {
    margin-bottom: 2em;
  }
  .postbody p img:last-child {
    margin-bottom: 0;
  }
  .postbody img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
small {
  font-size: 12px;
}
.linkbtn a {
  display: block;
  width: 300px;
  padding: 20px 10px;
  margin: 20px auto;
  background-color: #EEE;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.linkbtn a:hover {
  background-color: #999;
  color: #FFF;
}
.postbody ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.postbody ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
@media screen and (min-width: 770px) {
  .gifbg_top {
    background: none !important;
  }
  .gifbg_products {
    background: none !important;
  }
  .gifbg_cases {
    background: none !important;
  }
  .gifbg_recruit {
    background: none !important;
  }
  .gifbg_pd4aw {
    background: none !important;
  }
  .gifbg_pd6b {
    background: none !important;
  }
  .gifbg_pd6aw {
    background: none !important;
  }
  .gifbg_pd6baw {
    background: none !important;
  }
}
@media screen and (min-width: 450px) and (max-device-width: 1024px) {
  .gifbg_top {
    background: url("https://www.prodrone.jp/wpdir/wp-content/uploads/topbg_ipad.jpg") !important;
    background-size: cover !important;
  }
  .gifbg_products {
    background: url("https://www.prodrone.jp/wpdir/wp-content/uploads/productsbg_ipad.jpg") !important;
    background-size: cover !important;
  }
  .gifbg_cases {
    background: url("https://www.prodrone.jp/wpdir/wp-content/uploads/casebg_ipadjpg.jpg") !important;
    background-size: cover !important;
  }
  .gifbg_recruit {
    background: url("https://www.prodrone.jp/wpdir/wp-content/uploads/recruitbg_ipad.jpg") !important;
    background-size: cover !important;
  }
  .gifbg_pd4aw {
    background: url("https://www.prodrone.jp/wpdir/wp-content/uploads/pd4awbg_ipad.jpg") !important;
    background-size: cover !important;
  }
  .gifbg_pd6b {
    background: url("https://www.prodrone.jp/wpdir/wp-content/uploads/pd6bbg_ipad.jpg") !important;
    background-size: cover !important;
  }
  .gifbg_pd6aw {
    background: url("https://www.prodrone.jp/wpdir/wp-content/uploads/pd6bg_ipad.jpg") !important;
    background-size: cover !important;
  }
  .gifbg_pd6baw {
    background: url("https://www.prodrone.jp/wpdir/wp-content/uploads/pd6awbg_ipad.jpg") !important;
    background-size: cover !important;
  }
}
.postbody .album li {
  list-style-type: none;
}
.album li {
  margin: 0px 20px 15px 0px;
  float: left;
}
.album li img {
  margin: 0px;
}
@media screen and (min-width: 880px) {
  ul.album {
    width: 660px;
    margin: auto;
  }
  .album li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 879px) {
  ul.album {
    width: 490px;
    margin: auto;
  }
  .album li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  ul.album {
    width: 100%;
  }
  .album li {
    margin: 0px 6% 15px 0px;
    float: left;
    width: 47%;
  }
  .album li:nth-child(3n) {
    margin-right: 6%;
  }
  .album li:nth-child(2n) {
    margin: 0px;
  }
  .album li img {
    margin: 0px;
    width: 100%;
  }
}
.release {
  padding: 5px;
  color: #FFF;
  background-color: #e74c3c !important;
}
.report {
  padding: 5px;
  color: #FFF;
  background-color: #3498db !important;
}
.exhibit {
  padding: 5px;
  color: #FFF;
  background-color: #f39c12 !important;
}
.publish {
  padding: 5px;
  color: #FFF;
  background-color: #2ecc71 !important;
}
.etcnews {
  padding: 5px;
  color: #FFF;
  background-color: #9b59b6 !important;
}
.newshalf {
  width: 49%;
  float: left;
}
.newshalf:nth-child(1) {
  margin-right: 1%;
}
.newshalf:nth-child(2) {
  margin-left: 1%;
}
.newshalf h4 {
  font-size: 150%;
  font-weight: bold;
  margin: 30px 0 0 30px;
  padding-left: 10px;
  border-left: 4px solid #DDD;
}
.news .inner .posts .newshalf dl {
  min-height: 110px;
}
.news .inner .posts .newshalf dl dt {
  float: none;
  margin-bottom: 10px;
}
.news .inner .posts .newshalf dl dd.cat {
  float: none;
  margin-bottom: 5px;
}
.news .inner .posts .newshalf dl dd.title {
  margin-left: 0;
}
/* スマホ */
@media screen and (max-width: 740px) {
  .newshalf {
    width: 100%;
    float: none;
  }
  .newshalf h4 {
    margin: 30px 0 0 0;
  }
  .news .inner .posts .newshalf dl dt {
    margin-left: 0;
  }
}
.newsanker a {
  display: none !important;
}
@media screen and (max-width: 740px) {
  .newsanker a {
    display: block !important;
    margin: 10px 0 0 !important;
    text-align: right;
    text-decoration: underline;
    padding: 0;
    border-bottom: none !important;
    color: #666;
  }
  .smpmt {
    margin-top: 60px;
  }
}
.posts h4.latestnews_h4 {
  font-size: 150%;
  font-weight: bold;
  margin: 30px 0 20px;
  padding-left: 10px;
}
@media screen and (max-width: 740px) {
  .posts h4.latestnews_h4 {
    border-left: 4px solid #DDD;
  }
}
