﻿@charset "UTF-8";
/* ---------------------------------------------
  最新の投稿画像５件
---------------------------------------------- */
#new_post_wrap {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 170px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

#new_post_wrap_title {
  height: 35px;
  background-color: #fe8d22;
  line-height: 35px;
  text-align: center;
  font-weight: bold; }

#new_post_index_wrap {
  text-align: center;
  padding: 10px 0; }

#new_post_index_wrap span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #b7c6ce;
  cursor: pointer; }

#new_post_index_wrap span:first-child {
  background-color: #40a4ee; }

#new_post_wrap_body {
  margin: 0 auto 10px;
  width: 150px;
  position: relative;
  height: 170px;
  overflow: hidden; }

#new_post_wrap_body div {
  position: absolute;
  width: 150px;
  left: 150px; }

#new_post_wrap_body div:last-child {
  left: 0; }

/* 投稿写真タイトル */
.new_post_photo_title {
  position: absolute;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 150px;
  height: 20px;
  text-shadow: 0 0 3px #555;
  line-height: 20px;
  text-align: center; }

/* 投稿画像 */
.new_post_photo {
  margin: 0 0;
  cursor: pointer;
  height: 150px;
  width: 150px;
  display: block; }

/* 投稿者名 */
.new_posted_by {
  text-align: right;
  font-size: 12px;
  height: 20px;
  line-height: 20px; }

/* 「全ての投稿画像」ボタン */
#post_photo_button {
  width: 120px;
  height: 25px;
  display: block;
  margin: 0 auto 10px;
  background-color: #ff1e25;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  font-size: 14px; }

#post_photo_button:hover {
  background-color: #ff5e65; }

@media (max-width: 700px) {
  #new_post_wrap {
    display: none; } }

@media (max-height: 440px) {
  #new_post_wrap {
    display: none; } }

