@charset "UTF-8";
body {
	font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	font-size: 16px;
	line-height: 25px;
	min-width: 1000px;
}
a {
	display: block;
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
p {
	margin: 0;
}
.container {
	width: 1000px;
	padding: 10px 20px 0 20px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
.title {
	padding-bottom: 25px;
	font-weight: bold;
	background: url(/wp-content/themes/momoya/common/img/bg-h1.png) left bottom repeat-x;
	font-size: 40px;
}
.heading2 {
	color: #fff;
	padding: 12px 20px 12px;
	font-size: 24px;
	letter-spacing: 2px;
	background: #432b5e url(/wp-content/themes/momoya/common/img/bg-h2.png) left bottom repeat-x;
}
.heading3 {
	border: 2px solid #432b5e;
	padding: 10px 20px 6px;
	font-weight: bold;
	background-color: #fff;
	font-size: 20px;
	color: #432b5e;
}
.heading4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin: 0 0 10px 0;
}
/*箇条書き*/
.items {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	border: 4px solid #000;
	margin: 0 8px 1px 0px;
}
/*画像*/
.img {
	width: 100%;
}
.img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.img-nolink {
	width: 100%;
	border: 5px solid #fff;
}
.img-link {
	background-color: #fff;
	border-radius: 5px;
	border: 5px solid #fff;
	box-shadow:0px 0px 1px 1px #c9c9c2;
}
/*サイドバー*/
.list-group {
	max-width: 220px;
	margin-left: 24px;
}
.list-title:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sidebar-list:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow:0 2px 0px 0px rgba(0,0,0,0.1);
}
.list-group .sidebar-list.sidebar-current-page {
	color: #ef6e80;
}
.list-group .list-title {
	padding: 10px 10px 9px;
	border-top: 1px solid #ef6e80;
	background-color: #ef6e80;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	margin: 0 1px;
}
.list-group .list-title .sub-title {
	font-size: 11px;
}
.list-group .sidebar-list {
	border: 1px solid #eee;
	padding: 12px 20px;
	background-color: #fff;
	border-bottom: none;
	font-size: 14px;
}
.list-group .sidebar-link {
	cursor: pointer;
}
.list-group .sidebar-link:hover {
	text-decoration: underline;
}
.left-content {
	width: 74.37%;
	float: left;
	max-width: -webkit-calc(100% - 242px), -moz-calc(100% - 242px);
	max-width: calc(100% - 242px);
}
.sidebar {
	width: 25.63%;
	float: left;
	min-width: 242px;
}
/*テーブル*/
.container .table .table-row .table-header {
	width: 23%;
	background-color: #f0ede5;
	padding: 18px 20px;
	border: 1px solid #e4e2db;
	display: table-cell;
}
.container .table .table-row .table-data {
	line-height: 25px;
	border: 1px solid #e4e2db;
	padding: 18px 20px;
	display: table-cell;
}
/*テキストリンク*/
.txtlink-sm {
	font-weight: bold;
	font-size: 16px;
	padding-left: 18px;
	background: url(/wp-content/themes/momoya/common/img/ico-txtlink-sm.gif) left 8px no-repeat;
}
.txtlink-lg {
	font-weight: bold;
	font-size: 18px;
	padding-left: 24px;
	background: url(/wp-content/themes/momoya/common/img/ico-txtlink-lg.gif) left 7px no-repeat;
}
.txtlink-lg:hover .txtlink, 
.txtlink-sm:hover .txtlink {
	border-bottom: 1px solid;
	margin-bottom: -1px;
	cursor: pointer;
}
#wrap {
	background: url(/wp-content/themes/momoya/common/img/bg-main.gif);
	box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1) inset;
}
/*ヘッダー*/
#header {
	position: relative;
	z-index: 2;
	box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 14px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 14px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 14px 1px;
}
#header #site-logo {
	max-width: 154px;
	width: 100%;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	line-height: 0;
}
#header #site-logo:hover {
	opacity: 0.5;
}
#header #logo-box {
	float: left;
	padding-top: 10px;
}
#header #header-right {
	padding-left: 154px;
}
.header-online-box {
	padding-bottom: 15px;
	float: right;
	width: 312px;
}
#header-right .header-faq {
	float: left;
	color: #8f8f8f;
	margin: 0 9px 0 13px;
}
#header-right .header-faq:hover {
	text-decoration: underline;
}

