@charset "UTF-8";
/* CSS Document */
.resource h2{
  padding-top: 40px;
  line-height: 160%;
  text-align: center;
  margin-top: 0px;
}
.article h2 {
  padding-top: 80px;
  line-height: 160%;
  text-align: center;
}
.resource p, .resource_child p {
  text-align: left;
  width: 70%;
  line-height: 190%;
  margin: 0 auto;
}
.resource ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.resource li{
	text-align: left;
  width: 70%;
  line-height: 190%;
  margin: 0 auto;
  font-size: 18px;
}
.short_description {
	padding: 60px 30px;
    border-bottom: 1px solid #d7dee2;
}
.right_contents .short_description .sub_text{
	padding-bottom: 40px!important;
}
.resource.top_con {
  border-bottom: 1px solid #d7dee2;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.tips_block .right_contents {
	padding: 0px;	
}
.tips_inner {
  width: 234px;
 /* float: left;*/
 display:inline-block;
  padding: 0px 7px 50px 7px;
  min-height: 280px;
}

.tips_link {
  padding: 50px 0;
}

.tip_img_wrap {
  height: 140px;
  width: 140px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.tip_img_wrap > img {
  width:120px;
  height: 120px;
  position: relative;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tip_img_wrap > img:hover {
  width:140px;
  height: 140px;
}
.tip_txt {
  font-size: 21px;
  
}
.tips .tips_inner a:hover {
  text-decoration: none;
}
.tip_top {
  padding-top: 100px;
  border-bottom: 1px solid #d7dee2;

  /* fallback */
  background-color: #d9f1fc;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9f1fc), to(#ffffff));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ffffff, #d9f1fc);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ffffff, #d9f1fc);

  /* IE 10 */
  background: -ms-linear-gradient(top, #ffffff, #d9f1fc);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ffffff, #d9f1fc);
}

.tip_top .top_txt h1, .tip_top .top_txt p {
  color: #002c40;
  width: 80%;
}
.tip_top_img {
  background-position: top right;
  background-repeat:no-repeat;
  height: 470px;
  margin-right: 50px;
}
.tip01_top_img {
  background: url('../images/tip01_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip02_top_img {
  background: url('../images/tip02_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip03_top_img {
  background: url('../images/tip03_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip04_top_img {
  background: url('../images/tip04_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip05_top_img {
  background: url('../images/tip05_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip06_top_img {
  background: url('../images/tip06_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip07_top_img {
  background: url('../images/tip07_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip08_top_img {
  background: url('../images/tip08_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip09_top_img {
  background: url('../images/tip09_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip10_top_img {
  background: url('../images/tip10_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip11_top_img {
  background: url('../images/tip11_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip12_top_img {
  background: url('../images/tip12_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip13_top_img {
  background: url('../images/tip13_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip14_top_img {
  background: url('../images/tip14_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}
.tip15_top_img {
  background: url('../images/tip15_top_img.png') no-repeat top right;
  height: 470px;
  margin-right: 50px;
}

.resource_child {
  padding: 80px 0;
  border-bottom: 1px solid #d7dee2;
}
.resource_child.top_con {
  background: #ffffff;
}
.resource_child.list_con  {
  padding-bottom: 30px;
}
.list_con p {
  padding-bottom: 40px;
}
.list_con p.sub_title {
  background: url('../images/square.gif') no-repeat 0px 17px;
  padding-left: 25px;
  padding-bottom: 5px;
  color: #002c40;
  font-size: 24px;
}
.article ul {
  text-align: left;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.article li {
  padding-bottom: 20px;
  font-size: 16px;
}
/* ---------------------------- pre_next_wrap ---- */
.pre_next_wrap {
  padding: 42px 30px 41px;
  background: #ffffff;
  border-bottom: 1px solid #d7dee2;
}
.pre_next_wrap div {
  width: 90%;
  /*margin: 0 auto;*/
}
.pre_next_wrap a.next {
  background: url('../images/btn_nxt2.png') no-repeat;
  padding: 17px 0px 17px 80px;
  font-size: 30px;
}
.pre_next_wrap a.pre {
  background: url('../images/btn_pre2.png') no-repeat;
  padding: 17px 10px 17px 80px;
  font-size: 30px;
}
.pre_next_wrap a span {
  font-size: 18px;
}
.pre_next_wrap a:hover {
  text-decoration: none;
  opacity: .8;
}
