@charset "utf-8";

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Century', 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: 100%;
	color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #555555;
}

a:visited {
	color: #555555;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--sample----------------------------------------------------------*/

/*--layout----------------------------------------------------------*/

#wrapper {
	width: 100%;
}

#header {
	width: 100%;
	height: 44px;
	position: fixed;
	top: 0;
	z-index: 99;
}

#header header {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}

#contents {
	margin: 0 auto;
	width: 100%;
	min-height: 500px;
}

#footer {
	width: 100%;
	background-color: #fff;
	color: #333333;
}

#footer footer {
	margin: 0 auto;
	width: 95%;
}

/*--mainNav----------------------------------------------------------*/

.topLogo {
	float: left;
}

.topLogo02 {
	padding-top: 20px;
	margin-bottom: 20px;
}

.mainNav {
	float: right;
	line-height: 24px;
}

#header header {
	overflow: hidden;
}

/* clearfix */
#header header:before,
#header header:after {
    content: "";
    display: table;
}
 
#header header:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
#header header {
    zoom: 1;
}

/*top*/

.bannerBox {
	width: 95%;
	margin: 20px auto 0 auto;
}

#newsContainer {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 0px;
}

#newsContainer02{
	width: 85%;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 0px;
}

.newsTitle {
	font-size: 24px;
	text-align: left;
	color: #333;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	width: 85%;
	margin: 0 auto;
}

.newsTitle02 {
	font-size: 24px;
	text-align: center;
	color: #000;
	padding-bottom: 30px;
	letter-spacing: 0.1em;
}

.newsTitle03 {
	font-size: 23px;
	text-align: center;
	color: #000;
	padding-bottom: 30px;
}

.newsTitle04 {
	font-size: 24px;
	text-align: left;
	color: #333;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	width: 100%;
	margin: 0 auto;
}

.newsList {
	font-size: 12px;
	height: 20px;
	text-align: right;
	margin-top: -20px;
}

.blogNewBox {
	margin-top: 10px;
}

#imgNav {
	width: 100%;
	margin: 0 auto;
}

.topnav01 {
	border-top: 3px;
}

.topnav02 {
	border-top: 3px;
	border-bottom: 3px;
}

.conceptText01 {
	font-size: 16px;
	font-weight: bold;
}

.conceptText02 {
	font-size: 14px;
	margin-top: 10px;
}
.conceptText03 {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

.conceptText04 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.conceptText05 {
	font-size: 14px;
}

.conceptText03 a {
	color: #333;
	text-decoration: none;
}


.conceptImg {
	margin-top: 20px;
}

.conceptImgBox {
	margin-top: 20px;
	width: 90%;
	height: auto;
	background-image: url(../img/top/concept_img02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 5%;
}

.conceptImgBoxInner {
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	min-height: 200px;
}

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
	
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    /*position: fixed;*/
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    left: 20px;
    top: 14px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 9999;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #444;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 3px;
}
#nav-toggle span:nth-child(2) {
    top: 14px;
}
#nav-toggle span:nth-child(3) {
    top: 25px;
}
@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        /*position: fixed;*/
        margin-top: 0;
		background-color: white;
		height: 180px;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 1002;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 0;
		right: 0;
        top: 20px;
        color: #333;
		margin: auto;
        font-size: 26px;
		text-align: center;
		z-index: 10;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #EEEEEE;
		opacity: 0.9;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index: 9999;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333333;
        padding: 13px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*topに戻る*/

#page-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #333333;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #333333;
}

/*top class*/

#instaContainer {
	width: 100%;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 120px;
}

.classImgBox {
	margin-top: 20px;
	width: 90%;
	height: auto;
	background-image: url(../img/top/class_img02.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5%;
}



/*top trial*/

#eventContainer {
	width: 100%;
	margin: 40px auto 0 auto;
	overflow: hidden;
}

.trialImgBox {
	margin-top: 20px;
	width: 90%;
	height: auto;
	background-image: url(http://www.laluce.jp/img/class/trial/main_img02.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5%;
}

.trialText01 {
	background-color: #EEEEEE;
	font-size: 14px;
	margin-top: 20px;
	border: #999 1px solid;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.trialText02 {
	background-color: #EEEEEE;
	font-size: 14px;
	margin-top: 40px;
	border: #999 1px solid;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.trialTel01 {
	background-color: #EEEEEE;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 20px;
	border: #999 1px solid;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}



/*top access*/

#accessContainer {
	width: 95%;
	margin: 40px auto 0 auto;
}

.gmap {
	margin-top: 20px;
}

.accessTable {
	margin-top: 20px;
	font-size: 13px;
}

.accessTable th {
	text-align: left;
}

/*top contact*/

#contactContainer {
	width: 95%;
	margin: 40px auto 0 auto;
}

