body {
    background: transparent;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('https://spiceworksmyanmar.com/fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('https://spiceworksmyanmar.com/fonts/Roboto-Thin.ttf');
}

@font-face {
  font-family: 'Myanmar3sh';
  src: url('/fonts/Myanmar3sh.ttf');
}

@font-face {
  font-family: 'Noto Sans Myanmar UI';
  font-style: normal;
  font-weight: normal;
  src: url(//fonts.gstatic.com/ea/notosansmyanmarui/v1/NotoSansMyanmarUI-Regular.eot);
  src: url(//fonts.gstatic.com/ea/notosansmyanmarui/v1/NotoSansMyanmarUI-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/notosansmyanmarui/v1/NotoSansMyanmarUI-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansmyanmarui/v1/NotoSansMyanmarUI-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansmyanmarui/v1/NotoSansMyanmarUI-Regular.ttf) format('truetype');
}

@font-face {
font-family:'Zawgyi-One';
src: url('https://cdn.rawgit.com/LeonarAung/MyanmarFont/6cf1262f/zawgyi.ttf') format('woff'), url('https://cdn.rawgit.com/LeonarAung/MyanmarFont/6cf1262f/zawgyi.ttf') format('ttf');
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  background: transparent;
  -ms-word-wrap: break-word;
      word-wrap: break-word;
  font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
table {
    border-collapse: collapse;
    margin: 15px 0;
}

table, th, td {
    border: 1px solid black;
    padding-top: 4px;
    padding-bottom: 4px;
}
td{
    border-bottom: 1px solid transparent;
}
tr:last-child td{
    border-bottom: 1px solid black;
}
.clear {
    clear: both;
}
.site{
    box-shadow: none;
    margin: 50px auto;
    width: 100%;
    max-width: 1000px;
}
.sidebar{
    background: transparent;
    box-shadow: none;
}
.home .meta-author,
.home .entry-meta span:after,
.search .meta-author,
.search .entry-meta span:after,
.archive .meta-author,
.archive .entry-meta span:after,
.widget_recent_comments,
.widget_archive,
.widget_meta {
    display: none;
}
.entry-title a:hover, .entry-title a:visited{
    color: #303030;
}
/*a:hover{
    opacity: .7;
}*/
main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
dialog {
    display: block
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
dl,
table,
pre,
figure,
input,
textarea,
.widget-title,
.page-title, .entry-title {
    margin-top: 0;
    font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

figure {
    margin-right: 0;
    margin-left: 0
}

ul {
    padding-left: 0;
    list-style: none;
    list-style-type:none;
}
.widget ul{
    list-style-type:none;
}
dd {
    margin-left: 0
}

label {
    margin-bottom: 0
}

img,
iframe {
    border: 0
}

img,
object,
video,
picture {
    max-width: 100%
}
.pc{
    display: block;
}
.sp{
    display: none;
}
/*header*/
header.site_menu_div {
    width: 100%;
    min-width: 978px;
    height: 50px;
    background: rgba(64,67,66,0.9);
    position: fixed;
    top: 0;
    z-index: 99999;
}
body.admin-bar header.site_menu_div {
    top: 32px;
}
header.site_menu_div h1 {
    display: inline-block;
    margin: 0;
}
header.site_menu_div .left {
    display: inline-block;
    color: red;
    padding: 13.45px 0;
}
header.site_menu_div .left img {
    width: 270px;
    margin: 0px 0px 0px 41.25px;
}
header.site_menu_div .right {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 13px 35px 13px 0;
    font-size: 13px;
}
header.site_menu_div .right li {
    float: left;
    margin: 0 10px;
    line-height: 23.5px;
}
header.site_menu_div .right a {
    color: #f3f0f0;
    line-height: 20px;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    letter-spacing: 0.1px;
}
header.site_menu_div .right .underline .active {
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    color: #f3f0f0;
}
header.site_menu_div .right .underline:last-child {
    border: 1px solid #fff;
    padding: 0 5px;
}
.blog_detail .blog_container {
    background: url(/../../../img/blog/blogDetail_flower_01.jpg), url(/../../../img/blog/project_list_detail_flower_02.jpg);
    background-position: top left, bottom right 128px;
    background-repeat: no-repeat;
    background-size: auto;
}

.blog .blog_container::before{
    content:'';
    position: fixed;
    background: url(/../../../img/blog/blogDetail_flower_01.png) no-repeat top left;
    background-size: auto;
    width: 196px;
    height: 513px;
    z-index: 0;
}

.inner {
    width: 88%;
    margin: 0 auto;
    min-width: 978px;
    max-width: 979px;
}
.inner .headertitle label {
    font-size: 18px;
    color: #5b5b5b;
    text-align: center;
    display: block;
}
.headertitle h1 {
    font-size: 22px;
    color: #323232;
    text-align: center;
    line-height: 1;
    font-weight: 100;
    margin-top: 7px;
}
.headertitle {
    padding: 81px 0 42px 0;
}
.nav{
    width:  100%;
    margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.nav li {
    width: 18% !important;
    float: none;
    background: #fff;
    margin: 0 12px 14px 0;
}
.nav li a {
    min-width: 170px;
    width: auto;
    padding: 10px 4px 9px;
    text-align: center;
    border: 1px solid #ccc;
    color: #323232;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.nav li.current-cat, 
.nav li a:hover, 
.nav li a.selected {
    color: #fff;
    background: #323232;
}
.nav li.current-cat a{
    color: #fff;
}
.page-header{
    display: none;
}
/*end of header*/

.entry-content{
   padding-left: 35px; 
}
/*content*/
.site-content{
    min-width: 980px;
}
.content-area{
    padding:0;
    width: 696px;
    /*margin-left: 20px;*/
    z-index: 10;
}
.sidebar{
    padding: 0 0 0 20px;
    width:  304px;
    border: none;
}
.content-area,
.sidebar{
    float:left;
}
.post-layout-columns .post-wrapper .post-column{
    padding-right:  10px;
}
.post-layout-columns .post-wrapper .post-column:nth-child(even){
    padding-right:  0;
    padding-left:  10px;
}
.post-layout-columns .post-wrapper{
    margin: 0;
}
.home .type-post, 
.home .type-page, 
.home .type-attachment, 
.home .comments-area,
.search .type-post, 
.search .type-page, 
.search .type-attachment,
.search .comments-area,
.archive .type-post, 
.archive .type-page, 
.archive .type-attachment, 
.archive .comments-area{
    border: 1px solid #ebebeb;
    box-shadow: 2px 2px 4px #efefef;
    text-align: center;
    padding: 0;
    background: #fff;
    width: 335px;
}
.home .wp-post-image-link,
.search .wp-post-image-link,
.archive .wp-post-image-link{
    display: block;
    width: 100%;
    background: silver;
    height: 175px;
    overflow: hidden;
}
.home .entry-header,
.search .entry-header,
.archive .entry-header{
    position: relative;
}
.home .entry-meta,
.search .entry-meta,
.archive .entry-meta{
    position: absolute;
    background-color: #3a3a3a;
    color: #999;
    padding: 4px 6.4px;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Roboto-Regular';
    top: -36px;
    left: 0%;
    margin: 0;
}
.home .entry-meta a:hover,
.search .entry-meta a:hover,
.archive .entry-meta a:hover{
    color: #fff;
    opacity: 1;
}
.home .no_post_thumbnail,
.search .no_post_thumbnail,
.archive .no_post_thumbnail{
    width: 100%;
    background: silver;
    height: 175px;
}
.home .post-wrapper .type-post .entry-title,
.search .post-wrapper .type-post .entry-title,
.archive .post-wrapper .type-post .entry-title{
    text-align: center;
    padding: 28px 25px 4px 25px;
    font-size: 16px;
    color: #303030;
    line-height: 1.5;
    font-family: 'Roboto-Regular';
}
.home .post-wrapper .type-post .entry-content,
.search .post-wrapper .type-post .entry-content,
.archive .post-wrapper .type-post .entry-content{
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    color: #585858;
    line-height: 20px;
}
.home .more-link,
.search .more-link,
.archive .more-link{
    background: transparent;
    color: #6379b9;
    font-size: 14px;
    line-height: 12px;
    margin: 43px 0 34px 0;
}
.home .more-link:hover,
.search .more-link:hover,
.archive .more-link:hover{
    text-decoration: underline;
}
.search-form{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 10px;
}
.search-form .search-field{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    margin: 0 0 0 0;
    padding: 0 0 1.5px 10px;
    min-width: auto;
}
.search-form .search-submit{
    margin: 0;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    line-height: 1;
    background: transparent;
}
.search-form .search-submit .genericon-search{
    color: gray;
}
.widget-title{
    font-size: 22px;
}
/*end of content*/
/*code-widget*/
.code-widget{
    width: 100%;
    max-width: 300px;
    max-height: 500px;
}

.code-widget iframe{
    border: 1px solid #ebedf0;
    width: 100%;
    min-height: 600px;
    height: 30vw;
    max-height: 600px;
    background: #f5f6f7;
}

/*detail*/
.comments-area{
    display:none;
}
.single-post .entry-title{
    margin-top: 35px;
    font-size: 18px;
    color: #303030;
    font-weight: normal;
    font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', sans-serif;
/*    font-family: 'Pyidaungsu';*/
    /* font-family: 'Zawgyi-One-Embedded', Zawgyi-One,Roboto-Regular, Meiryo; */
}
.type-post .wp-post-image, .type-page .wp-post-image,
.single-post .entry-meta{
    margin: 0;
}
.single-post .entry-meta,
.single-post .entry-categories{
    display: inline-block;
    margin: 0;
}
.entry-categories .meta-categories a{
    float: none;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #6379b9 !important;
}
.single-post #main a:link, .single-post #main a:visited {

    color: #6379b9;

}
.entry-categories .meta-categories a::before{
    margin: 0 8px;
    content: ">>";
    color: #6379b9;
    font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', sans-serif;
/*    font-family: 'Roboto-Regular', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
.entry-categories .meta-categories a:hover{
    background: transparent;
}
.single-post .entry-meta span::after{
    content: ">>";
    color: #6379b9;
    font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', sans-serif;
/*    font-family: 'Roboto-Regular', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
.single-post .entry-content p,
.single-post .entry-content p *,
.single-post .entry-content ul li,
.single-post .entry-content ol li,
.single-post .entry-content ul li *,
.single-post .entry-content ol li * {
    font-size: 15px;
    color: #585858;
    line-height: 28px;
    font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', sans-serif;
/*    font-family: 'Pyidaungsu';*/
    /* font-family: 'Zawgyi-One-Embedded', Zawgyi-One,Roboto-Regular, Meiryo, Myanmar3sh; */
}
.single-post .entry-content p,
.single-post .entry-content ul,
.single-post .entry-content ol {
    padding: 7px 0;
}
.single-post .entry-meta a:link, 
.single-post .entry-meta a:visited{
    font-size: 14px;
    color: #6379b9;
}

/*recent post*/
.widget_categories .cat-item{
    list-style-type: none;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    font-weight: normal;
    color: #303030;
    margin: 0 0 0 0;
}
.widget_categories .cat-item a{
    color: #303030;
}
.widget_categories .cat-item a:hover{
    opacity: .7;
}
.widget-header{
    margin: 0 0 12px 0;
}
.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}

.rpwe-block li{
border-bottom: 1px solid #ccc;
margin-bottom: 8px;
padding-bottom: 8px;
list-style-type: none;
}

.rpwe-block a{
display: inline !important;
text-decoration: none;
font-size: 14px;
color: #303030;
}

.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}

.rpwe-thumb{
width: 100px;
height: 80px;
border: 1px solid transparent !important;
box-shadow: none !important;
margin: 0 10px 0 0;
padding: 0 !important;
}

.rpwe-summary{
font-size: 12px;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-comment{
color: #bbb;
font-size: 11px;
padding-left: 5px;
}

.rpwe-alignleft{
display: inline;
float: left;
background: silver;
}

.rpwe-alignright{
display: inline;
float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}

/*footer*/
.footer {
    width: 100%;
    min-width: 979px;
    margin: 0 auto;
    background: #3a3a3a;
    position: relative;
    padding: 25px 0;
}
.logo {
    position: absolute;
    top: 38px;
    left: 30px;
    width: 20.6%;
}
.logo img {
    width: 260px;
}
.menulink {
    text-align: center;
}
.menulink ul {
    width: 460px;
    margin: 0 auto;
}
.menulink ul li {
    float: left;
}
.menulink ul li a {
    color: #909090;
    font-size: 13px;
    line-height: 12px;
    border-right: 1px solid #909090;
    padding: 0 9px;
    display: inline-block;
}
.menulink ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.menulink ul li:last-child a {
    border: none;
}
.menulink p {
    font-size: 12px;
    line-height: 12px;
    color: #7e7e7e;
    margin-top: 10px;
}
.social {
    position: absolute;
    right: 30px;
    top: 38px;
    padding: 0 15px;
}
.footer .social img {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    opacity: 0.5;
}
.footer .social img:hover {
    opacity: 1;
}
.footer .fb_share_btn:hover .fb_sharebtn {
    opacity: 1;
}
/*end of footer*/

.pageTop img {
    width: 50px;
}
.pageTop {
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
}
.facebook_page{
    border-top: 1px solid #cccccc;
    padding: 50px 0;
}

.blog_facebook_btn div {
    margin: 20px 0 0;
    padding: 0;
    display: inline-block;
}

.blog_facebook_btn > div iframe{
    top:0;
       max-height: 20px;
}
.blog_facebook_btn > div:last-child iframe{
    top: -8px;
}
/*end of PC*/


/*SP*/
@media screen and (max-width: 767px){
    html #wpadminbar{
        position: fixed;
    }
    body.admin-bar header.site_menu_div {
        top: 45px;
    }
    .entry-content{
       padding: 10px 0;
    }
    html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
        font-size: 14px;
        line-height: 1.8;
    }  
    .entry-meta a{
        font-size: 12px !important;
    }  
    .site{
        box-shadow: none;
        max-width: 640px;
        max-width: 100%;
        background: none;
    }
    .sidebar{
        background: transparent;
        box-shadow: none;
    }
    .home .meta-author,
    .home .entry-meta span:after,
    .search .meta-author,
    .search .entry-meta span:after,
    .archive .meta-author,
    .archive .entry-meta span:after,
    .widget_recent_comments,
    .widget_archive,
    .widget_meta {
        display: none;
    }
    .entry-title a:hover, .entry-title a:visited{
        color: #303030;
    }
    /*a:hover{
        opacity: .7;
    }*/
    main,
    article,
    aside,
    figcaption,
    figure,
    footer,
    header,
    nav,
    section,
    dialog {
        display: block;
        /*background: red;*/
    }

    img,
    object,
    video,
    picture {
        max-width: 100%
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;        
    }
    /*header*/
    header.site_menu_div {
        width: 100%;
        min-width: 640px;
        min-width: 100%;
        height: 63.9px;
        background: rgba(0,0,0,0.9);
        position: fixed;
        top: 0;
        z-index: 99999;
        line-height: 1;
    }
    header.site_menu_div h1 {
        display: inline-block;
        margin: 0;
    }
    header.site_menu_div .left {
        display: inline-block;
        /*color: red;*/
        padding: 0 0;
        width: 70%;
        line-height: 1;
    }
    header.site_menu_div .left a{
        display: inline-block;
    }
    header.site_menu_div .left img {
        width: 270px;
        margin: 21.1px 0px 0px 19px;
    }
    header.site_menu_div .right {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        padding: 13px 35px 13px 0;
        font-size: 13px;
    }
    header.site_menu_div .right li {
        float: left;
        margin: 0 10px;
        line-height: 23.5px;
    }
    header.site_menu_div .right a {
        color: #f3f0f0;
        line-height: 20px;
        font-family: 'Roboto-Regular';
        font-size: 13px;
        letter-spacing: 0.1px;
    }
    header.site_menu_div .right .underline .active {
        padding-bottom: 15px;
        border-bottom: 2px solid #fff;
        color: #f3f0f0;
    }
    header.site_menu_div .right .underline:last-child {
        border: 1px solid #fff;
        padding: 0 5px;
    }
    header.site_menu_div .dropdown{
        display: inline-block;
        float: right;       
    }
    header.site_menu_div .dropdown button{
         /*background: rgba(64,67,66,0.9);*/
         padding: 14px 28px;
         background: none;
    }
    header.site_menu_div .dropdown button img{
        margin-top: 5px;
    }
    header.site_menu_div .dropdown-content {
        display: none;
        position: absolute;
        background-color: #2c2c2c;
        min-width: 640px;
        min-width: 100%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        text-align: left;
        top: 63.5px;
        left: 0;
        z-index: 9999999;
    }
    header.site_menu_div .dropdown.opened .dropdown-content{
        display: block;
    }
    .dropdown-content a {
        color: #ffffff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        /* font-size: .13rem; */
        /* font-size: 0.22rem; */
        font-family: 'Roboto-Regular';
        font-size: 22px;
        letter-spacing: 0.5px;
        padding: 20px;
        border-bottom: 1px solid #fff;
    }
    .blog_detail .blog_container {
        background: url(/../../../img/blog/blogDetail_flower_01.jpg), url(/../../../img/blog/project_list_detail_flower_02.jpg);
        background-position: top left, bottom right 128px;
        background-repeat: no-repeat;
        background-size: auto;
    }
    .inner {
        width: 640px;
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
        margin-top: 0%;
    }
    .inner .headertitle label {
        font-size: 18px;
        color: #5b5b5b;
        text-align: center;
        display: block;
    }
    .headertitle h1 {
        font-size: 20px;
        color: #323232;
        text-align: center;
        line-height: 100%;
        font-weight: 100;
        margin-top: 5px;
    }
    .headertitle {
        padding: 103px 0 42px 0;
    }
    .nav{
        width:  78%;
        margin: 0 auto;
    }
    .nav ul{
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .nav li {
        width: 45.5% !important;
        float: none !important;
        background: transparent;
    }
    .nav li a {
        background: #fff;
        min-width: auto;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        border: 1px solid #ccc;
        color: #323232;
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .nav li.current-cat{
        background: transparent;
    }
    .nav li.current-cat a, 
    .nav li a:hover, 
    .nav li a.selected {
        color: #fff;
        background: #323232;
    }
    .nav li.current-cat a{
        color: #fff;
    }
    .page-header{
        display: none;
    }

 /*   .bx-wrapper .bx-prev {
      left: 0;
      background: url('/../../../img/blog/icon_arrow_l_sp.png') no-repeat;
      -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
*/
.bx-wrapper .bx-prev {
  left: 0;
  background: url('/../../../img/blog/icon_arrow_l_sp.png') no-repeat !important;
  -webkit-background-size: 40px auto !important;
       -o-background-size: 40px auto !important;
          background-size: 40px auto !important;
}
.bx-wrapper .bx-next {
    right: 0;
    background: url('/../../../img/blog/icon_arrow_r_sp.png') no-repeat !important;
    -webkit-background-size: 40px auto !important;
    -o-background-size: 40px auto !important;
    background-size: 40px auto !important;
}
.bx-wrapper .bx-controls-direction a{
    top: 3px !important;
    width: 40px !important;
    height: auto !important;
    font-size: 20px !important;
}

    /*end of header*/

    /*content*/
    .site-content{
        min-width: 640px;
        min-width: 100%;
        position: relative;
    }
    .content-area{
        padding: 0;
        /*width:  560px;*/
        width: 88%;
        margin:0 auto;
       /* position: relative;*/
    }
    .sidebar{
        padding: 0;
        width:  88%;
        border: none;
        margin: 0 auto;
    }
    .content-area,
    .sidebar{
        float:none;
    }
    .content-area{
        padding: 90px 0 0 0;
    }
    .post-layout-columns .post-wrapper .post-column{
        padding-right:  0px;
    }
    .post-layout-columns .post-wrapper .post-column:nth-child(even){
        padding-right:  0;
        padding-left:  0px;
    }
    .post-layout-columns .post-wrapper{
        margin: 0;
    }
    .home .type-post, 
    .home .type-page, 
    .home .type-attachment, 
    .home .comments-area,
    .archive .type-post, 
    .search .type-post, 
    .search .type-page, 
    .search .type-attachment,
    .search .comments-area,
    .archive .type-page, 
    .archive .type-attachment, 
    .archive .comments-area{
        border: 1px solid #ebebeb;
        box-shadow: 2px 2px 4px #efefef;
        text-align: center;
        padding: 0;
        background: #fff;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .type-post{
        margin-bottom: 50px;
    }
    .home .wp-post-image-link,
    .search .wp-post-image-link,
    .archive .wp-post-image-link{
        display: block;
        width: 100%;
        background: silver;
        height: auto;
        overflow: hidden;
        position: relative;
        padding-top: 50%;
    }

    .home .entry-header,
    .search .entry-header,
    .archive .entry-header{
        position: relative;
    }
    .home .entry-meta,
    .search .entry-meta,
    .archive .entry-meta{
        position: absolute;
        background-color: #3a3a3a;
        color: #999;
        padding: 0px 10px;
        font-size: 24px;
        font-weight: 100;
        font-family: 'Roboto-Regular';
        top: -43px;
        left: 0%;
        margin: 0;
    }
    .home .entry-meta a:hover,
    .search .entry-meta a:hover,
    .archive .entry-meta a:hover{
        color: #fff;
        opacity: 1;
    }
    .home .no_post_thumbnail,
    .search .no_post_thumbnail,
    .archive .no_post_thumbnail{
        width: 100%;
        background: silver;
        height: auto;
        padding: 50% 0 0 0;
    }
    .home .post-wrapper .type-post .entry-title,
    .search .post-wrapper .type-post .entry-title,
    .archive .post-wrapper .type-post .entry-title{
        text-align: center;
        padding: 28px 25px 4px 25px;
        font-size: 18px;
        color: #303030;
        line-height: 30px;
        font-family: 'Roboto-Regular';
    }
    .home .post-wrapper .type-post .entry-content,
    .search .post-wrapper .type-post .entry-content,
    .archive .post-wrapper .type-post .entry-content{
        padding: 0 40px;
        text-align: center;
        font-size: 24px;
        color: #585858;
        line-height: 1.2;
    }
    .entry-content p:first-child {
        margin-top: 0.5em;
        font-size: 16px;
        line-height: 30px;
    }
    .home .more-link,
    .search .more-link,
    .archive .more-link{
        background: transparent;
        color: #6379b9;
        font-size: 18px;
        line-height: 1.2;
        margin: 20px 0 25px 0;
    }
    .home .more-link:hover,
    .search .more-link:hover,
    .archive .more-link:hover{
        text-decoration: underline;
    }
    .search-form{
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-left: 10px;
        position: absolute;
        top: 0;
        width: 45.9%;
        margin-left: 42%;
    }
    .search-form .search-field{
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        border-radius: 10px;
        font-size: 14spx;
        border: 1px solid #d7d7d7;
        margin: 0 0 0 0;
        padding: 0 0 1.5px 10px;
        min-width: auto;
      
    }
    .search-form .search-submit{
        margin: 0;
        padding: 8px 10px 5px 0;
        box-sizing: border-box;
        line-height: 1;
        background: transparent;
    }
    .search-form .search-submit .genericon-search{
        color: gray;
    }
    .widget-title{
        font-size: 18px;
    }
    /*end of content*/
    .code-widget iframe{
        border: 2px solid #ebedf0;
        width: 100%;
        min-height: 400px;
        height: 30vw;
        max-height: 600px;
        background: #f5f6f7;
    }
    /*detail*/
    .comments-area{
        display:none;
    }
    .single-post .entry-title{
        margin-top: 35px;
        font-size: 14px;
        color: #303030;
        font-weight: normal;
        font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', sans-serif;
/*        font-family: 'Zawgyi-One-Embedded', Zawgyi-One,Roboto-Regular, Meiryo;*/
    }
    .type-post .wp-post-image, .type-page .wp-post-image,
    .single-post .entry-meta{
        margin: 0;
    }
    .type-post .wp-post-image, .type-page .wp-post-image{
        width: 100%;
    }
    .home .type-post .wp-post-image, .type-page .wp-post-image,
    .search .type-post .wp-post-image, .type-page .wp-post-image,
    .archive .type-post .wp-post-image, .type-page .wp-post-image{
        position: absolute;
        top: 0;
        left: 0;
    }
    .single-post .entry-meta,
    .single-post .entry-categories{
        display: inline-block;
        margin: 0;
    }
    .single-post .entry-meta span a{
        font-size: 12px;
    }
    .entry-categories .meta-categories a{
        float: none;
        margin: 0;
        padding: 0;
        background: transparent;
        color: #6379b9 !important;
        
    }
    .single-post #main a:link, .single-post #main a:visited {

        color: #6379b9;

    }
    .entry-categories .meta-categories a::before{
        margin: 0 8px;
        content: ">>";
        color: #6379b9;
        font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', sans-serif;
/*        font-family: 'Roboto-Regular', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    }
    .entry-categories .meta-categories a:hover{
        background: transparent;
    }
    .single-post .entry-meta span::after{
        content: ">>";
        color: #6379b9;
        font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', sans-serif;
/*        font-family: 'Roboto-Regular', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    }
    .single-post .entry-content p,  strong{
        font-size: 12px;
        color: #585858;
        padding: 7px 0;
        line-height: 25px;
        font-family: Roboto-Regular,'Noto Sans Myanmar UI','Zawgyi-One', sans-serif;
/*        font-family: 'Zawgyi-One-Embedded', Zawgyi-One,Roboto-Regular, Meiryo, Myanmar3sh;*/
    }
    .single-post .entry-meta a:link, 
    .single-post .entry-meta a:visited{
        font-size: 14px;
        color: #6379b9;
    }

    /*recent post*/
    .widget_categories .cat-item{
        list-style-type: none;
        padding-top: 9px;
        padding-bottom: 9px;
        border-bottom: 1px solid #cccccc;
        font-size: 16px;
        font-weight: normal;
        color: #303030;
        margin: 0 0 0 0;
    }
    .widget_categories .cat-item a{
        color: #303030;
    }
    .widget_categories .cat-item a:hover{
        opacity: .7;
    }
    .widget-header{
        margin: 0 0 12px 0;
    }
    .rpwe-block ul{
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    }

    .rpwe-block li{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    list-style-type: none;
    }

    .rpwe-block a{
    display: inline !important;
    text-decoration: none;
    font-size: 14px;
    color: #303030;
    }

    .rpwe-block h3{
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.5em;
    }

    .rpwe-thumb{
    width: 140px;
    height: 110px;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    margin: 0 25px 0 0;
    padding: 0 !important;
    }

    .rpwe-summary{
    font-size: 12px;
    }

    .rpwe-time{
    color: #bbb;
    font-size: 12px;
    }

    .rpwe-comment{
    color: #bbb;
    font-size: 11px;
    padding-left: 5px;
    }

    .rpwe-alignleft{
    display: inline;
    float: left;
    background: silver;
    }

    .rpwe-alignright{
    display: inline;
    float: right;
    }

    .rpwe-aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .rpwe-clearfix:before,
    .rpwe-clearfix:after{
    content: "";
    display: table !important;
    }

    .rpwe-clearfix:after{
    clear: both;
    }

    .rpwe-clearfix{
    zoom: 1;
    }

    /*footer*/
    .footer {
        width: 100%;
        min-width: 640px;
        min-width: 100%;
        margin: 0 auto;
        background: #3a3a3a;
        position: relative;
        padding: 25px 0px;
    }
    .logo {
        left: 0;
        width: 100%;
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
    .logo img {
        width: 400px;
        padding:0 10px;
    }
    .footer p {
        font-size: 12px;
        line-height: 1.2;
        color: #7e7e7e !important;
        margin-top: 30px;
        text-align: center;
        font-family: 'Roboto-Regular';
    }
    .menulink {
        text-align: center;
    }
    .menulink ul {
        width: 72%;
        margin: 0 auto;
    }
    .menulink ul li {
        float: left;
    }
    .menulink ul li a { 
        color: #909090;
        font-size: 22px;
        line-height: 1.2;
        border-right: 1px solid #909090;
        padding: 0px 10px;
        display: inline-block;
        min-width: 115px;
        margin: 20px 0;
    }
    .menulink ul li a:hover {
        color: #fff;
        text-decoration: none;
    }
    .menulink ul li:last-child a,
    .menulink ul li:nth-child(4n) a{
        border: none;
    }
    .menulink p {
        font-size: 12px;
        line-height: 12px;
        color: #7e7e7e;
        margin-top: 10px;
    }
    .social {
        position: absolute;
        right: 30px;
        top: 38px;
        padding: 0 15px;
    }
    .footer .social img {
        width: 35px;
        height: 35px;
        margin: 0 3px;
        opacity: 0.5;
    }
    .footer .social img:hover {
        opacity: 1;
    }
    .footer .fb_share_btn:hover .fb_sharebtn {
        opacity: 1;
    }
    /*end of footer*/

    .pageTop img {
        width: 50px;
    }
    .pageTop {
        position: fixed;
        z-index: 9999;
        right: 30px;
        bottom: 100px;
        cursor: pointer;
    }
    .facebook_page{
        border-top: 1px solid #cccccc;
        padding: 50px 40px;
    }

    .blog_facebook_btn div{
        padding: 0px 30px 0 0;
        display: inline-block;
    }

    .bx-wrapper .bx-prev{
        left: -39px !important;
    }
    .bx-wrapper .bx-next{
        right: -39px !important;
    }  
    .meta-categories a {
        font-size: 16px !important;
    }
    .post-entry h4{
        font-size:14px;
    }
  
}

@media screen and (max-width: 480px){
    .home .entry-meta, 
    .search .entry-meta, 
    .archive .entry-meta{
        top: -48px;
    }
    .headertitle h1,
    .inner .headertitle label{
        font-size: 1em;
    }
    .home .post-wrapper .type-post .entry-content, 
    .search .post-wrapper .type-post .entry-content, 
    .archive .post-wrapper .type-post .entry-content{
        font-size: 1em;
    }
    .home .post-wrapper .type-post .entry-content  *, 
    .search .post-wrapper .type-post .entry-content *, 
    .archive .post-wrapper .type-post .entry-content *{
        font-size: .8em;
    }
}
