body {
	background-color: #E3E3E3;	
}
.navbar-text {
	font-family: 'Oxygen', Arial, Meiryo UI, Helvetica, sans-serif;
}
.luibox {
	font-family: 'Oxygen', Arial, Meiryo UI, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFF;
	color: #000;
	line-height: normal;
	border-radius: 10px;
	box-shadow: 3px 3px 2px grey;
	margin-bottom: 20px;
}

.luibox h1 {
	font-family: 'Oxygen', Arial, Meiryo UI, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #feba01;
	color: #FFF;
	line-height: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px 10px 0 0;
}
.luibox h2 {
	font-family: 'Oxygen', Arial, Meiryo UI, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #feba01;
	color: #FFF;
	line-height: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px 10px 0 0;
}

.luibox h4 {
	font-family: 'Oxygen', Arial, Meiryo UI, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #feba01;
	color: #FFF;
	line-height: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px 10px 0 0;
}

.luibox p {
	font-family: 'Oxygen', Arial, Meiryo UI, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFF;
	color: #000;
	line-height: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 0 0 10px 10px;
}
.p-x-1
{
	padding:10px;	
}