@charset "UTF-8";

/* Reset Style
------------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
fieldset, .naviProductsCol img {
	width: 100%;
    height: auto;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none outside;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}
figure {
    margin: 0;
}



/* General Setting
----------------------------------------------------------------------*/
html {
    overflow-y: scroll;
}
body {
    min-width: 1000px;
    background-color: #fff;
    color: #333;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 13px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
a:hover img.over {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.clear {
    clear: both;
}
.bold {
    font-weight: bold;
}
.red {
    color: #f00;
}
.left-area {
    display: inline;
    float: left;
}
.right-area {
    display: inline;
    float: right;
}



/* Layout Style
------------------------------------------------------------*/
body {
    position: relative;
    width: 100%;
}



/* #header
------------------------------------------------------------*/
#header{
    z-index: 1000;
    display: block;
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    background: #fff;
}

#logo_bihidasu {
    position: absolute;
    left: 20px;
    top: 9px;
}
#logo_bihidasu img{
}

.mainNavi{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.navList{
    position: absolute;
    top: 19px;
    left: 115px;
    letter-spacing: -0.4em;
}
.navList li {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
}
.navList li + li::before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display:inline-block;
    width: 1px;
    height: 13px;
    margin-top: -6px;
    background: #2855b4;
}
.navList li a {
    display:block;
    color: #144199;
    padding: 0 8px;
    line-height: 38px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
}
.navList li.current::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    background: #28beef;
}
.navList li:nth-child(1).current::after { width: 2em; margin-left: -1em; }
.navList li:nth-child(2).current::after { width: 8.4em; margin-left: -4.2em; }
.navList li:nth-child(3).current::after { width: 4.2em; margin-left: -2.1em; }
.navList li:nth-child(5).current::after { width: 2em; margin-left: -1em; }
.navList li a:hover{
    color: #4470c6;
}
#logo_morinaga {
	position: absolute;
	top: 13px;
	right: 20px;
}

.headSns {
    position: absolute;
    top: 20px;
    right: 110px;
}
.headSns li {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}
.headSns #fb {
    overflow: hidden;
    zoom: 1;
}

.naviChildArea {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(148,196,241,0.9);
}
.naviChild {
    width: 1000px;
    margin: 0 auto;
    padding: 22px -0px 25px;
}
.naviLinkList {
    overflow: hidden;
    width: 1029px;
    margin-right: -29px;
    margin-top: -22px;
    letter-spacing: -0.4em;
    text-align: center;
}
.naviLinkList li {
    display: inline-block;
    width: 314px;
    margin: 22px 29px 0 0;
    letter-spacing: normal;
}
.naviLinkList a {
    display: block;
    position: relative;
}
.naviLinkList .new > a::before {
    position: absolute;
    top: 5px;
    left: 8px;
    content: url(/img/common/icn_naviLinkProducts_new.png);
}
.naviLinkList a:hover {
    opacity: 0.6;
}
.naviLinkList img {
    width: 100%;
    vertical-align: top;
}
.naviLinkList p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 30px 11px 14px;
    background: rgba(255,255,255,0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -1.0px;
    text-align: left;
}
.naviLinkList p::before,
.naviLinkList p::after{
    position: absolute;
    top: 50%;
    right: 12px;
    content: '';
    display: inline-block;
    width: 11px;
    height: 3px;
    background: #557ad5;
    border-radius: 6px;
}
.naviLinkList p::before{
    margin-top: -3px;
    transform: rotate(45deg);
}
.naviLinkList p::after{
    margin-top: 3px;
    transform: rotate(-45deg);
}

.naviLinkList.naviLinkListCm p{
    height: 4.3em;
    letter-spacing: -1.0px;
    text-align: center;
}

.naviLinkList.naviLinkListRecipe p{
    letter-spacing: 1px;
    text-align: center;
}

.naviLinkList.naviLinkListFun p{
/*    display: table-cell;*/
    height: 4.3em;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.naviLinkList02 {
  letter-spacing: -.40em;
  margin-top: -6px;
  margin-right: -6px;
  text-align: center;
}

.naviLinkList02 li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 323px;
  margin-top: 6px;
  margin-right: 6px;
}

.naviLinkList02 li a {
  display: table;
  table-layout: fixed;
}

.naviLinkList02 li a:hover {
  opacity: .6;
}

