@charset "UTF-8";
body,
input,
textarea,
select,
button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
* {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
html {
    background-color: #fff;
    margin: auto;
    height: 100%;
}
body {
    height: 100%;
    width: 100%;
    min-width: 960px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
}
a{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
a:hover{
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}
img{
    width: 100%;
}
.ad_rs_d,
#ad2{
    display: none !important;
}
hr{
    border-top: 1px solid #d3d3d3;
}


/*-----------------
    typography 
-----------------*/
body{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: normal;
}
h1{
    font-size: 20px;
}
h2{
    font-weight: normal;
    font-size: 24px;
    letter-spacing: .02em;
}
h3{
    font-weight: normal;
    font-size: 14px;
}
h4{
    font-size: 14px;
    line-height: 1.4em;
}
.archive h2{
    font-family: "Century Gothic","Avenir Next", sans-serif;
    padding-bottom: 4px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d3d3d3;
}
#index h2 span{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 13px;   
    margin-left: 8px;
}
#index .sidetitle{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 16px;
}
.articleBody h3{
    background: #edeff0;
    padding: 8px 16px;
    border: solid #4daaf0;
    border-width: 0px 0px 0px 6px;
    font-size: 16px;
}
.articleBody h4{
    font-size:1.12em;
    font-weight:bold;
    margin:1em 0;
}
.articleBody p{
    margin: 1em 0;
}
.articleBody ul,
.articleBody ol{
    margin-left: 2em;
}
.articleBody ul li{
    list-style: disc!important;
}
.articleBody ol li{
    list-style: decimal!important;
}
.readmore{
    text-align: right;
    display: block;
    margin-top: 8px;
    text-decoration: underline;
}
blockquote{
    background: #eee;
    padding: 32px 32px 24px 40px;
    margin-bottom: 16px;
    position: relative;
}
blockquote:after{
    content: "“";
    color: #fff;
    position: absolute;
    font-size: 80px;
    line-height: 1em;
    top: 4px;
    left: 4px;

}


