/* ==  header start  == */
header .inner {
  margin: 0;
}

header .logo {
  padding: 10px;
  height: auto;
}

header .logo img {
  width: 149px;
}

header .fontsize {
  width: 90%;
  margin: 0 auto 15px;
}

header .fontsize p {
  float: left;
  font-weight: bold;
  line-height: 26px;
  margin-right: 10px;
}

header .fontsize #fontSize {
  float: left;
}

header .fontsize #fontSize li {
  float: left;
  border: 1px solid #ccc;
  min-width: 60px;
  cursor: pointer;
  margin-right: 10px;
  line-height: 26px;
  text-align: center;
}

header .fontsize #fontSize li:nth-child(1) {
  font-size: 1.8rem;
}

header .fontsize #fontSize li:nth-child(2) {
  font-size: 1.4rem;
}

header .fontsize #fontSize li:nth-child(3) {
  font-size: 1.2rem;
}

header .fontsize #fontSize li.active {
  background: #656565;
  color: #fff;
}

header #inverse {
  width: 90%;
  margin: 0 auto 15px;
  text-align: left;
}

header #inverse .color-title {
  font-weight: bold;
  margin-right: 10px;
  line-height: 26px;
}

header #inverse .accessible-button {
  margin-right: 10px;
  font-size: 1.4rem;
  min-width: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
}

header #inverse .accessible-button.normal {
  border: 1px solid #656565 !important;
  background-color: #656565 !important;
  color: #fff !important;
  min-width: 60px;
}

header #inverse .accessible-button.black {
  border: 1px solid #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}

header #inverse .accessible-button.yellow {
  border: 1px solid #0a0a0a !important;
  background-color: #ffff00 !important;
  color: #333 !important;
}

header #inverse .accessible-button.blue {
  border: 1px solid #00008b !important;
  background: #00008b !important;
  color: #fff !important;
}

header .search {
  width: 90%;
  margin: 0 auto 5px auto;
  height: 40px;
}
#tmp_gsearch {
  width: 100%;
  background-color: transparent;
  z-index: 1;
	text-align: left;
}
header .search .search-title {
	float: left;
  font-weight: bold;
  margin-right: 8px;
	padding-top: 0.45em;
}
header .search .gsc-search-box {
	width: auto;
}
header .search .gsc-input-box  {
	height: 30px;
	border-right-color: #656565;
}
header .search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
}
header .search .gsc-search-box td.gsc-search-button {
	position: relative;
	background: #656565;
	cursor: pointer;
}
header .search .gsc-search-box td.gsc-search-button:before {
	position: absolute;
	top: 20%;
	left: 25%;
	content: '検索' !important;
	color: #FFF;
	font-size: 14px;
}
header .search .gsc-search-box .gsc-search-button svg {
  display: none;
}
header .search .gsc-search-button-v2 {
  display: inline-block;
  font-size: 1.4rem;
  width: 60px;
  height: 30px;
	border: none;
	border-radius: 0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
	margin: 0;
  opacity: 0;
  cursor: pointer;
}
.gsc-search-button:hover {
	background: #4A4A4A;
}
#cookie {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 20px;
	background: rgba(0,0,0,0.80);
	z-index: 1000;
}

#cookie a {
	color: #00C157;
}

#cookie ul {
	margin-top: 1em;
}

#cookie ul li {
	margin: 0.5em 0;
}

#cookie ul li a {
	display: block;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 1em 3em 1em 1em;
	background: #aacf52 url(../../suigenrin_jigyo/photo/img/icon_arrow.gif) no-repeat center right;
	border-radius: 3px;
}



@media screen and (min-width: 480px) {
	header .search .gsc-input-box {
		width: 100%;
	}
}


@media screen and (min-width: 490px) {
  header .search {
    height: 45px;
  }
}

header .list {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../img/icon/icon_list.png) no-repeat left center;
  background-size: 10px;
  text-align: left;
}

