/* 共通 */
body {
	padding: 0;
	margin: 0;
	/*font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Lucida Grande",sans-serif;*/
	background-color: #F6F6F6;
	font-size: 1em;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #FFF;
}

h1 {
	width: 710px;
	margin: 15px auto;
	padding: 5px 0 5px 8px;
	border: 1px solid #999999;
	border-left: 10px solid #72A529;
	background: url(../add_img/h1_bk.gif) top left repeat-x;
	font-size: 1.2em;
}

h2 {
	margin: 0 0 5px 15px;
	font-size: 1.1em;
    color: #FF6600;	
}

p {
	font-size: 0.8em;
	line-height: 1.5;
	margin-left: 40px;
}

.txt_red {
    color: #FF0000;
}

.notice {
	font-size: 0.8em;
	line-height: 1.2;
}

.margin_t50 {
    margin-top: 50px;
}

/* ヘッダー */
#header {
	border-bottom: 1px solid #70A100;
}

#header img {
    margin: 10px 0 10px 10px; /* edit saitou 120213 */
	border: none;
}

/* リード文 */
p.lead {
	font-size: 0.8em;
	margin: 5px auto;
	width: 680px;
}

p.sublead {
	font-size: 0.8em;
	margin: 3px 15px;
}

/* リスト */
ol,ul {
    font-size: 0.8em;
	line-height: 1.5;
	width: 680px;
}

ol li,ul li {
    margin-bottom: 5px;
}

/* noscript */
p.notice {
	width: 660px;
	margin: 10px auto;
	color: #FF0000;
}

/* 個人情報 */
.column {
	width: 660px;
	margin: 10px auto;
	padding: 10px;
	border: 1px dashed #74C228;
	background-color: #F3FED8;
}

.column p {
	margin: 0;
}

/* パンくず */
#pankuzu {
	width: 730px;
	margin: 0 auto;
	font-size: 0.8em;
	margin-bottom: 15px;
}

#pankuzu strong {
	color: #72A529;
	font-weight: bold;
}

/* フォームのテーブル */
table.form {
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 680px;
	font-size: 0.8em;
	line-height: 1.5;
	table-layout:fixed;
}

table.form th {
	width:267px;	/* edit kumagai 150825 */
	border: solid 1px #999999;
	padding: 10px 5px;
	text-align: left;
	background-color: #F3FED8;
	font-weight: normal;
/*	white-space: nowrap;	del kumagai 150825 */
}

/* 見出しタグ 2列 nagano/oil.html edit kumagai 150825 */

table.form th.th_01 {
	width:145px;
}
table.form th.th_02 {
	width:150px;
}


img.hissu {
	vertical-align: text-bottom;
}

table.form td {
/*	width:390px;	 edit kumagai 150825 */
	border: 1px solid #999999;
	padding: 5px;
}

table.form td textarea {
    font-size: 1em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	table.form td textarea {
    font-size: 1.25em;
	}
}

#input_area {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
}

#input_area img {
	border: none;
	vertical-align: text-bottom
}

textarea {
    width: 98%;	/* edit kumagai 150825 */
}

input.add {
    width: 98%;	/* edit kumagai 150825 */
}

/* 確認画面 */
#check_area {
    width: 680px;
	margin: 15px auto;
}

#check_area p {
    font-size: 0.8em;
}

/* フッター */
#footer {
	border-top: 1px solid #70A100;
	margin-top: 20px;
	padding: 5px;
}

#footer p {
	text-align: center;
	font-size: 0.7em;
	line-height: 1.1;
	color: #8C4600; /* ELB対応による色替え 171108_shimada */
}

/*お詫び　2012/06/08追加*/
.column_red {
	width: 660px;
	margin: 10px auto;
	padding: 10px;
	border: 2px solid #CC0000;
	background-color: #FFFFFF;
}

.column_red p {
	margin: 0;
}
