@charset "UTF-8";
/* CSS Document */

/*** 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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf {
*zoom: 1;
}
/*** reset css ***/
body {
width: 100%;
height:100%;
background: #FFF;
font-family : "Helvetica", "Arial", sans-serif;
line-height: 100%;
color:#000;
animation: fadeIn 4s ease 0s 1 normal;
-webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a, h2, h1 {
text-decoration: none;
color: #000;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover {
opacity: 0.7;
}
.fade:hover {
opacity: 0.7;
}
p {
margin: 0;
padding: 0;
}
span {
font-weight: normal;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
#wrapper {
width: 90%;
height: auto;
margin: 0 auto;
padding: 3% 5%;
}
h1#logo a img {
width: 80px;
}
div#brnd_list {
width: 100%;
height: auto;
margin: 0;
}
div#brnd_list ul li {
font-size: 13px;
line-height: 1.3em;
font-weight: bold;
color: #000;
}
div#brnd_list ul li.end {
	margin-top: 30px;
	margin-bottom: 5%;
}
div#brnd_list ul li a {
font-size: 13px;
line-height: 1.3em;
font-weight: bold;
color: #000;
}
#f_menu {
position: absolute;
bottom: 10%;
left: 5%;
}
#f_menu h2 {
font-size: 12px;
margin: 0;
padding: 0;
color: #000;
}
#f_menu h2 a {
font-size: 13px;
font-weight: 700;
color: #000;
}
@media screen and (max-width: 768px) {
#wrapper {
width: 80%;
height: auto;
margin: 0 auto;
padding: 6% 10%;
}
div#brnd_list {
width: 100%;
height: auto;
margin: 6% 0 0 0;
}
div#brnd_list ul li {
font-size: 12px;
line-height: 1.3em;
font-weight: bold;
}
div#brnd_list ul li a {
font-size: 12px;
line-height: 1.3em;
font-weight: bold;
}
#f_menu {
position: unset!important;
bottom: 3%;
left: 10%;
margin-left: 0;
margin-top: 15px;
}
}
@media screen and (min-width: 769px) {
#brnd_list ul {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 120px;
right: 0;
bottom: 0;
left: 5%;
width: auto;
height: auto;
margin: auto;
}
#f_menu {
position: fixed;
bottom: 5%;
left: 5%;
}
}