@charset "utf-8";
/************************************************************
 *
 *	2016/05/30
 *	Content CSS
 *	Auther : KCR Web
 *
 ************************************************************/
/* =========================================================
 Reserve
========================================================= */
#reserve {
	display: block;
	margin: 0 auto 30px;
	padding: 0;
	width: 900px;
}

/* Title
--------------------------------------------------------- */
#reserve .entry-header {
	display: block;
	margin:0 auto 30px;
	padding: 0;
}

#reserve .entry-header .entry-title {
	line-height: 0;
	text-align: center;
}

/* Content
--------------------------------------------------------- */
#reserve .entry-content {
	display: block;
	margin:0 auto 60px;
	padding: 0;
}

#reserve .entry-content .sub {
	display: block;
	line-height: 0;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
}

#reserve .entry-content .third {
	background: #fcc6ca;
	border: 1px solid #a74250;
	border-radius: 3px;
	color: #900;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 30px;
	padding: 10px;
	text-align: center;
}

#reserve .entry-content .text {
	font-size: 14px;
	line-height: 1.5;
}







