@charset "UTF-8";

/* for tagtoru */


@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

div.tagtorucontainer {
    width: 1000px;
    position: relative;
    overflow: auto;
    word-wrap : break-word;
    overflow-wrap : break-word;
}

div.tagtorucontainer a{
    display: inline-block;
    color: #fff;
    text-align: left;
}

div.tagtorucontainer .box {
    float:left;
    width: 210px;
    margin-bottom:20px;
}

div.tagtorucontainer .box-inner {
    width: 100%;
    height: 210px;
    overflow: hidden;
    line-height: 1em;
    color: #fff;
    font-size: 9px;
    position: relative;
	border: 7px solid #ffffff;
}

div.tagtorucontainer .box .postimg {
    display: block;
    position: relative;
    z-index: 0;
    width: 210px;
    height: 210px;
    overflow: hidden;
}

div.tagtorucontainer .box .postimg img {
    width: 210px;
    height: auto;
    min-height: 210px;
    overflow: hidden;
    vertical-align: top;
}

div.tagtorucontainer .box .postimg:hover {
    opacity: 1;
}

div.tagtorucontainer .box:hover .post_descript {
    margin: -210px 0 0;
}

div.tagtorucontainer .box .post_descript {
    position: relative;
    z-index: 1;
    padding: 10px;
    width: 210px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(46, 170, 235, 0.6);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


div.tagtorucontainer .box .postTxt {
    word-break: break-all;
    font-size: 11px;
    line-height: 1.2em;
    text-align: left;
}

div.tagtorucontainer .box .postTxt > a {
    color: #fff;
    text-decoration: none;
}

#tagtorucontainer .box .userInfo {
    line-height: 1;
    padding: 1rem 0;
    text-align: left;
}

#tagtorucontainer .box .userInfo img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .3rem .4rem 0;
}

#tagtorucontainer .box .userName {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin: 0 0 .3rem;
}

#tagtorucontainer .box .userName a {
    color: #fff;
}

#tagtorucontainer .box .userName .fa {
    margin: 0 1rem;
    display: inline-block;
    vertical-align: middle;
}

div.tagtorucontainer .tw > .postimg:before, .tw > .postimg:after,
div.tagtorucontainer .ig > .postimg:before,
div.tagtorucontainer .ig > .postimg:after {
    position: absolute;
    display: inline-block;
}

div.tagtorucontainer .tw > .postimg:before,
div.tagtorucontainer .ig > .postimg:before {
    font-family: FontAwesome;
    z-index: 2;
    font-size: 20px;
    color: #fff;
    bottom: 12px;
    right: 12px;
}

div.tagtorucontainer .tw > .postimg:after,
div.tagtorucontainer .ig > .postimg:after {
    content: '';
    z-index: 1;
    width: 34px;
    height: 34px;
    background: rgba(0, 0, 0, 0.5);
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
}

div.tagtorucontainer .tw > .postimg:before {
    content: '\f099';
}

div.tagtorucontainer .ig > .postimg:before {
    content: '\f16d';
}

div.tagtorucontainer .bigimg {
    width: 408px;
    height: auto;
}

div.tagtorucontainer .bigimg > a {
    width: auto;
    height: auto;
}

div.tagtorucontainer .bigimg img {
    vertical-align: top;
}

div.tagtorucontainer .smallimg > a {
    width: auto;
    height: auto;
}

div.tagtorucontainer .smallimg img {
    vertical-align: top;
}
div.tagtorucontainer .box .iine {
  text-align: right;
  display: inline-block;
  max-width: 74px;
}
div.tagtorucontainer .userInfo .iine:before {
  content: '\f004';
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 .52rem 0 0;
}



/*
div.tagtorucontainermore {
    width: auto;
    text-align:center;
    margin:10px auto;
}

div.tagtorucontainermore a:hover,
div.tagtorucontainermore a:link,
div.tagtorucontainermore a:visited {
    width: 120px;
    margin: 10px auto;
    font-family: "Futura","Trebuchet MS",Arial,sans-serif;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    border-radius: 10px/10px;
    padding: 4px 10px;
    background:#ccc;
}
*/