#header-global-nav,
#header-nav-link {
	display: none;
}



/*グローバルナビ*/
.global-nav-area {
	float: right;
}
.global-nav {
	clear: both;
	padding: 9px 1px 0 0;
	background: url(/wp-content/themes/momoya/common/img/bg-dashed.gif)right 7px no-repeat;

}
.global-nav .nav-menu{
	float: left;
	background: url(/wp-content/themes/momoya/common/img/bg-dashed.gif) left -4px no-repeat;
	text-align: center;
	margin-bottom: 1px;
}
.global-nav .globalnav-link {
	padding: 0 20px 10px 20px;
}
/*.global-nav .globalnav-link {   広告無し
	padding: 0 40px 10px 40px;
}*/
.global-nav .globalnav-link:hover {
	padding-bottom: 7px;
	border-bottom: 3px solid #ef6e80;
}
.global-nav .nav-menu.default-set .globalnav-link {
	border-bottom: 3px solid #ef6e80;
	padding-bottom: 7px;
}
.global-nav #global-products {
	background: url(/wp-content/themes/momoya/common/img/btn-products.png) no-repeat;
	width: 68px;
	height: 16px;
}
.global-nav #global-recipe {
	background: url(/wp-content/themes/momoya/common/img/btn-recipe.png) no-repeat;
	width: 114px;
	height: 16px;
}
.global-nav #global-safety {
	background: url(/wp-content/themes/momoya/common/img/btn-safety.png) no-repeat;
	width: 179px;
	height: 16px;
}
.global-nav #global-gallery {
	background: url(/wp-content/themes/momoya/common/img/btn-gallery.png) no-repeat;
	width: 105px;
	height: 16px;
}
.global-nav #global-corporate {
	background: url(/wp-content/themes/momoya/common/img/btn-corporate.png) no-repeat;
	width: 72px;
	height: 16px;
}
.global-nav #global-products:hover,
.global-nav #global-recipe:hover,
.global-nav #global-safety:hover,
.global-nav #global-gallery:hover,
.global-nav #global-corporate:hover {
	opacity: 0.5;
	background-color: #fff;
}
#wrap .container {
	padding: 0 20px 15px 20px;
	position: relative;
}
/*ローカルナビ*/
#local-nav-box .container {
	padding: 0 20px;
}
#local-nav-box{
	background: url(/wp-content/themes/momoya/common/img/bg-localnav.gif);
	max-height: 60px;
	height: 100%;
}
#local-nav-box #local-nav {
	padding: 0;
	margin: 0;
}
#local-nav-box .local-nav-menu {
	float: left;
	width: 16.66%;
	color: #fff;
}
#local-nav-box .local-nav-link {
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 17px 0;
}
#local-nav-box .local-nav-link:hover {
	background: url(/wp-content/themes/momoya/common/img/bg-localnav-on.gif);
}
#local-nav-box .localnav-current-page {
	background: url(/wp-content/themes/momoya/common/img/bg-localnav-on.gif);
}
/*パンくず*/
#topic-path {
	padding: 12px 0 0 18px;
	font-size: 12px;
	background: url(/wp-content/themes/momoya/common/img/ico-home.gif) left 19px no-repeat;
}
#topic-path .topic-list {
	display: inline-block;
}
#topic-path .topic-link {
	display: inline-block;
	padding-bottom: 1px;
	font-size: 10px;
	line-height: 16px;
	margin-right: 5px;
	text-decoration: underline;
}
#topic-path .topic-link:hover {
	text-decoration: none;
}
#topic-path .topic-ico {
	padding: 0 2px;
}
/*ページトップへ*/
#page-top {
	text-align: right;
	position: absolute;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}
#page-top .pagetop-img {
	display: block;
}
/*フッター*/
#footer {
	background: url(/wp-content/themes/momoya/common/img/bg-footer.gif);
	color: #fff;
	font-size: 11px;
}
#footer .container {
	padding: 25px 20px;
}
#footer #footer-logo-box,
#footer-global-nav,
#footer-global-nav .footer-nav-menu {
	float: left;
}
#footer #footer-right {
	float: right;
}

