@charset "utf-8";
/* CSS Document */

/*--作業用*/
.outer-menu{display:;}
.loading {display: ;}
/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper {
width: 100%;
margin: 0 auto;
overflow: hidden;/* 作業用 */
}

.fixed{
	position:fixed;
	top: 0;
	left: 0;
}

a:hover img{opacity:1.00;filter:alpha(opacity=100);-ms-filter: "alpha( opacity=100 )";}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 2.0s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150000;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color:#FFF;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading img {
	width: 600px;
	height: 110px;
}

body {
  animation: disableScroll .1s linear 1.0s both;
}

@media screen and (max-width:767px){
.loading img {
	width: 240px;
	height: 44px;
}
}
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
/*--------------------------------------------------------------------------ヘッダー*/

header {
	position: fixed;
	width: 100%;
	height: auto;
	text-align: center;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 10000;
	transition: 0.5s;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
header:hover {
	background-color: #FFF;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}
header.scroll-nav {
  background: #FFF;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}
.head {
	width: 100%;
	height: 110px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}
h1{
	width: 266px;
	height: 50px;
	padding: 0;
	border: 0;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10000;
	transition: 0.4s;
	left: 2px;
	top: -1px;
}
h1 img{
	width: 266px;
	height: 50px;
}

/*　上に上がる動き　*/
#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-90px);
  }
}

/*　下に下がる動き　*/
#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-90px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

#hmpoint {
	position: absolute;
	width:100%;
	height: 0;
	top: 120px;
	left: 0;
}

@media screen and (max-width:767px){
header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top:0 !important;
	left:0 !important;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.head {
	width: 100%;
	min-width: 320px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	width: 192px;
	height: 36px;
	text-align: left;
	border: 0;
	font-size: 0px;
	line-height: 0px;
	margin-top: 18px;
	margin-left: 5px;
	margin-bottom: 0;
	position: relative;
	float: left;
}
h1 img{
	width: 192px;
	height: 36px;
	margin-top: 0px;
}
#header.UpMove{
	animation: none;
}
#header.DownMove{
	animation: none;
}
}


/* グローバルナビ　PC*/

#gNavi {
	width: 100%;
	height: 80px;
	margin-top: 20px;
	position: absolute;
}
ul.snv {
	width: 100%;
	height: 14px;
	float: right;
	margin-right: 30px;
}
ul.snv li {
	width: auto;
	height: 14px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 14px;
	float: right;
	text-align: center;
	list-style: none;
	margin-left: 30px;
	color: #000;
	display: block;
}
ul.snv li a{
	display: block;
	color: #000;
	transition: 0.4s;
}
ul.snv li a:hover{
	color: #239178;
	margin-top: -3px;
}



ul.gnv {
	width: 100%;
	height: 70px;
	float: right;
	margin-top: 6px;
	margin-right: 30px;
}
ul.gnv li {
	width: auto;
	height: 70px;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 40px;
	float: right;
	text-align: center;
	list-style: none;
	transition: .4s;
	margin-left: 40px;
	padding-top: 3px;
	color: #000;
	font-weight: 500;
	display: block;
	transition: 0.4s;
}
.arrow_u {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-right:0px;
  text-decoration: none;
}
.arrow_u:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #239178;
  border-right: solid 2px #239178;
  position: absolute;
  top: 45%;
  left: 45%;
  margin-top: 20px;
  transform: rotate(45deg);
  transition: 0.4s;
}
.arrow_u:hover:after {
  top: 60%;
}

ul.gnv li a{
	display:block;
	color: #000;
	transition: 0.3s;
}
ul.gnv li a:hover{
	color: #000;
	text-decoration:none;
	margin-top: -2px;
}
ul.gnv li:hover{
	background-color:;
}
.dropdwn_menu{
    width: 100%;
	height: auto;
	padding-left: 0%;
	padding-right: 0%;
    display: none;
    position: absolute;
	top: 100px;
	left: 0;
	margin: 0;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: ;
}
.dropdwn_menu01{
    width: calc(100%-3px);
	height: auto;
	border-radius: 0 0 20px 20px;
    display: none;
    position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,1.0);
	border:3px solid #239178;
	opacity: 0.90;
	z-index: 1;
}
.dropdwn_menu01:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu01:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #FFF;
    display: block;
	z-index: 2;
}

