@charset "UTF-8";


html,body {
	overflow-x: visible;
	}
@media screen and (max-width: 480px) {
html,body {
	overflow-x: hidden;
	}
	}

/*================================

transers

================================*/


.transers{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 30px;
	z-index: 999;
	background-color: #fff;
	}

.transers .langs{
	width: auto;
	height: 30px;
	padding: 0 10px;
	font-size: 11px;
	line-height: 30px;
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	box-sizing: border-box;
	}

.transers .langs a{
	padding: 0 5px;
	}

.transers .langs a:hover{
	color: #000;
	text-decoration: underline;
	}

.transersstay{
	color: #000;
	font-weight: bold;
	}

#site-translate-header-wrapper{
	display: none;
	}

.transers{
	display: block;
	}
@media screen and (max-width: 768px) {
.transers{
	display: none !important;
	}
	}



/*================================

menu2

================================*/

#menu2{
	display: none;
	}
@media screen and (max-width: 480px) {
#menu2{
	display: none;
	}
	}
.mm-opened{
	display: block !important;
	}

/*--ヘッダ--*/
#mheader {
	position: relative;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#mheader img{
	width: 300px;
	}

#headerwrapper{
	display: none;
	}
@media screen and (max-width: 480px) {
#headerwrapper{
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	z-index: 10001;
	}
	}

#mheader{
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	height: 40px;
	background-color: #fff;
	}

#headerwinner{
	position: absolute;
	width: 100%;
	z-index: 10000;
	}


nav ul {
	list-style: none;
	}

#sidenavi img{
	width: 40px;
	}


#headerright {
	display: block;
	height: 41px;
	float: right;
	position: relative;
	z-index: 10000;
	}

.button {
	width: 41px;
	position: absolute;
	display: block;
	}

.menu-button-right {
	right: 0px;
	border-left: 0px;
	}


.slidemenu {
	z-index: 10000;
	display: block;
	background-color: #ededed;
	height: 1000px !important;
	margin: 50px 0 0 0;
	padding: 0;
	border-left :1px solid #ddd
	}

.slidemenu .slidemenu-body{
	margin: 0;
	padding: 0;
	height: 100%;
	}

.slidemenu .slidemenu-content{
	margin: 0;
	padding: 0;
	height: 100%;
	}

.slidemenu ul {
	margin: 0;
	padding: 0;
	height: 100%;
	}

.slidemenu li {
	list-style: none;
	border-bottom: 1px solid #fff;
	line-height: 1.6;
	}

.slidemenu li a {
	padding: 12px 0 12px 20px;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	line-height: 1.5;
	}

.slidemenu li a:hover{
	background-color: #fff;
	}

.slidemenu li:first-child {
	border-top: none;
	}

.slidemenu li:last-child {
	border-bottom: none;
	}


#main {
	z-index: 1;
	}

.slidemenu {
	top: 0;
	width: 200px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	}

.slidemenu .slidemenu-header {
	position: relative;
	}

.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
	}

.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
	}

.slidemenu-left {
	left: 0;
	}

.slidemenu-right {
	right: 0;
	}


@media screen and (max-width: 480px) {
#mheader p.language{
	position: absolute;
	display: table;
	top: 0;
	right: 0;
	width: 160px;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	background: #ccc;
	color: #fff;
	}
	}

@media screen and (max-width: 480px) {
#mheader p.language span.stay{
	display: table-cell;
	text-decoration: none;
	width: 40px;
	height: 40px;
	background: #fff;
	}
	}

@media screen and (max-width: 480px) {
#mheader p.language a{
	display: table-cell;
	text-decoration: none;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #777;
	}
	}

@media screen and (max-width: 480px) {
#mheader p.language a.stain{
	display: table-cell;
	text-decoration: none;
	color: #000 !important;
	width: 40px;
	height: 40px;
	background: #fff;
	font-weight: 400;
	font-weight: bold;
	}
	}

.menu-btn {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: block;
	background: url(../images/spnavibtn_white.gif) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 99999;
	}