/* http://meyerweb.com/eric/tools/css/reset/ 
		 v2.0 | 20110126
		 License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: linear-gradient(-90deg,#d7121b,#e98226);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,html{
	margin: 0;
	padding: 0;
}
.BOX{
/* 	width: 90%; */
	margin-left: auto;
	margin-right: auto;
}
header a.tag{
	width: 20vw;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
header a.tag img{
	width: 100%;
}
header h3,article h3{
	font-size: 0;
}
header h3 a,article h3 a{
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
}
header,header h3 a img,article h3 a img{
	width: 100%;
}
header h3.title a{
	width: 33.3%;
}
section{
	width: 90%;
	margin: 0 auto 20px auto;
}
section .add img{
	width: 100%;
}
section .add_S{
	display: none;
}
section .add_S img{
	width: 100%;
}
h1{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.87em;
	text-align: center;
	background-color: #d7121b;
	color: #ffffff;
	border-radius: 0.6em 0.6em 0 0;
}
article h3.sale a img{
	border: 1px #ea4d1c solid;
}
article h3.sale a{
	width: 25%;
}
article h3.map a{
	width: 16.66%;
}
article p{
	color: #fff;
	text-align: center;
	background: #d7121b;
	padding: 10px 0;
}
footer{
	clear: both;
	width: 100%;
	height: auto;
	bottom: 0;
	right: 0;
	margin-left: 0 auto;
/*	background-color: #ffffff;*/
}
footer p{
	width: 100%;
	height: auto;
	font-size: 1em;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #fbdfdb;
	padding: 10px 0;
}
		
@media screen and (max-width:960px){
	body,html{
		width: 100%;
		height: auto;
	}
	.BOX{
		width: 100%;
		height: auto;
	}
	header a.tag{
		width: 30vw;
	}
	h1{
		font-size: 1.4em;
		letter-spacing:0.2em;
		line-height: 2;
		border-radius: 0;
	}
	section{
		width: 100%;
		margin: 0 auto;
	}
	section .add{
		display: none;
	}
	section .add_S{
		display: block;
	}
	article h3.sale a,article h3.map a{
		width: 50%;
	}
	footer p{
		font-size: 0.7em;
	}
}