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

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

/* 他
-----------------------------------------------------------------------------------------------------------*/
#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
}
#new dd {
	border-bottom: 1px solid #999;
}
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;
}
.mt {
	margin-top: 1em !important;
}
#service h3, #service p{
	overflow: visible;
	white-space: normal;
}
#service .ui-li-thumb,
#service .ui-li-thumb {
	padding-top: 1em;
	padding-left: 0.5em;
}
.tel {
	font-size: 2em;
}

.tab {
	border-collapse: collapse  !important;
}

.tabd {
	border-style: solid  !important;
}

dl.accordion { 
background:#DDD; 
width:94%; 
margin:0 auto; 
padding:10px; 
font-size:16px;

}
dl.accordion dt {
    /*background:url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
    border-bottom:1px solid #EEE; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;*/
    background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
    /*display:block;*/
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    line-height: 40px;
    color: #FFFFFF;
}


dl.accordion dt.open {
    background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
dl.accordion dd { 
	/*background:#FFF; 
	padding:10px; 
	line-height:1.5; 
	display:none;*/
    background:#f2f2f2;
    text-align:center;
    border:#666 1px solid;
    display:none;
}

table{
width: 100%;
border-collapse: collapse;
}

th{
	padding: 4px;
	text-align: left;
	vertical-align: top;
	background-color: #4169E1;
	color: #FFFFFF;
	border: 1px solid #b9b9b9;
	font-size: 12px;
}

td{
	padding: 4px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px solid #b9b9b9;
}

th.first
{
    background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
    /*display:block;*/
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;

}