body {
  /* 画像ファイルの指定 */
//  background-image: url(../share/img/topimg.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;

 background-color:#FFF;
  
}

.footer {
/*	position:fixed;*/
	width:100%;
	bottom:0;
	left:0;
}


/* Contact page */

table.contact-table {
	width:100%;
	margin-bottom:80px;
}


table.contact-table td {
	border-top:dotted 1px #333333;
	vertical-align:middle;
	text-align:left;
	padding:10px 0 5px 0;
	margin:0;
	padding-left:1em;
	color:black;
}

table.contact-table tr td{
	background-color:rgba(255,255,255,0.9);
}
table.contact-table tr.odd td{
	background-color:rgba(255,255,255,0.6);
}

.ie8 table.contact-table tr td{
	background:#FFF;
}
.ie8 table.contact-table tr.odd td{
	background:#D8D8D8;
}

.contact_form {
	width:100%;
}

.contact_form2 {
	width:100%;
}

.col1 {
	width:35%;
}

.col2 {
	width:65%;
}

.error_text {
	color:#F00 !important;
	font-weight:bold !important;
	padding:10px 0 !important;
	margin:0 !important;
}

.btn {
	background:#DDD;
}

.btn:hover {
	background:#AAA;
}

@media (max-width: 768px) {

	table.contact-table .col2 {
		padding-bottom:15px;
	}
		
	table.contact-table th,
	table.contact-table td {
			display:block;
			border:none;
			width:100%;
			padding:0;
			margin:0;
	}
	table.contact-table td {
		padding-bottom:0;
	}
}