h2.head02 {
  margin-bottom: 20px;
  font-family: "Josefin Sans", Yu Gothic, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

h3.head03 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 33px;
}

a.btn01 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #e55d5d;
  padding: 10px 30px;
  font-size: 116%;
  margin-bottom: 67px;
  color: #fff;
  border: solid 3px #e55d5d;
}

a.btn02 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #2e6996;
  padding: 10px 30px;
  font-size: 116%;
  margin-bottom: 67px;
  color: #fff;
  border: solid 3px #2e6996;
}

a.btn01, a.btn02 {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.btn01:hover, a.btn02:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  background-color: #fff;
}

a.btn01:hover {
  border-color: #e55d5d;
  color: #e55d5d;
  text-decoration: none;
}

a.btn02:hover {
  border-color: #2e6996;
  color: #2e6996;
  text-decoration: none;
}

/*te_box*/
#te_box {
  background: url(../../image/bg_te01.jpg) no-repeat center center;
  width: 80%;
  margin: 0 auto 80px;
  /*background-attachment:fixed;*/
  background-size: cover;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  padding: 57px 0;
  text-align: center;
}
#te_box #te_box_in {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 23px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}

#o_box {
  width: 80%;
  margin: 0 auto;
}

.owl-carousel .item {
  height: 192px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.owl-carousel .li01 {
  background: url(../../image/sli_01.jpg) no-repeat center top;
}
.owl-carousel .li02 {
  background: url(../../image/sli_02.jpg) no-repeat center top;
}
.owl-carousel .li03 {
  background: url(../../image/sli_03.jpg) no-repeat center top;
}
.owl-carousel .li04 {
  background: url(../../image/sli_04.jpg) no-repeat center top;
}
.owl-carousel .li05 {
  background: url(../../image/sli_05.jpg) no-repeat center top;
}
.owl-carousel .li06 {
  background: url(../../image/sli_06.jpg) no-repeat center top;
}
.owl-carousel .li07 {
  background: url(../../image/sli_07.jpg) no-repeat center top;
}
.owl-carousel .li08 {
  background: url(../../image/sli_08.jpg) no-repeat center top;
}
.owl-carousel .li09 {
  background: url(../../image/sli_09.jpg) no-repeat center top;
}
.owl-carousel .li010 {
  background: url(../../image/sli_010.jpg) no-repeat center top;
}
.owl-carousel .li011 {
  background: url(../../image/sli_011.jpg) no-repeat center top;
}
.owl-carousel .li012 {
  background: url(../../image/sli_012.jpg) no-repeat center top;
}

.owl-pagination {
  display: none;
  font-size: 0;
  line-height: 0;
}

/*footer*/
footer {
  background: #000;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 15px;
}
footer #f_box01 {
  width: 1000px;
  margin: 0 auto 40px;
}
footer #f_box01 p#f_tel {
  float: right;
  margin-bottom:14px;
}
footer #f_box01 p#f_txt01 {
  float: right;
  color:#fff;
  margin-bottom:10px;
  font-size:78%;
  width:100%;
  max-width:420px;
  
  line-height:1.2;
}
footer #f_box01 #f_txt02 {
  float: right;
  color:#fff;
  font-size:78%;
  width:100%;
  max-width:420px;
}
footer #f_box01 #f_txt02 p{color:#fff;
line-height:1.2;}
footer #f_box01 #f_txt02 a{
	color:#fff;
	text-decoration:underline;
	
}
footer #f_box01 #f_txt02 a:hover{
	text-decoration:none;
	}
