@charset 'utf-8';

/* :::::::::::::::::::::::::::::::::::::::::::::
 COMMON SETTINGS
::::::::::::::::::::::::::::::::::::::::::::: */

html{
	display: block;
	float: left;
	width: 100%;
	height: 100vh;
	clear: both;
}

body {
	/*
	overflow-x : hidden;
	-webkit-overflow-scrolling: touch;
	*/
	display: block;
	float: left;
	width: 100%;
	height: 100vh;
	clear: both;
	font-family: Arial, "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	word-break: break-all;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	word-break  : break-all;
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;
}

a {text-decoration: none; }
a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #666666; }

p {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
}
p img#w100 {
	width: 100%;
	height: auto;
}

.ctr,
#ctr {
	text-align: center;
}

@media screen and (max-width: 1099px) {
	h1 {
		display: block;
		float: left;
		width: 90%;
		font-size: 12pt;
		color: #990000;
		font-weight: normal;
		line-height: 1.7em;
		margin-top: 10px;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	h2 {
		display: block;
		float: left;
		width: 90%;
		font-size: 15pt;
		color: #666633;
		line-height: 1.4em;
		text-align: center;
		margin-top: 30px;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 0px;
		padding: 1px 0px 0px 0px;
		clear: both;
	}
	h3 {
		display: block;
		float: left;
		width: 100%;
		font-size: 12pt;
		color: #660066;
		text-align: center;
		line-height: 1.4em;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 1px 10px 10px 10px;
		clear: both;
	}
	br#pc {
		display: none;
	}
	p#pc {
		display: none;
	}
}
@media screen and (min-width:1100px) {
	h1 {
		position: relative;
		left: calc((100% - 1100px) / 2);
		display: block;
		float: left;
		width: 1100px;
		font-size: 12pt;
		text-align: center;
		font-weight: normal;
		line-height: 2em;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	h2 {
		position: relative;
		left: calc((100% - 1100px) / 2);
		display: block;
		float: left;
		width: 1100px;
		font-size: 18pt;
		color: #666633;
		text-align: center;
		line-height: 1.4em;
		margin-top: 50px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 1px 10px 0px 10px;
		clear: both;
	}
	h3 {
		position: relative;
		left: calc((100% - 1100px) / 2);
		display: block;
		float: left;
		width: 1100px;
		font-size: 14pt;
		color: #660066;
		text-align: center;
		line-height: 1.4em;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 1px 10px 10px 10px;
		clear: both;
	}
	br#sp {
		display: none;
	}
	p#sp {
		display: none;
	}
}


/* NAVIGATION */

.menu-trigger {
	z-index: 200;
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 4px;
	background-color: #666;
	transition: all .5s;
}
.menu-trigger.active span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

nav {
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.7);
	padding-top: 100px;
	transform: translate(250px);
	transition: all .5s;
}
nav.open {
	transform: translateZ(0);
}
nav ul li {
	display: block;
	float: left;
	width: 250px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}

nav ul li p,
nav ul li a#tgt {
	position: relative;
	display: block;
	float: left;
	width: 250px;
	color: #ffffff;
	text-align: center;
	line-height: 1em;
	margin: 0;
	padding: 10px 0 10px 0;
	clear: both;
	cursor: pointer;
	transition: 0.5s;
}

nav ul li p:hover,
nav ul li a:hover {
	color: #ffffff;
	background-color: rgb(255, 255, 255, 0.1);
}


/* :::::::::::::::::::::::::::::::::::::::::::::
 SLIDE UP
::::::::::::::::::::::::::::::::::::::::::::: */

