@charset 'utf-8';
/* ===================================================================
 style info : コンテンツエリア関係 他
fonts
 10px = 84%    11px = 92%    12px = 100%   13px = 109%
 14px = 117%    15px = 125%    16px = 133.3%    17px = 141.7%
 18px = 150%    19px = 158.3%    20px = 166.7%    21px = 175%
 22px = 183.3%    23px = 191.7%    24px = 200%    25px = 208.3%
 26px = 216.7%
=================================================================== */
/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 180%;
}
body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}
input, textarea {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
/* リンク
----------------------------------------------------*/
a {
  color: #333;
}
a:hover {
  opacity: .6;
}
/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors_example {
  background-image: -o-linear-gradient(#fff, #000);
  background-image: -moz-linear-gradient(#fff, #000);
  background-image: linear-gradient(#fff, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#000));
  /* グラデーション lg(top,#fff,#000) */
  background-image: -webkit-linear-gradient(#fff, #000);
  /* 角丸 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius-topright: 15px;
  /* 角丸個別 */
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  /* ボックスに影 */
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  /* テキストに影 */
  text-shadow: 1px 1px 0 #999;
}
/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix:before, .clearfix:after, #content:before, #content:after {
  content: '';
  display: table;
}
.clearfix:after, #content:after {
  clear: both;
}
.clearfix, #content {
  zoom: 1;
}
/* 画像の透過 */
.transparent a:hover {
  -ms-filter: 'alpha( opacity=80 )';
  filter: alpha(opacity=80);
  opacity: .8;
}
.tL {
  text-align: left;
}
.tR {
  text-align: right;
}
.tC {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pc_cont {
  display: block;
}
.sp_cont {
  display: none;
}
/* btn */
.btn a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/*
.btn a {
  background: url(../img/ico_arrow_rbc.png) 97% center no-repeat #4FA4AF;
  background-size: 18px;
  border-radius: 35px;
  display: block;
  line-height: 35px;
  margin: 0 auto;
  padding-right: 20px;
  text-align: center;
  width: 320px;
}
.btn.btn_green a {
  background: url(../img/ico_arrow_rgc.png) 97% center no-repeat #579365;
  background-size: 18px;
}
.btn.btn_blue a {
  background: url(../img/ico_arrow_rbc.png) 97% center no-repeat #649BBC;
  background-size: 18px;
}
.btn.btn_red a {
  background: url(../img/ico_arrow_rrc.png) 97% center no-repeat #DD7878;
  background-size: 18px;
}
.btn.btn_orange a {
  background: url(../img/ico_arrow_roc.png) 97% center no-repeat #EA965C;
  background-size: 18px;
}
 */
.select_language {
  display: inline-block;
}
.select_language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/ico_arrow_select.png) right center no-repeat;
  background-size: 26px;
  border: 2px solid #4fa4af;
  border-radius: 0;
  font-size: 12px;
  height: 26px;
  padding: 0 36px 0 6px;
  position: relative;
}
/* Edgeのみ */
@supports (-ms-ime-align:auto) {
  .select_language select {
    padding: 2px 36px 0 6px;
  }
}
.select_language select::-ms-expand {
  display: none;
}
input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}
/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/
#content {
  margin: 0 auto;
  width: 1200px;
}
#pagetop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 9999;
}
#pagetop a {
  display: block;
}
#pagetop a img {
  width: 40px;
}
/*----------------------------------------------------
	header | ヘッダー
----------------------------------------------------*/
header {
  position: relative;
}
#top_mainvisual {
  position: relative;
}
#top_mainvisual .bx-wrapper {
  left: 50%;
  margin-bottom: 60px;
  margin-left: -1800px;
  width: 3600px;
  z-index: 1;
}
#top_mainvisual .mainimg_ctrl_pc {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
}
#top_mainvisual .mainimg_ctrl_pc a.bx-next {
  background: url(../img/btn_next.png) no-repeat;
  display: block;
  float: right;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
#top_mainvisual .mainimg_ctrl_pc a.bx-prev {
  background: url(../img/btn_prev.png) no-repeat;
  display: block;
  float: left;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
