@charset "utf-8";
/* ==================================

css：index.htmlスタイル

================================== */
/* --- 見出し --- */
h1{
	font-size:1.0em;
	font-size:1.6rem;
	font-weight:bold;
	line-height:40px;
	padding-left:45px;
	background-position:15px 8px;
	background-repeat:no-repeat;
}

.under_space{
	position:absolute;
	width:930px;
	height:5px;
	bottom:0px;
	right:0px;
	border-top:1px solid #01489d;	
	border-right:3px solid #01489d;
	box-sizing:border-box;		
}

/* -----コンテンツ----- */
#contents{
	width:100%;
	min-width:1000px;
	height:auto;
	background-image:url(../img/common_img/contents_bg_rp.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#78bd36;
}

#contents_inner{
	width:1000px;
	overflow:hidden;
	height:auto;
	margin:0 auto;
}

#primary{
	position:relative;
	width:1000px;
	height:auto;
	background:#FFF;
	padding-top:30px;
	padding-bottom:30px;

	border-radius:10px;        
    -webkit-border-radius:10px;    
    -moz-border-radius:10px;   
	behavior:url(htc/PIE.htc);	
}

#primary_inner{
	width:940px;
	margin:0 auto;
}

#title{
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.title_wrapper{
	position:relative;
	width:100%;
	height:auto;
	border-top:3px solid #2763ac;
	border-bottom:3px solid #2763ac;
	box-sizing:border-box;
}

#title h1{
	padding:0;
	line-height:normal;
	background:none;
	
	width:100%;
	height:auto;
	text-align:center;
	font-size:1.75em;
	font-size:2.8rem;
	font-weight:bold;
	border-bottom:1px dotted #2763ac;
	box-sizing:border-box;	
	padding-top:12px;
	padding-bottom:10px;
}

.title_sub{
	width:100%;
	height:37px;
	text-align:center;
	padding-top:3px;
}

.title_sub p{
	width:100%;
	line-height:37px;
	text-align:center;
	font-size:1.1875em;
	font-size:1.9rem;
	font-weight:bold;
	color:#2763ac
}

#map{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

#map h1{
	background-image:url(../img/common_img/event_marker.gif);
}

#map .content{
	width:920px;
	height:auto;
	margin:0 auto;
}

#map .content p{
	font-size:0.875em;
	font-size:1.4rem;
	
	margin-top:25px;
}

#map_area{
	width:100%;
	height:500px;

	margin-top:25px;
}

#secondly{
	position:relative;
	width:1000px;
	height:auto;
	margin-top:40px;
	margin-bottom:30px;
	padding:20px 0;
	background:#FFFFFF;
	
	border-radius:10px;        
    -webkit-border-radius:10px;    
    -moz-border-radius:10px;   
	behavior:url(htc/PIE.htc);
}

#secondly:after{
	clear:both;
	visibility:hidden;
	content:".";
	height:0;
	display:block;
}


#secondly ul{
	position:relative;
	float:left;
	left:50%;
}

#secondly ul li{
	position:relative;
	float:left;
	left:-50%;
	margin-left:20px;
}


