 /* Start of "Micro clearfix" */                 
.cf { zoom 1; }         
.cf:before,         
.cf:after { content: ""; display: table; }         
.cf:after { clear: both; }                 /* End of "Micro clearfix" */

body{
margin: 0;
font-family: 'Lato', sans-serif;
zoom:1;
background-color: #f8f5f1;

}

::selection {background: #f09a9e; color: #000;}
::-moz-selection {background: #f09a9e; color: #000;}

h1{
font-size: 36px;
font-weight: 700;
margin:12px 0px 24px 0px;
}
.h2{
font-size: 18px;
font-weight: 700;
margin:0px 0px 36px 0px;
padding: 0;
}

.kern{
letter-spacing:-2px;
}

.wrap{
margin: 180px 24px 24px 24px;
margin-left: auto;
margin-right: auto;
width:99%;
z-index:1;
}



.box{
width:300px;
margin:2px;
padding:24px;
background-color:#fff;
overflow:visible;
float:left;
font-size:13px;
line-height: 1.8em;
border: 1px solid #797878;
border-radius: 2px;
box-shadow: 0px 0px 3px #797878;


}


.scale {
    width: 296px;
    height: 197px;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scale2 {
    width: 296px;
    height: 445px;
    overflow: hidden;
}
.scale2 img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.scale2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scale3 {
    width: 296px;
    height: 395px;
    overflow: hidden;
}
.scale3 img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.scale3 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.forcon{
width: 296px;
text-align: right;
margin-top: 24px;
}

.more{
width: 77px;
height: 20px;
margin-left: 219px;

}
.more a{
display: block;
width: 77px;
height: 20px;
background-image: url(../../shered/more2.png);
}
.more a img{
vertical-align: top;
transition: opacity 1.0s;
}
.more a:hover img{
opacity: 0;
}



article{
font-size: 14px;
font-weight: 400;
padding: 0;
margin: 0;
line-height: 1.9em;

}

p{
padding: 0;
margin: 48px 0;
line-height: 1.9em;
}

.gotop{
width: 960px;
height:60px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
text-align: center;
}

.top_btn a{
margin-left: auto;
margin-right: auto;
display: block;
width:36px;
height:36px;
background-image: url(../shered/top_b2.png);
}

.top_btn a img {
vertical-align: top;
transition: opacity 1.0s;
}

.top_btn a:hover img {
opacity: 0;
}