header .list a {
  color: #333;
}

header nav {
	border-bottom: 1px solid #009944;
}

header nav li a,
header nav li label {
  display: block;
  height: 44px;
  padding-left: 25px;
  border-bottom: 1px solid #FFF;
  background: #009944 url(../img/nav/nav_icon.png) no-repeat 10px center;
  background-size: 7px auto;
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 44px;
}

header nav li a.dropdown {
	pointer-events: none;
}

header nav li a.dropdown:hover {
	cursor: pointer;
}

kouheader nav li:last-child label {
  border-bottom: none;
}

header nav li a.active,
header nav li label.active {
  background: #00652d url(../img/nav/nav_icon.png) no-repeat 10px center;
}

.nav .mddWrap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	padding: 5px;
}
.nav .mddWrap .category_title {
	display: none;
}
.nav .mddWrap ul.bnr,
.nav .mddWrap div#map_seibi {
	border-bottom: 1px dotted #009944;
}
#menuList .mddWrap .txt p {
	display: none;
}
.nav .mddWrap .txt ul {
	border-top: 1px dotted #fff;
	border-bottom: 1px solid #fff;
}
.nav .mddWrap ul li {
	border: none;
	border-top: 1px dotted #009944;
}
.nav .mddWrap ul li:first-child {
	border-top: none;
}
.nav .mddWrap ul li a {
	font-size: 1.2rem;
	height: auto;
	color: #000;
	line-height: 1.4;
	padding: 10px 0 10px 25px;
	background-color:#fff;
	border: none;
}

.nav .mddWrap ul li img,
.nav .mddWrap #map_seibi {
	display: none;
}

.nav .mddWrap ul li img.icon {
	display: inline-block;
	vertical-align: middle;
}

.key_visual p {
	text-align: center;
	margin: 0 0 20px 0;
	background: url("../../img/index/bg_search.png") repeat center top;
}

.key_visual #slider {
  position: relative;
}

.key_visual #slider .photo_link {
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 800;
}

.key_visual #slider .photo_link li {
  float: left;
  margin-left: 10px;
  padding: 5px 10px;
  padding-left: 25px;
  border: 1px solid #fff;
}

.key_visual #slider .photo_link li.photo_lb {
  background: rgba(0, 0, 0, 0.8) url(../img/icon/icon_photo.png) no-repeat 8px center;
  background-size: 13px;
}

.key_visual #slider .photo_link li.choice {
  background: rgba(0, 0, 0, 0.8) url(../img/icon/icon_mt.png) no-repeat 8px center;
  background-size: 13px;
}

.key_visual #slider .photo_link a {
  display: block;
  color: #fff;
}

.bnr_symposium {
	text-align: center;
	margin: 0 1.5rem 1rem 1.5rem;
}

.bnr_symposium img {
	border: 1px solid #ccc;
}

#carousel .slides li {
  background: #000;
}

#carousel .slides li img {
  opacity: .4;
}

#carousel .slides .flex-active-slide img {
  opacity: 1;
}

.featured_information {
  margin-bottom: 15px;
}

.featured_information h2 {
  position: relative;
  border-bottom: solid 1px #cc4645;
  background: url(../img/icon/icon_featured.png) no-repeat left center;
  background-size: 16px auto;
  color: #ce4646;
}

.featured_information h2:after {
  content: " ";
  position: absolute;
  bottom: 0;
	width: 10em;
  margin-left: -20px;
  display: block;
  border-bottom: solid 2px #cc4645;
}

.featured_information .content {
	padding: 20px 20px 15px 20px;
	border: 1px solid #ce4646;
}

.featured_information .bid_information {
  margin-top: 15px;
  padding: 7px;
  padding-left: 23px;
  border: 2px solid #c00;
  background: url(../img/icon/icon_featured_list.png) no-repeat 7px 13px;
  background-size: 10px 10px;
}

