/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/
div.panel{
	display:block;
	width: 1024px;
	margin: 0 auto;
}
a#menu{
	display:none;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav-box {
	display: block;
	z-index: 300;
	width: 100%;
	text-align: center;
	padding: 0;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav .pullMain li span span{
	font-size: 10px;
	color: #ccc;
	letter-spacing: 1px;
	margin-top: -15px;
	display: block;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li a {
	display: block;
	line-height: 35px;
}
#mainNav ul li {
	color: blue;
	font-size: 15px;
	text-align: center;
	border-left: 1px dotted rgba(0,0,0,0.15);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav ul li:hover {
	color: #fff;
	background: orange;
}
#mainNav ul li:last-child {
	border-right: 1px dotted rgba(0,0,0,0.15);
}
#mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid blue;
	margin-left: -5px;
	top:50px;
}
#mainNav ul li ul li:hover:after {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#mainNav ul li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#mainNav .has-sub {
	z-index: 1000;
}
#mainNav .has-sub:hover ul {
	display: block;
}
#mainNav .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-right: none;
}
#mainNav .has-sub ul li {
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li a{
	background: blue;
	border-left: none;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px 4px 10px 10px;
	color: #fff;
	width: 170px;
	text-align: left;
	*z-index: 10;
	margin-top: 0px;
	border-bottom: 1px dotted rgba(255,255,255,0.30);
	height: 37px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav .has-sub ul li:last-child a{
	border-bottom: none;
}
#mainNav .has-sub ul li a:hover {
	background: orange;
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li :last-child a {
	border-right: none;
}
#mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
#mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: red;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #475f00;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}



/* 固定ページ
----------------------------------------------------------------------------------------------------------*/
header .logo{
	margin: 0 0 10px 0;
}
#mainNav .panel,
.head-title,
#breadcrumb,
.post_search,
.owl-carousel,
.post-box{
    display: none;
}
#page h1{
    margin-bottom: -50px;
}



/* 商品詳細
----------------------------------------------------------------------------------------------------------*/
.item-single header,
.item-single .head-title,
.item-single #breadcrumb,
.item-single .post_search,
.item-single .print,
.item-single .social-sharing,
.item-single .pagenav,
.item-single .footer-under{
    display: none;
}
.item-single #footer {
    padding: 30px;
}
.item-single h1{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}



/* 一括詳細
----------------------------------------------------------------------------------------------------------*/
.detail-list #content {
    margin-top: 40px;
    border-top: 2px solid #000;
}
.detail-list .item-post .item2:first-child {
    flex-basis: 17% !important;
}
.detail-list .item-post .item2:last-child {
    flex-basis: 78% !important;
}
.detail-list h2.title,
.detail-list .item-post .item2 .peculiarity,
.detail-list .list-button,
.detail-list .contents-box,
.footer-under,
#footer a img{
    display: none;
}
.detail-list .item-post .item-post h3 {
    padding-bottom: 5px !important; !important;
    margin: 10px 0 5px !important;
}
.detail-list .item-post .item2 .table1 {
    margin-bottom: 0;
}
.detail-list .item-post .item2 .table1 th,
.detail-list .item-post .item2 .table1 td{
    font-size: 85%;
    padding: 2px 0px 1px;
}
.detail-list .table1 th {
    width: 110px;
}
.detail-list .item-post {
    padding-bottom: 0;
    margin-top: 20px;
}
#footer{
    padding: 20px 0 0;
	margin-top: 20px;
	background: none;
    border-top: 2px solid #000;
}