footer #f_box01 h2 {
  float: left;
}
footer #f_box01 h2 span {
  color: #FFF;
  font-size: 12px;
}
footer #f_box01 h2 img {
  float: left;
  margin-right: 40px;
}
footer #f_nav01 {
  width: 1000px;
  margin: 0 auto 33px;
}
footer #f_nav01 #f_nav01_in {
  width: 100%;
}
footer #f_nav01 #f_nav01_in li.f_in001 {
  border-bottom: solid 1px #3a3a3a;
  /*border-top:solid 1px #3a3a3a;*/
  padding: 10px 0 5px;
}
footer #f_nav01 #f_nav01_in li.f_in001 h4 {
  width: 150px;
  float: left;
}
footer #f_nav01 #f_nav01_in li.f_in001 h4 a {
  color: #a3a3a3;
  font-weight: bold;
}
footer #f_nav01 #f_nav01_in li.f_in001 ul.f_in001_in {
  /*float: right;
  width: 840px;*/
}
footer #f_nav01 #f_nav01_in li.f_in001 ul.f_in001_in li {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
footer #f_nav01 #f_nav01_in li.f_in001 ul.f_in001_in li a {
  color: #a3a3a3;
}
footer #o_list {
  width: 1000px;
  margin: 0 auto 40px;
}
footer #o_list ul {
  width: 100%;
}
footer #o_list ul li {
  float: left;
  margin-right: 25px;
}
footer #o_list ul li a {
  color: #a3a3a3;
}
footer #o_list p#copy {
  text-align: right;
  color: #a3a3a3;
  font-size: 12px;
}

/*/footer*/
/*compo*/
#con_area {
  width: 1000px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 48px 26px 20px;
}
#con_area h3.md001 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
  padding: 8px 0 8px 20px;
  line-height: 1.2;
  border-left: solid 5px #2e6996;
  letter-spacing: 0.05em;
}
#con_area .txt001 {
  font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  font-size: 22px;
  color: #195481;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#con_area .txt001_s {
  font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#con_area section {
  margin-bottom: 30px;
  position: relative;
  /*news*/
  /*/news*/
  /**/
  /**/
}
#con_area section .news_list {
  margin-bottom: 40px;
}
#con_area section .news_list li {
  background: url(../../image/bg_n01.gif) no-repeat 3px 7px;
  padding-left: 23px;
  overflow: hidden;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
