/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body {
	font-family: 'nexa_lightregular';
	font-size: 100%;
	color: #FFFFFF;
	background-color: #EAEAEA;
}
.iwrap{
	margin:0 auto;
	width:100%;
}

*{margin:0;padding:0;}

/* start header */

.header_bg{
  width:100%;
  background:url("img/banner.jpg") no-repeat ;
}

.ad_bg{
	padding: 1%;
	height:350px;
	background: #C9C9C9;
/*	position: relative;*/
}
.ad{
	padding: 10px;
	margin:0 auto;
	color: #6A6A6A;
}

.footer_bg{
	padding: 5px;
	height:160px;
	background:url("img/bottom.jpg");
	background-color:#47B8DA;
}
.main_footer{
	padding-top:10px;
	margin:0 auto;
	color: #FFFFFF;
}

.logo_s{
	cursor:pointer;
	position: relative;
	margin:0 auto;
	width:74px;height:110px;
	background:url("img/logo_s.png");
}

/*search*/
.search{
	/*width:30%;*/
	width:300px;
	float:right;
	position: relative;
	background: #ffffff;
	box-shadow: inset 0px -1px 2px 0px rgba(201, 201, 201, 1);
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(201, 201, 201, 1);
	-moz-box-shadow: inset 0px -1px 2px 0px rgba(201, 201, 201, 1);
	-o-box-shadow: inset 0px -1px 2px 0px rgba(201, 201, 201, 1);
}
.search form{
	width:100%;
}
.search input[type="text"]{
	font-family: 'nexa_boldregular';
	padding:12px 16px;
	outline: none;
	color: #C4C4C4;
	background: none;
	border: none;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 600;
}
.search input[type="submit"]{
	background: url('./img/sprite.png') no-repeat -300px -15px;
	padding: 12px 0px;
	border: none;
	cursor: pointer;
	width: 15.33%;
	height: 40px;
	line-height: 1.5em;
	outline: none;
	position: absolute;
	right: 0;
}
.search input[type="submit"]:hover {
	background: url('./img/sprite.png') no-repeat -300px -48px;
}

.item_list_div{
padding: 20px 10px;
width:180px;
float:left;
position: relative;
}
.item_list{
background-color:#FFFFFF;
width:151px;min-width:151px;
height:180px;
cursor: pointer;
border-radius:5px;
}
.item_img{
background-image:linear-gradient(to right,#F1F1F1,#D3D3D3);
display:flex;
align-items:center;
justify-content:center;
border-radius: 5px 5px 0px 0px;
height:85px;
}
.item_txt{
padding: 0px 10px;
}

a.link_a,a.link_a:visited{
	color:#000000;
	text-decoration:none;
	text-align:center;
}
a.link_a:hover{
	color:#000000;
	text-decoration:none;
}
a.footer_link,a.footer_link:visited{
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}
a.footer_link:hover{
	color:#FED957;
	text-decoration:none;
}
a.about_link,a.about_link:visited{
	color:#000000;
	text-decoration:none;
	text-align:center;
}
a.about_link:hover{
	color:#000000;
	text-decoration:none;
}

a.item_link,a.item_link:visited{
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
a.item_link:hover{
	font-size:14px;
	color:#007BFF;
	text-decoration:none;
}

.link_hand{
cursor: pointer;
}
.clear{ clear:both}