#footer #footer-logo-box {
	padding-right: 20px;
}
#footer-global-nav {
	padding-top: 15px;
	margin-right: 10px;
	float: left;
}
#footer-global-nav .footer-nav-menu {
	padding: 5px 7px 5px 0;
	margin-right: 7px;
	background: url(/wp-content/themes/momoya/common/img/bg-line.png) right no-repeat;
}
/*#footer-global-nav .footer-nav-menu {   広告無し
	padding-right: 31px;
	margin-right: 31px;
}*/
#footer-global-nav .footer-nav-menu #footer-nav-products:hover,
#footer-global-nav .footer-nav-menu #footer-nav-recipe:hover,
#footer-global-nav .footer-nav-menu #footer-nav-safety:hover,
#footer-global-nav .footer-nav-menu #footer-nav-gallery:hover,
#footer-global-nav .footer-nav-menu #footer-nav-corporate:hover {
	opacity: 0.5;
}
#footer-global-nav .footer-nav-menu #footer-nav-products {
	background: url(/wp-content/themes/momoya/common/img/footer-products.png) no-repeat;
	width: 62px;
	height: 16px;
}
#footer-global-nav .footer-nav-menu #footer-nav-recipe {
	background: url(/wp-content/themes/momoya/common/img/footer-recipe.png) no-repeat;
	width: 102px;
	height: 16px;
}
#footer-global-nav .footer-nav-menu #footer-nav-safety {
	background: url(/wp-content/themes/momoya/common/img/footer-safety.png) no-repeat;
	width: 161px;
	height: 16px;
}
#footer-global-nav .footer-nav-menu #footer-nav-gallery {
	background: url(/wp-content/themes/momoya/common/img/footer-gallery.png) no-repeat;
	width: 96px;
	height: 16px;
}
#footer-global-nav .footer-nav-menu #footer-nav-corporate {
	background: url(/wp-content/themes/momoya/common/img/footer-corporate.png) no-repeat;
	width: 65px;
	height: 16px;
}
#footer-global-nav #footer-nav-last {
	background: none;
	padding: 5px 0 5px 0;
	margin-right: 0;
}
#online-box {
	float: right;
	width: 296px;
	padding: 15px 0 0 0;
}
#online-box #footer-faq-pc {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#online-box #footer-online-link {
	display: block;
	float: left;
}
#link-inquiry {
	clear: both;
	float: left;
	padding-top: 20px;
}
#link-inquiry .inquiry-list {
	float: left;
	padding-right: 20px;
}
#link-inquiry .inquiry-link {
	color: #fff;
}
#link-inquiry .inquiry-link:hover {
	text-decoration: underline;
}
#copyright {
	float: right;
	font-size: 10px;
	padding-top: 20px;
}
/*モーダル*/
#menu-open {
	text-align: right;
}
#menu-open #menu-open-img {
	height: 30px;
}
#header .modal-content {
	border-radius: 0;
	color: #fff;
}
#header .modal-header {
	height: 50px;
	padding: 7.5px 12.5px;
	background: url(/wp-content/themes/momoya/common/img/bg-menu-title.gif);
	background-size: auto 100%;
	border: none;
}
#header .modal-title {
	font-weight: normal;
	padding-top: 5px;
}
#header .modal-title #sp-menu-logo{
	height: 30px;
	margin: -5px 5px 0 -5px;
}
#header .close {
	opacity: 2;
}
#header .close #menu-close {
	width: 31px;
	height: 35px;
}
#header .modal-body,
#header .modal-body .global-nav-area .global-nav{
	padding: 0;
}
#header .modal-body .global-nav-area{
	float: none;
}
.modal-body .nav-menu {
	height: 60px;
	background: url(/wp-content/themes/momoya/common/img/bg-menu.gif);
	background-size: auto 100%;
	float: none;
	text-align: left;
	color: #fff;
	padding: 0;
}
.modal-body .nav-menu:hover {
	border: none;
	padding: 0;
}
#header .modal-body .nav-menu .nav-menu-link {
	padding: 20px;
	color: #fff;
	font-weight: bold;
	background: url(/wp-content/themes/momoya/common/img/ico-sp-menu.png) 96% no-repeat;
	background-size: 10px 7px;
	display: block;
}
.modal-body #sp-nav-recipe,
.modal-body #sp-nav-safety,
.modal-body #sp-nav-gallery,
.modal-body #sp-nav-corporate {
	padding: 20px;
	font-weight: bold;
	background-image: url(/wp-content/themes/momoya/common/img/ico-sp-menu-off.png), url(/wp-content/themes/momoya/common/img/bg-menu.gif);
	background-repeat: no-repeat, repeat;
	background-size: 10px 7px, auto 100%;
	background-position: 96%, 0% 0%;
}
#header .modal-body .active {
	background-image: url(/wp-content/themes/momoya/common/img/ico-sp-menu-on.png), url(/wp-content/themes/momoya/common/img/bg-menu.gif);
	background-repeat: no-repeat, repeat;
	background-size: 10px 7px, auto 100%;
	background-position: 96%, 0% 0%;
}
#header .modal-body #recipe-sub-area,
#header .modal-body #safety-sub-area,
#header .modal-body #gallery-sub-area,
#header .modal-body #corporate-sub-area {
	display: none;
}
#header .modal-body .recipe-sub,
#header .modal-body .safety-sub,
#header .modal-body .gallery-sub,
#header .modal-body .corporate-sub {
	background-color: #fff2f4;
	border-bottom: 1px solid #432b5e;
	/*height: 50px;*/
}
#header .modal-body .nav-menu-link-sub {
	padding: 16px 20px;
	font-size: 13px;
	background: url(/wp-content/themes/momoya/common/img/ico-sp-submenu.png) 96% no-repeat;
	background-size: 10px 7px;
	display: block;
}
#header .modal-footer {
	background: url(/wp-content/themes/momoya/common/img/bg-menu-footer.gif);
	background-size: auto 100%;
	border: none;
	text-align: center;
}
.modal-footer .header-online-box {
	float: none;
	width: auto;
	padding: 0;
	max-width: 400px;
	margin: 0 auto;
}
.modal-footer .header-online-box #online-link {
	margin: 30px 0 15px;
}
.modal-footer .header-online-box .online-logo {
	width: 100%;
	max-width: 580px;
}
.modal-footer .header-online-box .header-faq {
	padding: 5%;
	border: 1px solid #716083;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	max-width: 580px;
	margin: 0 auto;
	display: block;
}
/*@media print, screen and (max-width: 945px) {
	.global-nav {
		padding-top: 10px;
		background-position: right 8px;
	}
	.global-nav .nav-menu {
		padding: 0 12px 10px 12px;
	}
	.global-nav .globalnav-link {
		padding: 0;
	}
	.global-nav .nav-menu:hover,
	.global-nav .nav-menu.default-set {
		border-bottom: 3px solid #ef6e80;
		padding-bottom: 7px;
	}
	.global-nav .globalnav-link:hover,
	.global-nav .nav-menu.default-set .globalnav-link {
		border-bottom: none;
		padding-bottom: 0;
	}
	.modal-body .nav-menu {
		padding: 0;
		margin: 0;
	}
	.global-nav #global-products {
		background: url(/wp-content/themes/momoya/common/img/btn-products2.png) no-repeat;
		width: 64px;
		height: 15px;
	}
	.global-nav #global-recipe {
		background: url(/wp-content/themes/momoya/common/img/btn-recipe2.png) no-repeat;
		width: 107px;
		height: 15px;
	}
	.global-nav #global-safety {
		background: url(/wp-content/themes/momoya/common/img/btn-safety2.png) no-repeat;
		width: 168px;
		height: 15px;
	}
	.global-nav #global-gallery {
		background: url(/wp-content/themes/momoya/common/img/btn-gallery2.png) no-repeat;
		width: 98px;
		height: 15px;
	}
	.global-nav #global-corporate {
		background: url(/wp-content/themes/momoya/common/img/btn-corporate2.png) no-repeat;
		width: 68px;
		height: 15px;
	}	
}
@media print, screen and (max-width: 848px) {
	.global-nav {
		padding-top: 8px;
	}
	.global-nav .nav-menu {
		padding: 4px 10px 10px 10px;
		background-position: left 0;
	}
	.modal-body .nav-menu {
		padding: 0;
	}
	.global-nav #global-products {
		background: url(/wp-content/themes/momoya/common/img/btn-products3.png) no-repeat;
		width: 55px;
		height: 13px;
	}
	.global-nav #global-recipe {
		background: url(/wp-content/themes/momoya/common/img/btn-recipe3.png) no-repeat;
		width: 93px;
		height: 13px;
	}
	.global-nav #global-safety {
		background: url(/wp-content/themes/momoya/common/img/btn-safety3.png) no-repeat;
		width: 145px;
		height: 13px;
	}
	.global-nav #global-gallery {
		background: url(/wp-content/themes/momoya/common/img/btn-gallery3.png) no-repeat;
		width: 85px;
		height: 13px;
	}
	.global-nav #global-corporate {
		background: url(/wp-content/themes/momoya/common/img/btn-corporate3.png) no-repeat;
		width: 59px;
		height: 13px;
	}
}
@media print, screen and (max-width: 1199px) and (min-width: 971px) {
	#footer-global-nav .footer-nav-menu #footer-nav-products {
		background: url(/wp-content/themes/momoya/common/img/footer-products2.png) no-repeat;
		width: 58px;
		height: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-recipe {
		background: url(/wp-content/themes/momoya/common/img/footer-recipe2.png) no-repeat;
		width: 96px;
		height: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-safety {
		background: url(/wp-content/themes/momoya/common/img/footer-safety2.png) no-repeat;
		width: 151px;
		height: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-gallery {
		background: url(/wp-content/themes/momoya/common/img/footer-gallery2.png) no-repeat;
		width: 90px;
		height: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-corporate {
		background: url(/wp-content/themes/momoya/common/img/footer-corporate2.png) no-repeat;
		width: 61px;
		height: 15px;
	}
}
@media print, screen and (max-width: 970px) and (min-width: 871px) {
	#footer-right #footer-global-nav .footer-nav-menu {
		padding-right: 7px;
		margin-right: 7px;
	}
	#footer-right #footer-global-nav .footer-nav-menu {  広告無し
		padding-right: 15px;
		margin-right: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-products {
		background: url(/wp-content/themes/momoya/common/img/footer-products2.png) no-repeat;
		width: 58px;
		height: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-recipe {
		background: url(/wp-content/themes/momoya/common/img/footer-recipe2.png) no-repeat;
		width: 96px;
		height: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-safety {
		background: url(/wp-content/themes/momoya/common/img/footer-safety2.png) no-repeat;
		width: 151px;
		height: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-gallery {
		background: url(/wp-content/themes/momoya/common/img/footer-gallery2.png) no-repeat;
		width: 90px;
		height: 15px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-corporate {
		background: url(/wp-content/themes/momoya/common/img/footer-corporate2.png) no-repeat;
		width: 61px;
		height: 15px;
	}
}
@media print, screen and (max-width: 871px) and (min-width: 768px) {
	#footer-right #footer-global-nav .footer-nav-menu {
		padding-right: 7px;
		margin-right: 7px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-products {
		background: url(/wp-content/themes/momoya/common/img/footer-products3.png) no-repeat;
		width: 50px;
		height: 13px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-recipe {
		background: url(/wp-content/themes/momoya/common/img/footer-recipe3.png) no-repeat;
		width: 83px;
		height: 13px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-safety {
		background: url(/wp-content/themes/momoya/common/img/footer-safety3.png) no-repeat;
		width: 131px;
		height: 13px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-gallery {
		background: url(/wp-content/themes/momoya/common/img/footer-gallery3.png) no-repeat;
		width: 78px;
		height: 13px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-corporate {
		background: url(/wp-content/themes/momoya/common/img/footer-corporate3.png) no-repeat;
		width: 53px;
		height: 13px;
	}
}
@media print, screen and (max-width: 830px) and (min-width: 768px) {
	#footer-right #footer-global-nav .footer-nav-menu {
		padding: 3px 7px 3px 0;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-products {
		background: url(/wp-content/themes/momoya/common/img/footer-products4.png) no-repeat;
		width: 47px;
		height: 12px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-recipe {
		background: url(/wp-content/themes/momoya/common/img/footer-recipe4.png) no-repeat;
		width: 77px;
		height: 12px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-safety {
		background: url(/wp-content/themes/momoya/common/img/footer-safety4.png) no-repeat;
		width: 121px;
		height: 12px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-gallery {
		background: url(/wp-content/themes/momoya/common/img/footer-gallery4.png) no-repeat;
		width: 72px;
		height: 12px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-corporate {
		background: url(/wp-content/themes/momoya/common/img/footer-corporate4.png) no-repeat;
		width: 49px;
		height: 12px;
	}
}
@media print, screen and (max-width: 803px) and (min-width: 768px) {
	#footer-global-nav .footer-nav-menu #footer-nav-products {
		background: url(/wp-content/themes/momoya/common/img/footer-products5.png) no-repeat;
		width: 39px;
		height: 10px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-recipe {
		background: url(/wp-content/themes/momoya/common/img/footer-recipe5.png) no-repeat;
		width: 64px;
		height: 10px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-safety {
		background: url(/wp-content/themes/momoya/common/img/footer-safety5.png) no-repeat;
		width: 101px;
		height: 10px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-gallery {
		background: url(/wp-content/themes/momoya/common/img/footer-gallery5.png) no-repeat;
		width: 60px;
		height: 10px;
	}
	#footer-global-nav .footer-nav-menu #footer-nav-corporate {
		background: url(/wp-content/themes/momoya/common/img/footer-corporate5.png) no-repeat;
		width: 41px;
		height: 10px;
	}
}
@media print, screen and (max-width: 992px) and (min-width: 789px) {
	.container {
		width: auto;
	}
}*/
/*sp*/
@media print, screen and (max-width: 767px) {
	body {
		font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
		font-size: 14px;
		min-width: inherit;
	}
	/*テーブル*/
	.container .table .table-row .table-header {
		padding: 7.5px 0;
		text-align: center;
		border-bottom: 1px solid #fff;
		float:left;
		clear:both;
		width: 100%;
		border: none;
	}
	.container .table .table-row .table-data {
		font-size: 14px;
		padding: 15px 0;
		text-align: center;
		float:left;
		clear:both;
		width: 100%;
		border: none;
		border-bottom: 1px solid #e4e2db;
	}
	.container .table .table-row .left-type {
		padding: 10px 15px 20px;
		text-align: left;
	}
	/*テキストリンク*/
	.txtlink-sm,
	.txtlink-lg {
		font-size: 14px;
		padding-left: 18px;
		background: url(/wp-content/themes/momoya/common/img/ico-txtlink-sm.gif) left 8px no-repeat;
		line-height: 20px;
	}
	.txtlink-lg:hover .txtlink, 
	.txtlink-sm:hover .txtlink {
		border: none;
		margin: 0;
	}
	/*サイドバー*/
	.left-content {
		width: 100%;
		float: none;
		max-width: 767px;
	}
	.sidebar {
		width: 100%;
		float: none;
		min-width: 0;
	}
	.list-group {
		max-width: 767px;
		margin-left: 0;
	}
	.list-group .list-title {
		padding: 8px 10px 3px;
	}
	.list-group .sidebar-list {
		font-weight: bold;
		padding: 10px 14px 10px 20px;
	}
	.list-group .sidebar-link {
		background: url(/wp-content/themes/momoya/common/img/ico-txtlink-sm.gif) right no-repeat;
	}
	/*ヘッダー*/
	.container {
		width: 100%;
		padding: 10px 15px;
	}
	#header {
		border-bottom: 1px solid #b8bbbc;
		position: relative;
		z-index: 1041;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	#header #logo-box {
		padding: 0;
	}
	#header #site-logo {
		height: 32px;
		width: auto;
	}
	#header .modal-dialog {
		margin: 0;
	}
	.global-nav .nav-menu {
		margin-bottom: 0;
	}
	.global-nav .nav-menu:hover {
		border-bottom: none;
		padding: 0;
	}

	#header-nav-link {
		display: block;
		float: right;
	}
	#header-nav-link li {
		float: left;
		margin: 0 0 0 7px;
	}
	#header-nav-link li a {
		display: block;
		font-size: 10px;
		color: #5d3c81;
		border: 1px solid #716083;
		padding: 0 5px;
		letter-spacing: -1px;
		border-radius: 3px;
	}

	#menu-open {
		float: right;
	}


	#header-global-nav {
		display: block;
		background: url(/wp-content/themes/momoya/common/img/bg-header-global-nav.png);
	}
	#header-global-nav li {
		float: left;
		text-align: center;
	}
	#header-global-nav li a {
		color: #fff;
		font-size: 12px;
		padding: 15px 0;
		display: block;
	}
	#header-global-nav li#header-nav-safety a {
		padding: 9px 0 10px 0;
		line-height: 1.5;
	}
	#header-nav-products,
	#header-nav-recipe {
		width: 50%;
		border-bottom: 1px solid #654c80;
	}
	#header-nav-safety,
	#header-nav-gallery,
	#header-nav-corporate {
		width: 33%;
	}
	#header-nav-products,
	#header-nav-safety,
	#header-nav-gallery {
		border-right: 1px solid #654c80;
	}


	/*コンテンツ、見出し、箇条書き*/
	#wrap .container {
		padding: 15px 15px 10px;
	}
	#sp-h1 {
		background: url(/wp-content/themes/momoya/common/img/bg-sp-h1.png);
		background-size: auto 100%;
		padding: 12px 0 15px;
	}
	#sp-h1 .container {
		padding: 0 15px;
	}
	.title {
		padding: 0;
		background: none;
		margin: 0;
		color: #fff;
		font-size: 20px;
	}
	.sp-h2 {
		background: url(/wp-content/themes/momoya/common/img/bg-h2.gif);
		background-size: auto 100%;
	}
	#wrap .sp-h2 .container {
		padding: 10px 15px;
	}
	.heading2 {
		color: #fff;
		padding: 0;
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		background: none;
		margin: 0;
	}
	.sp-h3 {
		border-top: 2px solid #695085;
		border-bottom: 2px solid #695085;
		background-color: #fff;
		margin-bottom: 15px;
	}
	#wrap .sp-h3 .container {
		padding: 7px 15px;
	}
	.heading3 {
		border: none;
		padding: 0;
		margin: 0;
		font-size: 16px;
	}
	.heading4 {
		font-size: 16px;
	}
	/*箇条書き*/
	.items {
		width: 4px;
		height: 4px;
		border: 2px solid #000;
	}
	#page-top #sp-pagetop {
		width: 100px;
	}
	/*フッター*/
	#footer #footer-logo {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	#footer #footer-menu {
		display: inline-block;
		font-size: 15px;
	}
	#footer #footer-logo-box,
	#footer #footer-right,
	#online-box,
	#footer-global-nav,
	#link-inquiry,
	#link-inquiry .inquiry-list,
	#copyright{
		float: none;
	}
	#footer-global-nav {
		padding: 7.5px 0;
		margin: 0 auto;
		max-width: 500px;
	}
	#footer-global-nav .footer-nav-link {
		display: block;
		background-color: #fff;
		border-radius: 4px;
		padding: 2% 0;
	}
	#footer-global-nav .footer-nav-name {
		font-size: 11px;
		color: #432b5e;
	}
	#footer-global-nav .footer-nav-menu{
		margin: 0;
		padding: 0;
		background: none;
		text-align: center;
	}
	#footer-global-nav .footer-nav-1col {
		width: 50%;
		box-sizing: border-box;
		padding: 0 7.5px;
	}
	#footer-global-nav .footer-nav-2col {
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 7px;
		margin-top: 7px;
	}
	#footer-global-nav #footer-nav-last {
		padding: 0 7px;
	}