.naviLinkList02 li p, .naviLinkList02 li figure {
  display: table-cell;
}

.naviLinkList02 li p {
  width: 107px;
  box-sizing: border-box;
  padding: 0 0 0 18px;
  vertical-align: middle;
  background: #fff;
  font-size: 14px;
  -ms-text-align-last: auto;
  text-align: left;
}

.naviLinkList02 li p span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  box-sizing: border-box;
}

.naviLinkList02 li p span::before, .naviLinkList02 li p span::after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  content: ' ';
  display: inline-block;
  width: 11px;
  height: 3px;
  background: #557ad5;
  border-radius: 6px;
  transform: rotate(45deg);
}

.naviLinkList02 li p span::after {
  transform: rotate(-45deg);
  margin-top: 3px;
}

.naviLinkList02 li figure {
  width: 216px;
}

.naviLinkMore{
    margin: 8px 0 -9px;
    text-align: right;
}
.naviLinkMore a{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.naviLinkMore a::before,
.naviLinkMore a::after{
    position: absolute;
    top: 50%;
    right: 5px;
    content: '';
    display: inline-block;
    width: 11px;
    height: 3px;
    background: #fff;
    border-radius: 6px;
}
.naviLinkMore a::before{
    margin-top: -3px;
    transform: rotate(45deg);
}
.naviLinkMore a::after{
    margin-top: 3px;
    transform: rotate(-45deg);
}
.naviLinkMore a:hover{
    opacity: 0.6;
}

.naviLinkProducts{
    overflow: hidden;
    width: 1000px;
}

.naviProductsCol{
    height: 92px;
    display: block;
}
.naviProductsCol .mr4{
    margin-right: 4px;
}


.naviProductsCol .naviProductsTit {
    float: left;
    width: 105px;
    margin-right: 4px;
}
.naviProductsCol .naviProductsTit a{
    display: block;
    height: 86px;
    padding: 10px 0 0 6px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    border-bottom: 4px solid #4b71af;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.naviProductsCol .naviProductsTit a::before {
    content: '';
    display: block;
    width: 27px;
    height: 16px;
    margin-bottom: 8px;
    background: url(/img/common/icn_naviProductsTit.png);
}
.naviProductsCol .naviProductsTit a:hover {
    opacity: 0.6;
}
.naviProductsCol ul {
    float: left;
    overflow: hidden;
}
.naviProductsCol li {
    float: left;
    width: 105px;
    height: 86px;
    margin-right: 4px;
}
.naviProductsCol ul:last-child li:last-child {
    margin-right: 0;
}
.naviProductsCol a {
    position: relative;
    display: block;
    height: 86px;
    border-bottom: 4px solid #5880c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.naviProductsCol .new a::before{
    background: url(/img/common/icn_naviLinkProducts_new.png) no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 4px;
}
.naviProductsCol .naviProductsTit.isNomu a { background: #e60013; border-bottom-color: #e60013; }
.naviProductsCol .naviProductsTit.isPlain a { background: #5880c1; border-bottom-color: #4b71af; }
.naviProductsCol .naviProductsTit.isSuger a { background: #58add4; border-bottom-color: #3182a7; }
.naviProductsCol .naviProductsTit.isCreamy a { background: #e0cd3c; border-bottom-color: #b5a11e; }
.naviProductsCol .naviProductsTit.isFruit a { background: #eb85c1; border-bottom-color: #d658a2; }
.naviProductsCol .naviProductsTit.isPower a { background: #5880c1; border-bottom-color: #4b71af; }
.naviProductsCol .naviProductsTit.isSupplement a { background: #7cb561; border-bottom-color: #5f874c; }
.naviProductsCol .naviProductsTit.isSymbio a { background: #21aadc; border-bottom-color: #078ebf; font-size: 8px; }
.naviProductsCol .naviProductsTit.isBentsu a { background: #fc62a6; border-bottom-color: #ed2682;}
.naviProductsCol .naviProductsTit.isKF a { background: #6dbb5d; border-bottom-color: #3DB270;}
.naviProductsCol ul.isNomu a { border-bottom-color: #e60013; }
.naviProductsCol ul.isPlain a { border-bottom-color: #5880c1; }
.naviProductsCol ul.isSuger a { border-bottom-color: #58add4; }
.naviProductsCol ul.isCreamy a { border-bottom-color: #e0cd3c; }
.naviProductsCol ul.isFruit a { border-bottom-color: #eb85c1; }
.naviProductsCol ul.isPower a { border-bottom-color: #5880c1; }
.naviProductsCol ul.isSupplement a { border-bottom-color: #7cbc60; }
.naviProductsCol ul.isSymbio a { border-bottom-color: #21aadc; }
.naviProductsCol ul.isBentsu a { border-bottom-color: #ed2682; }
.naviProductsCol ul.isKF a { border-bottom-color: #6dbb5d; }
.naviProductsCol li a span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background: #2855b4;
    text-align: center;
    line-height: 1.4;
    font-size: 11px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.naviProductsCol li a:hover span{
    opacity: 0.85;
}

.naviLinkListPower li:nth-child{
    width:315px;
    margin-right:27px;
}

/* breadcrumb
------------------------------------------------------------*/
.breadcrumb {
  overflow: auto;
  padding: 10px 0 15px;
  letter-spacing: -.4em;
  max-width: 1000px;
  margin: 70px auto 0;
  text-align: left;
}

.breadcrumb ul, .breadcrumb ol {
  display: flex;
}

.breadcrumb li {
  display: inline-flex;
	align-items: center;
	flex-shrink: 0;
  letter-spacing: normal;
}

.breadcrumb li a {
    display: inline-block;
}

.breadcrumb li:not(:last-child)::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 .75em 0 .5em;
  transform: rotate(45deg);
  border-top: 1px solid #a1a19f;
  border-right: 1px solid #a1a19f;
  vertical-align: middle;
  content: "";
}

.breadcrumb li a {
  color: #0f1083;
  text-decoration: underline;
}

.breadcrumb li a:hover {
  text-decoration: none;
}


/* #contents
------------------------------------------------------------*/
#contents{
	background: url(/img/common/bg_contents.png) center top no-repeat;
}
#about #contents, #knowledge #contents, #relation #contents {
    padding-top: 70px;
}
.contentsIn {
    padding-bottom: 140px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.pageTit{
    padding: 57px 0 30px;
    text-align: center;
}
.pageTit h1{
    position: relative;
    margin-bottom: 47px;
}
.pageTit h1::after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -18px;
    right: 50%;
    margin-right: -36px;
    width: 72px;
    height: 2px;
    background: #154fac;
}
.pageTit h1 img{
    height: 34px;
}
.pageTit p{
    line-height: 1.7;
    font-size: 16px;
    color: #666;
}
.pageTit p span{
    color: #0e4aa9;
}


/* #footer
------------------------------------------------------------*/
.toTop{
    z-index: 999;
    position: fixed;
    bottom: 90px;
    right: 0;
    left: 0;
    height: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.toTop a{
    display: block;
    width: 60px;
    height: 75px;
    position: absolute;
    bottom: 0px;
    right: 30px;
    text-align: center;
    background: url("/img/common/img_totop.png") right top no-repeat;
    z-index: 1000;
}

.toTop a:hover{
    background-position: 0 -75px;
}

#footer{
    border-top: 4px solid #144199;
    background: #f5f5f5;
}
.footerInner{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0 22px;
}
.footerNav{
    overflow: hidden;
}
.footerNav li{
    float: left;
}
.footerNav li + li{
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #aeb4c1;
}
.footerNav li a{
    letter-spacing: 1px;
    color: #666;
}
.footerNav li a:hover{
    opacity: 0.6;
}
#copyright{
    position: absolute;
    top: 25px;
    right: 140px;
    letter-spacing: 0.4px;
    font-size: 10px;
}
#logo_footer{
    position: absolute;
    top: 20px;
    right: 0;
}



/* LB
------------------------------------------------------------*/
.lbCont{
    position: relative;
    width: 700px;
    padding: 50px 70px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lbCont .mfp-close{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #557ad5;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 32px;
    opacity: 1.0;
}
.lbCont .mfp-close:hover{
    background: #98aee5;
}
.mfp-close-btn-in .mfp-close{
    color: #ffffff;
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.cmScrollArea{
    overflow: auto;
    margin-top: 30px;
    padding-right: 5px;
    margin-right: -20px;
    height: 250px;
    -webkit-overflow-scrolling : touch
}
.cmInfo{
    overflow: hidden;
}
.cmInfoBox{
    float: left;
    width: 47%;
}
.cmInfoBox:last-child{
    float: right;
}
.cmInfoTit{
    position: relative;
    text-align: center;
}
.cmInfoTit span{
    position: relative;
    padding: 0 10px;
    background: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
    color: #154fab;
}
.cmInfoTit::before{
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #5880c1;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.cmInfoBox table{
    width: 100%;
    margin-top: 8px;
}
.cmInfoBox tr{
    border-bottom: 1px dotted #d9d7dd;
    font-weight: bold;
}
.cmInfoBox th,
.cmInfoBox td{
    padding: 4px 0 3px;
}
.cmInfoBox th{
    width: 6em;
    font-weight: bold;
    color: #666;
}
.cmInfoBox .cmStaff th{ width: 14em; }
.cmInfoBox td{
    font-weight: normal;
}
.cmDetail{
    margin-top: 35px;
}
.cmDetail .cmDetailTxt{
    margin-top: 12px;
    line-height: 2;
}




/* clearfix
------------------------------------------------------------*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
*:first-child+html .clearfix {
    zoom: 1;
}
* html .clearfix {
    zoom: 1;
}

.sp{
    display: none;
}
.pc{
    display: block;
}
.spInline{
    display: none;
}
.pcInline{
    display: inline;
}

/* SP
------------------------------------------------------------*/
@media screen and ( max-width:768px ){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .spInline{
        display: inline;
    }
    .pcInline{
        display: none;
    }
    body {
        min-width: 320px;
    }
    
    
    #header{
    height: 48px;
        -webkit-box-shadow: 0 0px 2px rgba(0,0,0,.15);
        box-shadow: 0 0px 2px rgba(0,0,0,.15);
    }

    #logo_bihidasu {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: 4px;
        margin-left: -30px;
    }
    #logo_bihidasu img{
        width: 60px;
    }
    .spMenu{
        position: absolute;
        top: 6px;
        right: 20px;
        width: 35px;
    }
    .spMenu a{
        position: relative;
        height: 11px;
        padding-top: 24px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 9px;
        color: #557ad5;
    }
    .spMenu .icnTrigger span,
    .spMenu .icnTrigger::before,
    .spMenu .icnTrigger::after{
        display: inline-block;
        position: absolute;
        left: 50%;
        width: 24px;
        height: 3px;
        margin-left: -12px;
        border-radius: 5px;
        background: #557ad5;
    }
    .spMenu .icnTrigger span{
        top: 11px;
    }
    .spMenu .icnTrigger::before{
        content: '';
        top: 4px;
    }
    .spMenu .icnTrigger::after{
        content: '';
        top: 18px;
    }
    
    .spMenu a.active .icnTrigger span{ display: none; }
    .spMenu a.active .icnTrigger::before{
        top: 11px;
        transform: rotate(45deg);
    }
    .spMenu a.active .icnTrigger::after{
        top: 11px;
        transform: rotate(-45deg);
    }
    .spMenu a:not(.active) .isOpen{ display: none; }
    .spMenu a.active .isClose{ display: none; }
    
    .mainNavi{
        width: 100%;
        position: relative;
    }
    .navList{
        display: none;
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        background: rgba(148,196,241,.95);
        letter-spacing: normal;
    }
    .navList li {
        display: block;
        border-bottom: 1px solid #fff;
    }
    .navList li + li::before{
        display: none;
    }
    .navList li.current::after{
        display: none;
    }
    .navList li a {
        position: relative;
        color: #fff;
        padding: 0 50px 0 25px;
        line-height: 65px;
        height: 60px;
        font-weight: bold;
    /*    font-size: 14px;*/
    }
    .navList li a::before,
    .navList li a::after,
    .navList li.current a::after {
        content: '';
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 8px;
        background: #fff;
        border-radius: 5px;
    }
    .navList li a::after,
    .navList li.current a::after{
        top: 27px;
        right: 25px;
        transform: rotate(45deg);
    }
    .navList li a::before{
        bottom: 27px;
        right: 25px;
        transform: rotate(-45deg);
    }
    .navList li a:hover{
    /*    opacity: 0.6;*/
    }
    #logo_morinaga {
        position: absolute;
        top: 10px;
        right: auto;
        left: 15px;
    }
    #logo_morinaga img{
        width: 45px;
    }

    .breadcrumb {
        margin-top: 48px;
        margin-bottom: 0;
        padding: 5px 15px;
        background-color: #f3f3f3;
        font-size: 11px;
    }

    #contents{
        padding: 0 0 20px;
        background: url(/img/common/bg_contents_sp.png) center top no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    #about #contents, #knowledge #contents, #relation #contents {
        /*padding-top: 70px;*/
    }
    .contentsIn {
        width: 100%;
        padding-bottom: 60px;
    }
    
    
    .pageTit{
        padding: 35px 15px 22px;
    }
    .pageTit h1{
        margin-bottom: 27px;
    }
    .pageTit h1::after{
        bottom: -10px;
        margin-right: -18px;
        width: 36px;

    }
    .pageTit h1 img{
        height: 21px;
    }
    .pageTit p{
        font-size: 11px;
        line-height: 1.5;
    }

    
    .toTop{
        position: fixed;
        bottom: 10px;
        right: 10px;
        left: auto;
        width: 0;
        height: 0;
        min-width: inherit;
        margin: 0 auto;
    }

    .toTop a{
        width: 43px;
        height: 47px;
        position: absolute;
        background: url("/img/common/img_totop_sp.png") right top no-repeat;
        -webkit-background-size: 43px auto;
        background-size: 43px auto;
    }
    .toTop a:hover{
        background-position: 0 0;
    }
    
    .footSns{
        padding-right: 20px;
        text-align: center;
    }
    .footSns li{
        display: inline-block;
        margin-right: 30px;
    }
    .footSns li:last-child{
        margin-right: 0;
    }
    
    #footer{
        border-top-width: 5px;
    }
    .footerInner{
        width: 100%;
        padding: 14px 0 20px;
        text-align: center;
    }
    .footerNav{
        display: inline-block;
        margin-bottom: 10px;
    }
    .footerNav li{
        float: left;
    }
    .footerNav li + li{
        padding-left: 6px;
        margin-left: 6px;
    }
    .footerNav li a{
        font-size: 11px;
    }
    #copyright{
        position: static;
        top: auto;
        right: auto;
        margin-bottom: 22px;
        font-size: 7px;
    }
    #logo_footer{
        position: static;
        top: auto;
        right: auto;
        text-align: center;
    }
    #logo_footer img{
        margin: 0 auto;
        width: 90px;
    }

    
    /* LB
    ------------------------------------------------------------*/
    .lbCont{
        width: 98%;
        padding: 40px 12px 20px;
        margin-top: 10px;
    }
    .lbCont .mfp-close{
        top: -17px;
        right: -5px;
    }

    .cmScrollArea{
        height: 160px;
        padding-right: 0;
        margin-right: 0;
        margin-top: 20px;
    }
    .cmInfoBox{
        float: none;
        width: 100%;
    }
    .cmInfoBox + .cmInfoBox{
        margin-top: 30px;
    }
    .cmDetail .cmDetailTxt{
        line-height: 1.8;
    }
}

.mb00{margin-bottom:0px !important;}
.mb01{margin-bottom:1px !important;}
.mb02{margin-bottom:2px !important;}
.mb03{margin-bottom:3px !important;}
.mb04{margin-bottom:4px !important;}
.mb05{margin-bottom:5px !important;}
.mb06{margin-bottom:6px !important;}
.mb07{margin-bottom:7px !important;}
.mb08{margin-bottom:8px !important;}
.mb09{margin-bottom:9px !important;}
.mb10{margin-bottom:10px !important;}
.mb11{margin-bottom:11px !important;}
.mb12{margin-bottom:12px !important;}
.mb13{margin-bottom:13px !important;}
.mb14{margin-bottom:14px !important;}
.mb15{margin-bottom:15px !important;}
.mb16{margin-bottom:16px !important;}
.mb17{margin-bottom:17px !important;}
.mb18{margin-bottom:18px !important;}
.mb19{margin-bottom:19px !important;}
.mb20{margin-bottom:20px !important;}
.mb21{margin-bottom:21px !important;}
.mb22{margin-bottom:22px !important;}
.mb23{margin-bottom:23px !important;}
.mb24{margin-bottom:24px !important;}
.mb25{margin-bottom:25px !important;}
.mb26{margin-bottom:26px !important;}
.mb27{margin-bottom:27px !important;}
.mb28{margin-bottom:28px !important;}
.mb29{margin-bottom:29px !important;}
.mb30{margin-bottom:30px !important;}
