/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

.button a {
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    background-color: #607d8b;
    border-radius: 3px;
    border-style: solid;
    border-width: 0px;
    color: #fff;
}

.entry-content h2 { 
color: #364e96;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #364e96;/*上線*/
border-bottom: solid 3px #364e96;/*下線*/
}

.waku-box {
  position:relative;
  border:1px solid #333;
  padding:10px;
  margin:20px 5px 5px;
}
.waku-title {
  position:absolute;
  font-size:18px;
  top:-16px;
  left:15px;
  background:#fff;
}

.waku-button a {
  display: inline-block;
  padding: 10px;
  background: #dd1c1a;
  border: 1px solid #dd1c1a;
  color: #fff;
  width:85%;
  text-decoration: none;
  transition: 0.1s;
  font-size: 110%;
  font-weight: bold; 
   text-align: center;
   border-radius:10px;
}
.waku-button a:hover {
  background: #fff;
  color: #dd1c1a;
  font-size: 110%;
  font-weight: bold;
   text-align: center;
}



/*---- 著者情報 ----*/
.author-box {
  width:98%;
  border: 1px solid #333;
}
.author-title {
  padding:10px 20px;
  background:#333;
  color:#fff;
  font-size:18px;
}
.author-content {
  padding: 20px 15px;
}
.author-box img {
  width:15%;
  float:left;
}

.author-text {
  margin-left:15px;
  float: left;
  width: 80%;
}
.author-name {
  color: #333;
  font-size:20px;
}
.author-text p {
  font-size:15px;
}
.author-twitter { 
    width: 180px;
    padding: 5px 0px;
    display: block;
    color:#ffffff;
    text-align:center;
    margin-bottom:4px;
    background: #55acee;
    font-size:15px;
}
.author-twitter:hover {
    background: #89C7F7;
    color:#fff;
}
.author-content:after {
  content: "";
  display: block;
  clear: left;
}

.author_info {
 border-bottom: solid 1px #ccc;
}
.author_info a {
 text-decoration: none;
 font-size: 16px
  -webkit-transition: all .3s; /* カーソルを合わせた時のフェード(0.3秒)★ */
  transition: all .3s; /* カーソルを合わせた時のフェード(0.3秒)★ */
}
.author_name a {
 color: #333; /* 名前の色 */
}
.after_read a {
 padding-left: 20px;
 color: #00A4DE;
}
.author_name a:hover,
.after_read a:hover {
 opacity: 0.6;
}

@media screen and (max-width:680px){
   .author-box img{
    width: 50%;
    display: block;
    margin: 0 auto 15px;
    float:none;
  }
}


/* 手動related content */
.related-entries-box {
	margin: 1em 0;
	width: 99%;
	border: 1.5px solid #e2041b;
	background: #fef4f4;
}

.related-title {
	padding: 10px 20px;
	background: #e2041b;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.related-content {
	padding: 10px 10px 10px 0;
}
.related-content li {
	margin-bottom: 12px;
}

.related-content li a {
	font-size: 17px;
	line-height: 10px;
}

/* 過去記事box */
.kako-kiji-box {
    margin-bottom: 1.5rem;
    font-size:1.1em;

}
.kako-kiji-box .kako-kiji-content {
    background: #fffaf0;
    border: 2px solid #f14017;
    padding:20px;
}
.kako-kiji-box .kako-kiji-content:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #f14017;
    margin-right: 0.5em;
}
.kako-kiji-box .kako-kiji-midashi {
    color: #fff;
    background: #f14017;
    display: inline-block;
    padding: .1rem .7rem 0;
    vertical-align: bottom;
}





/*---- オリジナルボタン ----*/
.ctmbtn {
  display: inline-block;
  padding: 0 15px; /* 余白 */
  margin-bottom: 20px; /* ボタンの下の余白 */
  text-align: center; /* テキスト中央寄せ */
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  background-color: #5ae628; /* 背景色★ */
  border-radius: 4px; /* 角の丸み */
  color: #fff!important; /* テキスト色 */
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.ctmbtn::before,
.ctmbtn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ctmbtn,
.ctmbtn::before,
.ctmbtn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s; /* カーソルを合わせた時のフェード(0.3秒)★ */
  transition: all .3s; /* カーソルを合わせた時のフェード(0.3秒)★ */
}

