body{
	min-width: 0;
	height: auto;
}

.pconly{
	display: none;
}

.sponly{
	display: block;
}

body{
	width: 100%;
	float: none;
}

/**/


.manualmenu{
	padding: 0;
}


.logo{
	float: none;
}

.logo img{
	max-width: 100%;
	height: auto;
	}

.logos-foot {
	padding: 20px 0;
    text-align: center;
    clear: both;
}

.logos-foot img,
.rensha{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	
	
	display: block;
}

/**/

#gn {
	float: none;
    width: 100%;
    box-sizing: border-box;
    padding-top: 5px
}

#gn ul.mainmenu{
	display: none;

    position: absolute;
    width: 100%;
    top: 0;

    margin: 0;
    padding:55px 0 0 0;

    box-sizing: border-box;
    background: rgba(0,0,0,.9);
}

#gn ul.mainmenu li a{
	padding-top: 10px;
	padding-bottom: 10px;
}

    
/**/


.menu-switch{
    display: block;
    box-sizing: border-box;
     width: 100%;
    height: 64px;
    padding: 0 10px;
    color: #fff;
    z-index: 110;
}

.menu-switch:hover{
	cursor: pointer;
}

.menu-switch-btn{
	position: relative;
	top: 2px;
}

.menu-switch-btn {
    display: block;
    width: 100%;
    height:42px;
    position: relative;
    z-index: 3;
    border:1px solid #fff;
    background: #000;
}
.menu-switch-btn .b {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.menu-switch-btn #b1 {
    top: 12px;
}
.menu-switch-btn #b2{
    margin-top: -1px;
    top: 50%;
}
.menu-switch-btn #b3{
    bottom: 12px;
}
.menu-switch-btn.on #b1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.menu-switch-btn.on #b2 {
    opacity: 0;
}
.menu-switch-btn.on #b3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.menu-label{
	position: absolute;
	top: 15px;
	left: 40px;
    font-family: 'shump_squareregular',arial,helvetica,sans-serif;
    letter-spacing: .1em;
}

/**/
.contents{ 
	float: none;
	margin-left: 0;
	margin: 0 10px;
}

.contents img.responsive{
	margin-top: 5px;
	margin-bottom: 5px;
}


.contents img.floatleft,
.contents img.floatright{
	float: none;
	margin: 10px auto;
	border-radius: 5px;}

.contents table tr th,
.contents table tr td{
	line-height: 1.3;
}
.contents table tr th{
	white-space: inherit;
	width: auto !important;
}

contents table.break tr{
	display: block;
}

.contents table.break th,
.contents table.break td{
	display: block;
	width: 100%;
	border: none;
	box-sizing: border-box;
}

.contents h1.pagetitle{

}

.contents h1.pagetitle span{
	display: block;
	width: 100%;
	border-bottom: #941410 solid 1px;
	padding: 15px 10px 10px 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.contents h1.pagetitle small{
	display: block;
	padding-bottom: 5px;	
}

.contents h2,
.contents h3{
	line-height: 1.2;	
}
.contents h2 small,
.contents h3 small{
	display: block;
	padding-bottom: 7px;
}


.flex2 li{
	width: 100%;
	padding: 10px;
}

.nextprev div{
	text-align: center;
}

.nextprev div .fa{
	display: none;
}


.contents .players li,
.contents .items li{
	width: 100%;
	border-radius: 5px !important;
	}

.contents .players li img,
.contents .items li img{
	display: block;
	float: none;
    margin: 0 auto;
    max-width: 100%;
    height: auto;}

.contents .players.sorcererstrikers{
	flex-wrap: wrap;
}
	
.contents .players.sorcererstrikers li{
	width: 100%;
}

.gadget-list li{
	width: 100%;
}

.clm-l,
.clm-r,
.thumb3,
.thumb4
{
	width: 100%;
	min-height: inherit;
	float: none;
}
