@charset "Shift_JIS";

/* SmartHash */
.smarthash li .multiple { position: relative; }

.smarthash li .multiple:after {
  width: 22px;
  height: 22px;
  z-index: 1;
  top: 5px;
  right: 5px;
  background: url(../images/multiple.png) no-repeat right top;
  background-size: 22px auto;
  content: "";
  position: absolute;
}

.smarthash li .description {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  display: block;
}

.smarthash li .hash_tag {
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  display: block;
}

.smarthash li .created_at {
  font-size: 10px;
  color: #999;
  text-align: left;
  margin-top: 2px;
  padding-top: 0;
  display: block;
}

.smarthash li img, .smarthash li video {
  height: auto;
  max-width: 100%;
}

.smarthash_zoom { display: none; }

/* zoom */
.data {
  margin: 0;
  width: 100%;
  clear: both;
  float: none;
  overflow: visible;
}

.data_head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.dateBox span { display: block; }
.data a { color: #000; }

.data a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.dateBox a:before {
  font-family: FontAwesome;
  color: #ccc;
  margin-right: 5px;
  content: "\f007";
}

.dateBox span:before {
  font-family: FontAwesome;
  color: #ccc;
  margin-right: 5px;
  content: "\f017";
}

.appOoen {
  text-align: right;
  top: 20px;
  right: 20px;
  display: block;
  position: absolute;
}

.appOoen a {
  border-radius: 2px;
  font-size: 75%;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  background: #333;
}

.data dt.imgBox {
  width: 50%;
  float: left;
}

.data dt.imgBox img, .data dt.imgBox video { width: 100%; }

.data dd {
  word-break: break-all;
  padding: 20px 20px 20px 0;
  width: 45%;
  float: right;
}

.data .commentBox {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.data .item_name { margin: 10px 0 10px 0; }
.data .item_img { margin: 10px 0 10px 0; }
.data .item_img img { max-width: 100%; }
.data .item_url { margin: 20px 0 10px 0; }

.data .item_url a {
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 40px;
  width: 130px;
  display: block;
  background: #c72425;
}

#colorbox { overflow: visible !important; }
#cboxLoadedContent > div { height: 100%; }

#cboxWrapper #cboxClose {
  font-size: 24px;
  color: #fff;
  text-indent: 0;
  top: -35px;
}

/* carousel */
.carousel_wrapper { height: 100%; }
.carousel_wrapper dl { height: 100%; }

.carousel_wrapper dt.imgBox {
  padding-right: 30px;
  width: 520px;
  height: 520px;
}

.carousel_wrapper dd {
  overflow-y: auto;
  box-sizing: border-box;
  width: 500px;
  height: 100%;
}

.carousel_wrapper dt.imgBox .carousel {
  width: 100%;
  height: 100%;
  display: block;
}

.imgBox .carousel_item {
  width: 520px;
  height: 520px;
  display: table;
}

.imgBox .carousel_item p {
  text-align: center;
  vertical-align: middle;
  width: 520px;
  height: 520px;
  display: table-cell;
}

.imgBox .carousel_item p img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next {
  top: 50%;
  position: absolute;
}

.owl-buttons .owl-prev { left: 0; }
.owl-buttons .owl-next { right: 0; }

.owl-buttons .owl-prev:after, .owl-buttons .owl-next:after {
  font: normal normal normal 60px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: -40px;
  padding: 10px;
  width: 40px;
  height: 80px;
  display: block;
}

.owl-buttons .owl-prev:hover:after, .owl-buttons .owl-next:hover:after {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.owl-buttons .owl-prev:after { content: "\f104"; }
.owl-buttons .owl-next:after { content: "\f105"; }