.featured_information .bid_information strong {
  font-weight: normal;
  font-size: 1.5rem;
}

.featured_information .bid_information img {
  position: relative;
  top: -3px;
}

.featured_information li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 15px;
}

.featured_information li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background: url(../img/icon/icon_featured_list.png) no-repeat left center;
  background-size: 10px 10px;
}

.information.jigyosha {
  margin-bottom: 15px;
}

.information.jigyosha h2 {
  position: relative;
  border-bottom: solid 1px #0d479f;
  background: url(../img/icon/icon_jigyosha.png) no-repeat left center;
  background-size: 16px auto;
  color: #0d479f;
}

.information.jigyosha h2:after {
  content: " ";
  position: absolute;
  bottom: 0;
	width: 10em;
  margin-left: -20px;
  display: block;
  border-bottom: solid 2px #0d479f;
}

.information.jigyosha .content {
	padding: 20px 20px 10px 20px;
	border: 1px solid #0d479f;
}

.information.jigyosha li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 15px;
}

.information.jigyosha li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background: url(../img/icon/icon_jigyosha_list.png) no-repeat left center;
  background-size: 10px 10px;
}

.information.motoshi {
  margin-bottom: 25px;
}

.information.motoshi h2 {
  position: relative;
  border-bottom: solid 1px #E88A07;
  background: url(../img/icon/icon_motoshi.png) no-repeat left center;
  background-size: 16px auto;
  color: #663d04;
}

.information.motoshi h2:after {
  content: " ";
  position: absolute;
  bottom: 0;
	width: 10em;
  margin-left: -20px;
  display: block;
  border-bottom: solid 2px #E88A07;
}

.information.motoshi .content {
	padding: 20px 20px 10px 20px;
	border: 1px solid #E88A07;
}

.information.motoshi li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 15px;
}

.information.motoshi li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background: url(../img/icon/icon_featured_list.png) no-repeat left center;
  background-size: 10px 10px;
}

/*.latest {
  margin-bottom: 25px;
}*/

.latest h2 {
  background: url(../img/icon/icon_latest.png) no-repeat left center;
  background-size: 16px auto;
  color: #00863d;
  float: left;
}

.latest .latest_list {
  float: right;
	margin-top: 0.75rem;
}

.latest .latest_list p {
  display: inline-block;
}

.latest .latest_list p.icon_new_info {
  padding-left: 23px;
  background: url(../img/icon/icon_new_info.png) no-repeat 7px center;
  background-size: 10px;
}

.latest .latest_list p.icon_rss {
  padding-left: 23px;
  background: url(../img/icon/icon_rss.png) no-repeat 7px center;
  background-size: 10px;
}

.latest #tab_menu {
  display: table;
  width: 100%;
  border: 1px solid #cccccc;
  border-bottom: 0;
}

.latest #tab_menu li {
  display: table-cell;
  width: 15%;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

.latest #tab_menu li a {
  padding: 13px 0 10px;
  display: block;
  color: #333;
  line-height: 1;
  text-decoration: none;
}

.latest #tab_menu li a:hover, .latest #tab_menu li a.active {
  border-bottom: 3px solid #00863d;
  font-weight: bold;
}

.latest .bid_information {
  margin-top: 5px;
  padding: 7px;
  padding-left: 23px;
  border: 2px solid #00863d;
  background: url(../img/icon/icon_list_green.png) no-repeat 7px center;
  background-size: 10px;
}

.latest .bid_information strong {
  font-weight: normal;
}

.latest dl {
  padding: 10px 0;
  border-bottom: 1px dashed #c4c4c4;
}

.latest dt {
  margin-bottom: 10px;
}

.latest dt .date {
  width: 9em;
  display: block;
  float: left;
}

.latest dt .tag {
  display: block;
  float: left;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: .9rem;
}

.latest dt .nyusatu {
  background: #bcdd6f;
  text-align: center;
}