.dropdwn_menu02{
    width: calc(100%-3px);
	height: auto;
	border-radius: 0 0 20px 20px;
    display: none;
    position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,1.0);
	border:3px solid #239178;
	opacity: 0.9;
	z-index: 1;
}
.dropdwn_menu02:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu02:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #FFF;
    display: block;
	z-index: 2;
}

.dropdwn_menu03{
    width: calc(100%-3px);
	height: auto;
	border-radius: 0 0 20px 20px;
    display: none;
    position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,1.0);
	border:3px solid #239178;
	opacity: 0.9;
	z-index: 1;
}
.dropdwn_menu03:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu03:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #FFF;
    display: block;
	z-index: 2;
}

.dropdwn_menu04{
    width: calc(100%-3px);
	height: auto;
	border-radius: 0 0 20px 20px;
    display: none;
    position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,1.0);
	border:3px solid #239178;
	opacity: 0.9;
	z-index: 1;
}
.dropdwn_menu04:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu04:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #FFF;
    display: block;
	z-index: 2;
}

.dropdwn_menu05{
    width: calc(100%-3px);
	height: auto;
	border-radius: 0 0 20px 20px;
    display: none;
    position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,1.0);
	border:3px solid #239178;
	opacity: 0.9;
	z-index: 1;
}
.dropdwn_menu05:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu05:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #FFF;
    display: block;
	z-index: 2;
}

.dropdwn_menu06{
    width: calc(100%-3px);
	height: auto;
	border-radius: 0 0 20px 20px;
    display: none;
    position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,1.0);
	border:3px solid #239178;
	opacity: 0.9;
	z-index: 1;
}
.dropdwn_menu06:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu06:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #FFF;
    display: block;
	z-index: 2;
}

#dmenu {
	width: 1200px;
	padding: 5px 0px 55px 0px;
	height: auto;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
	justify-content:space-between;
	flex-wrap:wrap;
}
#dmenuttl{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
#dmenuttl .contentsttl a{
	width: auto;
	height: 25px;
	float: left;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600px;
	letter-spacing: 1px;
	text-align: left;
	padding-right: 45px;
	background-image: url(../web/object/drmenu_ac01.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000;
}
#dmenuttl .contentsttl a:hover{
	color: #239178;
	margin-top: 0px !important;
}

#dmenu .menu a{
	width: 270px;
	height: 39px;
	margin-top: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 37px;
	border-bottom: 1px solid #aaa;
	background-image: url(../web/object/drmenu_ac02.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000;
	letter-spacing: 1px;
}
#dmenu .menu a:hover{
	color: #239178;
	border-bottom: 1px solid #239178;
}
#dmenu .menu2 a{
	width: 435px;
	height: 39px;
	margin-top: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 37px;
	border-bottom: 1px solid #aaa;
	background-image: url(../web/object/drmenu_ac02.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000;
	letter-spacing: 0px;
}
#dmenu .menu2 a:hover{
	color: #239178;
	border-bottom: 1px solid #239178;
}
#dmenu .empty{
	width: 270px;
	height: 40px;
	margin-top: 30px;
}

.hcontact a{
	display: block;
	position: absolute;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	background: url(../web/object/htel.png),linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
	right: 10px;
	top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-indent: 10px;
	transition: 0.2s;
}
.hcontact a:hover{
	transform: scale(1.03);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:767px){
#gNavi { display:none;}
#hmpoint { display:none;}
}

@media screen and (min-width:768px){
#HMmenu{ display: none;}
}

/*ハンバーガーメニュー モバイル*/
@media screen and (max-width:767px){

#HMmenu {
	position: fixed;
	width: 40px;
	height: 40px;
    top: 15px;
    right: 5px;
    z-index: 100000;
}