#con_area section .news_list li span {
  float: left;
  width: 210px;
  line-height: 1.4;
  font-weight: bold;
}
#con_area section .news_list li span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-style: normal;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 15px 2px;
  margin-left: 15px;
  font-weight: normal;
}
#con_area section .news_list li span i.ca01 {
  background: #709cbd;
}
#con_area section .news_list li span i.ca02 {
  background: #f16090;
}
#con_area section .news_list li span i.ca03 {
  background: #90c95e;
}
#con_area section .news_list li span i.ca04 {
  background: #ff7878;
}
#con_area section .news_list li a {
  float: right;
  width: 710px;
}
#con_area section .news_list li.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
#con_area section .btn001 ul {
  text-align: center;
  width: 100%;
}
#con_area section .btn001 ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
}
#con_area section .btn001 ul li.last {
  margin-right: 0;
}
#con_area section a.b001 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #e55d5d;
  padding: 10px 50px;
  font-size: 116%;
  color: #fff;
  border: solid 3px #e55d5d;
}
#con_area section a.b002 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #2e6996;
  padding: 10px 50px;
  font-size: 116%;
  color: #fff;
  border: solid 3px #2e6996;
}
#con_area section a.b003 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #2e9696;
  padding: 10px 50px;
  font-size: 116%;
  color: #fff;
  border: solid 3px #2e9696;
}
#con_area section a.b001, #con_area section a.b002, #con_area section a.b003 {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#con_area section a.b001:hover, #con_area section a.b002:hover, #con_area section a.b003:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  background-color: #fff;
}
#con_area section a.b001:hover {
  border-color: #e55d5d;
  color: #e55d5d;
  text-decoration: none;
}
#con_area section a.b002:hover {
  border-color: #2e6996;
  color: #2e6996;
  text-decoration: none;
}
#con_area section a.b003:hover {
  border-color: #2e9696;
  color: #2e9696;
  text-decoration: none;
}
#con_area section .c_box01 {
  border: solid 3px #709cbd;
  background: #fff;
  padding: 16px 18px;
}
#con_area section .c_box02 h6.md002 {
  background: url(../../image/bg_h6_02.gif) no-repeat left 8px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
}
#con_area section .c_box02 .c_box_l {
  border: solid 3px #709cbd;
  /*float:left;*/
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 23px;
  box-sizing: border-box;
  background: #fff;
  width: 460px;
  margin-right: 28px;
}
#con_area section .c_box02 .c_box_r {
  border: solid 3px #709cbd;
  /*float:right;*/
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 23px;
  box-sizing: border-box;
  background: #fff;
  width: 460px;
}
#con_area section .c_box03 h6.md002 {
  background: url(../../image/bg_h6_02.gif) no-repeat left 8px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
}
#con_area section .c_box03 .c_in02 {
  border: solid 3px #709cbd;
  /*float:left;*/
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 23px;
  box-sizing: border-box;
  background: #fff;
  width: 301px;
  margin-right: 20px;
}
#con_area section .c_box03 .c_in02.last {
  margin-right: 0;
}
#con_area section .c_list01 {
  width: 100%;
}
#con_area section .c_list01 li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 22px;
}
#con_area section .c_list01 li.last {
  margin-right: 0;
}
#con_area section .c_list02 {
  width: 100%;
}
#con_area section .c_list02 li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 26px;
}
#con_area section .c_list02 li.last {
  margin-right: 0;
}
#con_area section .f_l {
  float: left;
}
#con_area section .f_r {
  float: right;
}
#con_area section .mr {
  margin-right: 20px;
}
#con_area section .ml {
  margin-left: 20px;
}
#con_area .ta01 {
  width: 100%;
  margin-bottom: 40px;
}
#con_area .ta01 table {
  border-left: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
  width: 100%;
}
#con_area .ta01 table th.md01 {
  background: #195481;
  color: #fff;
  font-weight: bold;
}
#con_area .ta01 table th {
  background: #e1f4ff;
  color: #195481;
  text-align: center;
  font-weight: bold;
}
#con_area .ta01 table td {
  /*vertical-align:top;*/
}
#con_area .ta01 table th, #con_area .ta01 table td {
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 15px 15px;
}
#con_area h2.head {
  font-size: 182%;
  /*font-weight: bold;*/
  letter-spacing: 0.4em;
  font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  background: url(../image/bg_h2_01.gif) no-repeat left 8px;
  padding-left: 30px;
  padding-bottom: 29px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 50px;
  color: #333;
}
#con_area h3.head {
  background: url(../image/bg_h3_01.gif) repeat-x left top #000;
  padding: 13px 20px 10px;
  color: #fff;
  font-size: 116%;
  margin-bottom: 30px;
}
#con_area h4.head01 {
  border-top: solid 4px #195481;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  padding: 8px 16px 10px;
  margin-bottom: 30px;
  background: #fff;
  /* font-weight:bold;*/
  font-size: 18px;
  letter-spacing: 0.05em;
}
#con_area h5.head01 {
  border-top: solid 3px #709cbd;
  background: #195481;
  padding: 8px 16px 10px;
  margin-bottom: 30px;
  /*font-weight: bold;*/
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}
#con_area h6.head01 {
  background: url(../../image/bg_h6_02.gif) no-repeat left 8px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: solid 2px #195481;
}
#con_area .clear001::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0.1em;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#con_area .clear001::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0.1em;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#con_area .clear001 {
  clear: both;
  display: inline-block;
  min-height: 1%;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#con_area ol.num01 {
  margin-bottom: 15px;
}
#con_area ol.num01 li {
  list-style: inside decimal;
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 150%;
  margin-bottom: 10px;
}
#con_area ol.num01 li.last {
  margin-bottom: 0;
}
#con_area ul.num01 li {
  list-style: inside disc;
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 150%;
  margin-bottom: 10px;
}
#con_area ul.num01 li.last {
  margin-bottom: 0;
}
#con_area ul.num02 li {
  list-style: inside square;
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 150%;
  margin-bottom: 10px;
}
#con_area ul.num02 li.last {
  margin-bottom: 0;
}
#con_area ul.num03 li.last {
  margin-bottom: 0;
}
#con_area ul.num03 li {
  list-style: url(../image/sub_yajirushi02.gif);
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 150%;
  margin-bottom: 10px;
}
#con_area ul.num03 li a {
  text-decoration: underline;
}
#con_area ul.num03 li a:hover {
  text-decoration: none;
}

