@charset "UTF-8";

/* index

	style.css

	- body
	- iOS
	- font

----------------------------------------------- */

@import url("reset.css");
@import url("html5reset-1.6.1.css");
@import url("font.css");

@import url("pc.css") screen and (min-width: 747px);
@import url("sp.css") screen and (max-width: 746px);
@import url("pc.css") print;


/* body
----------------------------------------------- */
*{
    margin: 0;
    padding: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
	background: #fff;
	color: #000;
}

img {
	display: block;
	max-width: 100%;
	margin: auto;
	border: 0;
	vertical-align: bottom;
}

::selection {
	color: #fff;
	background: #15489f;
}

::-moz-selection {
	color: #fff;
	background: #15489f;
}


/* iOS
----------------------------------------------- */
*:after {
	display: block;
	clear: both;
}

textarea,
input[type="text"] {
	-webkit-appearance: none;
	 border-radius: 0;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}


/* font
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

h2 {
	font-size: 1.6em;
	line-height: 1.8;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	line-height: 1.8;
	font-weight: bold;
}

h4,
h5,
h6 {
	font-size: 1em;
	line-height: 1.8;
	font-weight: bold;
}

p,
ul,
ol,
dl,
table,
address,
.text {
	font-size: 1.05em;
	line-height: 1.8;
	font-weight: normal;
}

big {
	font-size: 1.2em;
	line-height: 1.8;
	font-weight: normal;
}

small {
	font-size: 0.8em;
	line-height: 1.8;
	font-weight: normal;
}

strong {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #dd0000;
}

a:link,
a:visited {
	color: #15489f;
	text-decoration: underline;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;

}

a:hover,
a:active {
	color: #ef4029;
	text-decoration: none;
}

ol.decimal {
	list-style: decimal;
	margin-left: 1.5em;
}

.icon-home {
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-right: 5px;
	background: url(../img/common/icon-home.png) no-repeat center center / 13px 11px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
a:hover .icon-home {
	background: url(../img/common/icon-home-on.png) no-repeat center center / 13px 11px;
}
.icon-right {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.icon-top {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	vertical-align: sub;
	background: url(../img/common/icon-top.png) no-repeat center center / 20px 20px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}


a.more-btn {
	display: inline-block;
    margin: 20px 0 0 0;
    padding: 18px 100px;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
	text-decoration: none;
    background: #ef4029;
    border-radius: 100px;
}
a.more-btn:hover {
	background: #666;
}
.more-btn.end {
	display: inline-block;
    margin: 20px 0 0 0;
    padding: 18px 100px;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
	text-decoration: none;
    background: #666;
    border-radius: 100px;
}

a.logout-btn {
    color: #da0101;
    font-size: 105%;
    font-weight: bold;
    line-height: 1;
	text-decoration: none;
    background: #fde9e7;
    border-radius: 100px;
	-webkit-transition: 0s;
	transition: 0s;
	z-index: 999999;
	display: block;
}

a.logout-btn:hover {
    color: #fde9e7;
	background: #da0101;
}

/*==============================
common
================================*/

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
ul {
	list-style: none;
}
.cf:after {
    content:"";
    display:block;
    clear:both;
}
.center {
	text-align: center;
}
.al_r {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.inner {
	width: 960px;
	margin: auto;
	padding: 0 20px;
}
.keep-all {
	word-break: keep-all;
}

/*==============================
top
================================*/
.top-btn {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}


/*==============================
login
================================*/
.login-form {
	max-width: 700px;
	margin: auto;
	margin-top: 20px;
}
.login-form legend {
	display: none;
}
.login-form label[for="log"], .login-form label[for="pwd"], .login-form label[for="user"], .login-form label[for="email"], .login-form label[for="pass1"], .login-form label[for="pass2"], .login-form label[for="current_pass"], .login-form label[for="user_email"], .login-form .div_text {
	display: block;
	float: left;
	margin-bottom: 15px;
}
.login-form .div_text {
	width: 70%;
}
.login-form label[for="log"], .login-form label[for="pwd"], .login-form label[for="user"], .login-form label[for="email"], .login-form label[for="pass1"], .login-form label[for="pass2"], .login-form label[for="current_pass"], .login-form label[for="user_email"] {
	width: 30%;
	height: 30px;
	padding: 5px;
	text-align: center;
	font-size: 105%;
	color: #fff;
	background: #666666;
	border: 2px solid #666666;
	box-sizing: border-box;
}
.login-form input[type="text"], .login-form input[type="password"] {
	width: 100%;
	height: 30px;
	padding: 5px;
	border: 2px solid #666;
	box-sizing: border-box;
}
.login-form label[for="email"] {
	font-size: 0;
}
.login-form label[for="email"]::before {
	content: "ID";
	font-size: 105%;
}
.login-form .buttons {
	display: block;
    margin: 20px auto;
    padding: 14px 100px;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    background: #ef4029;
    border-radius: 100px;
	cursor: pointer;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.login-form .buttons:hover {
	background: #666;
}

.login-form #rememberme {
	display: none;
}
label[for="rememberme"] {
	display: none;
	padding-left: 24px;
	position:relative;
	cursor: pointer;
}
label[for="rememberme"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #666;
}
.login-form #rememberme:checked + label[for="rememberme"] {
	color: #15489f;
}
.login-form #rememberme:checked + label[for="rememberme"]::after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 5px;
	width: 7px;
  	height: 14px;
  	transform: rotate(40deg);
  	border-bottom: 3px solid #15489f;
	border-right: 3px solid #15489f;
}

