@charset "UTF-8";
/*オレンジ*/
/*背景グレー*/
/*ボーダー*/
/*オレンジ 薄い*/
#pagetop {
  position: fixed;
  right: 0px;
  bottom: 0px;
}
#pagetop img {
  transition: 0.3s;
}
#pagetop:hover img {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.red {
  color: #ff1e00;
}
.li_none li {
  vertical-align: top;
}
.mt0 {
  margin-top: 0 !important;
}
.mt20 {
  margin-top: 20px !important;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
header {
  position: fixed;
  /*position: absolute;
  left:0;
  top:0;*/
  z-index: 10000;
  width: 100%;
  min-width: 1000px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
header .wrap {
  width: 1000px;
  overflow: hidden;
  margin: auto;
}
header h1 {
  float: left;
  margin: 20px 0 20px;
  transition: 0.3s;
}
header h1:hover {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
header nav {
  float: right;
}
header nav ul li {
  float: left;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 14px;
}
header nav ul li a {
  transition: 0.3s;
  text-decoration: none;
  color: #362e2b;
  display: block;
  height: 30px;
  margin: 5px 0;
  border-bottom-color: #ff6600;
}
header nav ul li a:hover {
  text-decoration: none;
  color: #ff6600;
  border-bottom: #ff6600 2px solid;
}
header nav ul li + li {
  border-left: #cccccc 1px solid;
}
header nav ul li.fb {
  border-left: none;
  padding: 0;
}
header nav ul li.fb a {
  height: auto;
  margin: 0;
  border: none;
  height: 38px;
  width: 38px;
  background: none;
}
header nav ul li.fb a img {
  transition: 0.3s;
  /*opacity:10;*/
}
header nav ul li.fb a:hover {
  filter: alpha(opacity=30);
  opacity: 0.3;
  /*border:none;
  background:url(/design/img/cmn/header/fb_on.png) no-repeat left top;
  img{
  	opacity:0;
  }*/
}
/*.p0 header .li0 a,
.p1 header .li1 a,
.p2 header .li2 a,
.p3 header .li3 a,
.p4 header .li4 a {
  text-decoration: none;
  color: #ff6600;
  border-bottom: #ff6600 2px solid;
}*/
footer a {
  color: inherit;
}
footer .f_sub {
  overflow: hidden;
  padding: 15px 0;
  background: #ececf8;
}
footer .f_sub li,
footer .f_sub small {
  font-size: 11px;
}
footer .f_sub li {
  display: inline-block;
}
footer .f_sub li + li {
  padding-left: 18px;
  margin-left: 5px;
  background: url(/design/img/cmn/footer/sub.png) no-repeat left center;
}
footer .f_sub ul {
	float: left;
}
footer .f_sub small {
  float: right;
}
footer .f_map {
  display: none;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
footer .f_main {
  background: #f6f6fa;
  padding: 40px 0px 35px;
}
footer .f_main .wrap,
footer .f_sub .wrap {
  width: 1000px;
  overflow: hidden;
  margin: auto;
}
footer .f_main .wrap div {
  float: left;
  width: 470px;
  text-align: center;
}
footer .f_main .wrap div + div {
  float: right;
}
footer .f_main .wrap div strong {
  font-size: 16px;
}
footer .f_main .wrap div p, footer .f_main .wrap div li {
  font-size: 12px;
}
footer .f_main .wrap div img {
  margin-right: 7px;
  vertical-align: middle;
}
footer .f_main .wrap div .li_a {
  display: inline-block;
}
footer .f_main .wrap div .li_a li {
  text-align: left;
}
footer .f_main .wrap div .li_a a {
  background: url(/design/img/cmn/a.png) no-repeat left center;
  padding-left: 20px;
}
footer .f_main .wrap div .li_bt {
  margin-bottom: 15px;
  text-align: center;
}
footer .f_main .wrap div .li_bt li a {
  border: #464646 1px solid;
  padding: 5px 50px;
  display: inline-block;
  transition: 0.3s;
  vertical-align: top;
}
footer .f_main .wrap div .li_bt li a span {
  display: inline-block;
  padding: 5px 0px;
  padding-left: 30px;
  background: url(/design/img/cmn/footer/form.png) no-repeat left center;
}
footer .f_main .wrap div .li_bt li a:hover {
  text-decoration: none;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
footer .f_main .wrap div h2 {
  font-size: 14px;
  border-bottom: #dddde1 1px solid;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-weight: normal;
}
.f_entry h2 {
  height: 100px;
  text-align: center;
  background: #ff6600;
}
.f_entry .wrap {
  width: 1000px;
  overflow: hidden;
  margin: auto;
  padding: 50px 0px;
}
.f_entry .wrap h3 {
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.f_entry .wrap .li_bt {
  padding: 0 50px 3px;
}
.f_entry .wrap .li_bt a {
  border-radius: 3px;
  box-shadow: #ae4600 0px 3px 0px 0px;
  background: #ff6600;
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0s;
}
.f_entry .wrap .li_bt a span {
  display: inline-block;
  padding-left: 35px;
  background: url(/design/img/cmn/footer/rec/a.png) no-repeat left 8px;
}
.f_entry .wrap .li_bt a:hover {
  text-decoration: none;
  box-shadow: #ae4600 0px 0px 0px 0px;
  position: relative;
  top: 3px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.f_entry .wrap .li_sub {
  overflow: hidden;
  margin-top: 20px;
  background: url(/design/img/cmn/footer/rec/hr.png) no-repeat left bottom;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.f_entry .wrap .li_sub li {
  width: 225px;
  float: left;
}
.f_entry .wrap .li_sub li + li {
  margin-left: 20px;
}
.f_entry .wrap .li_sub li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.f_entry .wrap .li_sub li a span {
  display: inline-block;
  padding-left: 22px;
}
.f_entry .wrap .li_sub li a:hover {
  text-decoration: none;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.f_entry .wrap .rec1 {
  width: 470px;
  float: left;
}
.f_entry .wrap .rec1 h3 {
  background: url(/design/img/cmn/footer/rec/bg_b.png);
}
.f_entry .wrap .rec1 .li_sub li a {
  color: #213b87;
  border: #213b87 1px solid;
}
.f_entry .wrap .rec1 .li_sub li a span {
  background: url(/design/img/cmn/footer/rec/a_b.png) no-repeat left center;
}
.f_entry .wrap .rec2 {
  width: 470px;
  float: right;
}
.f_entry .wrap .rec2 h3 {
  background: url(/design/img/cmn/footer/rec/bg_g.png);
}
.f_entry .wrap .rec2 .li_sub li a {
  color: #1aa234;
  border: #1aa234 1px solid;
}
.f_entry .wrap .rec2 .li_sub li a span {
  background: url(/design/img/cmn/footer/rec/a_g.png) no-repeat left center;
}
.f_news {
  display: none;
  width: 1000px;
  overflow: hidden;
  margin: auto;
  width: 760px;
  padding: 50px 0;
}
.f_news h2 {
  background: url(/design/img/cmn/footer/news/ic.png) no-repeat left 9px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: normal;
  color: #5b5b5b;
  margin-bottom: 5px;
}
.f_news table {
  width: 100%;
}
.f_news table th, .f_news table td {
  padding-top: 10px;
}
.f_news table th {
  background: url(/design/img/cmn/a.png) no-repeat left 17px;
  padding-left: 20px;
  width: 1%;
  white-space: nowrap;
  color: #ff6600;
  vertical-align: top;
  font-weight: normal;
}
.f_news table td {
  padding-left: 25px;
}
.f_history {
  display: none;
  width: 1000px;
  overflow: hidden;
  margin: auto;
  width: 760px;
  padding: 0 0 120px 0;
}
.f_history h2 {
  background: url(/design/img/cmn/footer/news/ic.png) no-repeat left 9px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: normal;
  color: #5b5b5b;
  margin-bottom: 5px;
}
.f_history table {
  width: 100%;
  background: #f6f6fa;
}
.f_history table th, .f_history table td {
  padding-top: 10px;
}
.f_history table th {
  background: url(/design/img/cmn/a.png) no-repeat left 17px;
  padding-left: 20px;
  width: 1%;
  white-space: nowrap;
  color: #ff6600;
  vertical-align: top;
  font-weight: normal;
}
.f_history table td {
  padding-left: 25px;
}
.page_vi {
  height: 100px;
  background: url(/design/img/cmn/bg.png) left -2px;
  margin-bottom: 80px;
}
.page_head {
  text-align: center;
}
.page_head h2 {
  margin-bottom: 45px;
}
.page_head p {
  color: #ff6600;
}
.page_head ul {
  margin-top: 30px;
}
.page_head ul li {
  width: 200px;
  display: inline-block;
}
.page_head ul li a {
  text-decoration: none;
  color: #ff6600;
  display: block;
  text-align: center;
  border: #ff6600 1px solid;
  padding: 10px 0px;
}
.page_head ul li a span {
  background: url(/design/img/cmn/a_d.png) no-repeat left center;
  display: inline-block;
  padding-left: 22px;
}
.page_head ul li a:hover {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.page_head ul li + li {
  margin-left: 20px;
}
.ul_list li {
  background: url(/design/img/cmn/li.png) no-repeat left 12px;
  padding-left: 15px;
}
.ol_list  {
  counter-reset: ol-counter;
  list-style: none;
  padding: 0;
}
.ol_list li {
  padding-left: 30px;
  position: relative;
}
.ol_list li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  color: #ff6600;
  display: block;
  float: left;
  line-height: 18px;
  margin-top: 3px;
  margin-left: -30px;
  text-align: center;
  height: 20px;
  width: 20px;
  border: 2px solid #ff6600;
  border-radius: 50%;
  font-weight: bold;
}
table {
  border-top: #dedede 1px solid;
  width: 100%;
}
table th, table td {
  border-bottom: #dedede 1px solid;
  vertical-align: top;
  text-align: left;
  padding: 15px 0;
}
table th {
  width: 1%;
  white-space: nowrap;
  padding-right: 30px;
  color: #ff6600;
}
table td h4 {
  margin-top: 1.2em;
  font-size: 14px;
  color: #ff6600;
}
table td table {
  width: auto;
  margin-bottom: 15px;
}
table td table td {
  padding: 15px;
  /*+td{
  	padding-left:15px;
  }*/
}
.page_head .ul_tab {
  border-bottom: #ff6600 1px solid;
}
.page_head .ul_tab li {
  position: relative;
  top: 1px;
}
.page_head .ul_tab li + li {
  margin-left: 40px;
}
.page_head .ul_tab li a {
  border: #ff6600 1px solid;
}
.page_head .ul_tab li.active a, .page_head .ul_tab li:hover a {
  filter: alpha(opacity=100);
  opacity: 1.0;
  border-bottom: #fff 1px solid;
  background: url(/design/img/cmn/bg_tab.png) repeat-x left top;
}
#f_arrow_s, #f_arrow_n {
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#f_history_hide {
  border-top: none;
}
#header_logo {
  width: 330px;
  height: 45px;
}
.expire {
	text-decoration: line-through;
	color: #ccc;
}
p.text_center {
  text-align: center;
}