/* マウスのカーソルがボタンの上にあるとき */
.ctmbtn:hover {
  background-color: #009900; /* 背景色★ */
  text-decoration: none;
}

/* マウスでクリックされたとき */
.ctmbtn:active {
  top: 3px;
  box-shadow: none;
}


/*---- 緑（角が丸い） ----*/
.ctmbtn.green {
  background-color: #1abc9c; /* 背景色★ */
  box-shadow: 0 3px 0 #16a085; /* ボタンの影と色★ */
}

.ctmbtn.green:hover {
  background-color: #1fd0ad; /* 背景色★ */
  box-shadow: 0 3px 0 #1abc9c; /* ボタンの影と色★ */
}

.ctmbtn.green.circle {
  border-radius: 4px; /* 角の丸み */ 
}

/*---- 赤（角が丸い） ----*/
.ctmbtn.red {
  background-color: #e74c3c; /* 背景色★ */
  box-shadow: 0 3px 0 #c0392b; /* ボタンの影と色★ */
}

.ctmbtn.red:hover {
  background-color: #ff5341; /* 背景色★ */
  box-shadow: 0 3px 0 #e74c3c; /* ボタンの影と色★ */
}

.ctmbtn.red.circle {
  border-radius: 4px; /* 角の丸み */ 
}

/*---- 黄色色（角が丸い） ----*/
.ctmbtn.yellow {
  background-color: #f1c40f; /* 背景色★ */
  box-shadow: 0 3px 0 #d7af0e; /* ボタンの影と色★ */
}

.ctmbtn.yellow:hover {
  background-color: #fcd32e; /* 背景色★ */
  box-shadow: 0 3px 0 #efc82b; /* ボタンの影と色★ */
}

.ctmbtn.yellow.circle {
  border-radius: 4px; /* 角の丸み */ 
}

/*---- オレンジ色（角が丸い） ----*/
 .ctmbtn.orange{
  background-color: #f59208; /* 背景色★ */
  box-shadow: 0 3px 0 #b87e00; /* ボタンの影と色★ */
}

.ctmbtn.orange:hover {
  background-color: #fcb44e; /* 背景色★ */
  box-shadow: 0 3px 0 #c7a150; /* ボタンの影と色★ */
}

.ctmbtn.orange.circle {
  border-radius: 4px; /* 角の丸み */ 
}






