@charset "UTF-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}




*{
		margin:0;
		padding:0;
}

ul,li{
	list-style: none;
}


body{
	background-color: #ffffff;
	background-image: url(images/XXXXXXXXX_.jpg);
	background-repeat: repeat-x;

}


#wrap{
	max-width: 960px;
	margin: 0 auto;
	background-size: cover;
	text-align: center;
	position: relative;
	background-color: #ffffff;

}

#wrap:before{
	content: "";
	display: block;
	width: 33.75%;
	height: 55.5555%;
	max-width: 640px;
	max-height: auto;
	background-color: #ffffff;

}

#cont{
	background-color: #ffffff;
	max-width: 1280px;
	float:left;
}

#header{
	margin: 0 ;
}

#footer{
	margin: 10 auto;
	background-color: #ffffff;
	text-align: center;
	clear: both;
}

.box li{
	float: left;
	margin: 0 auto;
	background-color: #ffffff;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}


a{
	color: #59220d;
	transition: 0.5s;
}
a:hover{
	color: #d53e04;
}

a:hover img{
	opacity: 0.7;
}




/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
.container{
	max-width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.container:after{
	content:"";
	display: block;
	clear:both;
	
}

.full{
	margin-left: -10px;
	margin-right: -10px;
}

.goec{ 
       text-align:center;
}
