	.footer-left,.footer-right {
		float: none;
		text-align:center;
	}
	.sticky-navigation div.top-search {
		width: 41%;
	}

  .contact table tr, .request table tr {
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 0.5em 0;
  }
.contact table th, .contact table td, 
.request table th, .request table td {
    border-bottom: medium none;
    padding: 0.5em;
    display:block;
  }
  .contact table th, .request table th{
    width: 100%;
  }
  .contact table td input[type="text"], .contact table td textarea, 
  .request table td input[type="text"], .request table td textarea {
	width:100%;
  }
  .contact table td input.input_middle,
  .request table td input.input_middle {
    margin: 0.5em 0;
    width: 100%;
  }
  .contact table td input.input_short, 
  .request table td input.input_short {
	width: 40%;
  }
  
  
  
  
  
  
  
  
  
  
 /*----------------------------------------------
 20150327 by ariga 
-----------------------------------------------*/



/*------------------------------------------ イベント詳細画面 */
.event_left,
.event_right {
	width: 98%;
}

table.table_detaile,
table.table_detaile tr {
	border: none;
	padding-bottom: 0;
}

table.table_detaile{
	border-bottom: 1px solid #999;
}


table.table_detaile tr {
	margin-top: -8px;
}

table.table_detaile th,
table.table_detaile td {
	padding: 8px 15px;
	margin-bottom: 0;
	width: 98%;
	text-align: left;
}

table.table_detaile td {
	border: 1px solid #999;
}