#top_mainvisual .mainimg_ctrl_pc a.bx-next, #top_mainvisual .mainimg_ctrl_pc a.bx-prev {
  opacity: 1;
  position: relative;
  z-index: 2;
}
#top_mainvisual .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
#top_mainvisual .bx-wrapper img {
  height: 400px;
  margin: 0 auto;
  width: 1200px;
}
#top_mainvisual .bx-wrappe ul li:first-child, #top_mainvisual .bx-wrappe ul li:nth-child(3), #top_mainvisual .bx-wrappe ul li:nth-child(4), #top_mainvisual .bx-wrappe ul li:nth-child(5), #top_mainvisual .bx-wrappe ul li:nth-child(6), #top_mainvisual .bx-wrappe ul li:nth-child(7) {
  display: none;
}
#top_mainvisual .bx-wrapper p.sliderLeft, #top_mainvisual .bx-wrapper p.sliderRight {
  background-color: rgba(255,255,255,.5);
  height: 450px;
  position: absolute;
  top: 0;
  width: 1200px;
}
#top_mainvisual .bx-wrapper p.sliderRight {
  right: 0;
}
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover, #top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4fa4af;
}
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
}
#top_mainvisual .bx-controls-direction {
  display: none;
}
#top_mainvisual .bx-wrapper .bx-pager {
  bottom: -38px;
}
#header_top {
  background: #fff;
  /*border-radius: 0 0 10px 10px;*/
  box-shadow: 0 0 10px #ccc;
  position: absolute;
  top: 0;
  width: 100%;
}
#header_top .header_wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 20px;
  width: 1200px;
}
#header_top .logo {
  float: left;
  padding-top: 20px;
}
#header_top .logo img {
  max-width: 300px;
}
#header_top .right {
  float: right;
  width: 870px;
}
#header_top .right .primary {
  margin-bottom: 6px;
  text-align: right;
}
#header_top .right .primary .contact {
  display: inline-block;
  margin-right: 20px;
}
#header_top .right .primary .contact a {
  background: url(../img/ico_mail.png) left center no-repeat;
  color: #4d4d4d;
  padding-left: 25px;
  text-decoration: none;
}
#header_top .right .gnav li {
  border-left: 1px dashed #808080;
  float: left;
  text-align: center;
  vertical-align: middle;
  width: 108px;
}
#header_top .right .gnav li.nav02 {
  width: 114px;
}
#header_top .right .gnav li a {
  display: block;
  line-height: 90px;
}
#header_top .right .gnav li a img {
  bottom: 5px;
  position: relative;
  vertical-align: bottom;
}
#header_top .right .gnav li.nav01 a img {
  max-width: 83px;
}
#header_top .right .gnav li.nav02 a img {
  max-width: 98px;
}
#header_top .right .gnav li.nav03 a img {
  max-width: 71px;
}
#header_top .right .gnav li.nav04 a img {
  max-width: 89px;
}
#header_top .right .gnav li.nav05 a img {
  max-width: 94px;
}
#header_top .right .gnav li.nav06 a img {
  max-width: 97px;
}
#header_top .right .gnav li.nav07 a img {
  max-width: 60px;
}
#header_top .right .gnav li.nav08 a img {
  max-width: 86px;
}
#header_top .right .gnav li.nav08 {
  border-right: 1px dashed #808080;
}
/*----------------------------------------------------
	breadcrumb | パンくず
----------------------------------------------------*/
#breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto 20px;
  width: 1200px;
}

#breadcrumb a {
  text-decoration: underline;
}


 /* ヘッダー注釈文対応時CSS */
.results_list #breadcrumb{
  margin: 50px auto 20px;
}
.gtia #breadcrumb{
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */
}

.kyogikai #breadcrumb{
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */
}
.event .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */
}

.contact .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */}

.kyoukai .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */}

.jimukyoku .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */
}

.rank .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */}

.omotenashi .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */}

.sitemap .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */}

.privacy .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */}

