@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/



.header.headercenter #logo img {
    max-height: 150px;
}

#logo img{
margin-top: 20px;
}


#g_nav{
margin-top: 20px;
}

.entry-content p {
margin: 0 0 2em; 
}

.entry-title{
margin-top: 1em;
margin-bottom: 1em;
}

.entry-content h2{
margin-top: 3.5em;
}

.entry-content h3{
margin-top: 3em;
}


/* グローバルナビの日本語を大きくする コメントアウトしてます
@media only screen and (min-width: 768px){
.nav > li > a{
 padding-top:5px;
 line-height:1.5;
 font-size:16px;
 font-weight:bold;
}
.nav li a span{
 font-size:10px;
 margin-top:1px;
 position: static;
 font-weight:normal;
}
}*/

/************************************************************** 
【Table of Contents Plus中央表示】 
**************************************************************/

#toc_container { 
  margin-left: auto; 
  margin-right: auto; 
}




/************************************************************** 
【Amazonと楽天アフィリエイトボタン】 
**************************************************************/

.btn-wrap.amazon a {
    background-color: #f4f4f4;
    color: #e08900;
    border-radius: 0.1em;
    box-shadow: 0 0 0.1em #d6d6d6 inset;
    text-shadow: none;
    border: none;
    width: 100%;
    margin-bottom: 0.5em;
}
.btn-wrap.amazon a:hover {
    background: #e08900;
    color: #fff;
    box-shadow: none;
}
.entry-content .btn-wrap.amazon a[target="_blank"]:after {
    content: '';
    margin: 0;
}

.btn-wrap.rakuten a {
    background-color: #f4f4f4;
    color: #be3131;
    border-radius: 0.1em;
    box-shadow: 0 0 0.1em #d6d6d6 inset;
    text-shadow: none;
    border: none;
    width: 100%;
    margin-bottom: 0.5em;
}
.btn-wrap.rakuten a:hover {
    background: #be3131;
    color: #fff;
    box-shadow: none;
}
.entry-content .btn-wrap.rakuten a[target="_blank"]:after {
    content: '';
    margin: 0;
}

.btn-wrap.shop a {
    font-weight: bold;
    background-color: #e7f6de;
    color: #1e8000;
    border-radius: 0.1em;
    box-shadow: 0 0 0.1em #d6d6d6 inset;
    text-shadow: none;
    border: none;
    width: 100%;
    margin-bottom: 0.5em;
}
.btn-wrap.shop a:hover {
    font-weight: bold;
    background: #40ad1f;
    color: #fff;
    box-shadow: none;
}
.entry-content .btn-wrap.shop a[target="_blank"]:after {
    content: '';
    margin: 0;
}

@media only screen and (max-width: 767px) {
  .btn-wrap.amazon a, .btn-wrap.rakuten a .btn-wrap.shop a {
    margin-bottom: 0;
  }
}

.btn-wrap {
    margin: 0 !important;
}


/************************************************************** 
【ショートコード追加分】 
**************************************************************/