.latest dt .oshirase {
  background: #9dc8f1;
  text-align: center;
}

.latest dt .koryu {
  background: #fff49b;
  text-align: center;
}

.latest dt .koubo {
  background: #d3c6f8;
  text-align: center;
}

.latest dt .gijutsu {
  background: #FFCB18;
  text-align: center;
}


.sub_nav {
  background: url(../img/nav/sub_nav_bg.jpg) repeat left top;
  background-size: 320px auto;
  padding: 10px 0;
}

.sub_nav .inner {
  margin: 0; 
}

.sub_nav .table {
  display: table;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 0 5px;
}

.sub_nav .table ul li {
	margin-bottom: 10px;
}

.sub_nav .table ul li:last-child {
	margin-bottom: 0;
}
.sub_nav .table ul li .small {
  font-size: 0.6em;
}

.sub_nav .table ul li a {
  display: table;
	width: 100%;
	padding: 10% 0 10% 30%;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-size: 1.8rem;
  text-decoration: none;
  color: #00863d;
	box-sizing: border-box;
}

.sub_nav .table ul li a.sub_tree {
  padding-top: 6%;
  padding-bottom: 6%;
  background: #FFFFFF url(../../img/index/icon_tree.png) no-repeat 5% center;
  background-size: 25%;
}

.sub_nav .table ul li a.sub_bit {
  padding-top: 6%;
  padding-bottom: 6%;
  background: #FFFFFF url(../../img/index/icon_bid.png) no-repeat 5% center;
  background-size: 25%;
}

.sub_nav .table ul li a.sub_tec {
  background: #FFFFFF url(../../img/index/icon_tec.png) no-repeat 5% center;
  background-size: 25%;
}

.sub_nav .table ul li a.sub_work {
  background: #FFFFFF url(../../img/index/icon_areawork.png) no-repeat 5% center;
  background-size: 25%;
}

.sub_nav .btn_type {
  margin: 0 10px;
}

.sub_nav .btn_type.bottom {
  margin: 0;
  padding: 10px 10px 0 10px;
  border-top: 20px solid #fff;
}

.sub_nav .btn_type li a {
  display: block;
  margin-bottom: 5px;
  padding: 2px 10px 2px 45px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-weight: bold;
  line-height: 38px;
  color: #333;
  text-decoration: none;
}

.sub_nav .btn_type li a .icon {
	vertical-align: middle;
}

.sub_nav .btn_type li a .small {
	font-weight: normal;
}

.sub_nav .btn_type li a.speach {
  background-image: url(../img/nav/sub_nav_img_speach.png?230410) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}

.sub_nav .btn_type li a.operator {
  background-image: url(../img/nav/sub_nav_img_operator.png) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}

.sub_nav .btn_type li a.counter {
  background-image: url(../img/nav/sub_nav_img_counter.png) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}

.sub_nav .btn_type li a.inheritance {
	line-height: 19px;
  background-image: url(../img/nav/sub_nav_img_inheritance.png) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}

@media screen and (min-width: 371px) {
	.sub_nav .btn_type li a.inheritance {
		line-height: 38px;
	}
}

.sub_nav .btn_type li a.loan {
  background-image: url(../img/nav/sub_nav_img_loan.png) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}

.sub_nav .btn_type li a.trip {
  background-image: url(../img/nav/sub_nav_img_trip.png) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}

.sub_nav .btn_type li a.pr {
  background-image: url(../img/nav/sub_nav_img_pr.png) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
	  line-height: 1.8;
	  height: 72px;
	  padding-top: 1.4rem;
}

.sub_nav .btn_type li a.pr_magazine {
  background-image: url(../img/nav/sub_nav_img_pr_magazine.png) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
	  line-height: 1.8;
	  height: 72px;
	  padding-top: 1.4rem;
}

