.pc,.tab{
	display:none;
}
.sp{
	display:block;
}
.pagetop{
	display:none !important;
}
header{
	height:auto;
}
header nav{
	display:none;

	position:relative;
	top:auto;
	/*padding-top:64px;*/
	left:auto;
}

header form{
	display:block;
}
header #header_tops{
	height:64px;display:block;
}
header nav.visible{
	display:block;
}

header{
    padding: 0px 0px;
}
header.active{
	/*border-bottom:none;
	box-shadow:none;*/

	padding-bottom:10px;
}
#contents{
	/*display:block;*/
}
#contents.visible{
	display:block;
}


header .inner{
	width: 100%;
	height: auto;
	min-height: 60px;
}

header .inner h1{
	position: absolute;
	top:10px;
	background-size:46px 43px;
	width: 46px;
	height: 43px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
header .inner strong{
	background-image:url(../../images/index/welcome.svg);
	background-size:120px 31px;
	width: 120px;
	height: 31px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	top: 22px;
	left: 60px;
}
#menu {
    display: block;
    width: 48px;
    height:43px;
    position: absolute;
    right:10px;
    top: 10px;
    z-index: 3;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-sizing:border-box;
    background-color: #f0489c;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
#menu span {
    display: block;
    background: #ffffff;
    width:32px;
    height: 3px;
    position: absolute;
    left: 8px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
#menu span:first-child {
    top: 9px;
}
#menu span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menu span:last-child {
    bottom: 8px;
}
#menu.active span:first-child {
    -webkit-transform: translateY(11px) rotate(45deg);
    -moz-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}
#menu.active span:nth-child(2) {
    opacity: 0;
}
#menu.active span:last-child {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}
#menu.active {
	background-color: #ffffff;
}
#menu.active span {
	background: #f0489c;
}

#mainNav{
	position: relative;
	display: block;
	margin-top:0;
	border-right:none;
	border-top: solid 1px #DADADA;
	height:auto;
}

#mainNav li{
	clear: both;
	width: 100%;
	text-align: center;
	border-left:none;
	border-bottom: solid 1px #DADADA;
	height:42px;
	line-height:42px;
	margin: 0px;
	padding-left:10px;
}

#mainNav li a{
	font-size: 14px;
	line-height: 42px;
	margin-top:0;
	text-align: left;
}

#mainNav li.items,#mainNav li.tokusen,#mainNav li.osusume,#mainNav li.disney,#mainNav li.pokemon,#mainNav li.specials{
	width:100%;
}



#mainNav li a img{
	height: 23px;
	width: 20px;
	margin-right: 3%;
	float:right;
	margin-top:9px
}

#subNav{
	position: relative;
	top:auto;
	right:auto;
	display: block;

}
#subNav li{
	float:left;
	height:25px;
	padding-left:10px;
	top:auto;
	left:auto;
	line-height:25px;

}



#subNav .sub a{
	background-position:left center;
	background-repeat: no-repeat;
	background-size:13px 13px;
	font-size: 12px;
	text-indent:17px;
	text-decoration:none;
	color: #000000;
	line-height: 25px;
	display: block;
	padding: 5px 0;
}
#subNav .business a{
	background-image: url(../../images/index/sub_nav_btn.svg);
	background-position:left center;
	background-repeat: no-repeat;
	background-size:13px 13px;
	font-size: 12px;
	text-indent:17px;
	text-decoration:none;
	color: #000000;
	line-height: 25px;
	display: block;
	padding: 5px 0;
	background-color: #ffffff;
}


#search_form{
	position: relative;
	display:block;
	right:auto;
	top:auto;
	width: 100%;
	padding:0;
	background-image:none;
	margin-top:10px;
}