/*pan*/
#pan {
  width: 1000px;
  margin: 0 auto 33px;
}
#pan ul li#home_i a {
  background: url(../../image/bg_home01.png) no-repeat left top;
  display: block;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
}
#pan ul li.last {
  background: none;
}
#pan ul li {
  float: left;
  background: url(../../image/pan_y.png) no-repeat right center;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1.0;
}
#pan ul li a {
  font-size: 12px;
  height: 15px;
}
#pan ul li span {
  font-size: 12px;
}

/*/pan*/
/*md_box*/
#md_box {
  width: 175px;
  height: 175px;
  border: solid 2px #000;
  margin: 0 auto 56px;
}
#md_box #md_box_in {
  width: 171px;
  height: 171px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#md_box #md_box_in #pa_name {
  background: url(../../image/border001.gif) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
#md_box #md_box_in #in_name {
  font-family: "Josefin Sans", Yu Gothic, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
}

/*/md_box*/
/*in_glo*/
#in_glo {
  width: 1000px;
  margin: 0 auto 40px;
}
#in_glo ul {
  width: 100%;
  text-align: center;
}
#in_glo ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px #000;
  /*width:33.333%;*/
}
#in_glo ul li a {
  font-size: 13px;
}
#in_glo ul li.first {
  border-left: solid 1px #000;
  padding-left: 25px;
}

/*/in_glo*/
.navi {
  text-align: center;
  width: 702px;
  margin: 0 auto 20px;
  font-size: 13px;
}

.navi a, .navi strong {
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  min-width: 27px;
  min-height: 30px;
  text-align: center;
  padding: 5px 12px 3px;
  margin-right: 5px;
}

.navi a.kiji {
  margin-right: 50px;
}

.navi a.kiji02 {
  font-size: 86%;
}

.navi strong {
  background-color: #000;
  color: #fff;
  border: solid 2px #000;
}

.navi a {
  background-color: #2e6996;
  color: #fff;
  margin-bottom: 5px;
  box-sizing: border-box;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: solid 2px #2e6996;
}

.navi a:hover {
  background-color: #fff;
  color: #2e6996;
  border: solid 2px #2e6996;
  box-sizing: border-box;
}

.navi ul.num001 li {
  display: inline-block;
  border: solid 1px #ccc;
  margin-right: 5px;
  /*padding:10px 15px;*/
  width: 38px;
  height: 38px;
}

#con_area section p {
  line-height: 160%;
}

/*column*/
.column {
  /*margin: 15px 15px 0;*/
  padding: 0;
}
.column a {
  width: 460px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  display: block;
}
.column a:hover + span {
  bottom: 0px;
  opacity: 1;
}

.column::after {
  content: '';
  clear: both;
  display: block;
}

.column li {
  position: relative;
  float: left;
  width: 460px;
  height: 200px;
  /*margin: 0 0 0 25px;*/
  padding: 0;
  margin-right: 26px;
  text-align: center;
  margin-bottom: 22px;
}

.column li.even {
  margin-right: 0;
}

.column li:first-child {
  margin-left: 0;
}

