@charset "utf-8";

/* Page Title
----------------------------------------------- */

h2.page_title{
	font-size:140%;
	margin:25px 0 25px 0;
	padding:0 12px 0 12px;
	font-weight:bold;
	background:url(../img/title_underline.jpg) repeat-x bottom;
}

h2.page_title p{
	background:url(../img/title_icon.jpg) no-repeat left top;
	padding-left:35px;
	padding-bottom:12px;
}

h2.page_title span{
	font-size:70%;
	display:block;
	font-weight:normal;
}

h3.cat_title{
	font-size:140%;
	font-weight:bold;	
	margin-bottom:25px;
	padding-left:15px;
}


/* surpport
----------------------------------------------- */

#surpport_bx{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#surpport_bx li{
	border: 6px solid #c6c171;
  border-radius: 16px;
  padding: 25px 18px 18px 18px;
  background: #ffffe8;
  width: 100%;
  max-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 10px 20px 10px;
}

#surpport_bx li .img_set{
  width: 215px;
}

#surpport_bx li .img_set img{
  width: 100%;
}

#surpport_bx li p{
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #13a3ff;
  width: 100%;
}


.link_set{
  margin-top: 10px;
  width: 215px;
}

/*#surpport_bx  li{
	display:block;
	margin-bottom:15px;
	background:#D5E3FB;
	padding:3px;
}

#surpport_bx  li a{
	display:block;
	padding:10px 15px 10px 30px;
	border:1px #eee solid;
	background:#fff;
	color:#0D89CC;
	font-weight:bold;
	font-size:16px;
}

#surpport_bx  li span{
	display:block;
	padding:5px 30px 5px 0;
	background:url(../img/arrow.gif) no-repeat right;
}*/


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

.col_red{
	color:#c00;
	font-weight:bold;
	font-size:16px;	
}
