/*--------------------
	top margin of main for menu area
--------------------*/
#nav_right{
	display:none;
}
/*--------------------
	PC only
--------------------*/
@media only screen and (min-width: 920px) {
	/*--------------------
		toc
	--------------------*/
	#nav_right{
		display:block;
		width:160px;
		margin-top:1em;
		margin-left:10px;
	}
	.ui.left.container{
		width:720px!important;
		float:left;
		margin-left:0!important;
		margin-right:0!important;
	}
	.ui.bh_cont.segment,
	.ui.calender.segment{
		display:none;
	}
}
/*--------------------
	SP only
--------------------*/
@media only screen and (max-width: 699px) {
	.ui.left.container{
		margin-left:0!important;
		margin-right:0!important;
	}
}
/*--------------------
	商品詳細共通
--------------------*/
.ui.tiny.serif.header{
	 font-size:1.125em;
	 margin-bottom:0em;
}
.ui.tiny.text{
	font-size:0.75em;
}
.ui.small.text{
	font-size:0.875em;
}
.ui.red.tiny.header{
	font-size:1.125em;
}
.ui.faqs.relaxed.list:not(.horizontal) > .item:not(:last-child){
	padding:1em 0!important;
}
.top.attached.clearing.segment{
	padding:0.75em 1em;
}
.related_products{
	text-align:center;
}