.column li span {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  display: block;
  width: 460px;
  background: rgba(46, 105, 150, 0.8);
  margin: 0;
  padding: 7px 10px;
  color: #fff;
  /*font-size: 18px;*/
  text-decoration: none;
  text-align: left;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}

.column li span.a01 {
  bottom: 0px;
  opacity: 1;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  color: #134e7b;
}

/* Zoom Out #1 */
.hover15 a img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover15 a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Circle */
.hover15 a {
  position: relative;
}

.hover15 a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover15 a:hover::before {
  -webkit-animation: circle .5s;
  animation: circle .5s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/*/column*/
/*loading*/
/*#loader {
	width: 30px;
	height: 30px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	z-index: 999999;
}
#fade {
	width: 100%;
	height: 100%;
	
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999998;
}*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

#object {
  width: 40px;
  height: 40px;
  background-color: #82d0e7;
  -webkit-animation: animate 1s infinite ease-in-out;
  animation: animate 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes animate {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
a {
  -moz-transition: width 2s linear 0.5s;
  -o-transition: width 2s linear 0.5s;
  -webkit-transition: width 2s linear;
  -webkit-transition-delay: 0.5s;
  transition: width 2s linear 0.5s;
}

/*/loading*/
/*/compo*/
/*goods_index*/
#go_in {
  width: 100%;
  overflow: hidden;
}
#go_in nav ul li {
  width: 460px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}
#go_in nav ul li a {
  width: 100%;
  display: block;
  padding: 30px 0 40px;
  background: url(../image/box_y.png) no-repeat center 85% #fff;
  border: solid 3px #195481;
  box-sizing: border-box;
  text-align: center;
  font-size: 116%;
  font-weight: bold;
  color: #195481;
  -moz-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#go_in nav ul li a:hover {
  background: url(../image/box_y02.png) no-repeat center 85% #195481;
  border: solid 3px #fff;
  text-decoration: none;
  color: #fff;
}
#go_in nav ul li.even {
  margin-right: 0;
}

/*/goods_index*/
/*goods_detail*/
#de_area #detail {
  width: 720px;
  float: right;
}
#de_area #detail #slider {
  margin-bottom: 50px;
}
#de_area #detail #slider #bx-pager {
  width: 100%;
}
#de_area #detail #slider #bx-pager a {
  float: left;
  margin-right: 15px;
  opacity: 0.7;
  -moz-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#de_area #detail #slider #bx-pager a img {
  width: 100px;
}
#de_area #detail #slider #bx-pager a.active {
  opacity: 1.0;
}
#de_area #detail .e_area strong {
  font-weight: bold;
}
#de_area #detail .e_area p img {
  max-width: 100% !important;
  padding-bottom: 10px;
}
#de_area #detail .e_area ol {
  margin-bottom: 15px;
}
#de_area #detail .e_area ol li {
  list-style: inside decimal;
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 150%;
  margin-bottom: 5px;
}
#de_area #detail .e_area ol li.last {
  margin-bottom: 0;
}
#de_area #detail .e_area ul {
  margin-bottom: 15px;
}
#de_area #detail .e_area ul li {
  list-style: inside disc;
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 150%;
  margin-bottom: 5px;
}
#de_area #detail .e_area ul li.last {
  margin-bottom: 0;
}
#de_area #detail .e_area h4 {
  border-top: solid 4px #195481;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  padding: 8px 16px 10px;
  margin-bottom: 30px;
  background: #fff;
  /* font-weight:bold;*/
  font-size: 18px;
  letter-spacing: 0.05em;
}
#de_area #detail .e_area h5 {
  border-top: solid 3px #709cbd;
  background: #195481;
  padding: 8px 16px 10px;
  margin-bottom: 30px;
  /*font-weight: bold;*/
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}
#de_area #detail .e_area h6 {
  background: url(../../image/bg_h6_02.gif) no-repeat left 8px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: solid 2px #195481;
}
#de_area #detail .e_area table {
  border-left: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
  width: 100%;
  margin-bottom: 30px;
}
#de_area #detail .e_area table th.md01 {
  background: #195481;
  color: #fff;
  font-weight: bold;
}
#de_area #detail .e_area table th {
  background: #e1f4ff;
  color: #195481;
  text-align: center;
  font-weight: bold;
}
#de_area #detail .e_area table td {
  /*vertical-align:top;*/
}
#de_area #detail .e_area table th, #de_area #detail .e_area table td {
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 15px 15px;
}
#de_area #ca_area {
  width: 200px;
  float: left;
}
#de_area #ca_area h3 {
  width: 200px;
  border-top: solid 3px #6a9ec3;
  background: #195481;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 15px 8px;
  font-size: 108%;
}
#de_area #ca_area ul#ca_list {
  width: 200px;
  box-sizing: border-box;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#de_area #ca_area ul#ca_list li.ca_list_in {
  border-bottom: solid 1px #ddd;
}
#de_area #ca_area ul#ca_list li.ca_list_in span {
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 25px;
  background: url(../image/box_y03.png) no-repeat 15px 17px #fff;
  -moz-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#de_area #ca_area ul#ca_list li.ca_list_in span:hover {
  background: url(../image/box_y03.png) no-repeat 15px 17px #dae7f1;
  text-decoration: none;
}
#de_area #ca_area ul#ca_list li.ca_list_in ul {
  border-top: solid 1px #ddd;
}
#de_area #ca_area ul#ca_list li.ca_list_in ul li {
  border-bottom: dotted 1px #ddd;
}
#de_area #ca_area ul#ca_list li.ca_list_in ul li a {
  display: block;
  padding: 10px;
  font-size: 92%;
  background: #eaf4f7;
  -moz-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#de_area #ca_area ul#ca_list li.ca_list_in ul li a:hover {
  background: #daecf2;
}
#de_area #ca_area ul#ca_list li.ca_list_in ul li.last {
  border: none;
}
#de_area #ca_area ul#ca_list li.last {
  border-bottom: none;
}