/* 吹き出し（丸画像・通常吹き出し） */
.entry-talk-box {
  border-collapse: separate;
  border-spacing: 15px 2px;
  display: table;
  margin: 30px 0;
  table-layout: fixed;
  width: 100%;
}
.entry-talk-img {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.entry-talk-img img {
  border-radius: 50%;
  width: 100px;
}
.entry-talk-txt {
  background-color: #fff;
  border: 3px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.entry-talk-txt-left:before {
  content: '';
  position: absolute;
  border-right: 10px solid #ddd;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -12px;
  top: 10px;
}
.entry-talk-txt-left:after {
  content: '';
  position: absolute;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -9px;
  top: 10px;
}
.entry-talk-txt-right:before {
  content: '';
  position: absolute;
  border-left: 12px solid #ddd;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -15px;
  top: 10px;
}
.entry-talk-txt-right:after {
  content: '';
  position: absolute;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -11px;
  top: 10px;
}
.entry-talk-txt p {
  line-height: 1.4;
  margin: 0;
}
.entry-talk-name {
  font-size: 13px;
  color: #444;
  text-align: center;
}

/* 吹き出し（LINE風） */
.entry-talk-txt-left.line {
  background-color: #ddd;
  border: none;
}
.entry-talk-txt-right.line {
  background-color: #45d643;
  border: none;
}
.entry-talk-txt-left.line:before {
  border: none;
}
.entry-talk-txt-left.line:after {
  border-right: 12px solid #ddd;
}
.entry-talk-txt-right.line:before {
  border: none;
}
.entry-talk-txt-right.line:after {
  border-left: 12px solid #45d643;
}

.entry-content strong {
background: linear-gradient(transparent 60%, #FFDAB9 40%);
}

/* トップページのタイトル削除 */
.page .entry-title {
display: none;
}

/* ランディングページのアイキャッチ削除 */
.lp-containar .eyecatch.lp {
	display: none;
}



.lp_btn {
    background: #b3ce26;
    border-bottom: solid 4px #769c19;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 100%;
    letter-spacing: .1em;
    padding: 10px 0;
    width: 250px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.mark {
    background: linear-gradient(transparent 60%, #FFDAB9 40%);
} 

/****************************************

          diver kiji

*****************************************/
.editer_diver_kiji {
    margin: 10px 0;
    border: 1px solid #eee;
}

.editer_diver_kiji_title {
    font-size: 0.9em;
    padding: 3px 10px;
    border-bottom: 1px solid #ccc;
}

.editer_diver_kiji_title:before{
    content: "\f0b2";
    margin-right: 10px;
  }

ul.diver_rel_kiji {
    border-top: 1px solid #eee;
    padding: 0;
    list-style: none;
}

ul.diver_rel_kiji li {
    line-height: 1.4;
    font-size: 0.8em;
    border-bottom: 1px solid #eee;
    padding: 5px 12px;
}

ul.diver_rel_kiji li a{
}

ul.diver_rel_kiji li:before {
    content: "\f0da";
    vertical-align: middle;
    margin-right: 10px;
  }



/****************************************

          shortcode

*****************************************/

.col2,.sc_col2,.col3,.sc_col3,.col3_2,.sc_col3_2,.col4,.sc_col4,.col4_3,.sc_col4_3{
  	float: left;
    padding: 10px;
}

.col2 img,.col3 img,.col3_2 img,.col4 img,.col4_3 img{
	max-width:100%;
}

.col2,.sc_col2 {width: 50%;}
.col3,.sc_col3 {width: 33.333333%;}
.col3_2,.sc_col3_2 {width: 66.666666%;}
.col4,.sc_col4 {width: 25%;}
.col4_3,.sc_col4_3 {width: 75%;}

@media screen and (max-width: 767px){
.col2,.col3,.col4,.col3_2,.col4_3,
.sc_col2.sp,.sc_col3.sp,.sc_col4.sp,.sc_col3_2.sp,.sc_col4_3.sp
 {width: 100%;}
.col2_sp{width: 50%;}
.col3_sp{width: 33.3%;}

}


.aside-normal {
    background: #fff48f;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 5px 0;
}

.aside-warning {
    background: rgba(255,0,0,0.2);
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 1em 1.5em;
    margin: 5px 0;
}

.border{
	width:100%;
	height:2px;
  border-top: 2px solid #ccc;
  margin: 10px 0;
}

.sc_sns i {
    color: #fff;
}

.sc_sns a {
    display: block;
    position: relative;
    text-align: center;
    padding: 0.8em;
    margin: 5px 0;
    border-radius: 3px;
    color: #fff;
}

.sc_sns.solid a{
    top: -3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition: none;
    transition: none;
} 

.sc_sns.solid a:hover{
    top:0;
}

.sc_facebook a {
    background: #315096;
}

.sc_facebook.solid a {
    box-shadow: 0 7px 0 #2c4373;
}

.sc_facebook.solid a:hover {
    box-shadow: 0 3px 0 #2c4373;
}
.sc_facebook.color a:hover {
    background: #2c4373;
}

.sc_twitter a {
    background: #55acee;
}
.sc_twitter.solid a {
    box-shadow: 0 7px 0 #0092ca;
}
.sc_twitter.solid a:hover {
    box-shadow: 0 3px 0 #0092ca;
}
.sc_twitter.color a:hover {
    background:#0092ca;
}

.sc_instagram a{
    background: #3f729b;
}
.sc_instagram.solid a{
    box-shadow: 0 7px 0 #43638b;
}
.sc_instagram.solid a:hover {
    box-shadow: 0 3px 0 #43638b;
}
.sc_instagram.color a:hover {
    background:#43638b;
}

.sc_googleplus a{
    background: #dd4b39;
}
.sc_googleplus.solid a{
    box-shadow: 0 7px 0 #ad3a2d;
}
.sc_googleplus.solid a:hover {
    box-shadow: 0 3px 0 #ad3a2d;
}
.sc_googleplus.color a:hover {
    background:#ad3a2d;
}

.sc_sns.simple a{
    background: #aaa;
}

.sc_sns.simple a:hover{
    background: #888;
}

.sc_sns.simple.solid a{
    box-shadow: 0 7px 0 #888;
}
.sc_sns.simple.solid a:hover{
    box-shadow: 0 3px 0 #888;
}



.sc_sns.circle a{
    border-radius: 50%;
    padding: 0.9em 0.8em;
}


.sc_balloon{
    color: #333;
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    margin: 10px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 0;
    border-radius: 5px;
}

.sc_balloon:before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.sc_balloon:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    z-index: -1;
}

.sc_balloon.bottom {
    margin-bottom: 15px;
}
.sc_balloon.top {
    margin-top:15px; 
}
.sc_balloon.left{
    margin-left: 15px;
}

.sc_balloon.right{
    margin-right: 15px;
}

.sc_balloon.bottom:before, .sc_balloon.top:before {
    left: 10%;
    margin-left: -9px;
}

.sc_balloon.bottom:after, .sc_balloon.top:after {
    left: 10%;
    margin-left: -6px;
}

.sc_balloon.left:before, .sc_balloon.right:before {
    top: 30%;
    margin-top: -13px;
}

.sc_balloon.left:after, .sc_balloon.right:after {
    top: 30%;
    margin-top: -10px;
}

.sc_balloon.bottom:before {
    bottom: -15px;
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
}
.sc_balloon.bottom:after {
    bottom: -16px;
    border-width: 16px 12px 0 12px;
    border-color: #ccc transparent transparent transparent;
}

.sc_balloon.top:before {
    top: -15px;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #fff transparent;
}
.sc_balloon.top:after {
    top: -16px;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #ccc transparent;
}

.sc_balloon.left:before {
    left: -15px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
}
.sc_balloon.left:after {
    left: -16px;
    border-width: 12px 16px 12px 0;
    border-color: transparent #ccc transparent transparent;
}

.sc_balloon.right:before {
    right: -15px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
}
.sc_balloon.right:after {
    right: -16px;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #ccc;
}

.think_balloon{
    position: relative;
    padding: .5em 1em;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.think_balloon:before{    
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -13px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.think_balloon:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: -5px;
    border-radius: 50%;
    border: 1px solid #ccc;
  }

.think_balloon.blue{
      background: #4C5CB0;
      border: 0;
      color: #fff
}
.think_balloon.blue:before,.think_balloon.blue:after{
    background: #4C5CB0;
    border:0;
}

.think_balloon.green{
    background: #7ACC40;
    border:0;
    color:#fff;
}
.think_balloon.green:before,.think_balloon.green:after{
    background: #7ACC40;
    border:0;
}

.voice.left .think_balloon:before{
      left: -26px;
}  
.voice.left .think_balloon:after{
      left: -16px;
}

.voice.right .think_balloon:before{
      right: -25px;
}  
.voice.right .think_balloon:after{
      right: -15px;
}



.badge {
    background: #333;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 2px;
}

.badge i {
    vertical-align: baseline;
    font-weight: bold;
}

.badge i.before {margin-right: .5em;}
.badge i.after {margin-left: .5em;}

.sc_marker{background: linear-gradient(transparent 50%, #ffff66 50%);}

.fontsize.\31{font-size: 0.8em}
.fontsize.\32{font-size: 0.9em}
.fontsize.\33{font-size: 1.1em}
.fontsize.\34{font-size: 1.3em}
.fontsize.\35{font-size: 1.4em}
.fontsize.\36{font-size: 1.5em}
.fontsize.\37{font-size: 1.6em}
.fontsize.\38{font-size: 1.7em}
.fontsize.\39{font-size: 2em}

.fontcolor{color:red;}
.fontbackground{background:#eee;padding: 2px 5px;}

.sc_getpost{
    -webkit-box-shadow: 0 3px 10px #ddd;
    -moz-box-shadow: 0 3px 10px #ddd;
    box-shadow: 0 3px 10px #ddd;
    -webkit-box-shadow: 0 2px 5px rgba(100, 100, 100, 0.25);
    -moz-box-shadow: 0 2px 5px rgba(100, 100, 100, 0.25);
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.25);
    padding:10px;
    position: relative;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    margin: 1em 0;
    border:1px solid #ddd;
}

.sc_getpost:hover{
    background: #eee;
}

.sc_getpost a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sc_getpost img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    float: left;
    margin: 0;
    margin-right: 10px;
}

.sc_getpost .title{
    font-weight: bold;
    font-size: .9em;
}

.sc_getpost .substr {
    font-size: 0.8em;
    line-height: 1.5;
    color: #666;
    overflow:auto; 
}

.sc_getpost .date{
    font-size: 0.8em;
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.sc_getpost .badge{
  font-size: .7em;
  padding: 4px 7px;
  margin-right: 5px;
}

.voice{
    margin: 10px 0;
    float: none;
}

.voice.left .icon img{
    float: left;
    margin-right: 20px;
}

.voice.left .icon .name{
  text-align: left;
  position: relative;
  top:12px;
}

.voice.right .icon img{
    float: right;
    margin-left: 20px;
}

.voice.right .icon .name{
    text-align: right;
    position: relative;
    top:12px;
}

.voice .icon{
    text-align: center;
    line-height: 0;
    margin-bottom: 10px; 
}

.voice .icon img {
    border-radius: 50%;
    border: 1px solid #eee;
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: 0;
    overflow:hidden; 
}

.voice .name {
    font-size: .8em;
}
.voice.left.n_bottom .icon{
  float: left;
}
.voice.left.n_bottom .icon img{
  float: none;
}
.voice.left.n_bottom .icon .name{
  margin-right: 20px;
  text-align: center;
}
.voice.right.n_bottom .icon{
  float: right;
}
.voice.right.n_bottom .icon img{
  float: none;
}
.voice.right.n_bottom .icon .name{
  margin-left: 20px;
  text-align: center;
}


.voice.left .text {
    float: left;
}

.voice.right .text {
    float: right;
}

.voice .text {
    max-width: 75%;
}

.voice .text.sc_balloon,.voice .think_balloon{
    padding: .5em 1em;
    margin: 0;
    border-width: 1px;
    font-size: .9em;
    margin-top:15px; 
}

.voice .think_balloon{
    margin-top:25px;
    margin-right: 10px;
    margin-left: 10px;
}

.voice.left .text.sc_balloon{
  border-radius: 0 15px 15px 15px;
}

.voice.right .text.sc_balloon{
  border-radius: 15px 0 15px 15px;
}

.voice.left .sc_balloon:before {
    border-width: 0px 17px 15px 0;
    margin-top: -11px;
    left: -11px;
    top:11px;
}

.voice.left .sc_balloon:after {
  border-width: 0 13px 12px 0px;
  left: -13px;
  top:9px;
}

.voice.right .sc_balloon:before {
    border-width: 0px 0 17px 15px;
    margin-top: -11px;
    right: -11px;
    top:11px;
}

.voice.right .sc_balloon:after {
  border-width: 0 0 14px 12px;
  right:-13px;
  top:9px;
}

.voice .text.sc_balloon.blue{
    background: #4C5CB0;
    color:#fff;
    border: 0;
}

.sc_balloon.blue:before{
    border-color: transparent #4C5CB0 transparent transparent;
}

.sc_balloon.blue.right:before{
        border-color: transparent transparent transparent #4C5CB0;
}

.sc_balloon.blue:after {
    border: none;
}

.voice .text.sc_balloon.green{
    background: #7ACC40;
    border:0;
    color:#fff;
}

.sc_balloon.green:before{
    border-color: transparent #7ACC40 transparent transparent;
}
.sc_balloon.green.right:before{
        border-color: transparent transparent transparent #7ACC40;
}

.sc_balloon.green:after {
    border: none;
}

.sc_toggle_box{
    border: 1px solid #ccc;
}

.sc_toggle_title{
    padding: 10px 20px;
    position: relative;
    background: #eee;
}

.sc_toggle_content{
    padding: 10px 20px;
    display: none;
}

.sc_toggle_title.active:after{
    content:'\f077';
}

.sc_toggle_title:after{
    content:'\f078';
    text-align: right;
    float: right;
    color: #888;
}


.tab_area{
    overflow:hidden;
    display:table;
    margin:0;
    }
    
.tab_area div{
    /*Tabの装飾*/
    width:139px; 
    height:49px; 
    text-align:center; 
    border: 1px solid #ccc;
    cursor: pointer; 
    vertical-align:middle; 
    display:table-cell;  
    color:#333333;
    background:#eee;
    }
    
.sc_tabs_area { 
    padding:10px 0; 
    overflow: hidden;
}
    
.sc_tabs_area div.content_area{
    background:#ffffff; 
    padding:20px;  
    border: 1px dotted #bbbbbb;
    }

.tab_area div.select{
    /*アクティブタブの装飾*/
    background:#ffffff; 
    background-image:none; 
    color:#333333;
    border: 1px dotted #909090;
    border-top:3px solid #3f51b5;
    }
    
.hide{display:none;}

.review_star {
    vertical-align: sub;
    height: 36px;
    width: 200px;
    background-size: 200px;
    background-image: url(images/diverstar_o.png);
    background-repeat: no-repeat;
    display: inherit;

}

.barchart{
    display: block;
    background: #006d97;
    text-align: left;
    padding-left: 20px;
    color: #f0ffff;
    height: 2.5em;
    line-height: 2.5em;
    margin:5px 0;
    border-radius: 0 10px 10px 0;
}

.review_star .star {
    height: 36px;
    width: 200px;
    background-size: 200px;
    background-image: url(images/diverstar.png);
}

ul.sc_article{
    list-style: none;
    overflow:auto;
    padding: 0 20px;
    background: #fff;
}

ul.sc_article li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
}


.sc_article_title{
    font-size: 0.9em;
    display: inline-block;
}

.sc_article_title a {
    color: #333;
}

.sc_article_title a:hover{
    color: #5eb0f1;
}

.sc_article_date{
    font-size: 0.9em;
    display: inline-block;
    width: 80px;
}

.sc_article_cat {
    background: #ddd;
    color: #fff !important;
    padding: 4px 7px;
    font-size: 0.8em;
    border-radius: 1px;
    margin-right:10px;
}

.sc_frame_wrap {
    margin: 2em 0;
}

.sc_frame{
  border:1px solid #ddd;
  padding: 1em 1.5em;
  position: relative;
  border-radius: 2px;
}

.sc_frame_title{
  padding: .3em 1.5em;
  position: relative;
  bottom: -2px;
}

.sc_frame_title.inline{
  display: inline-block;
  margin: 0 10px;
}

.sc_frame_before {
  position: absolute;
  color: #fff;
  background: #ccc;
  left: 5px;
  font-size: .8em;
  font-weight: bold;
  bottom: 100%;
  padding:.3em 1.5em; 
  border-radius: 3px 3px 0 0;
  font-size: .8em;
}

.sc_frame_text{
  overflow: auto;
}

.sc_frame_icon{
      margin-right: .5em;
}
.sc_frame .sc_frame_icon{
  float: left;
  font-size: 1.3em;
  line-height: 1.2;
}

.sc_frame.note{
  background-image:linear-gradient(90deg,rgba(204,204,204,0) 0%,rgba(201,204,204,0) 49%,rgba(255,255,255,100) 50%,rgba(255,255,255,100) 100%),
  linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,205,0) 96.5%,rgba(30,30,30,100) 100%);
  background-repeat:repeat-x,repeat-y;
  background-size:4px 100%,100% 1.8em;
  padding: 1.8em 1.5em;
  line-height: 1.8em;
}
.sc_frame.shadow{
    -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  }
.sc_frame.tape:before{
    content: "";
    position: absolute;
    top: 17px;
    width: 25%;
    height: 35px;
    opacity: 0.15;
    margin: -35px auto 10px 35%;
    background: #4e4e4e;
    transform: rotate(-5deg);
    left: 10px;
    right: 10px;
}

.sc_qrcode{
  text-align: center;
}

.sc_content_icon,.sc_content_icon i{
  vertical-align: baseline;
  padding: 0 .2em;
}

@media screen and (max-width:768px){
    .sc_getpost img{
        width: 100px !important;
        height: 70px !important;
    }

    .sc_getpost .title {
        font-size: 0.8em;
    }

    .sc_getpost .substr{
        display: none;
    }

    .sc_getpost .date{
        position: static !important;
        font-size: .5em;
    }

}

@media screen and ( max-width:480px ) {
    .voice .text {
        width: 70%;
        font-size: .8em;
    }
    .voice .name{
    	font-size: .6em;
    }

    .voice .think_balloon.text{
      width: 60%;
    }

    .voice .icon img{
      width: 50px;
      height: 50px;
    }
}