/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-repeat: repeat;
	background-color: #921b21;
}






blockquote, q {
	quotes: none;
}
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.box-main {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}

.left-01 {
	float: left;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f87b03;
	height: auto;
}

.left-02 {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.left-03 {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f87b03;
}
.left-04 {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}
@media screen and (max-width: 600px) {
	.box-main {
	height: auto;
	width: 100%;
	float: left;
}
}

@media screen and (min-width: 500px) and (max-width: 1040px){
}
