/*
Theme Name: monobeauty_child
Template: monobeauty
*/

/**
/* 全デバイス共通設定
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ol{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
#header{
	padding: 0;
}
.ContentWrap{
	max-width: 1320px;
	margin: 0 auto;
}
.balloon:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}
.balloon:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #0071bc;
 	z-index: 1;
}
#n_footer{
	display: none;
}
#footer #nav-footer{
	
}
#footer .nav-wrap{
	border-bottom: none;
}
@media only screen and (max-width: 780px){
	body {
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%;
	}
	#Wrapper .panel-grid-cell{
		margin-bottom: 3%;
	}
	#Wrapper .panel-grid-cell:last-child{
		margin-bottom: 0;
	}
	
}
@media only screen and (max-width: 738px){
	body {
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%;
	}
	#footer .NavBox{
		padding: 0 5%;
	}
	#footer #nav-footer ul{
		margin-bottom: 20px;
	}
	#footer #nav-footer ul li{
		display: block;
		margin-right: 0;
		text-align: left;
		font-size: 16px;
		color: #FFFFFF;
	}
	#footer #nav-footer ul li.menu_title{
		border-bottom: 1px dotted #FFFFFF;
		margin-bottom: 10px;
		line-height: 1.8;
		text-align: center;
	}
	#footer #nav-footer ul li.menu-item{
		width: 50%;
		display: table;
		position: relative;
		float: left;
		padding: 0 5px;
	}
	#footer #nav-footer ul li a{
		font-size: 12px;
		line-height: 1.8;
		display: table-cell;
		vertical-align: middle;
		color: #fff;
	}
	#footer .footer-bar {
		background: #ffffff;
		border-top: 1px solid #ddd;
		display: table;
		font-size: 12px;
		position: fixed;
		bottom: 0;
		table-layout: fixed;
		text-align: center;
		width: 100%;
		z-index: 9998;
	}
	#footer .footer-bar a {
		display: block;
		padding: 15px 0;
		color: #666666;
	}
	#footer .footer-bar-item {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	#footer .footer-bar-item + .footer-bar-item {
		border-left: 1px solid #ddd;
	}
	#footer .footer-bar-item i{
		color: #666666;
		font-size: 22px;
	}
	#footer .footer-bar-item span{
		display: block;
		line-height: 1;
	}
}
@media only screen and (min-width: 739px) and (max-width: 780px){
	#header .SpNavWrap{
		display: none;
	}
	.NavWrap{
		display: block!important;
	}
	.NavWrap{
		width: 100%;
		height: auto;
	}
	.NavWrap.fixed{
		 position: fixed;
		top: -63px;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
		z-index: 1001;
	}
	.headerNav ul{
		position: static;
	}
	.headerNav ul > li{
		width: 14.28%;
		display: table;
		position: relative;
		float: left;
		height: 54px;
		margin-right: 0px;
		padding-bottom: 0;
		font-size: 14px;
	}
	.headerNav ul > li a{
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		text-align: center;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		padding: 0;
		border-bottom: none;
		margin: 0;
	}
	.headerNav ul > li a:hover{
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
	.headerNav ul > li:after{
		content: none;
	}
	.headerNav ul > li + li:before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		width: 2px;
		height: 30px;
		margin: auto;
		background: #bdbdae;
	}
	.headerNav ul > li a:before{
		content: none;
	}
	.headerNav ul > li .menu_description{
		height: 0;
	}
	#footer #nav-footer{
		max-width: 1040px;
		margin: 0 auto;
		padding: 30px 0;
	}
	#footer #nav-footer ul{
		width: 33.3333%;
		float: left;
		padding: 0 20px;
	}
	#footer #nav-footer ul li{
		display: block;
		margin-right: 0;
		text-align: left;
		font-size: 16px;
		color: #FFFFFF;
	}
	#footer #nav-footer ul li.menu_title{
		border-bottom: 1px dotted #FFFFFF;
		margin-bottom: 10px;
		line-height: 1.8;
	}
	#footer #nav-footer ul li a{
		font-size: 12px;
		line-height: 1.8;
	}
	#footer #nav-footer ul li a:hover{
		background: none;
		text-decoration: underline;
	}
	#footer-bottom .pad{
		padding: 5px 0;
	}
}
@media only screen and (min-width: 781px){
	#header .SpNavWrap{
		display: none;
	}
	.NavWrap{
		width: 100%;
		height: auto;
	}
	.NavWrap.fixed{
		 position: fixed;
		top: -63px;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
		z-index: 1001;
	}
	.headerNav ul{
		position: static;
	}
	.headerNav ul:before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 2px;
		height: 30px;
		margin: auto;
		background: #bdbdae;
	}
	.headerNav ul:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 2px;
		height: 30px;
		margin: auto;
		background: #bdbdae;
	}
	.headerNav ul > li{
		width: 14.28%;
		display: table;
		position: relative;
		float: left;
		height: 54px;
		margin-right: 0px;
		padding-bottom: 0;
		font-size: 14px;
	}
	.headerNav ul > li a{
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		text-align: center;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		padding: 0;
		border-bottom: none;
		margin: 0;
	}
	.headerNav ul > li a:hover{
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
	.headerNav ul > li:after{
		content: none;
	}
	.headerNav ul > li + li:before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		width: 2px;
		height: 30px;
		margin: auto;
		background: #bdbdae;
	}
	.headerNav ul > li a:before{
		content: none;
	}
	.headerNav ul > li .menu_description{
		height: 0;
	}
	#footer #nav-footer{
		max-width: 1040px;
		margin: 0 auto;
		padding: 30px 0;
	}
	#footer #nav-footer ul{
		width: 33.3333%;
		float: left;
		padding: 0 20px;
	}
	#footer #nav-footer ul li{
		display: block;
		margin-right: 0;
		text-align: left;
		font-size: 16px;
		color: #FFFFFF;
	}
	#footer #nav-footer ul li.menu_title{
		border-bottom: 1px dotted #FFFFFF;
		margin-bottom: 10px;
		line-height: 1.8;
	}
	#footer #nav-footer ul li a{
		font-size: 12px;
		line-height: 1.8;
	}
	#footer #nav-footer ul li a:hover{
		background: none;
		text-decoration: underline;
	}
	#footer-bottom .pad{
		padding: 5px 0;
	}
}
