
/* Mobile Info
---------------------------------------------------- */
#mbinfo {
	display:block;
	margin:15px 0px 10px 0px; 
	font-size:12px;
}


/* for - 768px
---------------------------------------------------- */

@media screen and (max-width: 768px) {

html {
	*overflow-x: hidden;
}
body {
  -webkit-text-size-adjust: 100%;
}
#wrapper {
	background-color: #222;
}
#container {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	overflow: hidden;
}

/* SmpNavi
---------------------------------------------------- */
/* btn */
#gnav-btn {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #222;
	z-index: 3;
}
#gnav-btn .list {
	float: left;
	font-size: 62.5%;
	line-height: 1em;
	text-align: left;
}
#gnav-btn .list img {
	vertical-align: middle;
}
#gnav-btn .list a {
	color: #ccc;
	text-decoration: none;
}
#gnav-btn .list a :visited,
#gnav-btn .list a :hover,
#gnav-btn .list a :active{
	text-decoration:none;
	color: #ccc;
}

/* gnav */
#gnav {
	position: absolute;
	display: none;
	width: 250px;
	top: 0;
	left: 0;
}
#gnav .navi {
	margin:0;
	width: 100%;
	border-top: solid 1px #111;
	text-align: left;
}
#gnav .navi li{
	width: 100%;
}
#gnav .navi li a {
	display: block;
	padding: 11px 20px 10px;
	font-size: 90%;
	border-bottom: solid 1px #111;
	border-top: solid 1px #333;
	background: url(../img/icon_arrow_01.gif) no-repeat right center;
	*zoom: 1;
}
#gnav .navi li a:link,
#gnav .navi li a:visited {
	background-color: #222;
	color: #ccc;
	text-decoration: none;
}
#gnav .navi li a:hover,
#gnav .navi li a:active,
#gnav .navi li a.current {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

#gnav ul.navi, ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gnav .navi li .category {
	cursor:pointer;
	font-size: 90%;
	padding: 11px 20px 10px;
	background-image: url(../img/category_plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #222;
	border-bottom: solid 1px #111;
	border-top: solid 1px #333;
	color: #ccc;
}
#gnav .navi li .open {
	color: #fff;
	background-image: url(../img/category_minus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #333;
}

ul.menu li{
	text-indent:10px;
}
ul.menu li a {
		display: block;
	padding: 11px 20px 10px;
		font-size: 90%;
		border-bottom: solid 1px #111;
		border-top: solid 1px #333;
		background: url(../img/icon_arrow_01.gif) no-repeat right center;
		*zoom: 1;
}
ul.menu li a:link,
ul.menu li a:visited {
	background-color: #222;
	color: #ccc;
	text-decoration: none;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menul li a.current {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}


/* Header
---------------------------------------------------- */
#header {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#header h1 {
	margin: 0px;
	padding: 62px 0px 5px;
}
#header p {
	text-align: center;
	margin: 5px 0 20px;
}
/*
#head_bn img {
	width: 50%; margin: 0 2px;
}
*/
#head_bn {
	display:none;;
}


/* Brand
---------------------------------------------------- */
#brand {
	display: none;
}
/* Brand for smp */
#brand2 {
	display: block;
	text-align: center;
	margin:20px 0px 5px 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}



/* OtherSite
---------------------------------------------------- */
#othersite {
	width: 100%;
	margin: 10px auto 0px;
	padding: 0;
	text-align:center;
	overflow: hidden;
}
#othersite ul {
	width: 100%;
	height: auto;
	text-align:center;
	float:none;
}
#othersite li,
#othersite a {
	float:none;
	display: inline-block;
}

.siteseparate {
	display:none;
}



/* OtherSite2
---------------------------------------------------- */
#othersite2 {
	width: 100%;
	margin: 10px auto 0px;
	padding: 0;
	text-align:center;
	overflow: hidden;
}
#othersite2 ul {
	width: 100%;
	height: auto;
	text-align:center;
	float:none;
}
#othersite2 li {
	float:none;
	width: 100%;
	display: block;
}

.siteseparate {
	display:none;
}






/* Navigation
---------------------------------------------------- */
#navi {
	display: none;
}



/* Footer
---------------------------------------------------- */
#footer {
	clear: both;
	width: 95%;
	overflow: hidden;
	margin: 0px auto;
	padding: 5px 0px;
}

/* ftnav */
#footer #ftnav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: none;
	text-align: center;
}
#ftnav ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#ftnav li {
	display: inline;
	font-size: 62.5%;
	line-height: 1em;
	color: #999;
}
#ftnav li a {
	color: #4c4c4c;
	padding: 6px;
	text-decoration: none;
}
#ftnav ul .last a {
	padding-right: 0px;
}

/* Copyright */
#footer address {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	margin: 11px 0px 0px;
	width: 100%;
	padding: 0px;
	float: none;
	letter-spacing: 0em;
}


/* onlineshop */
#bnr_onlineshop {
	width: 100%;
	text-align:center;
}


}
