@charset "euc-jp";
/************************************
 記念品プラザフォーム用CSSファイル
 ************************************/
article#static table{
	width:650px;
	margin:10px auto;
	font-size:13px;
	table-layout: fixed;
}
article#static th{
	width:120px;
	font-size:14px;
	text-align:left;
}
article#static textarea{
	width:500px;
}
@media (max-width: 479px) {
	article#static table{
		width:90%;
	}
	article#static th,article#static  td{
		width:100%;
		display:block;
	}
	article#static textarea{
		width:100%;
	}
}
article#static input[type="text"]
,article#static select
,article#static textarea{
	border:1px solid #333333;
	font-size:14px;
	padding:1px 1px;
	margin:5px;
	border-radius: 2px;
}
.necessary{
	border:1px solid #ff0000 !important;
}
.err{
	background:#ffeef7;
}
span.comment{
	font-size:12px;
	color:#666666;
}
p.attention{
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}