/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
#sp_main{
  display: none;
}
hr {
    border: 0px solid #fff;
    margin: 40px 0;
    clear: both;
}

table{
    margin-bottom: 50px;
}
.page ul {
    list-style: disc outside none;
    margin-left: 0;
}

#global_menu li a {
    font-weight: bold;
}

.tree{
  width: 46%;
  float: left;
  border: 1px solid #ebebeb;
  padding: 0 10px;
  margin: 6px 4px 20px 4px;
  overflow:hidden;
  zoom:1;
  height: 330px;
}
.fc_box img{
  width: 200px;
}

#top_bana_contents{
  clear: both;
  padding-top: 60px;
}
#top_bana_contents li{
  width: 33%;
  float: left;
  text-align: center;
}
.top_list {
    width: 1100px;
    margin-top: 10px;
}
input{
  padding: 10px;
}
.top_con01 {
  background: url("images/top_bana1-1.jpg") no-repeat center center;
}
.top_con02 {
  background: url("images/top_bana2-1.jpg") no-repeat center center;
}
.top_con03 {
  background: url("images/top_bana3-1.jpg") no-repeat center center;
}
.top_con01 a,.top_con02 a,.top_con03 a {
  display: inline-block;
}
.top_con01 a:hover,.top_con02 a:hover,.top_con03 a:hover {
  background-color: transparent; /* IE6‘Î‰ž */
}
.top_con01 a:hover img,.top_con02 a:hover img,.top_con03 a:hover img {
  visibility: hidden;
}