@charset "utf-8";
body {
	position: fixed;
	font-size: 1rem;
}
h1 {
	font-size: 1.3rem;
}
h2 {
	font-size: 1.1rem;
}
h3   {
	font-size: 1rem;
}
h4 {
	font-size: 1rem;
}
h5 {
	font-size: 1rem;
}

header, footer, #page-top  {
	display: none;
}

section{
	padding-bottom: 1px;
}

section h2{
margin-bottom: 20px;
}

#itemIllust {
	width: 100%;
	height: auto;
}
#itemHead figure img, #itemNeck figure img, #itemBody figure img, #itemPickup figure img, #itemBridge figure img, #itemTone figure img {
	width: 72px;
	height: 72px;
	margin-right: 8px;
}
#itemHead figcaption, #itemNeck figcaption, #itemBody figcaption, #itemPickup figcaption, #itemBridge figcaption, #itemTone figcaption {
	width: 72px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 15px;
}

#navTgl {
	display: none;
}
.open {
	z-index: 1;
	pointer-events: auto;
	transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
}
#navTgl:checked ~ .open {
	pointer-events: none;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.close {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	display: block;
	
	transition: background-color .4s;
	transition: transform .4s;
	-webkit-transition: -webkit-transform .4s;
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	background-color: rgba(0,0,0,0.30);
  
	transform: translateX(260px);	
	-webkit-transform: translateX(260px);	
}
#menu {
	width: 260px;
	height: 100%;
	overflow: scroll;
	float: left;
	background-color: hsla(0,0%,0%,.5);
	position: fixed;
}
#menu h4 {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.linkList      {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.linkList li       {
	margin-bottom: 5px;
}


#contentsArea {
	transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
	transition: transform .4s;
	-webkit-transition: -webkit-transform .4s;
	display: block;
}
#navTgl:checked ~ #contentsArea {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.page-top{
	z-index: 3;
	pointer-events: auto;
	transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
}
#navTgl:checked ~ main .page-top {
	pointer-events: none;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.open, .page-top {
	width: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0.70);
	color: rgba(255,255,255,1.00);
	text-align: center;
	position: absolute;
}
.open {
	left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.page-top {
	right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

main {
	padding-left: 260px;
	padding-top: 0px;
	padding-right: 0px;
	height: 100%;
	overflow-y: scroll;
	width: 100%;
}
#wrapper {
	overflow-x: hidden;
	width: 100%;
}
#secondHeader   {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#secondHeader img  {
	width: 56px;
	height: 56px;
	border-radius: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}
#secondFooter  {
	margin-top: 20px;
	font-size: 0.8rem;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#itemHead figcaption, #itemNeck figcaption, #itemBody figcaption, #itemPickup figcaption, #itemBridge figcaption, #itemTone figcaption {
	width: 64px;
	font-size: x-small;
}
#purchaseD figure img {
	width: 64px;
	height: 64px;
	margin-left: 0px;
	margin-right: 10px;
}
#purchaseD figcaption {
	width: 64px;
	font-size: x-small;
	margin-bottom: 10px;
}

#guideUl {
	font-size: small;
}
.blogSection {
	margin-bottom: 15px;
}
.blogSection .blogTitle {
	margin-bottom: 15px;
}
.blogSection .lastUpdate {
	margin-bottom: 15px;
	padding-right: 10px;
	text-align: right;
}
.blogSection .blogArticle {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blogSection .blogArticle .blogSubTitle {
	margin-top: 30px;
	margin-bottom: 20px;
}

.blogSection .blogArticle .blogText {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.8rem;
}

.blogSection .blogArticle .blogText p , .blogSection .blogArticle .blogText li{
	margin-top: 15px;
	margin-bottom: 15px;
}
.blogSection .blogArticle .blogText h4, .blogSection .blogArticle .blogText h5{
	margin-bottom: 10px;
	margin-top: 30px;
}
.blogSection .blogArticle .blogText p>img:not(.inlineImage) {
	margin-top: 15px;
	margin-bottom: 15px;
}
.flexibleImage ,  .flexibleImage img{
	width: 100%;
	height: auto;
}
.blogText figure {
	margin-top: 0px;
	margin-bottom: 15px;
}
.blogText figure img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.blogSection .blogArticle .blogText .allowRight {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.blogSection .blogArticle .blogText .allowLeft {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}
.blogSection #dlBanner {
	width: 150px;
	height: auto;
}


.blogSection .blogSubTitle {
	margin-top: 15px;
	margin-bottom: 15px;
}
.blogSection .basicTable td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.blogSection .basicTable .tableTitle {
	width: 80px;
}


.basicData dt, .purchaseData dt {
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.basicData dd, .purchaseData #price {
	padding-left: 126px;
	padding-right: 5px;
	padding-top: 5px;
}

.purchaseData #purchaseD {
	padding-top: 45px;
	padding-left: 10px;
	padding-bottom: 10px;
}
