body {
	background: #FFFFFF;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #4f5252;
	font-weight: 400;
}


/*	===================================================================
   	RESET
   	===================================================================   */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
* {
	padding:0;
	margin:0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn.outlined {
color: #3675B4;
border: solid 2px #3675B4;
border-radius: 3px;
text-transform: uppercase;
background: #fff;
font-size: 18px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
overflow: visible;
}
.mleft_no {
margin-left: 0;
}
.btn {
padding: 10px 20px;
margin: 15px;
border: none;
background: #666;
color: #ccc;
font-weight: bold;
text-decoration: none;
transition: all 0.35s;
-moz-transition: all 0.35s;
-webkit-transition: all 0.35s;
-o-transition: all 0.35s;
white-space: nowrap;
}
.btn.outlined:hover {
color: #fff;
border: solid 2px #3675B4;
background: #3675B4;
box-shadow: none;
}

.gallery{ width:100%; float:left; margin-top:0px;}

.gallery ul{ margin:0; padding:0; list-style-type:none;}

.gallery ul li{ padding:7px; border:2px solid #ccc; float:left; margin:10px 7px; background:none; width:18%;}
.sponsor_img ul li{ width:15%;}
#reorder-helper{margin: 18px 10px;
padding: 10px;}
.light_box {
background: #efefef;
padding: 20px;
margin: 10px 0;
text-align: center;
font-size: 1.2em;
}

/* NOTICE */
.notice, .notice a{ color: #fff !important; }
.notice { z-index: 8888; }
.notice a { font-weight: bold; }
.notice_error { background: #E46360; }
.notice_success { background: #657E3F; }

.gallery img{ width:100%; height: 100px;}
.sponsor_img img{ width:100%; height: 100px;}