.login-form p {
	display: none;
}
.login-form .wpmem_msg p {
	display: block
}
#pm-indicator {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
#pm-indicator.empty, #pm-indicator.not-match {
	color: #aaa;
	border: 2px solid #aaa;
}
#pm-indicator.weak {
	color: #ef4029;
	border: 2px solid #ef4029;
}
#pm-indicator.average {
	color: #ffb200;
	border: 2px solid #ffb200;
}
#pm-indicator.strong {
	color: #57db00;
	border: 2px solid #57db00;
}
#wpmem_register_form {
	display: none;
}

/*===================
member
=====================*/
.member_tbl, .member_specialty_tbl {
	width: 100%;
	border-collapse: collapse;
}
.member_tbl th, .member_tbl td {
	padding: 5px 10px;
}
.member_tbl td.nopadding {
	padding: 0;
}
.member_tbl th, .member_tbl th a {
	color: #fff;
	background: #15489f;
}
.member_tbl td {
	min-width: 210px;
	border-bottom: 1px solid #959595;
}
.member_tbl td span {
	display: inline-block;
	margin-right: 5px;
	color: #959595;
}
.member_tbl td span.current {
	font-weight: bold;
	color: #15489f;
}
.member_tbl td:not(:last-child) {
	border-right: 1px solid #959595;
}
.member_tbl td.member_tbl_ttl {
	width: 210px;
}

.member_specialty_tbl th {
	width: 160px;
	text-align: left;
	color: #000;
	background: #efefef;
	border-right: 1px solid #959595;
}
.member_specialty_tbl td {
	border-bottom: none;
}
.member_specialty_tbl tr:not(:last-child) th, .member_specialty_tbl tr:not(:last-child) td {
	border-bottom: 1px solid #959595;
}
.member_robot_ttl {
	margin-bottom: 30px;
}
.member_robot .right {
	width: 360px;
}
.member_robot .left {
	width: 800px;
}

/*===================
memberlist
=====================*/
.memberlist-btn {
	display: block;
	float: left;
	width: 25%;
	padding: 15px;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #15489f;
	background: #eee;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.memberlist-box {
	padding: 20px;
}
.memberlist-box a, .memberlist-box span {
	display: inline-block;
	margin-bottom: 10px;
}

