@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li img,dt img,dd img{
vertical-align:bottom;
}

ul{
	list-style: none;
}

body {
	width: 970px;
	margin: 0 auto;
	padding: 15px;
	background-color: #060403;
 	background-repeat: repeat-x;
	line-height:1;
}

#con_A{
	width: 375px;
	float: left;
	margin: 15px;
	}

h1{
	margin-bottom: 15px;
	}
	
	
.box_A{
	width: 373px;
	min-height: 195px;
	border: #fff solid 1px;
	margin-bottom: 15px;
	}

	
.box_youtube{
	width: 373px;
	min-height: 270px;
	border: #fff solid 1px;
	margin: 0 auto 15px;
	text-align: center;
	}

	
	
.box_sns{
	margin-bottom: 15px;
	background: #fff;
	}
	
#map_title{
	margin: 10px auto ;
	text-align: center;
	}
#map{
	margin: 0 auto ;
	text-align: center;
	}
#con_B{
	width: 550px;
	float: right;
	margin: 25px 15px 15px 0;
	}

.box_B{
	width: 371px;
	margin-bottom: 15px;
	}

#footer{
	clear: both;
	width: 940px;
	border-top:  #fff solid 1px;
	margin-left: 15px;
	padding-top: 10px;
	}
	
#footer_logo{
	width: 404px;
	float: left;
	margin-bottom:25px;
	}
	
#footer_facebook{
	width: 45px;
	float: left;
	margin-bottom:25px;
	}

#footer_copy{
	color: #fff;
	font-size: 12px !important;
	float: right;
	margin-top: 12px;
	}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clear{
	clear : both !important	}
  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
