﻿@charset "utf-8";

@import url("http://kamogawa.mag2.com/common/css/custom/mag2.css");

/* 共通 */


/* フォーム - form.html */

div#form-wrap {
	margin: 20px 58px;
	width: 664px;
	text-align: left;
}

table#form {
	width: 664px;
	background: url('../formimg/form-bg.jpg') repeat-y;
}

table#form thead tr th {
	height: 50px;
	line-height: 50px;
	background: url('../formimg/form-head.jpg') no-repeat;
	font-size: 138%;
	text-align: left;
}

table#form tbody tr th,
table#form tbody tr td {
	padding: 10px 0;
	background: url('../formimg/form-brd.jpg') no-repeat left bottom;
	text-align:left;
}

table#form tbody tr th {
	padding-left: 10px;
	width: 169px;
	background-position: 30px bottom;
	font-weight: normal;
}

span.must,
span.opt {
	padding: 1px 0 4px 35px;
	background-repeat: no-repeat;
}

span.must {
	background-image: url('../formimg/must.gif');
}

span.opt {
	background-image: url('../formimg/opt.gif');
}

table#form tbody tr td textarea {
	width: 450px;
	height: 10em;
}

table#form tbody tr td#sbmt {
	background: none;
	text-align: center;
}

table#form tfoot tr td {
	padding-right: 12px;
	height: 25px;
	color: #666;
	background: url('../formimg/form-btm.jpg') no-repeat;
	font-size: 77%;
	text-align: right;
}

/* 送信完了画面 - form-finish.html */

#finish table#form tbody tr td {
	background: none;
	text-align: center;
}

#finish table#form tbody tr td p {
	margin: 20px 0;
	line-height: 1.5;
	font-size: 138%;
}