.form_button {
  text-align: center;
}
.form_button input.b001 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #e55d5d;
  padding: 10px 50px;
  font-size: 116%;
  color: #fff;
  border: solid 3px #e55d5d;
}
.form_button input.b002 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #2e6996;
  padding: 10px 50px;
  font-size: 116%;
  color: #fff;
  border: solid 3px #2e6996;
}
.form_button input.b003 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #2e9696;
  padding: 10px 50px;
  font-size: 116%;
  color: #fff;
  border: solid 3px #2e9696;
}
.form_button input.b001, .form_button input.b002, .form_button input.b003 {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.form_button input.b001:hover, .form_button input.b002:hover, .form_button input.b003:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  background-color: #fff;
}
.form_button input.b001:hover {
  border-color: #e55d5d;
  color: #e55d5d;
  text-decoration: none;
}
.form_button input.b002:hover {
  border-color: #2e6996;
  color: #2e6996;
  text-decoration: none;
}
.form_button input.b003:hover {
  border-color: #2e9696;
  color: #2e9696;
  text-decoration: none;
}

/*/goods_detail*/
/*goods_category*/
#ca_go {
  width: 720px;
  float: right;
}
#ca_go #go_list ul {
  width: 100%;
}
#ca_go #go_list ul li {
  float: left;
  width: 230px;
  margin-right: 15px;
}
#ca_go #go_list ul li a {
  border: solid 2px #b0dcec;
  box-sizing: border-box;
  display: block;
  background: #fff;
  -moz-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
#ca_go #go_list ul li.none {
  margin-right: 0;
}

/*/goods_category*/

@media screen and (max-width: 768px) {
	#de_area #detail #slider #bx-pager a{
		width:32%;
		margin-right:2%;}
		#de_area #detail #slider #bx-pager a img{
			width:100%;}
	
	#de_area #detail #slider #bx-pager a.none {
		margin-right:0 !important;
}}	