.contactText01 {
	margin-top: 20px;
	font-size: 13px;
}

.contactText02 {
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
}

.contactTextBox01 {
	font-family: 'Century', 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contactTextBox {
	margin-top: 20px;
	width: 100%;
	padding: 3;
}
.contactTextBox02 {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 90px;
	width: 100%;
	padding: 3;
}

body, form {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
}

select, input, textarea, button { 
     vertical-align:middle; 
     position:relative; 
     margin: 0 4px 2px 0;
     *margin-right:3px; 
     top:-1px;  
}

input { 
     height: 16px; 
     line-height: 16px; 
}

.submitBtn { 
     height: 16px; 
     line-height: 16px;
	 margin-bottom: 20px;
}

/*footer*/

.footerText01 {
	font-size: 11px;
}

.footerText02 {
	margin-top: 10px;
}


.footerText03 { 
	 font-size: 11px;
}

.copyright {
	padding: 70px 0 30px 0;
	text-align: center;
	font-size: 11px;
	color: #333333;
}

#tabMenu {
	margin-top: 20px;
}

.classText01 {
	margin-top: 20px;
	font-weight: bold;
}

#classText02 {
	font-size: 13px;
	text-align: left;
	line-height: 120%;
}

.classText03 {
	font-size: 18px;
	text-align: left;
	line-height: 100%;
	font-family: 'Century', 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 0;
}
.classText03 span {
	font-size: 10px;
}

.classText04 {
	font-size: 13px;
	text-align: left;
}


.yogaClassImg01 {
	text-align: left;
}

.classMainImg01 {
	text-align: left;
	padding-top: 20px;
}

.mainTitle01 {
	text-align: left;
	margin-top: 20px;
	font-size: 18px;
}

.mainTitle01 span {
	font-size: 11px;
	margin-left: 10px;
}

.priceText01 {
	font-size: 14px;
	font-weight: bold;
}

.priceText02 {
	font-size: 14px;
	margin-top: 0;
	margin-left: 0;
}

.scheText01 {
	font-size: 13px;
	text-align: left;
}

.scheText02 {
	font-size: 13px;
	text-align: center;
	border:1px solid #333;
	padding: 1px;
	color: #FFF;
}

.trialText02 {
	font-size: 15px;
	font-weight: bold;
}

.trialText02 span {
	font-size: 11px;
	margin-left: 10px;
	font-weight: normal;
}

.trialText03 {
	font-size: 13px;
}
.trialText03 span {
	font-weight: bold;
}

.trialText04 {
	font-size: 14px;
	background-color: #CCC;
}

.trialText05 {
	font-size: 14px;
	margin-bottom: 20px;
}

.calendar {
	margin-top: 30px;
}

.contactTrialBox {
	width: 95%;
	margin: 30px auto;
}

/*privacy*/

.yogaClassBox {
	width: 95%;
	margin: 0 auto;
}

.classTitle02 {
	margin-top: 80px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.classTitle02 span {
	font-size: 10px;
	letter-spacing: normal;
}

.privacyText01 {
	margin-top: 40px;
	font-size: 13px;
}
.privacyText02 {
	margin-top: 14px;
	font-size: 13px;
	line-height: 160%;
}

.privacyTitle01 {
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	line-height: 200%;
}

.conceptText02-2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.eventImg {
	margin-top: 46px;
	text-align: center;
	padding-bottom: 20px;
}

.topProgImg01 {
	margin-top: 40px;
	text-align: center;
}

.topProgImg02 {
	margin-top: 30px;
	text-align: center;
}

.topProgImg03 {
	margin-top: 30px;
	text-align: center;
	padding-bottom: 90px;
}


/*event*/

.eventImgBox {
	margin-top: 20px;
	width: 100%;
	height: auto;
}

.eventTitle01 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}

.eventText01 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 20px;
}

.eventText02 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 20px;
}

.footerLink {
	float: left;
	width: 95%;
	text-align: left;
	font-size: 12px;
	padding-left: 5%;
	line-height: 180%;
}

.footerLinkContainer {
	overflow: hidden;
	width: 100%;
	padding-top: 80px;
}

/* clearfix */
.footerLinkContainer:before,
.footerLinkContainer:after {
    content: "";
    display: table;
}
 
.footerLinkContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.footerLinkContainer {
    zoom: 1;
}

.footerLogo {
	text-align: center;
	margin-top: 120px;
}

.topBannerBox {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: 80px;
	margin: 0;
}

#aboutContainer01 {
	width: 90%;
	margin: 80px auto 0 auto;
}

.aboutText01 {
	font-size: 26px;
	color: #000;
	line-height: 120%;
}

.aboutText02 {
	font-size: 16px;
	color: #000;
	line-height: 140%;
	margin-top: 50px;
}

.aboutSl {
	width: 100%;
	margin-top: 60px;
}

