/* 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;
}

input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}