@charset "utf-8";

.cf:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.cf {
    display: block;
}

body {
    background: #f6f5f3;
    font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0;
    color: #353535;
}

img {
    vertical-align: bottom;
    border: none;
    outline: none;
}

h1 {
    margin: 0;
    padding: 0;
}

a,
.textlink {
    text-decoration: none;
    outline: none;
    color: #438bc5;
    cursor: pointer;
}

a:hover,
.textlink:hover {
    text-decoration: underline;
}

input,
select,
option,
textarea {
    font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
}

textarea {
    font-family: 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif !important;
}

input[type="submit"]:hover {
    cursor: pointer;
}

.fa {
    display: inline-block;
    background: url(icons.png) no-repeat;
    vertical-align: text-top;
    background-size: 81px 58px;
    margin: 0 4px 0 0;
}

.fa-small {
    background-size: 39px 28px;
    margin: 0 3px 0 0;
}

.fa-clock-o {
    background-position: 0 0;
    width: 28px;
    height: 32px;
}

.fa-clock-o.fa-small {
    background-position: 0 -13px;
    width: 12px;
    height: 14px;
}

.fa-code {
    background-position: -37px -2px;
    width: 32px;
    height: 28px;
}

.fa-code.fa-small {
    background-position: 0 -14px;
    width: 12px;
    height: 14px;
}

.fa-comments {
    background-position: -53px -31px;
    width: 28px;
    height: 28px;
}

.fa-comments.fa-small {
    background-position: -26px -15px;
    width: 14px;
    height: 14px;
}

.fa-heart {
    background-position: -24px -29px;
    width: 28px;
    height: 28px;
}

.fa-heart.fa-small {
    background-position: -12px -14px;
    width: 14px;
    height: 14px;
}

.fa-chevron-left {
    background-position: 0 0;
    background-size: 134px 96px;
    width: 32px;
    height: 48px;
}

.fa-chevron-right {
    background-position: -30px 0;
    background-size: 134px 96px;
    width: 32px;
    height: 48px;
}

.modal-open {
    overflow: hidden;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16px;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #888;
    margin-top: -2px;
}

.modal-header .close:hover {
    cursor: pointer;
}

.modal-title {
      margin: 0;
      line-height: 1.4;
}

.modal-body {
    position: relative;
    padding: 0 20px 20px 20px;
}

.modal-body .video {
    width: 514px;
    height: 514px;
}

.modal-body video {
    width: 100%;
    height: auto;
}