.sub_nav .btn_type li a.otoiawase {
  background-image: url(../img/nav/sub_nav_img_otoiawase.png) , url(../img/icon/icon_list_green.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
	  line-height: 1.8;
	  height: 44px;
	  padding-top: 1.4rem;
}

.sub_nav .banner {
	display: table;
	width: 100%;
	text-align: center;
	margin: 1rem auto;
}

.sub_nav .banner img {
	max-width: 100%;
}

.search-word {
  padding-top: 20px;
  background: url(../../img/index/bg_search.png) repeat left top;
}

.search-word .title_wrap {
  margin: 0;
  padding: 0;
}

.search-word h2 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-left: 15px;
  padding-bottom: 8px;
  background: url(../../img/index/bg_search_title.png) no-repeat center bottom;
  background-size: 270px auto;
}
.search-word h2 span{
	background: url("../img/icon/icon_search.png") no-repeat left center;
	background-size: auto 100%;
	padding-left: 30px;
}
.search-word h2 img {
  width: 14px;
  height: auto;
  vertical-align: middle;
}

.search-word .rank_wrap {
  margin: 0;
  padding: 0;
}

.search-word .top_rank, .search-word .bottom_rank {
  display: table;
  width: 100%;
  margin: 0;
}

.search-word .top_rank {
  background: url(../../img/index/bg_search_middle.png) no-repeat center bottom;
  background-size: 100% auto;
}

.search-word .bottom_rank {
  padding-top: 5px;
  background: url(../../img/index/bg_search_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
}

.search-word .bottom_rank ol {
  padding-bottom: 13%;
}

.search-word ol {
  display: table-cell;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  padding-bottom: 18%;
}

.search-word ol li {
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 3px;
}

.search-word ol li span {
  display: block;
  font-size: 1rem;
  padding: 8px;
}

.search-word ol li a {
	font-weight: bold;
  padding: 5px 25px;
  background: #FFFFFF;
  border: 1px solid #d1d1d1;
}

.search-word ol li a .icon {
	vertical-align: middle;
}

.seibikyoku {
  position: relative;
  background: url(../../img/index/bg_seibi.jpg) repeat left top;
  background-size: 320px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  /*ul {
        position: relative;
        //background: url(../img/japan.png) no-repeat top center;
        background-size: 40.3%;
        padding-bottom: 50%;
    }*/
}

.seibikyoku h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

.seibikyoku .map_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 641px;
  max-height: 350px;
}

.seibikyoku .map_area .map_image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.seibikyoku .tohoku {
  position: absolute;
  right: 0;
  top: 30%;
  width: 43.8%;
}

.seibikyoku .kanto {
  position: absolute;
  right: 4%;
  bottom: 26%;
  width: 30.3%;
}

.seibikyoku .chubu {
  position: absolute;
  right: 19%;
  bottom: 6%;
  width: 29.7%;
}

.seibikyoku .kinki {
  position: absolute;
  left: 12%;
  bottom: 42%;
  width: 38.2%;
}

.seibikyoku .chugoku {
  position: absolute;
  left: 2%;
  bottom: 25%;
  width: 34.4%;
}

.seibikyoku .kyusyu {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 30.5%;
}

.to_top {
  padding: 10px;
  text-align: right;
}

.to_top a {
  padding-left: 15px;
  background: url(../img/icon/to_top.gif) no-repeat left center;
  background-size: 10px;
}

footer {
  border-top: 1px solid #a1a39d;
  padding: 20px 10px;
}

footer .ft_list .icon {
	vertical-align: middle;
}

footer .ft_list .left, footer .ft_list .right {
  width: 50%;
  float: left;
}

footer .ft_list .left p, footer .ft_list .right p {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../img/icon/icon_list.png) no-repeat left center;
  background-size: 10px;
  font-size: 1rem;
}

footer .ft_list .left p a, footer .ft_list .right p a {
  color: #333;
}