input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hamburger {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10000;
  border-radius: 3px;
  background-color: #239178;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.hamburger span::before {
  width: 100%;
  top: -6px;
}
.hamburger span::after {
	width: 100%;
  bottom: -6px;
}
input[type="checkbox"]:checked + .hamburger span {
  background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  right: -120%;
  background-color: rgba(255,255,255,1.0);
  color: #fff;
  padding: 75px 0 0 0;
  transition: all 0.5s;
  z-index: 9999;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}
input[type="checkbox"]:checked ~ .nav {
  right: 0;
}
#acd-menu dt {
	position: relative;
	height: 42px;
	line-height: 42px;
	padding: 0 0px 0 20px;
	border-bottom: 1px solid #239178;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	text-align: left;
}
#acd-menu .empty {
	position: relative;
	height: 42px;
	line-height: 42px;
	padding: 0 0px 0 20px;
	background-color: ;
	border-bottom: 1px solid #239178;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
}
#acd-menu .empty a{
	color: #239178;
}
#acd-menu dt a {
	color: #239178;
}
#acd-menu dt::before {
	content: '＋';
	position: absolute;
	top: 0px;
	right: 30px;
	width: 0;
	height: 0;
	color: #239178;
	font-size: 20px;
}
#acd-menu dt.empty::before {
	content: '〉';
	position: absolute;
	top: 0px;
	right: 25px;
	width: 0;
	height: 0;
    color: #239178;
	font-size: 18px;
	font-weight: 500;
}
#acd-menu .open::before {
	content: '－';
	position: absolute;
	top: 0px;
	right: 30px;
	width: 0;
	height: 0;
	color: #239178;
	font-size: 20px;
}
#acd-menu dd ul li {
	list-style: none;
}
#acd-menu dd ul li a {
	display: block;
	position: relative;
	height: 37px;
	line-height: 37px;
	padding: 0 30px 0 20px;
	background-color: #FAFAFA;
	border-bottom: 1px dashed #999;
	font-size: 16px;
	color:#000;
	text-align: left;
}
#acd-menu dd ul li a::before {
	content: '〉';
	position: absolute;
	top: 0px;
	right: 25px;
	width: 0;
	height: 0;
    color: #333;
	font-size: 16px;
	font-weight: 500;
}
#hmsub {
	width: 90%;
	height: 120px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#hmsub .lt{
	width: 100%;
	height: 30px;
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	color:#333;
	float: left;
}
#hmsub .lt a{
	color:#333;
}
#hmbanner {
	width: 90%;
	height: 80px;
	display: flex;
	justify-content:space-around;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#hmlogo {
	width: 90%;
	height: 80px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #ccc;
}
#hmlogo p{
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-align: center;
}
#hmlogo p span{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #239178;
	text-align: center;
}
#hmlogo p span a{
	color: #239178;
}
#hmlogo img{
	width: 260px;
	padding-top: 15px;
	padding-bottom: 15px;
}

}

/*--------------------------------------------------------------------------フッター*/
footer {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 125px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: left;
	padding-top: 0px;
	z-index: 1;
	border-top: 1px solid #239178;
}
footer:after{
	content: "";
	clear: both;
	display: block;
}
#foot {
	position: relative;
	width: 1200px;
	height:auto;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 auto;
}
#foot:after{
	content: "";
	clear: both;
	display: block;
}
#fbox01 {
	width: 375px;
	height: auto;
	float: left;
	color: #333;
}
#fbox01 .logo{
	width: 375px;
	height: 40px;
	float: left;
	margin-bottom: 10px;
}
#fbox01 .address{
	width: 70px;
	height: 15px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	line-height: 15px;
	background-image: url(../web/object/fhac01.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-top: 12px;
}
#fbox01 .contact{
	width: 75px;
	height: 15px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	line-height: 15px;
	background-image: url(../web/object/fhac02.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-top: 12px;
}
#fbox01 .reception{
	width: 75px;
	height: 15px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	line-height: 15px;
	background-image: url(../web/object/fhac03.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-top: 12px;
}
#fbox01 .consultation{
	width: 75px;
	height: 15px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	line-height: 15px;
	background-image: url(../web/object/fhac04.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-top: 12px;
}
#fbox01 .txt01{
	width: 280px;
	height: 15px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	margin-top: 12px;
	float: left;
}
#fbox01 .txt02{
	width: 280px;
	height: 15px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	margin-top: 12px;
	margin-left: 95px;
	float: left;
}