.supplement.glay{
    background:#f9f9f9;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.2);}

.supplement.blue{
    background:#f8f9ff;
    border: 1px solid #788dc6;
    padding: 10px;}

.syouhin{
    background:#f9f9f9;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px 20px 40px;}

.supplement.glay:before{content: none;}
.supplement.blue:before{content: none;}

@media only screen and (min-width: 1100px) {
    .column-wrap{
        margin-bottom: 1.5em;
    }

}

/************************************************************** 
【Barrelとはページ追加分】
**************************************************************/
.step {
    color: #009fa0;
    text-align: center;
}
.lead {
    text-align: left;
    overflow: hidden;
}
.graybox {
    background-color: #ffffff;
    margin: 2em 0;
    padding: 1em;
    width: 100%;
}
.graybox2 {
    background-color: #eee;
    margin: 3em 0;
    padding: 1em;
    width: 100%;
}
.sample-box-3 {
    border: 4px solid #ddd;
    margin: 2em 0;
    padding: 2em;
}
.sample-box-2 {
    border: 4px solid #ffffff;
    padding: 1em;
    margin-bottom: 0.5em;
    clear:both;
}
.textBox {
overflow:hidden;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    background: #2E2E2E;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 2px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
@media (max-width:670px){
table.mobile-block td,table.mobile-block th{display:block}
}
@media (min-width:671px){
table.mobile-block td,table.mobile-block th{display:table-cell}
}

#post-4183 .entry-content h2 { 
    margin-top: 2em
}

#post-4183 .entry-content h3 { 
    border-left: 4px solid;
    padding: 15px 10px 10px 15px;
    margin-top: 0em;
}

.archive .page-title {
    text-align: center;
    font-size: 28px;
}

.some-links {
    list-style-type:none;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.some-links__inner {
    width:100%;
    margin-bottom:0.5em;
}

.some-links__inner:only-child {
   display:block;
   margin: 0 auto;
}

.some-links__inner {
    text-align:center;
    border: 1px solid #072bf9;
    border-radius: 20px;
    padding: 4px;
}

.some-links .some-links__inner a {
    color:#072bf9;
}

.some-links .some-links__inner a:hover {
    color:#596fea;
}

.widget {
    margin: 0;
}

@media (min-width: 768px) {
.some-links__inner {
    width:48%;
}
}
/*アフィリエイトチェックマーク*/

.check_b {
    padding: 10px 30px;
    background: #f8f9ff;
    border: 1px #ccc solid;
    margin-bottom: 30px;
}

.check_b ul.list_check{
padding: 0em 0em 0em 0.5em;
position: relative;
}

.check_b ul.list_check li:before{
width: 0; /*リストマークを消す*/
height: 0; /*リストマークを消す*/
font-family: fontawesome; /*Webアイコンフォント*/
content:"\f058"; /*Webアイコンフォントのコード*/
position: absolute;
font-size: 1.2em; /*アイコンのサイズ*/
left: -0.4em; /*左端からのアイコンまで*/
line-height:12px; /*行間*/
color: #5ab9ff; /*アイコンの色*/
}

/*アフィリエイトCTA*/
.cta_001 {
    padding: 10px 30px;
    border: 5px #f7cf5e solid;
    margin-bottom: 30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff8ef+0,ffffff+27 */
background: #fff8ef; /* Old browsers */
background: -moz-linear-gradient(top,  #fff8ef 0%, #ffffff 27%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff8ef 0%,#ffffff 27%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff8ef 0%,#ffffff 27%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8ef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

.cta_font {
    font-size: 1.5em;
     font-weight:bold;
    line-height: 1.2;
   color: #ff956b;
    margin: 1em 0em 1em;
    border-bottom:dashed 2px #ff956b ;
    padding-bottom: 10px;
}

.cta_002 {
    padding: 10px 30px;
    border: 5px #a5d774 solid;
    margin-bottom: 30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff8ef+0,ffffff+27 */
background: #f5ffef; /* Old browsers */
background: -moz-linear-gradient(top,  #f5ffef 0%, #ffffff 27%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f5ffef 0%,#ffffff 27%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f5ffef 0%,#ffffff 27%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8ef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

.cta_font02 {
    font-size: 1.5em;
     font-weight:bold;
    line-height: 1.2;
   color: #82c145;
    margin: 1em 0em 1em;
    border-bottom:dashed 2px #82c145 ;
    padding-bottom: 10px;
}
/*アフィリエイト口コミアイコン*/
.voice.kutikomi .img{
    margin: 0;
    border: 0px;
}

.voice.kutikomi .icon{
    width:18%;
}
.voice.kutikomi .voicecomment{
    width:79%;
}
.voice .icon img{
    border-radius:50%;
    margin:0;
    border: 0px;
}

/* ロゴサイズの変更（スマホ） */
@media only screen and (max-width: 767px) {
#logo a img {
    width: 80%;
}
}

/* 追加 20191127 */
h2.top_menu {
    margin: 5.0rem 0 1.5rem;
    overflow: hidden;
    text-align: center;
}

h2.top_menu_first {
    margin: 0 0 1.5rem;
}

h2.top_menu .zero {
    position: relative;
    display: inline-block;
    padding: 0 1em;
}

h2.top_menu .zero::before, 
h2.top_menu .zero::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #666;
}

h2.top_menu .zero::before {
    right: 100%;
}

h2.top_menu .zero::after {
    left: 100%;
}

.top_menu .zero span {
    display: flex;
    align-items: center;
}

.top_menu .zero span i {
    margin: 0 16px 0 0;
}

.icon-recent::before {
    content: url(./img/store-new-badges.png);
}

.icon-recommend::before {
    content: url(./img/star.png);
}

.icon-ranking::before {
    content: url(./img/crown.png);
}

.icon-popular::before {
    content: url(./img/popularity.png);
}

.icon-body::before {
    content: url(./img/body.png);
}

.center {
    text-align: center;
}

.btn-recent-post {
    display: inline-block;
    margin: .5em .5em .5em 0;
    padding: .4em 1.3em;
    text-decoration: none;
    color: white;
    background: #373737;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}

.btn-recent-post:hover {
    color: rgba(255, 255, 255, .7);
    box-shadow:0 13px 20px -3px rgba(0,0,0,.24);
    text-decoration:none;
    -webkit-tap-highlight-color:transparent
}

@media screen and (max-width:480px) {
    h2.top_menu {
        margin: 2.5rem 0 0.8rem;
    }

    h2.top_menu_first {
        margin: 0.8rem 0 0.8rem;
    }

    .post-list-card-col2 {
        /* display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px; */
    }

    .post-list-card-col2 .post-list {
        width: 48% !important;
        height: 20rem;
        margin: 3% 1% 7% !important;
        float: left;
    }

    .post-list-card-col2 .post-list .entry-content .entry-title {
        font-size: 0.875rem;
    }

    .post-list-card-col2 .post-list .description {
        font-size: 0.75rem;
    }

    .icon-recent::before {
        content: "";
        display: inline-block;
        width: 36px;
        height: 36px;
        background: url(./img/store-new-badges.png);
        background-repeat: no-repeat;
        background-size: 36px 36px;
    }

    .icon-recommend::before {
        content: "";
        display: inline-block;
        width: 36px;
        height: 36px;
        background: url(./img/star.png);
        background-repeat: no-repeat;
        background-size: 36px 36px;
    }

    .icon-ranking::before {
        content: "";
        display: inline-block;
        width: 45px;
        height: 36px;
        background: url(./img/crown.png);
        background-repeat: no-repeat;
        background-size: 45px 36px;
    }

    .icon-popular::before {
        content: "";
        display: inline-block;
        width: 47px;
        height: 36px;
        background: url(./img/popularity.png);
        background-repeat: no-repeat;
        background-size: 47px 36px;
    }

    .icon-body::before {
        content: "";
        display: inline-block;
        width: 46px;
        height: 36px;
        background: url(./img/body.png);
        background-repeat: no-repeat;
        background-size: 46px 36px;
    }
}

/* ボトルカテゴリアイコン */
.entry-content h3.nose {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/11/noseimage.png) no-repeat !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.entry-content h3.mouth {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/11/mouth-1.png) no-repeat !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.entry-content h3.souhyou {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/11/souhyou.png) no-repeat !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.entry-content h3.straight {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/12/straight.png) no-repeat !important;
    border-bottom: 4px #ef454a solid !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}
.entry-content h3.twiceup {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/12/twiceup.png) no-repeat !important;
    border-bottom: 4px #ef454a solid !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.entry-content h3.mizuwari {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/11/mizuwari.png) no-repeat !important;
    border-bottom: 4px #ef454a solid !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.entry-content h3.rock {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/11/rock.png) no-repeat !important;
    border-bottom: 4px #ef454a solid !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.entry-content h3.highball {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/11/highball.png) no-repeat !important;
    border-bottom: 4px #ef454a solid !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.entry-content h3.cocktail {
      border-left: 0px;
    background: transparent url(https://www.barrel365.com/wp-content/uploads/2020/12/cocktail.png) no-repeat !important;
    border-bottom: 4px #ef454a solid !important;
    color: #1a264b;
    padding: 20px 10px 20px 72px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}
/* Rinkerの1px画像はmargin不要 */
.yyi-rinker-links img.lazy-loaded,
.yyi-rinker-links img.lazy-hidden{margin:0px;}

/* ローカルナビ */
.localnavi{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 24px auto 56px;
}
@media only screen and (min-width: 768px){
  .localnavi.column{
    justify-content: flex-start;
  }
  .localnavi.column .localnavi_child{
    flex: inherit;
    width: 24%;
    margin-bottom: 2%;
  }
}
.localnavi_child{
  transition: all .5s;
  width: 49%;
  margin-bottom: 2%;
  text-align: center;
  border: 1px solid #6e6e6e;
  border-radius: 4px;
  position: relative;
}
@media only screen and (min-width: 768px){
  .localnavi_child{
    width: auto;
    flex: 1;
    margin-left: calc(4% / 3);
    margin-bottom: 0%;
  }
  .localnavi_child:nth-child(4n+1){
    margin-left: 0;
  }
}
.localnavi_child:hover{
  transition: all .5s;
  background-color:#e6f7ff;
}
.localnavi_child a{
  display: block;
  padding: 20px;
  padding-bottom: 40px;
  text-decoration:none;
  color:#333333;
}
.localnavi_child a:after {
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #fea419;
  border-right: 3px solid #fea419;
  content: '';
  display: block;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.localnavi_child a .button_maintxt{
  font-size:14px;
  font-weight:bold;
}

/* SNS非表示 */
.sharewrap .sns_btn {
    display: none;
}

/*--------------------------------------
Rinkerのデザイン変更
--------------------------------------*/
/*-----全体-----*/
div.yyi-rinker-contents {
  /*border: none;枠線を消す*/
  border-radius: 5px;/*枠線の丸み*/
  margin: 1em 0;
  /*background-color: #f5f5f5背景色*/
}
/*-----タイトル文字を少し小さく-----*/
div.yyi-rinker-info div.yyi-rinker-title a {
  font-size: 1em!important;
}
/*-----タイトル文字を左寄せ-----*/
.yyi-rinker-info {
  text-align: left!important; 
}
/*-----スマホ表示でタイトル幅を広く-----*/  
@media screen and (max-width: 500px){
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
  width: 100%!important;
}}
/*-----メーカー名の余白削除-----*/
div.yyi-rinker-detail div:not(:last-child) {
  padding-bottom: 1px!important;
}

/*-----内部の余白調整-----*/
div.yyi-rinker-contents div.yyi-rinker-box {
  padding: 15px 15px 0!important;
}
@media (min-width: 768px){
div.yyi-rinker-box div.yyi-rinker-info {
  padding-left: 0px;
}
div.yyi-rinker-contents div.yyi-rinker-box {
  padding: 15px 5px 0 15px!important;
}}
/*-----画像位置調整-----*/
.yyi-rinker-img-m .yyi-rinker-main-img{
  width:auto!important;
  max-height: inherit !important;
}
@media (min-width: 768px){
.yyi-rinker-img-m .yyi-rinker-main-img{
  width:auto!important;
  /* max-width:200px!important; */
}}
.yyi-rinker-img-m .yyi-rinker-image{
  width: auto !important;
  min-width: auto !important;
}
div.yyi-rinker-contents div.yyi-rinker-image{
  align-items: center!important;
}
/*-----ボタンのデザイン-----*/
@media (min-width: 768px){
div.yyi-rinker-contents ul.yyi-rinker-links li{
  width: 100%;/*幅（2列になるように）*/
}}
ul.yyi-rinker-links a.yyi-rinker-link{
  padding: 24px;
  box-shadow: none!important;/*ボタンの影を消す*/ 
}
@media (min-width: 768px){/*スマホのボタン横幅余白*/
ul.yyi-rinker-links {
  margin-right: 12px!important;
}}
@media (min-width: 768px){/*スマホのボタン縦幅*/
ul.yyi-rinker-links a.yyi-rinker-link {
  min-height: 44px!important;
}}
/*-----ボタン間の余白調整-----*/
div.yyi-rinker-info ul.yyi-rinker-links li {
  margin-top: 0;
}
@media (min-width: 768px){
div.yyi-rinker-info ul.yyi-rinker-links li:not(:last-child) {
  margin-right: 0px!important;
}}
/*-----ボタンの色-----*/
.amazonlink a,
.freelink3 a {/*Amazon*/
  color: #3A4D66!important;/*文字色*/
  background: #FFC266!important;/*背景色*/
}
.rakutenlink a,
.freelink2 a {/*-----楽天-----*/
  background: #ff7c74!important;/*背景色*/
}
.yahoolink a {/*-----Yahoo!-----*/
  background: #95cad7!important;/*背景色*/
}
/*-----ボタン内の不要画像対策-----*/
div.yyi-rinker-contents div.yyi-rinker-box ul.yyi-rinker-links li.amazonlink img,
div.yyi-rinker-contents div.yyi-rinker-box ul.yyi-rinker-links li.rakutenlink img,
div.yyi-rinker-contents div.yyi-rinker-box ul.yyi-rinker-links li.yahoolink img {/*Amazon 楽天 Yahoo!*/
	display: none;
}
.rakutenlink a,
.freelink2 a {/*-----楽天-----*/
  background: #ff7c74!important;/*背景色*/
}
.yahoolink a {/*-----Yahoo!-----*/
  background: #95cad7!important;/*背景色*/
}
/*-----ボタンの並び順-----*/
.amazonlink a {/*Amazon*/
  color: #3A4D66!important;/*文字色*/
  background: #FFC266!important;/*背景色*/
}
.rakutenlink a {/*-----楽天-----*/
  background: #ff7c74!important;/*背景色*/
}
.yahoolink a {/*-----Yahoo!-----*/
  background: #95cad7!important;/*背景色*/
}
/*-----キャンペーン-----*/
.yyi-rinker-link:before {
  border-radius: 10px;/*角丸にする*/
}
.rakutenlink:before, .rakutenlink .yyi-rinker-link:before {
  color: #FF4D4A!important;/*キャンペーンの楽天の文字色*/
}
@media (min-width: 768px){/*PCのキャンペーン表示を左寄せ*/
  ul.yyi-rinker-links li.amazonkindlelink:before, ul.yyi-rinker-links li.amazonlink:before, ul.yyi-rinker-links li.rakutenlink:before, ul.yyi-rinker-links li.yahoolink:before {
    text-align: left;
  }
}
/*-----L画像表示サイズ調整-----*/
div.yyi-rinker-img-l .yyi-rinker-image {
  width: auto;
  min-width: auto;
  max-width: inherit;
}
@media (min-width: 768px){/*PC時*/
  div.yyi-rinker-img-l .yyi-rinker-image {
    width: 300px;
  }
}
div.yyi-rinker-img-l .yyi-rinker-image img.yyi-rinker-main-img {
  width: auto;
  max-height: 340px;
  margin: 0;
}

/*-----リボン-----*/
.ribon {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #fa4141;
}

.ribon:before,
.ribon:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fa4141;
}

.ribon:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.ribon:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.ribon span {
  position: relative;
  display: block;
}

/*-----プロフィール-----*/
.sidebar-profile {
width: 90%;

background-image: url("https://www.barrel365.com/wp-content/uploads/2022/07/back.jpg");
background-repeat: no-repeat;
background-size: 100% auto;
padding-top:45%;
padding-bottom: 20px;
margin: 1em 1em 1em 1em;
box-shadow: 0 2px 5px rgba(0,0,0,.13);
}
@media only screen and (min-width: 400px){
.sidebar-profile {
width: 320px;
padding-top:45%;
}
}.profile-center{
text-align: center;
}
.profileimg{
width: 30%;
border: solid 4px #fff;
border-radius: 100px;
background-color: #fff;
}
.profile-name{
font-size: 1.2em;
font-weight: bold;
}
.profile-font{
font-size: 1.1em;
}.sidebar-profile p{
padding: 0 2em;
text-align: justify;
}
ul.sns-follow {
text-align: center;
	margin-top: 20px;
}
ul.sns-follow li{
display: inline-block;
height: 45px;
margin:0 2px;
vertical-align: middle !important;
margin-bottom: 0;
}

ul.sns-follow li a {
display: block;
width: 45px;
height: 45px;
border-radius: 50px;
color: #FFFFFF;
}

ul.sns-follow a:hover {
opacity: 0.6;
color: #FFFFFF;
}


ul.sns-follow li.twitter-btn a{
background: rgba(29,161,242,0.7);
line-height: 55px;
}


ul.sns-follow li.facebook-btn a{
background: rgba(59,89,153,0.7);
line-height: 55px;
}


ul.sns-follow li.instagram-btn a{
background: rgba(241,63,121,0.7);
line-height: 55px;
}


ul.sns-follow li.youtube-btn a{
background: rgba(205,32,31,0.7);
line-height: 55px;
}


ul.sns-follow li.feed-btn a{
background: rgba(108,198,85,0.7);
line-height: 55px;
}