footer .ft_list .left p a.jump, footer .ft_list .right p a.jump {
  padding-right: 10px;
  background: url(../img/icon/icon_jump.png) no-repeat right center;
  background-size: 6px;
}

footer .detail {
  text-align: center;
  font-size: 1rem;
	margin-top: 20px;
  background: url(../img/logo/logo_2.png) no-repeat center top;
  background-size: 32px auto;
}

footer .detail .name {
  padding-top: 30px;
  font-weight: bold;
}

footer .copy {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
}


.sub_page .sub_nav {
  background: none;
}
.sub_page .sub_nav .menu_title {
		background: url(../img/nav/nav_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
		text-align: center;
		color: #FFF;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 0.75rem;
}
.sub_page .sub_nav .menu_title span {
	display: block;
	width: 100%;
	padding: 0.5rem;
	background: rgba(34,101,0,0.80);
}
.sub_page .sub_nav .text_type {
  padding-bottom: 15px;
}
.sub_page .sub_nav .text_type li {
  line-height: 32px;
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
}
.sub_page .sub_nav .text_type li a {
  padding-left: 15px;
  background: url(../img/icon/icon_list_green.png) no-repeat left center;
  background-size: 10px;
  text-decoration: none;
  color: #010101;
  display: block;
}
.sub_page .sub_nav .text_type li a.active {
  border: 2px solid #00863d;
  color: #00863d;
  font-weight: bold;
}
.sub_page .sub_nav .text_type li ul {
	margin-left: 15px;
}
.sub_page .sub_nav .text_type li ul li {
  border-bottom: none;
	border-top: 1px dotted #ccc;
}
.sub_page .sub_nav .text_type li ul li a {
  background: url(../img/icon/icon_list_green02.png) no-repeat left center;
  background-size: 10px;
}
.sub_page .sub_nav .bg_image {
  background: url(../img/nav/sub_nav_bg.jpg) repeat left top;
  background-size: 320px auto;
  padding: 10px 10px;
}
.sub_page .btn_type li a.inheritance {
  background-image: url(../img/nav/sub_nav_img_inheritance.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}
.sub_page .btn_type li a.loan {
  background-image: url(../img/nav/sub_nav_img_loan.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}
.sub_page .btn_type li a.trip {
  background-image: url(../img/nav/sub_nav_img_trip.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}
.sub_page .btn_type li a.pr {
  background-image: url(../img/nav/sub_nav_img_pr.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto,10px auto;
}
.sub_page .btn_type li a.work {
  background-image: url(../img/nav/work.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto, 10px auto;
}
.sub_page .btn_type li a.tec {
  background-image: url(../img/nav/tec.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto, 10px auto;
}
.sub_page .btn_type li a.select {
  background-image: url(../img/nav/select.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto, 10px auto;
}
.sub_page .btn_type li a.photo {
  background-image: url(../img/nav/photo.jpg?171130);
  background-repeat: no-repeat, no-repeat;
  background-position: 3px center, right center;
  background-size: 35px auto, 10px auto;
}
.sub_page .sub_nav .banner {
	margin: 0;
	padding: 0 10px 10px 10px;
	background: url(../img/nav/sub_nav_bg.jpg) repeat left top;
}

/* seibi */

.seibi .news_title {
	border-bottom: 1px solid #00863d;
}
.seibi .news_title h2 {
	float: left;
	font-weight: normal;
	border: none;
	background: rgba(0, 0, 0, 0) url("../img/icon/icon_latest.png") no-repeat scroll left center / 16px auto;
	color: #00863d;
	float: left;
}
.seibi .news_title .latest_list {
	float: right;
	line-height: 2;
}
.seibi .news_title .latest_list p.icon_new_info {
    background: rgba(0, 0, 0, 0) url("../img/icon/icon_new_info.png") no-repeat scroll 7px center / 10px auto;
    padding-left: 23px;
}

/*# sourceMappingURL=style_sp.css.map */