#fbox02 {
	width: 150px;
	height: auto;
	margin-top: 10px;
	margin-left: 300px;
　　list-style: none;
    text-align: left;
	float: left;
}
#fbox02 li{
  width: 100%;
  height: 15px;
  display: inline-block;
  list-style: none;
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
}
#fbox02 li a{
  color: #333;
}
#fbox02 li a:hover{
  color: #239178;
}

#fbox02 li:before {
  content: '>';
  padding: 0px 25px 0 0;
  color: #333;
}

#fbox03 {
	width: 150px;
	height: auto;
	margin-top: 10px;
	margin-left: 150px;
　　list-style: none;
    text-align: left;
	float: left;
}
#fbox03 li {
  width: 100%;
  height: 15px;
  display: inline-block;
  list-style: none;
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
}
#fbox03 li a{
  color: #333;
}
#fbox03 li a:hover{
  color: #239178;
}

#fbox03 li:before {
  content: '>';
  padding: 0px 25px 0 0;
  color: #333;
}

#cr{
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	background-color: #239178;
}




@media screen and (max-width:767px){
footer {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
#foot {
	width: 320px;
	height:auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#foot:after{
	content: "";
	clear: both;
	display: block;
}
#fbox01 {
	width: 320px;
	height: auto;
	float: left;
	color: #333;
	padding-bottom: 10px;
}
#fbox01 .logo{
	width: 320px;
	height: 34px;
	float: left;
	margin-bottom: 10px;
}
#fbox01 .logo img{
	width: 320px;
	height: 34px;
}
#fbox01 .address{
	width: 300px;
	height: 14px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	line-height: 14px;
	background-image: url(../web/object/fhac01.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-top: 20px;
	font-weight: 600;
}
#fbox01 .contact{
	width: 300px;
	height: 14px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	line-height: 14px;
	background-image: url(../web/object/fhac02.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-top: 15px;
	font-weight: 600;
}
#fbox01 .reception{
	width: 300px;
	height: 14px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	line-height: 14px;
	background-image: url(../web/object/fhac03.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-top: 15px;
	font-weight: 600;
}
#fbox01 .consultation{
	width: 300px;
	height: 14px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	line-height: 14px;
	background-image: url(../web/object/fhac04.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-top: 15px;
	font-weight: 600;
}
#fbox01 .txt01{
	width: 300px;
	height: 14px;
	text-align: left;
	font-size: 13px;
	line-height: 14px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#fbox01 .txt02{
	width: 300px;
	height: 14px;
	text-align: left;
	font-size: 13px;
	line-height: 14px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}


#fbox02 {
	width: 160px;
	height: auto;
	margin-top: 10px;
	margin-left: 0px;
　　list-style: none;
    text-align: left;
	float: left;
	padding-top: 10px;
	border-top: 1px dotted #239178;
}
#fbox02 li{
  width: 100%;
  height: 15px;
  display: inline-block;
  list-style: none;
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
}
#fbox02 li a{
  color: #333;
}
#fbox02 li a:hover{
  color: #239178;
}

#fbox02 li:before {
  content: '>';
  padding: 0px 20px 0 0;
  color: #333;
}

#fbox03 {
	width: 160px;
	height: auto;
	margin-top: 10px;
	margin-left: 0px;
　　list-style: none;
    text-align: left;
	float: left;
	padding-top: 10px;
	border-top: 1px dotted #239178;
}
#fbox03 li {
  width: 100%;
  height: 15px;
  display: inline-block;
  list-style: none;
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
}
#fbox03 li a{
  color: #333;
}
#fbox03 li a:hover{
  color: #239178;
}

#fbox03 li:before {
  content: '>';
  padding: 0px 20px 0 0;
  color: #333;
}


#cr{
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 10px;
	line-height: 25px;
	color: #fff;
}
}