.aboutText03 {
	margin-top: 0px;
	width: 100%;
	text-align: center;
	line-height: 180%;
}

.aboutText04 {
	margin-top: 50px;
	width: 100%;
	text-align: center;
	line-height: 180%;
}

.aboutText05 {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	line-height: 140%;
}

.aboutText06 {
	margin-top: 0px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000;
}

#aboutContainer {
	width: 90%;
	margin: 80px auto 0 auto;
}

.aboutTable01 {
	text-align: left;
	margin-top: 30px;
	font-size: 13px;
	box-sizing: border-box;
	border-collapse: collapse;
}

.aboutTable01 th {
	font-weight: normal;
	vertical-align: top;
	padding: 5px 0;
	width: 25%;
	border-top: 1px solid #DACCB7;
	border-bottom: 1px solid #DACCB7;
}

.aboutTable01 td {
	vertical-align: top;
	border-top: 1px solid #DACCB7;
	border-bottom: 1px solid #DACCB7;
	padding: 5px 0;
}

.aboutTable02 {
	text-align: left;
	margin-top: 30px;
	font-size: 13px;
	margin-bottom: 200px;
}

.aboutTable02 th {
	font-weight: normal;
	vertical-align: top;
	padding: 5px 0;
	width: 15%;
}

.aboutTable02 td {
	vertical-align: top;
	padding: 5px 0;
}

#programContainer {
	width: 90%;
	margin: 0 auto;
	padding-top: 80px;
}

#programContainer03 {
	width: 90%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

#programContainer02 {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #DACCB7;
}

.video-container {
  position: relative;
  line-height: 100%;
}

.video-sidebar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}

video {
  width: 100%;
}

.progText01 {
	font-size: 15px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
	line-height: 180%;
}

#bannerContainer {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 0px;
}

.bannerTitle {
	font-size: 18px;
	text-align: center;
	color: #000;
	padding-bottom: 30px;
	letter-spacing: 0.1em;
	margin-top: 50px;
}

.topMainImg01 {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}

#topMainConcept {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}

#infoImg01 {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

.infoText01 {
	width: 80%;
	margin: 50px auto;
	text-align: left;
	font-size: 24px;
}

.infoText02 {
    width: 80%;
    margin: 50px auto 20px auto;
    text-align: left;
    font-size: 14px;
}

.infoText03 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}

.shopImg01 {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.header {
	width: 100%;
}

.gnavsp {
  position: fixed;
  top: 0;
  right: 0;
}

.logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #A47942;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #ffffffeb;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  text-align:center;
  padding-top: 12%;
}

.nav_item {
	line-height: 200%;
	padding: 15px 0;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

.menuMainImg01 {
	width: 95%;
	margin: 30px auto;
	padding-top: 0px;
}

.menuTitle01 {
    margin: 30px auto;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
	font-size: 26px;
}

.menuTitle01 span {
	font-size: 14px;
}

.menuTitle01-2 {
    margin: 30px auto 0 auto;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 22px;
    width: 100%;
}

.menuTitle02 {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.menuTitle03 {
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 16px;
}

.menuTable {
	width: 90%;
	font-size: 13px;
	margin: 0 auto;
	border-collapse:collapse;
}

.menuTable th {
	font-size: 13px;
	font-weight: normal;
}

.menuTable tr {
	border-bottom: 1px solid #ccc;
}

.menuTable td {
	padding: 15px 0;
	vertical-align: top;
}

.wineBox {
	width: 90%;
	margin: 0 auto;
}

.wineImg {
    text-align: center;
}

.wineText {
    text-align: left;
	font-size: 14px;
}

.wineName {
    text-align: left;
	font-size: 16px;
}

.winePrice {
    text-align: left;
	font-size: 16px;
}

.menuWaku01 {
    text-align: center;
}

.menuWaku02 img {
	margin-top: 30px;
	transform: rotate(180deg);
}

.menuName03 {
    text-align: center;
}

.menuName {
	width: 70%;
	padding-right: 20px;
}

.menuHr01 {
	width: 60%;
	margin: 15px auto;
}

.menuText03 {
    text-align: right;
    font-size: 12px;
    width: 90%;
    margin: 30px auto 0 auto;
}

.textCenter {
    text-align: center;
}

.textCenter span {
    text-align: center;
    font-size: 12px;
}

.fs_12 {
    text-align: center;
    font-size: 12px;
	margin: 20px 0 0 0;
}

.mtb50 {
	margin: 50px 0;
}

.text-right {
    text-align: right;
}

.operaTextBox {
    text-align: left;
    margin: 15px 0;
    border: 1px solid #333;
    outline: 2px solid #333;
    padding: 15px;
    outline-offset: 5px;
    width: fit-content;
    line-height: 160%;
}

.font-size14 {
	font-size: 14px;
}