div.tagtorucontainermore{
  margin:30px auto 0;
}
div.tagtorucontainermore a{
  margin:0 auto;
}





/*
@media screen and (max-width:959px) {
  div.tagtorucontainer {
      position: relative;
      overflow: auto;
      word-wrap : break-word;
      overflow-wrap : break-word;
  }

  div.tagtorucontainer .box {
      float:left;
      width: 44%;
      margin: 6% 3% 0%;
  }
  div.tagtorucontainer .box-inner {
      height: auto;
      overflow: hidden;
      line-height: 1;
      color: #fff;
      font-size: 1.3rem;
      position: relative;
  }
  div.tagtorucontainer .box-inner:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      padding: 100% 0 0;
  }

  div.tagtorucontainer .box .postimg {
      display: block;
      position: relative;
      z-index: 0;
      width: 100%;
      height: auto;
      overflow: hidden;
  }

  div.tagtorucontainer .box .postimg:before {
      position: static;
      content: '';
      display: block;
      padding-top: 100%;
  }

  div.tagtorucontainer .box .postbox {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      text-align: center;
      box-shadow: inset 0 0 1px rgba(0,0,0,.3);
  }

  div.tagtorucontainer .box .postimg img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      min-height: inherit;
      vertical-align: middle;
  }

  div.tagtorucontainer .box .postimg:hover {
      opacity: 1;
  }

  div.tagtorucontainer .box:hover .post_descript {
      margin: -100% 0 0;
  }

  div.tagtorucontainer .box .post_descript {
      position: absolute;
      padding: 14px;
      z-index: 1;
      margin: 0;
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  div.tagtorucontainer .box .postTxt {
      word-break: break-all;
      font-size: 14px;
      line-height: 1.4em;
  }

  div.tagtorucontainer .box .postTxt > a {
      color: #fff;
      text-decoration: none;
  }

  div.tagtorucontainer .box .userInfo {
      line-height: 1;
      padding: 1rem 0;
  }

  div.tagtorucontainer .box .userInfo img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 .3rem .4rem 0;
      width: 20%;
      height: auto;
  }

  div.tagtorucontainer .box .userName {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      margin: 0 0 .3rem;
      width: 50%;
  }

  div.tagtorucontainer .box .userName a {
      color: #000;
  }

  div.tagtorucontainer .box .userName .fa {
      margin: 0 0.2rem;
      display: inline-block;
      vertical-align: middle;
  }

  div.tagtorucontainer .tw .postbox:before,
  div.tagtorucontainer .tw .postbox:after,
  div.tagtorucontainer .ig .postbox:before,
  div.tagtorucontainer .ig .postbox:after {
      position: absolute;
      display: inline-block;
  }

  div.tagtorucontainer .tw .postbox:before,
  div.tagtorucontainer .ig .postbox:before {
      font-family: FontAwesome;
      z-index: 2;
      font-size: 20px;
      color: #fff;
      bottom: 12px;
      right: 13px;
  }

  div.tagtorucontainer .tw .postbox:after,
  div.tagtorucontainer .ig .postbox:after {
      content: '';
      z-index: 1;
      width: 34px;
      height: 34px;
      background: rgba(0, 0, 0, 0.5);
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
  }

  div.tagtorucontainer .tw .postbox:before {
      content: '\f099';
  }

  div.tagtorucontainer .ig .postbox:before {
      content: '\f16d';
  }

  div.tagtorucontainer .bigimg {
      width: 408px;
      height: auto;
  }

  div.tagtorucontainer .bigimg > a {
      width: auto;
      height: auto;
  }

  div.tagtorucontainer .bigimg img {
      vertical-align: top;
  }

  div.tagtorucontainer .smallimg > a {
      width: auto;
      height: auto;
  }

  div.tagtorucontainer .smallimg img {
      vertical-align: top;
  }

  div.tagtorucontainer .tglink img {
      width: 8%;
  }

}
*/