﻿
/* sections */
body {min-width: auto;}
.breadcrumb_container {box-sizing: border-box;}
#content {padding:43px 5px 26px}
.section { /* clear:left; */ /* float:left; */ /* padding-bottom:18px; */ /* width:100%; */ }
.section h2 { border-bottom:1px solid #e4e4e4; font-weight:normal; margin-bottom:3px; padding-bottom:15px; }
.section ul {margin-bottom:18px;}
.section ul li { float:left; width:12.5%; padding:20px 0 24px;box-sizing: border-box;}
.section ul li.clear { clear:left; }
.section ul li img { float:left; margin:0 10px 0 0; }
.section ul li a { display:table;color:#666; *display:block; *position:relative; cursor:pointer;min-height:43px }
.section ul li span { display:table-cell; width:86px; vertical-align:middle; *display:block; *position:absolute; *top:50%; }
.section ul li span span { width:100%; *display:block; *position:relative; *top:-50%; }
.section ul li a:hover { color:#08c; }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.section ul li {width: 20%;}
}
@media only screen  and (max-width: 767px) {
	.section ul li {width: 25%;}
}
@media only screen  and (max-width: 600px) {
	.section ul li {width: 50%;}
}