.slideup {
	z-index: 1000000;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	cursor: pointer;
}
.slideup p {
	display: block;
    width:70px;
	background: #666666;
	font-size: 14px;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 0px 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
.slideup p:hover {
	text-decoration: none;
	background: #999999;
}

.slideup strong {
	display: block;
	float: left;
    width:100%;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0.4em;
	clear: both;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
 FOOTER
::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 599px) {
	#footer {
		display: block;
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	#footer img {
		width: 100%;
		height: auto;
	}
	.footer_rights {
		position: relative;
		bottom: 30px;
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #ffffff;
		line-height: 1.4em;
		text-align: center;
		margin: -30px 0px 0px 0px;
		padding: 0;
		clear: both;
	}
}
@media screen and (min-width:600px) {
	#footer {
		display: block;
		float: left;
		width: 100%;
		height: 220px;
		background-image: url("../images/footer_bg.png");
		background-repeat: repeat-x;
		background-position: bottom center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	#footer img {
		display: none;
	}
	.footer_rights {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #ffffff;
		line-height: 1.4em;
		text-align: center;
		margin: 160px 0px 0px 0px;
		padding: 0;
		clear: both;
	}
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 WRAPPER
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1099px) {
	.container {
		display: block;
		float: left;
		width: 96%;
		margin-top: 0px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 100px;
		clear: both;
	}
	.container100 {
		display: block;
		float: left;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 100px;
		clear: both;
	}
	.inner_container {
		display: block;
		float: left;
		width: 96%;
		margin-top: 0px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0px;
		clear: both;
	}
}
@media screen and (min-width:1100px) {
	.container {
		position: relative;
		left: calc((100% - 1100px) / 2);
		display: block;
		float: left;
		width: 1100px;
		padding-top: 0px;
		padding-bottom: 150px;
		clear: both;
	}
	.container100 {
		display: block;
		float: left;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 150px;
		clear: both;
	}
	.inner_container {
		position: relative;
		left: calc((100% - 1100px) / 2);
		display: block;
		float: left;
		width: 1100px;
		margin-top: 0px;
		margin-bottom: 0px;
		clear: both;
	}
}
.container100#bgc {
	background-color: #f7f6f4;
}
.container100#bgww {
	background-color: #f7f6f4;
	background-image: url("../images/bg_ww.jpg");
	background-repeat: repeat-x;
	background-position: top center;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 CATEGORY TITLE
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.cat_ttl {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin: -68px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
@media screen and (max-width: 600px) {
	.cat_ttl {
		margin: -40px 0px 30px 0px;
	}
	.cat_ttl img {
		width: 80%;
		height: auto;
	}
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 PAGE TITLE
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
@media screen and (max-width: 1099px) {
	.page_ttl {
		display: block;
		float: left;
		width: 100%;
		height: 200px;
		background-image: url("../images/pagettl_topics_sp.jpg");
		background-position: center center;
		background-color: #ffffff;
		background-repeat: no-repeat;
		margin-top: 0px;
		margin-bottom: -30px;
		clear: both;
	}
}
@media screen and (min-width:1100px) {
	.page_ttl {
		display: block;
		float: left;
		width: 100%;
		height: 300px;
		background-image: url("../images/pagettl_topics.jpg");
		background-position: center center;
		background-color: #ffffff;
		background-repeat: no-repeat;
		margin-top: 0px;
		margin-bottom: 0px;
		clear: both;
	}
}
*/

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 READ COPY
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1099px) {
	.readcopy {
		display: block;
		float: left;
		width: 90%;
		font-size: 16px;
		line-height: 1.8em;
		margin-top: 20px;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
}
@media screen and (min-width:1100px) {
	.readcopy {
		display: block;
		float: left;
		width: 100%;
		font-size: 16px;
		line-height: 1.8em;
		text-align: center;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
}
.readcopy b {
	font-size: 13px;
	font-weight: normal;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 COVER
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1000px) {
	#cover {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	#cover img {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width:1000px) {
	#cover {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: 600px;
		background-color: #ffffff;
		background-image: url("../images/cover_pc.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	#cover img {
		display: none;
	}
}


@media screen and (max-width: 1099px) {
	#cover_pc {
		display: none;
	}
	#cover_sp {
		z-index: 10;
		position: relative;
		top: 0px;
		padding: 0px 0px 30px 0px;
	}
	
	ul {
		margin:0;
		padding:0;
	}
	ul li p {
		cursor:pointer;
		margin:0;
		padding:0;
	}
	
	#coverslide_sp {
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	#coverslide_sp img {
		width: 100%;
		height: auto;
	}

	/* BX WRAPPER */
	.bx-wrapper {
		margin:0 auto;
		position:relative;
	}

	/* CONTROLLER */

	/* PAGER */
	.bx-wrapper .bx-pager {
		padding-top:10px;
		text-align:center;
		font-size:.85em;
		font-family:Arial;
		font-weight:bold;
		color:#666;
	}
	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display:inline-block;
		*zoom:1;
		*display:inline;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		display:block;
		width:10px;
		height:10px;
		margin:0 4px;
		outline:0;
		text-indent:-9999px;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;;
		background:#666;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background:#000;
	}
}
@media screen and (min-width:1100px) {
	#cover_sp {
		display: none;
	}
	#cover_pc {
		z-index: 10;
		position: relative;
		top: 0px;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		display: block;
		height: 650px;
		padding: 0px 0px 50px 0px;
		clear: both;
	}
	
	ul {
		margin:0;
		padding:0;
	}
	ul li p {
		cursor:pointer;
		margin:0;
		padding:0;
	}
	
	#coverslide {
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	
	#coverslideInner {
		position:relative;
		left:50%;
		width:3300px;	/*1100px*3*/
		margin-left: -1650px;
	}
	#coverslideInner li {
		width:1100px;
	}
	#coverslideInner li img {
		width:100%;
	}
		
	/* BX WRAPPER */
	.bx-wrapper {
		margin:0 auto;
		position:relative;
	}
	
	/* PAGER */
	.bx-wrapper .bx-pager {
		padding-top:20px;
		text-align:center;
		font-size:.85em;
		font-family:Arial;
		font-weight:bold;
		color:#666;
	}
	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display:inline-block;
		*zoom:1;
		*display:inline;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		display:block;
		width:10px;
		height:10px;
		margin:0 5px;
		outline:0;
		text-indent:-9999px;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;;
		background:#666;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background:#000;
	}
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 FOOD SERVICE
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#foodservice {
	display: block;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	clear: both;
}