.policy .page_top #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */}

.single #breadcrumb {
 /* ヘッダー注釈文対応時CSS */
  margin: 250px auto 20px;
 /* 通常時 
  margin: 200px auto 20px; */
}

#breadcrumb.dc_event_breadcrumb, #breadcrumb.dc_topic_breadcrumb {
  margin-top: 20px;
}

.dc_theme .page_top #breadcrumb {
  margin: 192px auto 20px;
}
/*----------------------------------------------------
	footer | フッター
----------------------------------------------------*/
footer {
  background: #f4f4f4;
  margin-top: 70px;
}
footer .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
}
.footer_top {
  margin-bottom: 100px;
}
.footer_top .box {
  float: left;
  margin-left: 50px;
  width: 200px;
}
.footer_top .box:first-child {
  margin: 0;
}
.footer_top .ttl {
  border-bottom: 1px solid #b3b3b3;
  margin: 20px 0 10px 0;
}
.footer_top .ttl a, .footer_top .ttl.other {
  background: url(../img/ico_arrow_rb.png) left 10px no-repeat;
  display: block;
  font-weight: bold;
  padding: 4px 0 4px 16px;
  text-decoration: none;
}
.footer_top .ttldc a {
  background: url(../img/ico_arrow_dc.png) left 10px no-repeat;
  color: #d13737;
}
.footer_top .footer_list {
  margin-left: 15px;
}
.footer_top .footer_list li {
  padding: 2px 0;
}
.footer_top .footer_list li a {
  font-size: 12px;
  text-decoration: none;
}
.footer_mid {
  margin: 0 auto 50px auto;
  width: 1200px;
}
.footer_mid .ttl {
  margin: 0 0 10px 0;
  text-align: center;
}
.footer_mid .txt {
  margin: 0 0 5px 20px;
}
.footer_mid .btn a {
  line-height: 30px;
  width: auto;
}
.footer_mid .cont_left {
  background: #fff;
  border-radius: 10px;
  float: left;
  height: 230px;
  margin-right: 30px;
  padding: 10px 20px 14px 20px;
  width: 380px;
}
.footer_mid .cont_right {
  background: #fff;
  border-radius: 10px;
  float: right;
  height: 230px;
  padding: 10px 20px 14px 20px;
  width: 380px;
}
.footer_bottom {
  font-size: 12px;
}
.footer_bottom ul li {
  float: left;
}
.footer_bottom ul li a {
  border-right: #4d4d4d 1px solid;
  display: block;
  line-height: 1;
  padding: 0 20px;
  text-decoration: none;
}
.footer_bottom ul li:last-child a {
  border-right: none;
}
footer .copyright {
  background: #4fa4af;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
/*----------------------------------------------------
	top | トップページ
----------------------------------------------------*/
#top_mainvisual_wrap {
  overflow: hidden;
}
/* ヘッダー注釈文対応時CSS */
.top_attention {
  color: #c12525;
  margin: 0 auto 20px auto;
  padding: 0;
  width: 1200px;
}
.top_attention a {
  color: #c12525;
}
@media(max-width:768px) {
  .top_attention {
    font-size: 11px;
    margin: 0 auto 10px auto;
    padding: 0 8px;
    width: auto;
  }
}
/*********/
.tabs_dc_top {
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
}
#top_mainvisual_wrap .tabs_dc_top {
  /* ヘッダー注釈文対応時CSS */
  margin-top: 222px;
  /* 通常時
  margin-top: 150px;*/
}
.tabs_dc_top ul {
  display: flex;
  margin-top: 15px;
}
.tabs_dc_top ul li {
  width: 50%;
}
.tabs_dc_top ul li a {
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -9px 20px -10px rgba(0,0,0,.3) inset;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 40px;
}
.tabs_dc_top ul li.dc a {
  background: url(../img/txt_tab_dc_off_pc.png) no-repeat center rgba(238,129,156,.3);
}
.tabs_dc_top ul li.top a {
  background: url(../img/txt_tab_top_off_pc.png) no-repeat center rgba(124,191,71,.35);
}
.tabs_dc_top ul li.current a {
  box-shadow: none;
}
.tabs_dc_top ul li.current.dc a {
  background: url(../img/txt_tab_dc_on_pc.png) no-repeat center rgba(238,129,156,.8);
}
.tabs_dc_top ul li.current.top a {
  background: url(../img/txt_tab_top_on_pc.png) no-repeat center rgba(124,191,71,.8);
}
#top_mainvisual {
  margin: 0 auto;
  width: 1200px;
}
#top_mainvisual li a:hover {
  opacity: 1;
}
.page_top .sec1 {
  margin-bottom: 20px;
}
.page_top .sec1 .bnr_dc {
  margin-bottom: 20px;
}
.page_top .sec1 .search_area {
  border: 1px solid #3b9352;
  float: left;
  height: 490px;
  margin-bottom: 20px;
  width: 400px;
}
.page_top .sec1 .search_area h2 {
  background: #3b9352;
  line-height: 40px;
  padding-left: 15px;
}
.page_top .sec1 .search_area .inner {
  padding: 15px 18px 13px 18px;
}
.page_top .sec1 .search_area .inner .desc {
  background: #dfefe2;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.page_top .sec1 .search_area .inner .area {
  margin-bottom: 10px;
  text-align: center;
}
.page_top .sec1 .right {
  float: right;
  width: 780px;
}
.page_top .sec1 .right .sec1_rt {
  margin-bottom: 20px;
}
.page_top .sec1 .right .sec1_rt li:first-child {
  float: left;
}
.page_top .sec1 .right .sec1_rt li {
  float: right;
  width: 380px;
}
.page_top .sec1 .sec1_rb {
  clear: both;
}
.page_top .sec1 .sec1_rb .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.page_top .sec1 .sec1_rb .bx-wrapper .bx-controls-direction a {
  height: 190px;
  top: 16px;
  width: 20px;
}
.page_top .sec1 .sec1_rb .bx-wrapper .bx-prev {
  background: url(../img/btn_slider_left.png) 0 0 no-repeat;
  left: -40px;
}
.page_top .sec1 .sec1_rb .bx-wrapper .bx-next {
  background: url(../img/btn_slider_right.png) 0 0 no-repeat;
  right: -40px;
}
.page_top .sec2 {
  margin-bottom: 20px;
}
.page_top .sec2 .news {
  float: left;
  height: 410px;
  margin-right: 20px;
  width: 400px;
}
.page_top .sec2 .news .tab_list li {
  background: #f2e2e2;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 50%;
}
.page_top .sec2 .news .tab_list .tab_on {
  background: #dd7878;
}
.page_top .sec2 .news .border {
  border: 1px solid #dd7878;
  border-top: 0;
  max-height: 395px;
  padding: 12px 14px 12px 14px;
}
.page_top .sec2 .news .border .inner {
  height: 315px;
  margin-bottom: 20px;
  overflow: auto;
  padding-right: 10px;
  position: relative;
  width: 370px;
}
.page_top .sec2 .news .border .inner .news_list {
  width: 360px;
}
.page_top .sec2 .news .border .inner .news_list li {
  border-top: 1px dashed #ccc;
  padding: 6px 0;
}
.page_top .sec2 .news .border .inner .news_list li:first-child {
  border: 0;
}
.page_top .sec2 .news .border .inner .news_list li .date span {
  background: #ccc;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-left: 10px;
  min-width: 100px;
  padding: 1px 0;
  text-align: center;
}
.page_top .sec2 .news .border .inner .news_list li .date .ico_seibu {
  background: #56b1ef;
}
.page_top .sec2 .news .border .inner .news_list li .date .ico_kenou {
  background: #ed6680;
}
.page_top .sec2 .news .border .inner .news_list li .date .ico_agatsuma {
  background: #8db749;
}
.page_top .sec2 .news .border .inner .news_list li .date .ico_tonenumata {
  background: #8275bc;
}
.page_top .sec2 .news .border .inner .news_list li .date .ico_toubu {
  background: #ea9357;
}
.page_top .sec2 .news .border .inner .news_list li .date .ico_kengai {
  background: #858585;
}
.page_top .sec2 .news .border .inner .news_list li .txt {
  line-height: 1.3;
}
.page_top .sec2 .news .border #btn2 {
  display: none;
}
.page_top .sec2 .rank {
  border: 1px solid #649bbc;
  float: left;
  height: 430px;
  padding-bottom: 13px;
  position: relative;
  width: 380px;
}
.page_top .sec2 .rank h2 {
  background: #649bbc;
  line-height: 40px;
  padding-left: 20px;
}
.page_top .sec2 .rank .rank_list {
  margin: 8px 18px 0 18px;
}
.page_top .sec2 .rank .rank_list li {
  border-top: 1px dashed #ccc;
  padding: 10px 0;
}
.page_top .sec2 .rank .rank_list li:first-child {
  border: 0;
}
.page_top .sec2 .rank .rank_list li:first-child .img {
  width: 110px;
}
.page_top .sec2 .rank .rank_list li:first-child .img img {
  height: auto;
  width: 110px;
}
.page_top .sec2 .rank .rank_list li:first-child .img .sy-img-thumbnail.sy-noimage {
  background: #ddd;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 110px;
  line-height: 110px;
  text-align: center;
  width: 110px;
}
.page_top .sec2 .rank .rank_list li:first-child .right {
  width: 220px;
}
.page_top .sec2 .rank .rank_list li a.op {
  display: block;
}
.page_top .sec2 .rank .rank_list li a.op:hover {
  opacity: .7;
}
.page_top .sec2 .rank .rank_list li .img {
  float: left;
  width: 70px;
}
.page_top .sec2 .rank .rank_list li.list02 .img img, .page_top .sec2 .rank .rank_list li.list03 .img img {
  height: auto;
  width: 70px;
}
.page_top .sec2 .rank .rank_list li.list03 {
  padding-bottom: 20px;
}
.page_top .sec2 .rank .rank_list li .img .sy-img-thumbnail.sy-noimage {
  background: #ddd;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
.page_top .sec2 .rank .rank_list li .right {
  float: right;
  width: 260px;
}
.page_top .sec2 .rank .rank_list li .right .no {
  margin-bottom: 2px;
}
.page_top .sec2 .rank .rank_list li .right .ttl {
  font-size: 16px;
}
.page_top .sec2 .rank p.btn {
  bottom: 10px;
  left: 50%;
  margin-left: -160px;
  position: absolute;
}
.page_top .sec2 .fb {
  float: right;
  width: 380px;
}
._2lqg {
  max-height: 360px !important;
}
._10b4 {
  max-height: 370px !important;
}
.page_top .bnr_big {
  margin: 0 -20px 10px 0;
}
.page_top .bnr_big li {
  float: left;
  margin: 0 20px 20px 0;
  width: 285px;
}
.page_top .sep {
  margin-bottom: 15px;
}
.page_top .bnr_sml {
  margin: 0 -30px 0 0;
}
.page_top .bnr_sml li {
  float: left;
  height: 59px;
  margin: 0 30px 20px 0;
  width: 175px;
}
.page_top .bnr_sml li img {
  max-width: 100%;
}
.page_top .bnr_sml .pc_m_none {
  margin-bottom: 0;
}



 /* ヘッダー注釈文対応時CSS */
.top_attention {
  color: #004ecc;
    border: 1px solid #5bacd8;
    background: #c4eaff;
    margin: 0 auto 20px auto;
    padding: 10px !important;
    width: 1200px;
    display: block;
    text-align:center;
    box-sizing: border-box;
}
  .top_attention a {
  color: #004ecc;
		text-decoration: none !important;
}
 @media(max-width:768px) {
  .top_attention {
    color: #004ecc;
    border: 1px solid #5bacd8;
    background: #c4eaff;
    margin: 0 auto 20px auto;
    padding: 8px 10px !important;
    width: auto;
    display: block;
    text-align:center;
    box-sizing: border-box;
    line-height: 10px !important;
  }
}
/*********/
