/* F
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-f {
	border: 1px solid 		#bb580d;
	background: 			#f47311;
	color: 					#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #bb580d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f99f2e), to( #f47311));
	background-image: -webkit-linear-gradient(#f99f2e, #f47311);
	background-image:    -moz-linear-gradient(#f99f2e, #f47311);
	background-image:     -ms-linear-gradient(#f99f2e, #f47311);
	background-image:      -o-linear-gradient(#f99f2e, #f47311);
	background-image:         linear-gradient(#f99f2e, #f47311);
}
.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#bb580d;
	background: 			#f47311;
	font-weight: bold;
	color: 					#f99f2e;
	text-shadow: 0 -1px 1px #bb580d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f99f2e), to( #f47311));
	background-image: -webkit-linear-gradient(#f99f2e, #f47311);
	background-image:    -moz-linear-gradient(#f99f2e, #f47311);
	background-image:     -ms-linear-gradient(#f99f2e, #f47311);
	background-image:      -o-linear-gradient(#f99f2e, #f47311);
	background-image:         linear-gradient(#f99f2e, #f47311);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border: 1px solid 		#bb580d;
	background: 			#f47311;
	font-weight: bold;
	color: 					#f99f2e;
	text-shadow: 0 -1px 1px #bb580d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f47311), to( #f99f2e));
	background-image: -webkit-linear-gradient(#f47311, #f99f2e);
	background-image:    -moz-linear-gradient(#f47311, #f99f2e);
	background-image:     -ms-linear-gradient(#f47311, #f99f2e);
	background-image:      -o-linear-gradient(#f47311, #f99f2e);
	background-image:         linear-gradient(#f47311, #f99f2e);
}

/* テキストを省略せずに表示する */
.ui-header .ui-title,.ui-footer .ui-title,.ui-btn-inner,.ui-li-heading,.ui-li .ui-btn-text a.ui-link-inherit,.ui-li-desc {
  overflow: visible;
  white-space: normal;
}
#map {
  width: 100%;
  height: 300px;
  border: 8px solid #ccc;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

/* 他
-----------------------------------------------------------------------------------------------------------*/
dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
dt {
	font-weight: bold;
	color: #333333;
}
dd {
	border-bottom: 1px solid #999;
}
h2 {
	font-size: 1.2em;
	color: #333333;
}
h2::before {
	content: "■";
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.bg1 {
	background: #FF6600;
	color: #FFF;
}
.bg1 a {
	color: #FFF;
}
.tel {
	font-size: 2em;
}
#service .ui-li-thumb {
	padding-top: 0.5em;
	padding-left: 0.5em;
}
#service h3, #service p {
	overflow: visible;
	white-space: normal;
}


table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

/*電話アイコン設定*/
#top #telbutton_hdr {
	display: none;
}
#telbutton_hdr {
	display: inline;
	position: fixed;
	top: 0px;
	left: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
