/**************************************
* メイン
**************************************/
#top {
	width: 100%;
	positin: relative;
}
#top_logo {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 0px;
}
#header {
	width: 100%;
	height: 98px;
	position: relative;
}
#header_inner {
	max-width: 960px;
	margin: 0 auto;
}
#header_title {
	background-color: #2e8364;
	height: 142px;
}
#header_title_logo {
	padding-top: 34px;
	text-align: center;
}




#main_wrap {
	margin: 0 auto;
}
#main_text {
	margin-top: 90px;
	text-align: center;
	line-height: 2;
}
.caution {
	margin-top: 20px;
	font-size: 14px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;
}

#privilege {
	text-align: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 90px;
}

#privilege li {
	width: 22.1875%;
	float: left;
	line-height: 0;
}
#privilege li img {
	width: 100%;
}
#privilege .priv2 , #privilege .priv3, #privilege .priv4 {
	margin-left: 3.75%;
}
#privilege .text {
	border: solid 3px #c9a063;
	line-height: 1.6;
	padding: 20px 10px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	height: 4em;
}



#boothmap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 120px;
}
#boothmap .title {
	border-bottom: solid 3px #2e8364;
	margin-left: 20px;
	margin-right: 20px;
}
#bosyu_text {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
#bosyu_map_container {
	margin-top: 40px;
	position: relative;
}
#bosyu_map {
	text-align:center;
}
#bosyu_map_mark {
	position: absolute;
	left: 0px;
	top: 0px;
}

#contact_container {
	margin-top: 40px;
	text-align: center;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 130px;
}
#contact_container .sp_br {
	display: none;
}
#contact_container .tanto {
	font-size: 20px;
}




/******************************************************************************
*
*	スマホ用
*
******************************************************************************/
@media screen and (max-width:640px) {

	#header {
		height: 40px;
	}
	#header_inner {
		width: 100%;
	}
	#header_title_logo img {
		width: 80%;
		margin: 0 auto;
	}
	
	
	#main_wrap {
		width: 100%;
	}
	#main_text {
		margin-top: 30px;
		padding-left: 10%;
		padding-right: 10%;
		line-height: 1.6;
		text-align: left;
		font-size: 12px;
	}
	
	/* 特典 */
	#privilege {
		margin-top: 30px;
	}
	#privilege .text {
		font-size: 12px;
	}
	#privilege li img {
		width: 100%;
	}
	#privilege .priv1 {
		margin-left: 3.125%;
		width: 45.3125%;
	}
	#privilege .priv2 {
		margin-left: 3.125%;
		width: 45.3125%;
	}
	#privilege .priv3 {
		margin-top: 3.125%;
		margin-left: 3.125%;
		width: 45.3125%;
	}
	#privilege .priv4 {
		margin-top: 3.125%;
		margin-left: 3.125%;
		width: 45.3125%;
	}
	
	
	/* 募集マップ */
	#boothmap {
		margin-top: 15%;
	}
	#boothmap .title {
		margin-left: 3.125%;
		margin-right: 3.125%;
		padding-left: 3.125%;
	}
	#bosyu_text {
		margin-left: 3.125%;
		margin-right: 3.125%;
		font-size: 14px;
		margin-top: 3.125%;
	}
	#bosyu_map img {
		width: 90%;
		margin: 0 auto;
	}
	#bosyu_map_mark img {
		width: 70%;
	}
	
	
	/* コンタクト */
	#contact_container {
		font-size: 14px;
		margin-top: 5%;
		margin-bottom: 10%;
		margin-left: 3.125%;
		margin-right: 3.125%;
	}
	#contact_container .sp_br {
		display: inline;
	}
	#contact_container .tanto {
		font-size: 12px;
	}

}
