@charset "utf-8";


* {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 130%;
  text-decoration: none;
  word-break: break-all;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

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

label input {
  vertical-align: middle;
}


/*---------------------------------*/
body {
  background: #EBEDEE;
}

#wrap {
  width: 1000px;
  margin: 0 auto;
}


/*---------------------------------*/
#middle_contents {
  overflow: hidden;
  margin-top: 10px;
}


/*---------------------------------*/
header {
  height: 60px;
  overflow: hidden;
  background: #BA1919 url(/img/pc/bg_title_bar.png) repeat-x bottom;
}

#logo {
  float: left;
  margin-top: -60px;
}

#logo span {
  display: block;
  height: 60px;
  padding: 0 16px 0 20px;
}

#logo span:first-child {
  background: #fff;
}

#logo span img {
  margin-top: 17px;
}



#header_menu {
  float: right;
}

#header_menu li {
  float: left;
  margin-top: -60px;
}

#header_menu a span {
  color: #fff;
  font-size: 12px;
}

#header_menu span {
  display: block;
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

#btn_new-entry span:first-child {
  background: #AF9456;
}
#btn_new-entry span:last-child {
  background: #A68844;
}

#btn_mypage span:first-child {
  background: #C64C40;
}
#btn_mypage span:last-child {
  background: #C0392B;
}

#btn_login span:first-child {
  background: #415161;
}
#btn_login span:last-child {
  background: #2C3E50;
}

#btn_logout span:first-child {
  background: #415161;
}
#btn_logout span:last-child {
  background: #2C3E50;
}


/*---------------------------------*/
#topic_path {
  overflow: hidden;
  background: #fff;
  padding: 0 5px;
  border-bottom: 9px solid #444;
}

#topic_path h1,
#topic_path div {
  float: left;
  height: 40px;
  padding: 0 22px 0 10px;
  line-height: 40px;
}

#topic_path div {
  background: url(/img/pc/image_tp-arrow.gif) no-repeat center right;
}

#topic_path a:hover {
  color: #BA1919;
}


/*---------------------------------*/
footer {
  background: #AE4C4C;
  margin-top: 40px;
}

footer * {
  color: #EFDBDB;
  font-size: 12px;
}

#footer_menu {
  height: 40px;
  overflow: hidden;
  background: #444;
  padding: 0 15px;
}

#footer_menu ul:first-child {
  float: left;
}

#footer_menu ul:last-child {
  float: right;
}

#footer_menu li {
  float: left;
  padding: 0 12px;
  line-height: 40px;
}

#footer_menu li a {
  color: #fff;
}

#footer_bottom {
  overflow: hidden;
  padding: 35px 27px 20px;
}

#footer_bottom > div:nth-child(1) {
  float: left;
}

#footer_bottom > div:nth-child(1) ul:nth-child(2) li {
  margin: 3px 0 15px;
  font-size: 10px;
}

#footer_bottom > div:nth-child(1) ul:nth-child(3) {
  overflow: hidden;
}

#footer_bottom > div:nth-child(1) ul:nth-child(3) li {
  float: left;
  margin-right: 5px;
}

#footer_bottom > div:nth-child(1) ul:nth-child(4) li {
  margin-top: 50px;
  font-size: 10px;
}

#footer_bottom > div:nth-child(2) {
  float: right;
  margin-top: 55px;
}

#footer_bottom > div:nth-child(2) dl > dd:nth-child(3) {
  margin-bottom: 1em;
}


/*---------------------------------*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  cursor: pointer;
}


/*---------------------------------*/
.pager {
  height: 50px;
  overflow: hidden;
  background: #fff;
}

.pager > ul:first-child li {
  width: 50px;
  height: 50px;
  background: no-repeat 50% 50%;
}

.pager > ul:first-child li a {
  display: block;
  width: 50px;
  height: 50px;
}

.pager > ul:first-child li img {
  display: none;
}

.pager > ul:first-child .back {
  float: left;
  background-image: url(/img/pc/btn_back.gif);
}

.pager > ul:first-child .next {
  float: right;
  background-image: url(/img/pc/btn_next.gif);
}

.pager > ul:last-child {
  height: 50px;
  text-align: center;
}

.pager > ul:last-child li {
  color: #287FB8;
  font-size: 16px;
  line-height: 50px;
}



