@charset "utf-8";
body{
	display:block;
}

#mainImg{
	background-image:url(../../img/style/mainimg.jpg);
}
.style_read {
	font-size: 13px;
	text-align: center;
	margin-bottom: 35px;
	padding:10px 5% 0;
}


/*------------------------------
style_anchor
------------------------------*/
.style_anchor {
	background: #F1EEE2;
	padding-top: 19px;
	padding-bottom: 5px;
	position: relative;
	z-index: 10;
}
.style_anchor:after {
	content:" ";
	display:block;
	clear:both;
}
.style_anchor ul {
	padding-top:10px;
	padding-left:5%;
	padding-right:5%;
}
.style_anchor ul li {
	background: #FFF;
	float:none;
	width: auto;
	position: relative;
	margin-left: 0;
	margin-bottom:22px;
}
.style_anchor ul li:nth-child(2n){
	margin-left: 0%;
}
.style_anchor ul li a {
	background: url(../../img/style/anchor_arrow.png) no-repeat 96.5% center;
	text-align: center;
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
	line-height:1.2;
	font-size:14px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 8px auto;
}
.style_anchor ul li a:hover {
	opacity:0.7;
}
.lists{
  position: absolute;
  display: inline-block;
  width: 10%;
  min-width: 40px;
  height: 57px;
  left: -12px;
  top: -20px;
}
.lists .number{
  font-size: 14px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 48%;
  font-family:"Times New Roman", Times, serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: italic;
}

.lists .hexagon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.lists .hexagon .rect,.lists2 .hexagon .rect {
  background: #e27e7e;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lists .hexagon .rect,.lists2 .hexagon .rect {
  width: 57.735026919%;
  height: 100%;
}
.lists .hexagon .rect:nth-of-type(1),.lists2 .hexagon .rect:nth-of-type(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.lists .hexagon .rect:nth-of-type(2),.lists2 .hexagon .rect:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.lists .hexagon .rect:nth-of-type(3),.lists2 .hexagon .rect:nth-of-type(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.style_anchor ul li .cate{
  font-size: 18px;
  color: #666666;
  z-index: 1;
  position: absolute;
  top: -12px;
  left: 31px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}


/*------------------------------
style_box
------------------------------*/
.style_box li:nth-child(2n){
	background:#f5f5f5;
}


.style_box li.box .innerWrap{
	padding:20px 5%;
	min-height:inherit;
}

.style_box .txt_area{
   width : auto;
}
.style_box .txt{
	padding:0;
	margin-top:10px;
	line-height: 1.67;
}

.style_box .btn_area{
	margin-top:10px;
	padding-left:0;
}
.style_box .btn_area li{
	float:none;
	margin:0 0 5px 0;
	text-align:center;
	padding:0 20px;
}
.style_box .btn_area li a{
	font-size: 13px;
	width:auto;
	padding-top:8px;
	padding-bottom:8px;
}

.style_box .playball{
	top:-6px;
	font-size:50px;
}


.lists2{
  position: relative;
  display: inline-block;
  width: 41px;
  min-width: 41px;
  height: 41px;
  left: 0;
  top: -11px;
  float: left;
  margin-right: 4px;
}
.lists2 .number{
  font-size: 17px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 48%;
  font-family:"Times New Roman", Times, serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: italic;
}

.lists2 .hexagon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.style_box  .ttl {
	font-size: 17px;
	font-weight: 700;
	padding-top: 21px;
	line-height: 1.2;
	padding-left: 10px;
}
.style_box .txt_area .txt_box {
	background: url(../../img/style/txt_bg.png) repeat;
	clear: both;
	min-height: inherit;
	margin-top: 25px;
	background-size: auto 20px;
}
.pic_area {
	position: static;
	right: 0;
	top: 160px;
	width: auto;
	padding-top:20px;
}

#style01,#style02,#style03,#style04{
	margin-top:-70px;
	padding-top:70px;
}

/* butterfly */
.butterfly span:nth-child(1){
  top: 2%;
}
.butterfly span:nth-child(2){
  top: 43.3%;
}
.butterfly span:nth-child(3){
  top: 74%;
}