@charset "UTF-8";


@media screen and (max-width: 690px) {

*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

html,body {
	width: 100%;
}
body {
	font-size: 12px;
	color: #333;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

a:hover img {
	opacity: 1;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
/*	background-color: #f9f9f9;
	background-color: #efefef;*/
}





/* header */
/*------------------------------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto 10px auto;
}
header img {
	width: 100%;
	height: auto;
}





/* footer */
/*------------------------------------------------------------------------------*/
footer {
	background-color: #f60;
	padding: 20px 3%;
}
footer #footerMain {
	width: 100%;
	margin: 0 auto;
}
footer #footerMain div#footerInfoMain {
	display: block;
}
footer #footerMain div#footerInfoMain > div {
	display: block;
	color: #fff;
	vertical-align: middle;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(1) {
	margin: 0 0 1em 0;
	padding: 0;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(1) span {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fff;
	padding: 0.5em;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(2) h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(2) li {
	font-size: 1.1em;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(2) li a {
	color: #fff;
	text-decoration: none;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(2) li a.email:hover {
	text-decoration: underline;
}


}