#input_search_word{
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #cccccc;
    margin-right:0;
    text-indent:45px;
    height:42px;
    padding:6px;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#btn_isearch{
	width:40px;
	height:40px;
	background-position:center;
	margin:0;
	background-size:20px 20px;
	position:absolute;
	top: 1px;
	left: 1px;
	background-color:#dadada;
	border:1px solid #dadada;

	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-ms-border-radius:1px;
	-o-border-radius:1px;

	border-top-right-radius:0;
	border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-top-right-radius:0;
	-moz-border-bottom-right-radius:0;
	-ms-border-top-right-radius:0;
	-ms-border-bottom-right-radius:0;
	-o-border-top-right-radius:0;
	-o-border-bottom-right-radius:0;
}

#btn_isearch span{
	display:none;
}
#main{
	width: 100%;
	margin: 10px auto;
	padding:1.3%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#loading{
	padding:5px 0;
}
.sp-button{
	width: 7px;
	height: 7px;
}
#selecter{
	width:100%;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#selecter li{
	width:50%;
	float:left;
	display:block;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight: bold;
	height:35px;
	line-height:35px;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;


	background-image: url(../../images/index/triangle_down.svg);
	background-position:6px center;
	background-repeat: no-repeat;
	background-size:5px 5px;

}
#selecter li.update{
	border:1px solid #dadada;
	border-bottom:none;
	background-color:#f24fa0;

}
#selecter li.event{
	border:1px solid #dadada;
	border-bottom:none;
	border-left:none;
	background-color:#8b13ef;

}

#selecter li a{
	background-color:#fff;

	width:100%;
	height:100%;
	color:#858585;
	text-decoration: none;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	background-image: url(../../images/index/triangle_gray.svg);
	background-position:6px center;
	background-repeat: no-repeat;
	background-size:5px 5px;
	text-indent:5%;



}

#update,#event{
	display:block;
	width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
/*	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-left-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-left-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-left-radius: 0;
	-o-border-top-right-radius: 0;
	margin-right:0;*/
}
#update{
	/*display:none;*/
}
#event{
	margin-top:10px;
	/*display:none;*/
}
#update.visible{
	display:block;
}
#event.visible{
	display:block;
}
#update .head,#event .head,#pickup .head{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-ms-border-top-left-radius:5px;
	-ms-border-top-right-radius:5px;
	-o-border-top-left-radius:5px;
	-o-border-top-right-radius:5px;
/*	border-top-left-radius:0;
	border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-top-left-radius:0;
	-moz-border-top-right-radius:0;
	-ms-border-top-left-radius:0;
	-ms-border-top-right-radius:0;
	-o-border-top-left-radius:0;
	-o-border-top-right-radius:0;*/
}

#update li time{
	font-size:9px;
	width:25%;
}

#update .right{
	width:75%;

	}
#update .middle,#event .middle{
	height:auto;
}

#twi_and_sns{
	width:100%;
	position:relative;
	margin-right:0;

}
#twi_and_sns .sp{
	position:relative;
	width: 100%;
	overflow: hidden;
	display:block;
}
iframe[id^="twitter-widget-1"]{
	/*min-width: 100%!important;
	width: 100% !important;*/

}

#banners{
	width:100%;
	padding:2% 0 0 2%;
	margin-bottom:0;
}
#banners li{
	padding-right:2%;
	margin-bottom:2%;
	}

#annotation p{
	font-size:9px;
	padding:5px 10px;
}
footer{
	height:70px;
	padding-bottom:7px;
}
footer .inner{

}
footer nav{
	margin-top:7px;
}
footer nav{
	width:100%;
}
footer nav ul{
	width:100%;
}
footer li{
	/*float:none;*/
	display:block;
	padding:4px 0;
}
footer li.sitemap{
	margin-right:0;
}
footer nav li a{
	font-size:10px;
	display:block;
	white-space:nowrap;
}

footer h3{
	width:156px;
	height:11px;
	background-size:156px 11px;
	text-indent:-999px;
	overflow:hidden;
	position:absolute;
	right:10px;
	top:37px;
	margin:0;


}
footer small{
	font-size:9px;
	top:56px;
}