/*===================
search
=====================*/
.search-ttl {
	margin-top: 30px;
	padding: 15px 20px;
	text-align: center;
	font-size: 133%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #15489f;
}
.search-box {
	margin: auto;
	padding: 30px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.search-tbl {
	width: 100%;
	max-width: 1110px;
	margin: auto;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #000;
}
.search-tbl th, .search-tbl td {
	padding: 15px 20px;
	border: 1px solid #000
}
.search-tbl th {
	font-size: 133%;
	font-weight: bold;
	line-height: 1;
	color: #15489f;
	background: #eee;
}
.search-tbl td.gray {
	font-weight: bold;
	background: #eee;
}
.search-tbl.noborder, .search-tbl.noborder td {
	border: none;
}
.search-tbl td.noborder {
	border-left: none;
	border-right: none;
}
.search-tbl td.allnoborder {
	padding: 0;
}
.search-tbl td.allnoborder .search-tbl {
	border: none;
}
.search-tbl td.allnoborder .search-tbl td {
	border: none;
}
.search-tbl td.allnoborder .search-tbl td:not(:last-child) {
	border-right: 1px solid #000;
}
.search-tbl td.allnoborder .search-tbl tr:not(:last-child) td {
	border-bottom: 1px solid #000;
}
.search-tbl input[type="text"] {
	display: block;
	width: 60%;
	margin: auto;
	padding: 5px;
	border: 2px solid #666666;
	box-sizing: border-box;
}
.search-check {
	cursor: pointer;
	margin-right: 20px;
}
.search-check input {
	display: none;
}
.search-check span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	line-height: 2;
	word-break: keep-all;
}
.search-check span.break {
	display: inline;
	word-break: break-all;
}
.search-check span::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	border-radius: 2px;
	box-sizing: border-box;
}
.search-check span.break::before {
	top: 4px;
}
.search-check input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
    left: 4px;
    width: 5px;
    height: 8px;
	transform: rotate(40deg);
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
.search-check input:checked + span.break::after {
	top: 4px;
}

.search-radio {
	cursor: pointer;
	margin-right: 20px;
}
.search-radio input {
	display: none;
}
.search-radio span {
	padding-left: 20px;
	position:relative;
}
.search-radio span::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
}
.search-radio input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
    left: 4px;
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: #000;
}

.search-btn {
	display: block;
    margin: 20px auto;
    padding: 14px 100px;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    background: #ef4029;
    border-radius: 100px;
	cursor: pointer;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.search-btn:hover {
	background: #666;
}
.search-highlight {
	background: yellow;
}
.search_robot {
	margin: 30px 0;
}

.search_keywords_operator li {
	position: relative;
	display: inline-block;
	width: 25%;
	line-height: 1.5;
	text-transform: uppercase;
}
.search_keywords_operator li::before {
	content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
}
.search_keywords_operator li.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}
.search_keywords_operator li span {
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
}

.wp-pagenavi {
	margin: auto;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	margin: 0 5px;
	line-height: 1;
}
.wp-pagenavi a {
	padding: 8px;
	background: #efefef;
	border: 1px solid #959595;
}
.wp-pagenavi span.current {
	padding: 8px;
	color: #fff;
	background: #15489f;
	border: 1px solid #15489f;
}
@media screen and (min-width: 747px) {
	tr.adborder {
		border-bottom: 1px solid #000;
	}
}
/*===================
info
=====================*/
.info-tbl {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
}
.info-tbl th, .info-tbl td {
	padding: 20px;
	border: 1px solid #fff;
}
.info-tbl th {
	text-align: center;
	font-size: 111%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #15489f;
}
.info-tbl td {
	font-size: 105%;
}
.info-tbl tr:nth-child(odd) td {
	background: #ebebeb;
}

.nav_menu.current{
	background: #e8effc;
}


/*===================
breakpoint 768px
=====================*/

