/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
img[usemap] {
    max-width: 100%;
    height: auto;
}
/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* リンク */
a, a:link, a:visited {
	color: #3333FF;
	text-decoration:underline;
}
a:hover {
	color: #FF6600;
	text-decoration:underline;
}
a:active {
}

/* フッター */
#footer	{
	clear:both;
	text-align:left;
	margin-bottom:20px;
	padding:0 0 0 0;
	position:relative;
}
#footer p {
	clear:both;
	text-align:center;
	margin-top:20px;
}
#footer div.img	{
	padding:10px 0 0 0;
	text-align:center;
}
#footer div.text_menu	{
	padding:10px 0 0 0;
	text-align:center;
}
#footer ul {
	margin:0;
    padding:0;
}
#footer li {
	padding:0;
	list-style-type:none;
	text-align:left;
}
#footer li a {
    padding: 0;
    margin: 0;
    float: left;
    list-style-type: none;
    background-color: #824e00;
    color: #FFFFFF;
    width: 95%;
    height: 16px;
    padding: 1.0em 0.5em;
    color: #FFFFFF;
    background: #7d5127;
    border-left: solid 5px #ffffff;
    border-bottom: solid 3px #ffffff;
}
.footersmno{
display:none;
}
p.copylight{
padding-top:10px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #07f;
}
nav.drawer-nav {
    background-color: #000000;
}
.drawer-menubt {
    margin-top: 15px;
    color: #07f;
}
button.drawer-toggle.drawer-hamburger {
    top: -10px;
    background-color: #f5f5f5;
    height: 25px;
	opacity: 0.8;
    background: rbga(255,255,255,0.5);
}
nav.drawer-nav {
    background-color: #f4f4f4;
}
a.drawer-brand {
    font-size: 18px;
	line-height: 2.5rem;
}
}/*
