@charset "utf-8";
/* デフォルト（最小幅 0px 以上の指定）
   全てのデバイスに共通の指定
  */

.eventlastdate {
	display: none;
}
.fin {
	text-decoration: line-through;
	color: red;
}

    .header {
	  margin-top: -20px;
	  width: 100%;
	  min-height:120px;
	  overflow: auto;
	  background: #021636;
  }
	.content {
		clear:both;
	}
	#cotact {
		margin: 100px auto 0px auto;
		width: 1024px;
		overflow:auto;
		border: 1px solid #FFFFFF;
	}
	h1.cotact_top_title {
		font: 700 26px "Arial Black", Gadget, sans-serif;
		margin-bottom: 1em;
	}


@media screen and (max-width: 640px){
	.content {
		clear:both;
	}
	 .header {
	  margin-top: 0px;
	  width: 100%;
	  min-height: inherit;
	  overflow: auto;
	  background: #fff;
  }
	#cotact {
		margin: 30px auto 0px auto;
		width: 96%;
		overflow:auto;
	}
	h1.cotact_top_title {
		font: 700 26px "Arial Black", Gadget, sans-serif;
		margin: 30px 0 10px 0;
		color:#000000;
	}
	#cotact_contents {
		width: 96%;
		height:auto;
		margin: 0px auto;
		overflow:auto;
		background: #f4f4f4;
	}
	
}
