/**************************************
* メイン
**************************************/
#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;
	height: 100%;
}
#header_title {
	background-color: #2e8364;
	height: 142px;
}
#header_title_logo {
	padding-top: 34px;
	text-align: center;
}

.p1_container {
	margin-top: 50px;
}

.p1_container .guide {
	font-size: 16px;
}
.thanks {
	margin-top: 100px;
	font-size: 16px;
	text-align: center;
}




/******************************************************************************
*
*	タブレット用
*
******************************************************************************/
@media screen and (max-width:959px) {
}



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

	#header {
		height: 40px;
	}
	
	
	#news_wrap {
		width: 100%;
	}
	.sct_title {
		margin-bottom: 40px;
	}
}
