﻿@charset "UTF-8";

/* post */
div#post {
	border-top:#333333 3px double;
	background:#FFFFFF url("/img/screen/post-background1.png") bottom no-repeat;
	padding:1px 0 20px 0;
	width:100%;
	}
	div.postPickup {
		border-top:#3667B0 3px double !important;
		background:#FFFFFF url("/img/screen/post-background2.png") bottom no-repeat !important;
		}
div#post h2 {
	margin:10px;
	font-size:large;
	}
div#post p {
	font-size:large;
	}
div#post del {
	text-decoration:line-through;
	}
div#post ins {
	text-decoration:underline;
	font-weight:bold;
	}
div#post dl dd {
	margin:0 0 10px 10px;
	}
div#post form {
	margin:10px;
	}
div#post form input {
	padding:5px;
	font-size:large;
	}
	input#wd_normal {
		width:480px;
		}
	input#wd_hougen {
		width:480px;
		font-weight:bold;
		}