/*-----------------
    LAYOUT 
-----------------*/
.wrapper{
    min-width: 960px;
    max-width: 1080px;
    width: 66%;
    margin: 0 auto;
}
section{
    margin: 0 auto 56px;
}
.row{        
    display:-ms-flexbox;
    display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
    display: flex;
    -moz-box-orient:horizontal;
    -webkit-box-orient:horizontal;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-align: start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-box-pack:justify;
    -ms-box-pack:justify;
    box-pack:justify;
    flex-pack:justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.col{        
    display:-ms-flexbox;
    display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
    display: flex;
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-align: start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-box-pack:justify;
    -ms-box-pack:justify;
    box-pack:justify;
    flex-pack:justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


/*-----------------
    COMMON 
-----------------*/
.articleCat li[class="10054560"],
.articleCat li[class="10052570"]{
    display: none;
}
.articleCat li[class="15"],
.articleCat li[class="3189"],
.articleCat li[class="10051957"],
.articleCat li[class="10031249"],
.articleCat li[class="10052359"],
.articleCat li[class="10052434"],
.articleCat li[class="10037910"]{
    background: #f78b54;
}
/* header */
header{
    margin-bottom: 40px;
}
.blueHeader{
    background: #0286ea;
    height: 80px;
}
.blueHeader a{
    color: #fff;
}
.blueHeader h1{
    width: 50%;
}
.blueHeader_links li{
    font-size: 13px;
    margin-left: 40px;
}
.headerLogo{
    height: 18px;
    width: auto;
}
.menubar{
    background: #eee;
    height: 48px;
}
.ldb_menu-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}
.ldb_menu-list li{
    font-size: 13px;
}
.ldb_menu-list li:after{
    content: "|";
    margin: 0 8px;
}
.ldb_menu-list li:last-child:after{
    content: "";
}

/* search */
.search form{
    background: #fff;
    padding: 0px 8px;
}
.search svg{
    fill: #565656;
}
.search input[type=text]{
    font-size: 13px;
    line-height: 1em;
    padding: 4px;
}
.search button{
    cursor: pointer;
}

/* popularArticle */
.archive .plugin-popular_articles_with_image{
    margin-bottom: 32px;
}
.archive .popularArticlesWithImage ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.archive .popularArticlesWithImage ul:after{
    content: "";
    width: 31%;
}
.archive .popularArticlesWithImage li{
    width: 31%;
    border: 1px solid #d3d3d3;
    position: relative;
}
.archive .popularArticlesWithImage li a{
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.archive .popularArticlesWithImage .title{
    width: 100% !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 16px;
}
.archive .popularArticlesWithImage li:first-child:after{
    content: "1";
    background: #f85e3b;
}
.archive .popularArticlesWithImage li:nth-child(2):after{
    content: "2";
    background: #f78b54;
}
.archive .popularArticlesWithImage li:nth-child(3):after{
    content: "3";
    background: #f7b268;
}
.archive .popularArticlesWithImage li:after{
    width: 48px;
    height: 48px;
    position: absolute;
    right: -16px;
    top: -16px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/* article */
.archive article{
    border: 1px solid #d3d3d3;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;    
}
.archive .articles{
    flex-wrap: wrap;
    align-items: flex-start;
}
.archive .articles_3col article{
    width: 31%;
}
.archive .articles_4col article{
    width: 23%;
    margin-bottom: 32px;
    align-self: stretch;
}
.archive .articles_4col article>div{
    height: 100%;
}
.archive .articles_4col article>div>a{
    display: block;
}
.archive .articles_4col:before{
    content:"";
    display: block;
    width:23%;
    order:1;
}
.archive .articles_4col:after{
    content: "";
    width: 23%;
}
.archive .articles h4{
    color: #565656;
}
article time{
    font-size: 13px;
    display: block;
    line-height: 1em;
    margin-bottom: 8px;
}
.article_inner{
    padding: 16px;
}
.article_inner>a{
    display: block;
}
.articleCat li{
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #4daaf0;
    display: inline;
    padding: 4px;
    margin-top: 8px;
}

/* footer */
footer{
    margin-top: 96px;
    background: #0286ea;
    padding: 40px 0;
    color: #fff;
    text-align: right;
    font-size: 13px;
}
footer a{
    color: #fff;
}
.footerLogo{
    width: 180px;
}
.footerLinks li{
    margin-left: 40px;
}


/*-----------------
    INDEX 
-----------------*/
/* notice */
#notice{
    width: 73%;
}
#notice h2{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d3d3d3;
}
#notice li {
    font-size: 13px;
    margin-bottom: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 2em;
}
#notice time{
    font-size: 13px;
    margin-right: 56px;
}
#notice a{
    width: 560px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 1em;
}

/* slider */
#slider{
    width: 73%;
    margin-top: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;    
}
.slick-slider{
    overflow: hidden;
}
.slick-slide,
.slick-list{
    overflow: visible;
}
.slick-list{
    padding-top: 80px !important;
    height: 216px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.slick-track{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.slick-track img{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.slick-slide{
    z-index: -1;
    opacity: 0.6;
}
.slick-current{
    opacity: 1;
    z-index: 999;
}
.slick-current img{
    width: 100%;
    z-index: 999;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: scale3d(1.4,1.4,1.4);
    box-shadow:1px 4px 6px 0px #333;
    -moz-box-shadow:1px 4px 6px 0px #333;
    -webkit-box-shadow:1px 4px 6px 0px #333;
}
.slick-prev,
.slick-next{
    cursor: pointer;
    outline: none;
    display: inline-block !important;
    position: absolute;
    width: 40px;
    z-index: 1;
    top: 0;
    height: 296px;
}
.slick-prev{
    background-image: url(http://blog.livedoor.jp/staff/common/img/prev.png);
    background-position: 0 center;
    color: transparent;
    left: 0;
}
.slick-next{
    background-image: url(http://blog.livedoor.jp/staff/common/img/next.png);
    background-position: 100% center;
    color: transparent;
    right: 0;
}
.slick-dots{
    padding-top: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    color: transparent;
    margin-top: 24px;
}
.slick-dots li{
    background: #d3d3d3;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 4px;
    color: transparent;
}
.slick-dots .slick-active{
    background: #0286ea;
}
.slick-dots li button{
    outline: none;
}

/* more */
#more {
    background: #f7b268;
    width: 360px;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#more:hover{
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17), 0px 3px 6px 0 rgba(0,0,0,0.12), 0 2px 11px -3px rgba(0,0,0,0.2);
}

/*-----------------
    ARCHIVE
-----------------*/
#archive h2{
    padding-bottom: 8px;
    font-size: 20px;
}
.pager{
    margin-top: 40px;
}
ul.index-navigator,
ul.index-navigator .paging-number{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
ul.index-navigator a{
    color: #0269b8;
}
ul.index-navigator>li,
ul.index-navigator .paging-number>li{
    margin: 0 8px;
}
ol.paging-number .current{
    text-decoration: underline;
    color: #4daaf0;
}


/*-----------------
    ARTICLE PAGE
-----------------*/
#article .wrapper{
    max-width: 1080px;
    align-items: flex-start;
}
#article h2{
    line-height: 1.2em;
    font-size: 22px;
    letter-spacing: 0;
    border-bottom: 2px solid #0286ea;
    padding-bottom: 10px;
}
.articleCont{
    width: 66%;
    max-width: 660px;
}
.articleBody a{
    text-decoration: underline;
    color: #0269b8;
}
.articleBody a:visited{
    color: #014070;
}
.articleBody img{
    width: auto;
    margin-bottom: 8px;
}
.articleHead{
    margin-bottom: 40px;
}
#article time{
    margin-bottom: 16px;
}
#article .articleCat{
    margin-bottom: 16px;
}
#article .articleCat li{
    font-size: 12px;
    padding: 8px;
}
#ld_blog_article_comment_entries{
    font-size: 13px;
}
#article .articleShare{
    margin-top: 24px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 40px;
}

