﻿@charset "UTF-8";
/*==============================================================
	reset
==============================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

div {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

img {
  vertical-align: bottom;
}

a, header, footer, article, section, nav, aside {
  display: block;
}

/*==============================================================
	setup
==============================================================*/
body {

  width: 100%;
  color: #000;
  background: #fff;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #27e;
  text-decoration: none;
}

img {
  border-width: 0;
}

br {
  letter-spacing: normal;
}

label {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, address, div, dl {
  font-weight: normal;
}

em, strong {
  font-weight: bold;
  font-style: normal;
}

/*==============================================================
	common
==============================================================*/
.ad {
  margin: 15px auto;
  text-align: center;
}
.ad a {
  display: inline-block;
}
.ad img {
  vertical-align: bottom;
}

/* カテゴリアイコン */
.ctg-icon {
  min-height: 26px;
  padding: 5px 0 0 0;
  text-indent: 30px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.ctg-icon.category_newspaper {
  background-position: 0 -159px;
}

.ctg-icon.category_supporter {
  background-position: 0 -319px;
}

.ctg-icon.category_blog {
  background-position: 0 -479px;
}

.ctg-icon.category_uragi {
  background-position: 0 -639px;
}

.ctg-icon.category_rp {
  background-position: 0 -798px;
}

.ctg-icon.category_vote {
  background-position: 0 -958px;
}

/* コメントアイコン */
.ico-cmt {
  min-height: 18px;
  padding: 6px 0 0 20px;
  background: url("../../../images/2013/spn/ico_cmt_sp.png") no-repeat 0 0;
  background-size: 18px 220px;
}

.ico-cmt.comment1 {
  background-position: 0 0;
}

.ico-cmt.comment2 {
  background-position: 0 -100px;
}

.ico-cmt.comment3 {
  background-position: 0 -200px;
}

/*==============================================================
	layout
==============================================================*/
header {
  position: relative;
  background: #eee;
  border-bottom: 3px solid #ddd;
}
header h1 {
  display: inline-block;
}
header h1 a {
  display: block;
  position: absolute;
  top: 0;
  height: 37px;
  padding-top: 0;
  color: rgba(204, 0, 0, 0);
  font-size: 1px;
}
header p {
  position: absolute;
  right: 10px;
  top: 0;
}
header a p {
  margin: 10px 0 0 0 ;
  padding: 0 0 0 15px;
  background: url("../../../images/spn/temporary/ico_top.png") no-repeat 0 1px;
  color: #000;
  font-size: 12px;
}
footer {
  background: #eee;
  border-top: 3px solid #ddd;
  font-size: 11px;
}
footer dl {
  padding: 20px 0 0;
  color: #000;
  text-align: center;
}
footer dt, footer dd, footer a {
  display: inline;
}
footer a {
  border-left: 1px solid #333;
  margin-left: 5px;
  padding-left: 5px;
  color: #000;
  text-decoration: underline;
}
footer address {
  padding: 20px 0;
  color: #999;
  text-align: center;
}