/*	#footer-global-nav .footer-nav-2col { 広告無し
		width: 50%;
	}*/
	#online-box {
		padding: 12.5px 0 0 0;
		margin: 0 auto;
		width: auto;
		max-width: 500px;
	}
	#online-box #footer-faq,
	#online-box #footer-online-link {
		width: 50%;
		box-sizing: border-box;
		padding: 0 7.5px;
		float: left;
		display: block;
	}
	#online-box .online-img,
	#online-box #faq-img{
		width: 100%;
	}
	#link-inquiry {
		text-align: center;
	}
	#link-inquiry .inquiry-list {
		padding: 0 3%;
		font-size: 10px;
		display: inline-block;
		line-height: 10px;
	}
	#link-inquiry #footer-sitemap {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	#copyright {
		text-align: center;
	}
}
@media print {
	a[href]:after {
		content: "" !important;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.visible-xs {
		display: none !important;
	}
	.hidden-xs {
		display: block !important;
	}
	table.hidden-xs {
		display: table;
	}
	tr.hidden-xs {
		display: table-row !important;
	}
	th.hidden-xs,
	td.hidden-xs {
		display: table-cell !important;
	}
	.hidden-xs.hidden-print {
		display: none !important;
	}
	.hidden-sm {
		display: none !important;
	}
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}