@charset "Shift_JIS";
/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  cursor:pointer;
}
#service h3{
  font-size: 24px;
  font-weight: normal;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-color : #f05f40;
  margin-bottom: 10px;
  background-color:#f05f40;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 2px;
}
#service h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../img/point_12Ea_02.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 1.8;
	background-position: 0px 10px;
	font-weight: bolder;
}
li{
  font-size: 1.4em;
}
.table >tbody >tr >td,.table >tbody >tr >th,.table >tfoot >tr >td,.table >tfoot >tr >th,#company .table >thead >tr >td,.table >thead >tr >th{
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}



#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #bdc3c7;
  background-color:#000000;
}
#footer a {
  color: #bdc3c7;
}
#footer a:hover {
  color: #d9534f;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


.back-rinen{
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url(../img/logo.jpg);
  background-position: center;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 100px;
}

.curslve {
  font-family: "HG行書体", monospace, curslve, "Hiragino Mincho ProN", HGS明朝E;
}

/****************************************/

body{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 10px;
}
.mt0  { margin-top: 0px;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}

.mb0  { margin-bottom: 0px;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

.pt0  { padding-top: 0px;}
.pt50 { padding-top: 50px;}

.pb0  { padding-bottom: 0px;}

.bg-gr{
	background-color: #f3f3f3;
}

.fs15 { font-size: 1.5em;}
.fs20 { font-size: 2.0em;}