/* pager */
ul.pageNavigation{
    margin: 32px 0 80px;
    height: 100%;
    overflow: hidden;
}
ul.pageNavigation li.prev{
    float: left;
}
ul.pageNavigation li.next{
    float: right;
}
ul.pageNavigation li a{
    background: #4daaf0;
    padding: 8px 32px;
    color: #fff;
    font-weight: bold;
    display: block;
}

/* comments */
.comment-body img{
    width: auto;
}
.article-option{
    box-sizing: content-box;
}
.article-option li{
    list-style: none;
}
.article-option h3{
    display: none;
}
.article-option .article-option-title{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}
.article-option input.text,
.article-option textarea,
.trackback-form-url input {
    border: 1px solid #aaa !important;
    padding: 6px;
    line-height: 18px;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
       -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
        -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
         -o-transition: border 0.1s ease, box-shadow 0.1s ease;
            transition: border 0.1s ease, box-shadow 0.1s ease;
}
.article-option input.text,
.trackback-form-url input {
    border-radius: 3px;
    height: 32px;
}
.article-option textarea {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
}
.article-option input.text:focus,
.article-option textarea:focus,
.trackback-form-url input:focus {
    outline: 0;
    border: 1px solid rgba(23,126,229, 0.5);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(23,126,229, 0.5);
}
.article-option button,
.trackback-form-submit input {
    border: 1px solid #aaa;
    padding: 0 10px;
    line-height: 26px;
    text-shadow: 0 1px 0 #fff;
    border-radius: 3px;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
    background-image:    -moz-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
    background-image:     -ms-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
    background-image:      -o-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
    background-image:         linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7', GradientType=0)\9;
}
.article-option button:hover,
.trackback-form-submit input:hover {
    background-color: #e7e7e7;
    background-position: 0 -10px;
    -webkit-transition: background-position 0.1s linear;
       -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
         -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0)\9;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-info,
.trackback-set {
    margin: 16px 0;
    font-size: 12px;
}
.comment-author,
.comment-date,
.ping-title,
.ping-info,
.ping-blog-name,
.ping-date{
    display: inline;
}
.comment-author,
.ping-title {
    font-weight: bold;
    padding-right: 8px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    padding: 0 8px;
}
.comment-body,
.ping-excerpt {
    padding: 8px 0;
    line-height: 1.5;
}


