h2{
	position:relative;
	color:#aeef33;
	font-family:Georgia;
}

h2 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url('https://bbs7.fc2.com/bbs/img/_896500/896469/icon/0.png');
}

/* スマホ */
@media screen and (hover: none)
{
	#navigation
	,#bbsform
	,.thread_wrapper
	,.thread_wrapper .parent_article
	,.thread_wrapper .child_article
	,#help
	,#design
	{
		width: 840px!important;
	}
	#bbsform
	{
		font-size: 1.4rem;
	}
	#navigation
	{
		font-size: 2rem!important;
	}
	.a
	{
		font-size: 1rem!important;
	}
	.button
	{
		font-size: 1.8rem!important;
	}
	.date
	{
		font-size: 1.8rem!important;
	}
	.title
	{
		font-size: 2rem!important;
	}
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.stamp
{
    margin: 3px!important;
    padding: 4px 8px;
    display: inline-block;
    background: #fff;
    border: 3px solid red;
    /* color: #111; */
    border-radius: 4px;
    position: relative;
    background: ghostwhite;
    color: red!important;
    /* text-shadow: 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00; */
}

.new {
    font-weight: bold;
    color: #FF7700;
}
text {
  font-weight       : bold;
  font-size         : 40px;
  font-family       : Meiryo UI;
  stroke            : #ff7f7f;
  fill              : #ffffff;
  letter-spacing    : 6px;
  text-anchor       : middle;
  dominant-baseline : alphabetic;
}
svg > use:nth-of-type(1) {
  stroke-width      : 12px;
  paint-order       : stroke;
  stroke-linejoin   : round ;
}
svg > use:nth-of-type(2) {
  stroke-width      : 0;
}

body
{
 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.date
{
float: left;
width: fit-content!important;
/*    display: inline-block*/
}
label
{
white-space: nowrap;
}
.nowrap
{
white-space: nowrap;
}

.image
{
/*height: 360px;*/
    width: 50%;
float: left;
margin-right: 0.5em;
margin-bottom: 0.2em;
}
.body td
{
    vertical-align: top;
}
.body .desc
{
    font-size: 1.1em;
    overflow: hidden;
    /* position: absolute; */
    margin: 0.2em;
/*    text-indent: 1em;*/
margin-left: 1em;
    letter-spacing: 0.02em;
    line-height: 1.3em;
/*font-family:"VL Pゴシック"*/
}
h1 a
{
text-decoration: none;
}

.a
{
    margin-left: auto;
    margin-right: auto;
font-size: 0.4rem;
}
.title
{
   font-size: 1.1rem;
}
/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#navigation {
margin:16px auto;
padding: 10px;
width:520px;
font-size: small;
font-family: "Lucida Grande","Verdana", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
}
#navigation a {
color: #000000;
font-weight: bold;
text-decoration: none;
}
#navigation a:hover {
color: #888888;
text-decoration: underline;
}
/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{
width:520px;
margin-left:auto;
margin-right:auto;
/*font-size: x-small;*/
text-align:left;
font-family: "Lucida Grande","Verdana", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
}
#bbsform table.postinfo
{
	margin:1.5em;
	text-align:left;
	font-size:1em;
}
/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
width:520px;
margin:16px auto;
padding: 10px;
text-align:right;
color: #000000;
border:1px solid #808080;
}
/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	width:520px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.thread_wrapper .child_article
{
width:520px;
margin-top: 10px;
padding-top: 5px;
border-top:1px solid #808080;
text-align:left;
clear:both;
}
/*--------------------------------------------------
	※※※
--------------------------------------------------*/
.thread_wrapper .parent_article form,
.thread_wrapper .child_article form
{
	clear:both;
}
/*--------------------------------------------------
	記事の題名
--------------------------------------------------*/
.thread_wrapper .parent_article span.title,
.thread_wrapper .child_article span.title,
.result_article span.title
{
margin: 10px 0px;
color:black;
font-weight:bold;
}
/*--------------------------------------------------
	記事の日付
--------------------------------------------------*/
.thread_wrapper .parent_article div.date,
.thread_wrapper .child_article div.date,
.result_article div.date
{
margin: 10px 0;
text-align:left;
}
/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents
{
color:black;
}
/*--------------------------------------------------
	記事の本文
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents div.body,
.thread_wrapper .child_article div.contents div.body,
.result_article div.contents div.body
{
margin-top: 10px;
color: black;
}
/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents img.userimage,
.thread_wrapper .child_article div.contents img.userimage,
.result_article div.contents img.userimage
{
	padding: 10px 5px;
	float:right;
	border:0px;
	vertical-align:middle;
}
/*--------------------------------------------------
	記事の返信ボタンや編集ボタンを含む親要素
--------------------------------------------------*/
.thread_wrapper .parent_article div.panel,
.thread_wrapper .child_article div.panel
{
margin: 5px 0px;
text-align:right;
clear:both;
width: 100%;
}
.thread_wrapper .parent_article div.panel form,
.thread_wrapper .child_article div.panel form
{
	display: inline;
}
/*--------------------------------------------------
	ヘルプ
--------------------------------------------------*/
#help
{
	width:520px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/*--------------------------------------------------
	著作権
--------------------------------------------------*/
#design {
width:520px;
font-size: small;
margin-left:auto;
margin-right:auto;
padding: 5px 0px;
text-align:left;
}
#design a {
color: #000000;
text-decoration: underline;
}