.modal-footer {
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#item-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

.button-green {
    color: #fff;
    display: block;
    width: 258px;
    padding: 12px 1px 11px 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #0abc77;
    background: -webkit-linear-gradient(top, #2bc589, #0abc77);
    background: -moz-linear-gradient(top, #2bc589, #0abc77);
    background: -o-linear-gradient(top, #2bc589, #0abc77);
    background: linear-gradient(top, #2bc589, #0abc77);
}

.button-green:hover {
    text-decoration: none;
    background: #3bc992;
    background: -webkit-linear-gradient(top, #58d1a2, #3bc992);
    background: -moz-linear-gradient(top, #58d1a2, #3bc992);
    background: -o-linear-gradient(top, #58d1a2, #3bc992);
    background: linear-gradient(top, #58d1a2, #3bc992);
}

.button-volume {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    z-index: 99;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: url(volume.png);
    opacity: 0.5;
}

.button-volume:hover {
    opacity: 1.0;
}

.button-volume.mute {
    background-position: 40px 0;
}

.button-play {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    top: 50%;
    left: 50%;
    z-index: 99;
}

.header2 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

.header2 .title {
    background: #ff7717;
    background: -moz-linear-gradient(left,  #ff7717 0%, #ff0078 100%);
    background: -webkit-linear-gradient(left,  #ff7717 0%,#ff0078 100%);
    background: linear-gradient(to right,  #ff7717 0%,#ff0078 100%);
    color: #fff;
}

.header2 .title .title-inner {
    width: 940px;
    margin: 0 auto;
}

.header2 .title .title-inner p {
    margin: 0;
    padding: 2px 0;
    font-size: 11px;
    line-height: 1;
}

.header2 .header-inner {
    width: 940px;
    margin: 0 auto;
    padding: 10px 0;
}

.header2 .logo {
    float: left;
    width: 170px;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 22px;
    line-height: 1;
}

.header2 .logo img {
    width: 100%;
    height: auto;
}

.header2 .gnav {
    float: left;
    margin: 13px 0 0 0;
    padding: 0;
    list-style: none;
    border-left: solid 1px #ddd;
    width: 325px;
}

.header2 .gnav li {
    float: left;
    margin: 0;
    padding: 0 7px;
    border-right: solid 1px #ddd;
}

.header2 .gnav li a {
    display: inline-block;
    color: #333;
    height: 17px;
}

.header2 .gnav li a:hover {
    text-decoration: none;
    border-bottom: solid 3px #efb200;
}

.header2 .gnav li.current a {
    border-bottom: solid 3px #efb200;
}

.header2 .button {
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

.header2 .button li {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
}

.header2 .button li img {
    width: 128px;
    height: 34px;
}

.header2 .button a.text-button {
    border: 2px solid rgb(255,59,72);
    width: 124px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: rgb(255,59,72);
    border-radius: 4px;
}

.header2 .button a.text-button:hover {
    color: white;
    background-color: rgb(255,59,72);
    text-decoration: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.wrapper {
    padding: 76px 0 0 0;
}

.typing_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 99;
    background: #ddd;
    text-align: center;
    overflow: hidden;
}

.typing_loader div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: Typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    position: absolute;
    top: 49%;
    left: 50%;
    margin: 0 0 0 -16px;
}

@-webkit-keyframes typing {
    0%  {background-color: rgba(255,255,255, 1);
         box-shadow: 12px 0 0 0 rgba(255,255,255,0.2),
                    24px 0 0 0 rgba(255,255,255,0.2);}
    25% {background-color: rgba(255,255,255, 0.4);
         box-shadow: 12px 0 0 0 rgba(255,255,255,2),
                    24px 0 0 0 rgba(255,255,255,0.2);}
    75% {background-color: rgba(255,255,255, 0.4);
         box-shadow: 12px 0 0 0 rgba(255,255,255,0.2),
                    24px 0 0 0 rgba(255,255,255,1);}
}

@-moz-keyframes typing {
    0%  {background-color: rgba(255,255,255, 1);
         box-shadow: 12px 0 0 0 rgba(255,255,255,0.2),
                    24px 0 0 0 rgba(255,255,255,0.2);}
    25% {background-color: rgba(255,255,255, 0.4);
         box-shadow: 12px 0 0 0 rgba(255,255,255,2),
                    24px 0 0 0 rgba(255,255,255,0.2);}
    75% {background-color: rgba(255,255,255, 0.4);
         box-shadow: 12px 0 0 0 rgba(255,255,255,0.2),
                    24px 0 0 0 rgba(255,255,255,1);}
}

@keyframes typing {
    0%  {background-color: rgba(255,255,255, 1);
         box-shadow: 12px 0 0 0 rgba(255,255,255,0.2),
                    24px 0 0 0 rgba(255,255,255,0.2);}
    25% {background-color: rgba(255,255,255, 0.4);
         box-shadow: 12px 0 0 0 rgba(255,255,255,2),
                    24px 0 0 0 rgba(255,255,255,0.2);}
    75% {background-color: rgba(255,255,255, 0.4);
         box-shadow: 12px 0 0 0 rgba(255,255,255,0.2),
                    24px 0 0 0 rgba(255,255,255,1);}
}

.pager {
    padding: 8px;
    text-align: center;
}

.pager span,
.pager a {
    display: inline-block;
    margin: 0 8px;
    padding: 8px 32px;
    border-radius: 2px;
}

.pager a {
    background: #ff7717;
    color: #fff;
    border: solid 1px #ff7717;
}

.pager span {
    background: #eee;
    color: #333;
    border: solid 1px #ddd;
}

.title-side {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
}

.contents {
    width: 940px;
    margin: 20px auto 0 auto;
    word-wrap: break-word;
}

.contents .unit {
    position: relative;
    margin: 0 0 20px 0;
}

.contents .main {
    float: left;
    width: 620px;
}

.contents .main .unit {
    margin: 0;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px #aaa;
}

.contents .sub {
    float: right;
    width: 300px;
}

.contents .sub .box {
    padding: 10px;
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px #aaa;
}

.contents .sub .banner {
    margin: 0 0 20px 0;
    box-shadow: 0 1px 1px #ccc;
    line-height: 0;
}

.contents .sub .fb-likebox {
    background: #fff;
    width: 300px;
    height: 190px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.item-list {
    margin: 0 -10px;
}

.item-list .item {
    position: relative;
    float: left;
    width: 220px;
    padding: 0;
    margin: 0 10px 20px 10px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px #999;
}

.item-list .item.highlight {
    z-index: 1010;
    opacity: 0.6;
}

.item-list .item .img {
    text-align: center;
    overflow: hidden;
    width: 220px;
    height: 220px;
}

.item-list .item .img img,
.item-list .item .img video {
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.item-list .item .inner {
    position: relative;
    padding: 10px 10px 30px 10px;
}

.item-list .item .inner a {
    color: #353535;
}

.item-list .item .pic {
    float: left;
    margin: 0 10px 10px 0;
}

.item-list .item .pic img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.item-list .item .name {
    margin: 0;
    padding: 0;
    width: 157px;
    height: 19px;
    overflow: hidden;
    float: left;
}

.item-list .item .name a {
    color: #ff7717;
    font-weight: bold;
}

.item-list .item .title {
    margin: 0;
    padding: 0;
    width: 157px;
    height: 36px;
    overflow: hidden;
    float: left;
}

.item-list .item .status {
    position: absolute;
    bottom: 7px;
    left: 10px;
}

.item-list .item .status a {
    color: #888;
}

.item-list .item .status .date,
.item-list .item .status .like-num {
    margin: 0 5px 0 0;
    padding: 0;
}

.item-list .item .status .like-num i,
.item-list .item .status .comments-num i {
    color: #f0af00;
}

.item-list-s {
    margin: -10px;
}

.item-list-s a {
    color: #353535;
}

.item-list-s a:hover {
    text-decoration: none;
}

.item-list-s .item {
    position: relative;
    padding: 10px;
    border-bottom: solid 1px #ddd;
}

.item-list-s .item:hover {
    background: #f7f7f7;
}

.item-list-s .item:last-child {
    border: none;
}

.item-list-s .item .img {
    float: left;
    text-align: center;
    overflow: hidden;
    width: 80px;
    height: auto;
}

.item-list-s .item .img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.item-list-s .item .inner {
    display: inline-block;
    width: 180px;
    position: relative;
    padding: 0;
    margin: 0 0 0 10px;
}

.item-list-s .item .inner a {
    color: #353535;
}

.item-list-s .item .pic {
    float: left;
    margin: 0 10px 10px 0;
}

.item-list-s .item .pic img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.item-list-s .item .name {
    margin: 0;
    padding: 0;
    width: 190px;
    color: #ef9500;
    font-weight: bold;
}

.item-list-s .item .title {
    margin: 0;
    padding: 0;
    height: 36px;
    overflow: hidden;
}

.item-list-s .item .status {
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.item-list-s .item .status a {
    color: #888;
}

.item-list-s .item .status .date,
.item-list-s .item .status .like-num {
    margin: 0 5px 0 0;
    padding: 0;
}

.item-list-s .item .status .like-num i,
.item-list-s .item .status .comments-num i {
    color: #f0af00;
}

.download-modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.download-modal .modal-dialog {
    width: 691px;
}

.download-modal .modal-content {
    width: 100%;
    margin: 0 auto;
}

.download-modal .button {
    margin: 15px auto 0 auto;
    padding: 0;
    list-style: none;
    width: 500px;
}

.download-modal .button li {
    float: left;
    margin: 0 10px;
    padding: 0;
}

.download-modal .button li img {
    width: 226px;
}

.download-modal .img {
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.download-modal .img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.item-modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.item-modal .modal-content {
    width: 554px;
    margin: 0 auto;
}

.item-modal .inner {
    position: relative;
    padding: 10px 10px 0 10px;
}

.item-modal .inner a {
    color: #353535;
}

.item-modal .pic {
    float: left;
    margin: 0 20px 10px 0;
}

.item-modal .pic img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}

.item-modal .date {
    position: absolute;
    top: 0;
    right: 0;
}

.item-modal .name {
    font-size: 18px;
    margin: 0;
    padding: 0;
    width: 590px;
}

.item-modal .name a {
    color: #ef9500;
    font-weight: bold;
}

.item-modal .title {
    font-size: 16px;
    height: 52px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.item-modal .status {
    float: left;
    font-size: 21px;
    margin: -4px 0 0 0;
}

.item-modal .status a {
    color: #888;
}

.item-modal .status .date,
.item-modal .status .like-num {
    margin: 0 5px 0 0;
    padding: 0;
}

.item-modal .status .like-num i,
.item-modal .status .comments-num i {
    color: #f0af00;
}

.item-modal .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 48px;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    opacity: 0.9;
}

.item-modal .nav:hover {
    opacity: 1;
}

.item-modal .nav a {
    color: #fff;
}

.item-modal .nav a:hover {
    opacity: 1;
}

.item-modal .nav .prev {
    position: absolute;
    top: 45%;
    left: -40px;
}

.item-modal .nav .next {
    position: absolute;
    top: 45%;
    right: -40px;
}

.item-modal .share {
    margin: 0;
    padding: 0;
    height: 21px;
}

.item-modal .share li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    height: 21px !important;
    overflow: hidden;
    vertical-align: bottom;
}

.item-modal .share li.facebook > div > span {
    width: 110px !important;
    height: 21px !important;
}

.item-modal .share li .twitter-share-button {
    width: 110px !important;
    overflow: hidden !important;
}

.item-modal .share li.mixi {
    width: 100px !important;
    overflow: hidden !important;
}

.item-modal .embed {
    margin: 10px 0 0 0;
    width: 100%;
}

.item-modal .embed textarea {
    font-size: 11px;
    width: 100%;
    padding: 6px;
    margin: 0;
    background: #fafafa;
    border: solid 1px #ccc;
    height: 45px;
    resize: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.item-modal .embed textarea:focus {
    background: #fff;
}

.item-detail {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px #aaa;
}

.item-detail .video-wrap {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ddd;
}

.item-detail .video-wrap .video {
    position: relative;
}

.item-detail .video-wrap video {
    width: 620px;
    height: 620px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.item-detail .video-wrap .inner {
    position: relative;
    padding: 10px;
}

.item-detail .video-wrap .inner a {
    color: #353535;
}

.item-detail .video-wrap .pic {
    float: left;
    margin: 0 20px 10px 0;
}

.item-detail .video-wrap .pic img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.item-detail .video-wrap .date {
    position: absolute;
    top: 0;
    right: 10px;
}

.item-detail .video-wrap .name {
    font-size: 18px;
    margin: 0;
    padding: 0;
    width: 590px;
}

.item-detail .video-wrap .name a {
    color: #ef9500;
    font-weight: bold;
}

.item-detail .video-wrap .title {
    font-size: 16px;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0;
}

.item-detail .video-wrap .status {
    float: left;
    width: 300px;
    font-size: 21px;
    margin: -4px 0 0 0;
}

.item-detail .video-wrap .status a {
    color: #888;
}

.item-detail .video-wrap .status .date,
.item-detail .video-wrap .status .like-num,
.item-detail .video-wrap .status .embed-icon {
    margin: 0 5px 0 0;
    padding: 0;
}

.item-detail .video-wrap .status .like-num i,
.item-detail .video-wrap .status .comments-num i,
.item-detail .video-wrap .status .embed-icon i {
    color: #f0af00;
}

.item-detail .video-wrap .status .embed-icon {
    margin: 0 0 0 10px;
}

.item-detail .video-wrap .status .embed-icon:hover {
    cursor: pointer;
}

.item-detail .video-wrap .share {
    float: right;
    text-align: right;
    width: 300px;
    margin: 0;
    padding: 0;
}

.item-detail .video-wrap .share li {
    list-style: none;
    display: inline-block;
    height: 21px;
    overflow: hidden;
}

.item-detail .video-wrap .share li.nanagogo iframe {
    margin: -1px 0 0 0;
}

.item-detail .embed {
    display: none;
    margin: 0 10px 10px 10px;
}

.item-detail .embed textarea {
    font-size: 11px;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    margin: 0;
    background: #fafafa;
    border: solid 1px #ccc;
    height: 45px;
    resize: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.item-detail .embed textarea:focus {
    background: #fff;
}

.user-profile {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px #aaa;
    margin: 0 0 10px 0;
    padding: 0;
}

.user-profile .user-profile-inner {
    padding: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.user-profile .user-profile-inner .pic {
    float: left;
    width: 120px;
}

.user-profile .user-profile-inner .pic img {
    width: 100%;
    height: auto;
    border-radius: 60px;
    border: solid 2px #fff;
}

.user-profile .user-profile-inner .txt {
    position: relative;
    padding: 10px 0 0 140px;
}

.user-profile .user-profile-inner .txt .name {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px #333;
    margin: 0 0 10px 0;
}

.user-profile .user-profile-inner .txt .comment {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px #333;
    margin: 0;
}

.user-profile .social {
    position: absolute;
    top: 0;
    right: 0;
}

.user-profile .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.user-profile .social a.twitter {
    background: url(share-twitter-s.png) center center no-repeat;
    background-size: 25px;
}

.user-profile .share {
    margin: 10px 10px 0 0;
    padding: 0;
    height: 21px;
    text-align: right;
}

.user-profile .share li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    height: 21px !important;
    overflow: hidden;
    vertical-align: bottom;
}

.user-profile .share li.facebook > div > span {
    width: 110px !important;
    height: 21px !important;
}

.user-profile .share li .twitter-share-button {
    width: 100px !important;
    overflow: hidden !important;
}

.user-profile .share li.mixi {
    width: 100px !important;
    overflow: hidden !important;
}

.user-profile .stats {
    padding: 8px;
    text-align: right;
}

.user-profile .stats span {
    display: inline-block;
    font-size: 14px;
    margin: 0 4px 0 0;
}

.user-profile .stats span span {
    font-size: 12px;
    color: #888;
}

.user-profile .stats span.view {
    background: url(mark_view.png) 0 0 no-repeat;
    background-size: 18px;
    padding: 0 0 0 20px;
}

.user-profile .stats span.fan {
    background: url(mark_fan.png) 0 -2px no-repeat;
    background-size: 22px;
    padding: 0 0 0 22px;
}

.item-timeline {
    background: #fff;
    padding: 15px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.item-timeline .item {
    display: block;
    float: left;
    padding: 0;
    margin: 7px;
    position: relative;
}

.item-timeline .item img.thumb {
    display: inline-block;
    width: 187px;
    height: 187px;
}

.item-timeline .item .stats {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    padding: 4px 0 0 0;
}

.item-timeline .item .stats span {
    font-size: 15px;
    color: #3c3c3c;
    padding: 0 0 0 20px;
}

.item-timeline .item .stats .like {
    background: url(icon-heart.png) 0 1px no-repeat;
    background-size: 18px;
    margin: 0 4px 0 0;
}

.item-timeline .item .stats .comment {
    background: url(icon-comments.png) 0 2px no-repeat;
    background-size: 18px;
}

.footer {
    background: #fff;
    margin: 20px 0 0 0;
    color: #777;
}

.footer a {
    color: #777;
}

.footer .footer-inner {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.footer .nav {
    float: left;
    margin: 0;
    padding: 0;
    border-left: solid 1px #ddd;
}

.footer .nav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    border-right: solid 1px #ddd;
}

.footer .copyright {
    float: right;
    margin: 0;
    padding: 0;
}

.footer .jasrac {
}

.footer .jasrac img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}


.footer .nextone img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