/* コメント投稿フォーム
----------------------------------------------- */
#comment-form {
    font-size: 12px;
    margin: 2em 0 4em;
}
#comment-form dl {
    overflow: hidden;
    padding: 5px 0;
}
#comment-form dl.comment-form-body {
    overflow: visible;
}
#comment-form dd {
    margin: 0 10%;
    display: grid;
}
#comment-form dt {
    float: left;
    line-height: 30px;
    color: #555;
}
#comment-form fieldset {
    border: 0;
}
#comment-form legend {
    display: none;
}
#comment-form-tools {
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    height: 32px;
}
#comment-form-tools img {
    vertical-align: top;
}
#comment-form-tools .facemark a {
    border-right: 1px solid #ddd;
    display: block;
    float: left;
    padding: 6px 6px 1px 6px;
}
#comment-form-tools .rating-value {
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #808080;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-top: 2px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 76px;
    padding: 0 5px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image:    -moz-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image:     -ms-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image:      -o-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image:         linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)\9;
}
#comment-form-tools .rating-value > span {
    display: inline-block;
    margin-left: -3px;
}
#comment-form-tools .rating-value .caret {
    float: right;
    width: 18px;
    height: 26px;
    border-left: 1px solid #bbb;
}
#comment-form-tools .rating-value .caret span {
    display: inline-block;
    margin-top: 11px;
    margin-left: 4px;
    width: 0;
    height: 0;
    text-indent: -99999px;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: "↓2193";
}
#comment-form-tools .rating-value ul {
    display: none;
    position: absolute;
    border: 1px solid #bbb;
    list-style: none;
    background-color: white;
    top: 26px;
    left: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#comment-form-tools .rating-value ul li {
    margin: 0;
    padding: 6px;
    width: 72px;
    text-align: center;
    line-height: 1px;
    border-bottom: 1px dotted #bbb;
    height:12px;
    line-height:12px;
}
#comment-form-tools .rating-value ul li:last-child {
    border-bottom: none;
}
#comment-form-tools .rating-value ul li:hover {
    background-color: #eee;
}
#comment-form-tools .rating-value > img {
    margin-top: 5px;
}
#comment-form-tools .rating-value > img.star {
    margin-top: 6px;
}
#comment-form-tools .rating-icon {
    margin-top: 2px;
    margin-left: 10px;
    display: inline-block;
    background-color: #235f9f;
    background-image: -webkit-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
    background-image:    -moz-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
    background-image:     -ms-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
    background-image:      -o-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
    background-image:         linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235f9f', endColorstr='#3e96c9', GradientType=0)\9;
    border-radius: 3px;
}
#comment-form-tools .rating-icon div {
    float: left;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    width: 34px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #bbb;
    color: #808080;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image:    -moz-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image:     -ms-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image:      -o-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image:         linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)\9;
}
#comment-form-tools .rating-icon .selected {
    background-color: inherit;
    background-image: inherit;
    border: none;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-shadow: 0 1px 3px #808080;
    width: 36px;
    filter: none;
}
#comment-form-tools .submit,
#comment-form-tools .memorize {
    float: right;
    margin: 2px;
}
#comment-form-tools .memorize {
    line-height: 28px;
    margin-right: 12px;
    color: #808080;
}
#comment-form-tools .memorize input {
    vertical-align: top;
    margin-top: 8px;
}
#comment-form-tools .memorize input,
#comment-form-tools .memorize label {
    cursor: pointer;
}
#comment-form-author,
#comment-form-email {
    width: 60%;
}
#comment-form-url,
#comment-form-textarea {
    width: 100%;
}

/* コメントユーザーを限定した時の名前 */
#comment-author-form {
    line-height: 30px;
}


/*-----------------
    SIDEBAR
-----------------*/
.sidebar{
    width: 28%;
    font-size: 13px;
}
.articleBody a:hover,
.sidebar a:hover{
    color: #f7b268;
    opacity: 1;
}
.sidebar li img{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.recent-article-image li:hover img{
    opacity: 0.6;
}
.recent-article-image li:hover a{
    color: #f7b268;
    opacity: 1;
}
.articleBody a:visited,
.sidebar a:visited{
    opacity: 0.6;
}
.sidewrapper{
    margin-bottom: 40px;
}
.sidebar .sidetitle{
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 8px;
}

/* QRcode */
.plugin-oa_notifier_qr_code img{
    width: auto;
}

/* recent-article */
.recent-article-image li{
    line-height: 1.4em;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.recent-article-image li img{
    width: 60px;
    margin-right: 8px;
}

/* monthly archive */
.sidebody .month{
    margin-left: 24px;
}

/*-----------------
    MEDIA QUERIES 
-----------------*/
@media screen and (max-width: 1440px){
    .slick-list{
        padding-top: 40px !important;
    }
    .slick-prev,
    .slick-next{
        height: 256px;
    }
    .slick-dots {
        padding-top: 24px;
    }
}




.contactMessage {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 12px;
    padding: 16px;
    line-height: 1.35;
    margin: 2em 0;
}