@media screen and (max-device-width:767px) {
	
	html {
		font-size: 55%; /* for rem */
	}
	
	.btn {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		padding: 10px 5px !important;
		min-height: 1em !important;
		line-height: 1em;
		margin: 0.5em 0 !important;
		text-align: center;
		width: 100% !important;
	}
	.btn.inline {
		display: inline-block !important;
		width: auto !important;
		padding: 3px 3px 4px 3px  !important;
		margin: 0 !important;
	}
	
	body {
		background-color: #fdfdfd;
	}
	
	#wrapper {
		width: auto;
		max-width: 480px;
		min-width: 320px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		overflow: hidden;
	}
	
	#wrapper > header {
		height: 50px;
	}
	
	#wrapper > header h1,
	#wrapper > header h1 img {
		float: none;
		width: 53px;
		height: 23px;
		margin: 1px 0 0 0;
	}
	#wrapper > header p {
		font-size: 7px;
		margin: 0 0 0 -.5em;
		padding: 6px 0 0 0;
	}


	.home #nav-home a,
	.currentissue #nav-currentissue a,
	.backnumber #nav-backnumber a,
	.wdwebsitefront #nav-wdwebsitefront a,
	.mailmag #nav-mailmag a,
	.teiki #nav-teiki a,
	.chocobanana #nav-chocobanana a {
		background-image: none;
	}


	nav#gnav {
		position: relative;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border:0;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-image:none;
		margin: 0;
		z-index: 50;
	}
	
	nav#gnav h2 {
		position: absolute;
		margin: 0;
		right: 0;
		top:-54px;
		display: block !important;
		width: 44px;
		height: 44px;
		padding: 0;
		font-size: 0 !important;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 130%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		z-index: 1000;
		border: 0;
	}
	
	nav#gnav h2 a {
		display: block;
		position: absolute;
		top:0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	
	nav#gnav h2:hover {
		border-color: #c8c8c8;
	}
	
	nav#gnav h2:active,
	nav#gnav h2.open {
		background-color: #00b1ec;
		

	}
	
	nav#gnav h2:before {
		content: "\F0C9";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		width: 44px;
		height: 44px;
		top:0;
		left: 0;
		text-align: center;
		font-weight: normal;
		color: #00b1ec;
		font-size: 32px !important;
		line-height: 44px !important;
		text-indent:0 !important;
	}
	
	nav#gnav h2.open:before {
		color: #fff;
	}
	
	#gnav-content {
		position: relative;
		display: none;
	}
	
	ul#gnav-main {
		position: relative;
		display: block;
		list-style-type: none;
		font-size: 0;
		line-height: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		margin: 0 0 1px 0;
		padding: 0;
		border-bottom: none;
		white-space: nowrap;
		background-color: #f9f9f9;
		
	}
	
	#gnav-content.open ul#gnav-main li:first-child:before {
		content: "";
		position: absolute;
		top:-6px;
		right: 15px;
		border-bottom: solid 6px #e0e0e0;
		border-left: solid 6px transparent;
		border-right: solid 6px transparent;
		border-left-color: rgba(255,255,255,0);
		border-right-color: rgba(255,255,255,0);
		z-index: 1;
	}
	
	#gnav-content.open ul#gnav-main li:first-child:after {
		content: "";
		position: absolute;
		top:-4px;
		right: 17px;
		border-bottom: solid 4px #fefefe;
		border-left: solid 4px transparent;
		border-right: solid 4px transparent;
		border-left-color: rgba(255,255,255,0);
		border-right-color: rgba(255,255,255,0);
		z-index: 2;
	}
	
	.home #gnav-content.open ul#gnav-main li:first-child:before {
		border-bottom-color: #00b1ec;
	}
	
	.home #gnav-content.open ul#gnav-main li:first-child:after {
		border-bottom-color: #00b1ec;
	}

	
	ul#gnav-main li {
		position: relative;
		display: block;
		box-sizing: border-box;
		border: solid 1px #e0e0e0;
		margin: 0 0 -1px 0;
		overflow: visible;
	}
	
	ul#gnav-main li a {
		display: block;
		position: relative;
		width: auto;
		font-size: 18px;
		line-height: 44px;
		font-weight: bold;
		text-indent: 10px;
		color: #0072bc;
		text-align: left;
		white-space: nowrap;
		zoom:1;
	}
	
	ul#gnav-main li a:before {
		content:"\F105";
		font-family: FontAwesome;
		position: absolute;
		font-size: 24px;
		right: 10px;
		font-weight: normal;
	}
	
	ul#gnav-main li:first-child {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	
	ul#gnav-main li:first-child a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	
	ul#gnav-main li:last-child {
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	
	ul#gnav-main li:last-child a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}
	
	.home #nav-home a,
	.currentissue #nav-currentissue a,
	.backnumber #nav-backnumber a,
	.archive #nav-archive a,
	.mailmag #nav-mailmag a,
	.teiki #nav-teiki a,
	.wdlib #nav-wdlib a {
		background-color: #00b1ec;
		color: white;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
	}
	
	#gnav-sub {
		position: relative;
		margin: 6px 0 0 0;
		padding-bottom: 10px;
	}
	
	#search-form {
		position: relative;
		display: block;
		margin: 0;
		padding: 0 0 0 0;
		height: 44px;
		line-height: 1;
		background-color: #f9f9f9;
		border: solid 1px #e0e0e0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		background-color: white;
		font-size: 0;
		overflow: hidden;
	}
	
	#search-form input.text {
		position: absolute;
		border: 0;
		-webkit-appearance: none;
		border-radius: 4px;
		height: 42px;
		margin: 0;
		width: 99%;
		padding: 10px 44px 10px 10px;
		left: 0;
		right: 44px;
		font-size: 16px;
		line-height: 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 0;
		outline: 0;
		background-color: transparent;
		box-shadow: 0;
	
	}
	#search-form:before {
		top:0;
		right: 0;
		width: 42px;
		height: 42px;
		font-size: 24px;
		line-height: 42px;
		border: 0;
		box-shadow: 0;
		background-color: #fff;
	}
	#search-form:after {
		display: none;
	}
	
	#search-form input.submit {
		position: absolute;
		display: block;
		width: 42px;
		height: 42px;
		background-image: none;
		
		border: 0;
		z-index: 2;
	}
	
	#lang,
	#rel {
		float: left;
		margin: 5px 5px 5px 0;
	}

	#lang ul,
	#rel ul {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
	}
	#lang li {
		display: inline;
		white-space: nowrap;
	}
	
	#lang a {
		margin: 0;
		padding: 0;
		position: relative;
		display: inline-block;
		height: 28px;
		width: 28px;
		border: solid 1px #ddd;
		background-color: #f9f9f9;
		text-indent: 120%;	
		overflow: hidden;
		cursor: pointer;
	}

	#rel a {
		margin: 0;
		padding: 7px;
		font-size: 16px;
	}
	
	
	
	#lang a:hover,
	#rel a:hover {
		border-color: #ccc;
	}
	
	#lang a:active ,
	#rel a:active  {
		-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.1);
		-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.1);
		box-shadow: inset 0px 0px 5px rgba(0,0,0,.1);
	}
	
	#lang ul li {
		margin-right: -1px;
	}
	
	#rel ul li {
		text-indent: 0;
		margin-right: 5px;
	}
	
	
	#lang ul li#lang-ja a {
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 4px;
	}
	
	#lang ul li#lang-en a {
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
	}
	
	#rel a {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	
	#lang ul li#lang-en a:before,
	#lang ul li#lang-ja a:before {
		content:"";
		display: block;
		position: absolute;
		width: 16px;
		height: 16px;
		top:6px;
		left: 6px;
		background-image: url(../images/icons.png);
		background-repeat: no-repeat;
	}
	
	#lang ul li#lang-ja a:before {
		background-position: -0px -39px;
	}
	
	#lang ul li#lang-en a:before {
		background-position: -0px -53px;
	}
	
	.ja #lang ul li#lang-ja a,
	.en #lang ul li#lang-en a {
		border-color:#0088bb;
		background-color: #00b1ec;
		color: white;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
		-webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,.2);
		box-shadow: inset 0px 0px 4px rgba(0,0,0,.2);
		z-index: 10;
	}
	
	#hash {
		right: 20px;
		bottom: 40px;
		padding: 0;
		background-color: rgba(0,0,0,.5);
	}
	
	#hash a {
		font-size: 0;
		line-height: 0;	
	}
	
	#hash li a:before {
		width: 24px !important;
		font-size: 24px !important;
		line-height: 1 !important;
		margin: 0 !important;
		padding: 5px 0 !important;
	}
	
	#hash li.move {
		display: none !important;
	}

	#main {
		margin: 0 0 12px 0;
	}
	
	.bnr-xl {
		display: none;
	}
	
	#content {
		float: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#content > article {
		padding: 15px;
	}
	
	.home #content > article {
		padding-bottom: 30px !important;
		min-height: 0 !important;
	}
	.vol {
		display: none;
	}
	.breadcrumb * {
		vertical-align: middle;
	}
	aside {
		float: none;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		/*display: none;*/
		margin: 10px 0 0 0;
	}
		
	@media (orientation:landscape){ 
		aside ul.full {
			margin-right: -7px;
			font-size: 0;
			line-height: 0;
		}
		aside ul.full>li {
			display: inline;
			
		}
		aside ul.full>li a {
			display: inline-block;
			margin: 0 5px 5px 0;
		}
		aside li img {
			width: 227px;
		}
	}
	#bnr-mm,
	#bnr-widget,
	#bnr-facebook {
		display: none;
	}
	

	#FooterLogo,
	#FooterServiceHead,
	#FooterServiceCont,
	#FooterCorpLink,
	#privacy {
		display: none;
	}
	
	#FooterService {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	
	#FooterCorpName,
	#FooterCorpName img {
		display: none;
	}
	
	#FooterCorpId p {
		float: none;
		margin:0;
		line-height: normal;
	}

	
	.home h2,
	.home .price {
		display: block;
	}
	
	.desc {
		min-width: 0 !important;
	}

	
	.desc,
	.detail #cover,
	.detail .desc {
		float: none !important;
		max-width: 100% !important;
	}
	
	
	.detail .desc {
		margin: 1em 0;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 21px;
	}
	.vote {
		margin-bottom: 10px !important;
	}
	@media (orientation:landscape){ 
		.vote {
			margin-right: 7px !important;
		}
	}
	.vote li {
		display: block !important;
	}
	
	dl.buy {
		display: inline-block !important;
	}
	dl.buy dt.btn {
		width: 8.5em !important;
	}
	
	dl.buy dd a {
		font-size: 16px;	
	}
	
	.wdlib #gheader {
		display: none !important;
	}
	
	.wdlib #header>p {
		margin-top: 1em !important;	
	}
	
	.wdlib .ref {
		margin: -1em 0 2em 0 !important;
	}
	
	#content-header {
		height: auto;
		padding: 10px;
	}
	
	.tgl .scrollpane a {
		font-size: 18px !important;
		line-height: 30px !important;
	}
	
	.ja #cov {
		margin-bottom: 10px;
		height: auto;
		border: solid 1px #e6e6e6;
		box-sizing: border-box;
	}
	
	.ja.home #content-pre {
		float: none;
		width: auto;
		position: relative;
		font-size: 0;
		line-height: 0;
	}
	
	.ja.home #content-pre img {
		margin-bottom: 10px;	
	}
	
	.ja.home #gaside {
		margin-top: 0;
	}
	
	
	#mainvisual_wrap {
		min-width: min-intrinsic;
		margin: 0 auto;
		padding: 0;
	}
	
	#mainvisual .carousel .info {
		display: block;	
	}
	
	
	#mainvisual .prev,
	#mainvisual .next {
		display:none !important;
	}



}


@media screen and (max-device-width:479px) {
	.addthis_pill_style {
		display: none !important;
	}
}