.fs_img {
	display: block;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	clear: both;
}
.fs_img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1099px) {
	.fs_img#pc {
		display: none;
	}

	.fs_contents {
		display: block;
		float: left;
		width: 96%;
		line-height: 1.8em;
		margin-top: 20px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0px;
		padding: 0;
		clear: both;
	}
	
	/* MAOLI KITCHEN */
	.fs_kitchen {
		display: block;
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0;
		clear: both;
	}
	.fs_kitchen_img {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0;
		clear: right;
	}
	.fs_kitchen_img img {
		width: 80%;
		height: auto;
	}
	.fs_kitchen_txt {
		display: block;
		float: left;
		width: 100%;
		margin: 20px 0px 0px 0px;
		padding: 0;
		clear: right;
	}
	.fs_kitchen_txt img {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width:1100px) {
	.fs_img#sp {
		display: none;
	}

	.fs_contents {
		position: relative;
		left: calc((100% - 1000px) / 2);
		display: block;
		float: left;
		width: 1000px;
		line-height: 1.8em;
		margin: 20px 0px 0px 0px;
		padding: 0;
		clear: both;
	}
	
	/* MAOLI KITCHEN */
	.fs_kitchen {
		display:flex;
		flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0;
		clear: both;
	}
	.fs_kitchen_img {
		display: block;
		float: left;
		width: 350px;
		margin: 0px 50px 0px 0px;
		padding: 0;
		clear: right;
	}
	.fs_kitchen_img img {
		width: 100%;
		height: auto;
	}
	.fs_kitchen_txt {
		display: block;
		float: left;
		width: 600px;
		margin: 0px 0px 0px 0px;
		padding: 0;
		clear: right;
	}
	.fs_kitchen_txt img {
		width: 100%;
		height: auto;
	}
}