@media screen and (max-width: 746px) {
	img {
		width: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left, .right {
		float: none;
	}
	.inner {
		width: 90%;
		margin: auto;
		padding: 0;
	}
	a.more-btn, .more-btn.end {
		padding: 9px 50px;
		font-size: 105%;
		border-radius: 50px;
	}
	.logout-box {
	width: 80px;
    display: block;
    text-align: center;
	}
	a.logout-btn {
		font-size: 12px;
		font-size: 1.133%;
	}
	.top-btn {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.login-form label[for="log"], .login-form label[for="pwd"], .login-form label[for="user"], .login-form label[for="pass1"], .login-form label[for="pass2"], .login-form label[for="current_pass"], .login-form label[for="email"], .login-form label[for="user_email"], .login-form .div_text {
		width: 100%;
	}
	.login-form label[for="log"], .login-form label[for="pwd"], .login-form label[for="user"], .login-form label[for="email"], .login-form label[for="pass1"], .login-form label[for="pass2"], .login-form label[for="current_pass"], .login-form label[for="user_email"] {
		margin-bottom: 0;
	}
	.login-form .buttons {
		width: 100%;
		padding: 14px 0;
	}
	.member_robot .right, .member_robot .left {
		width: 100%;
	}
	.member_robot .right {
		margin-bottom: 10px;
	}
	.member_tbl th, .member_tbl td {
		display: block;
		border-right: none;
	}
	.member_tbl td {
		min-width: auto;
	}
	.member_tbl td:not(:last-child) {
		border-right: none;
	}
	.member_tbl td.member_tbl_ttl {
		width: 100%;
		box-sizing: border-box;
	}
	.member_specialty_tbl th {
		width: 100%;
		box-sizing: border-box;
	}
	.search-box {
		padding: 10px;
	}
	.search-tbl {
		border-bottom: none;
	}
	.search-ttl {
		font-size: 111%;
		line-height: 1.3;
	}
	.search-tbl th, .search-tbl td {
		display: block;
		padding: 10px;
		border: none;
		border-bottom: 1px solid #000;
	}
	.search-tbl th {
		text-align: left;
		font-size: 111%;
		line-height: 1.3;
	}
	.search-tbl td.none {
		display: none;
	}
	.search-tbl td.allnoborder .search-tbl td:not(:last-child) {
		border-right: none;
	}
	.search-tbl td.allnoborder .search-tbl td {
		border-bottom: 1px solid #000;
	}
	.search-tbl td.allnoborder .search-tbl tr:last-child td:last-child {
		border-bottom: none;
	}
	.search-check {
		display: block;
		margin-right: 0;
	}
	.search-check span {
		word-break: break-all;
	}
	.search-tbl input[type="text"] {
		width: 100%;
	}
	.info-tbl th, .info-tbl td {
		padding: 10px;
		box-sizing: border-box;
	}
	.info-tbl.detail th, .info-tbl.detail td {
		display: block;
	}
	.info-tbl th {
		width: 20%;
		font-size: 111%;
		color: #fff;
		background: #15489f;
		word-break: keep-all;
	}
	.info-tbl th.info-title {
		width: 100%;
	}

}
.info_inner{
  margin-right: 59px;
}
@media screen and (max-width: 746px) {
.info_inner{
  margin-right: unset;
}
}





/* --------webinar-------- */

.page main .container.webinar h3 {
  margin-top: 30px;
}
.page main .container.webinar h4 {
  margin-top: 0;
}
.page main .container.webinar .video {
  margin-bottom: 40px;
}
.page main .container.webinar .info-tbl tr td {
  background: #ebebeb;
}
.page main .container.webinar {
  margin-bottom: 40px;
}


.page main .container.webinar h4.title {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 3em;
  color: #fff;
  background: #15489f;
}
.page main .container.webinar h4{
  font-size: 1.7em;
}
.page main .container.webinar .company_name{
  font-size: 1.3em;
}
.page main .container.webinar .day {
  padding-left: 20px;
}
.page main .container.webinar ul.anchor{
  padding-left: 20px;
  margin-top: 20px;
}
.page main .container.webinar .day span {
  padding-left: 30px;
  position: relative;
}
.page main .container.webinar .day span::before {
  content: ":";
  display: inline-block;
  position: absolute;
  left: 14px;
}
#move01 , #move02 , #move03 , #move04 , #move05 {
   padding-top: 50px;
}
#password.container .password {
  text-align: center;
}
.container .password .box {
  border: solid 1px #666;
  width: 200px;
  height: 30px;
}
#password.container .password .button {
  display: inline-block;
  border-radius: 5%;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  line-height: 0.8em;
  border: solid 1px #666;
}
#password.container .password .button:hover {
  background-color: #666;
  color: #fff;
}
#password {
  height: 40vh;
}
.mb10 {
  margin-bottom: 10px;
}
.pl20{
  padding-left: 20px!important;
}
.info-tbl a.more-btn-webinar:hover {
	background: #666;
}
.info-tbl a.more-btn-webinar {
display: inline-block;
    padding: 10px 14px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    background: #ef4029;
    border-radius: 100px;
    width:80%;
    text-align: center;
}
.anchor_dllist{
    padding-left: 20px;
    display: flex;
    width: 100%;
}
.anchor_dllist:first-child{
    margin-top: 20px;
}
.anchor_dllist dt{
	width: 10%;
}
.anchor_dllist dd{
	width: 100%;
	padding-left: 20px;
}
.anchor_mt20{
margin-top: 20px;
}

