/* F
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-f {
	border: 1px solid 		#bbbbbb;
	background: 			#232323;
	color: 					#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #bbbbbb;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #454545), to( #232323));
	background-image: -webkit-linear-gradient(#454545, #232323);
	background-image:    -moz-linear-gradient(#454545, #232323);
	background-image:     -ms-linear-gradient(#454545, #232323);
	background-image:      -o-linear-gradient(#454545, #232323);
	background-image:         linear-gradient(#454545, #232323);
}
.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#bbbbbb;
	background: 			#232323;
	font-weight: bold;
	color: 					#454545;
	text-shadow: 0 -1px 1px #bbbbbb;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #454545), to( #232323));
	background-image: -webkit-linear-gradient(#454545, #232323);
	background-image:    -moz-linear-gradient(#454545, #232323);
	background-image:     -ms-linear-gradient(#454545, #232323);
	background-image:      -o-linear-gradient(#454545, #232323);
	background-image:         linear-gradient(#454545, #232323);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border: 1px solid 		#bbbbbb;
	background: 			#232323;
	font-weight: bold;
	color: 					#454545;
	text-shadow: 0 -1px 1px #bbbbbb;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #232323), to( #454545));
	background-image: -webkit-linear-gradient(#232323, #454545);
	background-image:    -moz-linear-gradient(#232323, #454545);
	background-image:     -ms-linear-gradient(#232323, #454545);
	background-image:      -o-linear-gradient(#232323, #454545);
	background-image:         linear-gradient(#232323, #454545);
}

/* 他
-----------------------------------------------------------------------------------------------------------*/
#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
}
#new dd {
	border-bottom: 1px solid #999;
}
h2 {
	font-size: 1.2em;
	color: #454545;
}
h2::before {
	content: "■";
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.ui-header a {
	color: #FFF;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.tel {
	font-size: 2em;
}
#concept .ui-li-thumb {
	padding-top: 20px;
	padding-left: 5px;
}
#concept h3, #concept p {
	overflow: visible;
	white-space: normal;
}