.fs_kitchen_txt img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.fs_kitchen_txt a img:hover {
	opacity: 0.8;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 WATER SAVING
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1099px) {
	#health {
		display: block;
		float: left;
		width: 96%;
		margin-top: 0px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0px;
		padding: 0;
		clear: both;
	}
}
@media screen and (min-width:1100px) {
	#health {
		position: relative;
		left: calc((100% - 1100px) / 2);
		display: block;
		float: left;
		width: 1100px;
		margin: 0px 0px 0px 0px;
		padding: 0;
		clear: both;
	}
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 PROFILE
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1099px) {
	#profile {
		display: block;
		float: left;
		width: 96%;
		margin-top: 0px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: -80px;
		padding: 0;
		clear: both;
	}
	
	.profile {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		font-size: 15px;
		line-height: 1.4em;
		margin: 20px 0px 0px 0px;
		padding: 0;
		clear: both;
	}
	.profile_ttl {
		display: block;
		float: left;
		width: 100%;
		background: #abb3a6; 
		color: #ffffff;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 5px 0px 5px 0px;
		clear: right;
	}
	.profile_cts {
		display: block;
		float: left;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 10px 0px 0px 0px;
		clear: right;
	}

	.profile_history {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin: 0px 0px 10px 0px;
		padding: 0;
		clear: both;
	}
	.profile_history_month {
		display: block;
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0;
		clear: right;
	}
	.profile_history_cts {
		display: block;
		float: left;
		width: 80%;
		border-top: 1px dotted #000000;
		text-align: left;
		margin: 2px 10% 0px 10%;
		padding: 5px 0px 0px 0px;
		clear: right;
	}
}
@media screen and (min-width:1100px) {
	#profile {
		position: relative;
		left: calc((100% - 1100px) / 2);
		display: block;
		float: left;
		width: 1100px;
		margin: 0px 0px -120px 0px;
		padding: 0;
		clear: both;
	}
	
	.profile {
		position: relative;
		left: calc((100% - 600px) / 2);
		display:table;
		width: 600px;
		border-top: 2px solid #666666;
		font-size: 15px;
		line-height: 1.4em;
		margin: 0px 20px 0px 0px;
		padding: 10px 0px 10px 0px;
	}
	.profile_ttl {
		display:table-cell;
		width: 149px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		border-right: 1px solid #666666;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 5px 0px 5px 0px;
	}
	.profile_cts {
		display:table-cell;
		width: calc(100% - 170px);
		vertical-align: middle;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 0px 0px 0px 20px;
	}

	.profile_history {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin: 5px 0px 0px 0px;
		padding: 0;
		clear: both;
	}
	.profile_history_month {
		display: block;
		float: left;
		width: 100px;
		margin: 0px 0px 0px 0px;
		padding: 0;
		clear: right;
	}
	.profile_history_cts {
		display: block;
		float: left;
		width: calc(100% - 100px);
		margin: 0px 0px 0px 0px;
		padding: 0;
		clear: right;
	}

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 TOP BOTTOM MARGIN
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.mt0,#mt0 {margin-top: 0px;}
.mt10,#mt10 {margin-top: 10px;}
.mt20,#mt20 {margin-top: 20px;}
.mt30,#mt30 {margin-top: 30px;}
.mt40,#mt40 {margin-top: 40px;}
.mt50,#mt50 {margin-top: 50px;}
.mt60,#mt60 {margin-top: 60px;}
.mt70,#mt70 {margin-top: 70px;}
.mt80,#mt80 {margin-top: 80px;}
.mt90,#mt90 {margin-top: 90px;}
.mt100,#mt100 {margin-top: 100px;}

.mb0,#mb0 {margin-bottom: 0px;}
.mb10,#mb10 {margin-bottom: 10px;}
.mb20,#mb20 {margin-bottom: 20px;}
.mb30,#mb30 {margin-bottom: 30px;}
.mb40,#mb40 {margin-bottom: 40px;}
.mb50,#mb50 {margin-bottom: 50px;}
.mb60,#mb60 {margin-bottom: 60px;}
.mb70,#mb70 {margin-bottom: 70px;}
.mb80,#mb80 {margin-bottom: 80px;}
.mb90,#mb90 {margin-bottom: 90px;}
.mb100,#mb100 {margin-bottom: 100px;}

.pt0,#pt0 {padding-top: 0px;}
.pt10,#pt10 {padding-top: 10px;}
.pt20,#pt20 {padding-top: 20px;}
.pt30,#pt30 {padding-top: 30px;}
.pt40,#pt40 {padding-top: 40px;}
.pt50,#pt50 {padding-top: 50px;}
.pt60,#pt60 {padding-top: 60px;}
.pt70,#pt70 {padding-top: 70px;}
.pt80,#pt80 {padding-top: 80px;}
.pt90,#pt90 {padding-top: 90px;}
.pt100,#pt100 {padding-top: 100px;}

.pb0,#pb0 {padding-bottom: 0px;}
.pb10,#pb10 {padding-bottom: 10px;}
.pb20,#pb20 {padding-bottom: 20px;}
.pb30,#pb30 {padding-bottom: 30px;}
.pb40,#pb40 {padding-bottom: 40px;}
.pb50,#pb50 {padding-bottom: 50px;}
.pb60,#pb60 {padding-bottom: 60px;}
.pb70,#pb70 {padding-bottom: 70px;}
.pb80,#pb80 {padding-bottom: 80px;}
.pb90,#pb90 {padding-bottom: 90px;}
.pb100,#pb100 {padding-bottom: 100px;}