.link_img{
  max-width:160px;
}
.link_img img{
  padding-left: 20px;
}
.link_pdf{
  margin-right: 20px!important;
}

/* --------needs-------- */
.needs_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.needs_list dt {
    width: 140px;
    font-weight: bold;
	text-align: end;
}
.needs_list dd {
    width: calc(100% - 140px);
}
.needs_list a {
    word-wrap: break-word;
}
.info-tbl.detail td:first-child {
    width: 13%;
	text-align: center;
    vertical-align: middle;
}
.info-tbl.detail td:last-child p {
    margin: unset;
}
.needs_icon {
    font-weight: bold;
    padding: 1px 7px;
    margin-left: 0.5rem;
}
.continue_icon {
    text-align: center;
    font-size: 1.05em;
    font-weight: bold;
    color: #fff;
    background: #15489f;
    display: inline-block;
    margin-right: 15px;
    width: 70px;
}
.new_icon {
    text-align: center;
    font-size: 1.05em;
    font-weight: bold;
    color: #fff;
    background: #ef4029;
    display: inline-block;
    margin-right: 15px;
    width: 70px;
}
.needs_title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width: 746px) {
.info-tbl td:first-child {
    width: unset;
}
.info-tbl.detail td:first-child {
	width: unset;
}
.needs_title {
	display: block;
}
.continue_icon {
	margin: 10px 0;
}
.new_icon {
	margin: 10px 0;
}
.needs_list dt {
    width: 100px;
}
.needs_list dd {
    width: calc(100% - 100px);
}
}

.inside_tbl {
    margin-right: 155px;
}
.inside_tbl th {
	width: 20%;
}
.inside_tbl td {
    text-align: left!important;
    border: solid 1px;
	width: 40%;
}
.inside_tbl tr:nth-child(odd) td {
    background: unset;
}
@media screen and (max-width: 746px) {
.inside_tbl th {
	width: 100%;
}
.inside_tbl td {
	width: 100%;
}
.inside_tbl {
    margin-right: unset;
}
.info-tbl.detail {
    width: 100%;
   table-layout: fixed;
   word-break: break-all;
   word-wrap: break-all;
}
}
/* --------General-------- */
.ml_01 { margin-left: 1rem !important; }
.ml_02 { margin-left: 2rem !important; }
.ml_03 { margin-left: 3rem !important; }
.ml_04 { margin-left: 4rem !important; }
.ml_05 { margin-left: 5rem !important; }
.notes {
    font-size: 1rem;
}
.mt15 { margin-top: 15px!important;}

.mb00 { margin-bottom: 0px!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}

/* --------others-------- */
.txt_highlight {
	font-size: 1.2em;
	background-color: #f377e9;
}
