@charset "utf-8";
/*
---------------------------------------------

    base settings

*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
input,
textarea {
  font-size: 12px;
}
img {
  vertical-align: bottom;
}
a {
  color: #e60012;
}
a:active,
a:hover {
  color: #ff5a67;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
body {
  -webkit-print-color-adjust: exact;
  zoom: 67%;
}
/*
---------------------------------------------

    Header layout

*/
.header-frame {
  width: 100%;
  min-width: inherit;
  height: 160px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.header-frame .header-menu {
  width: 100%;
  background-color: #083e6f;
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
}
.header-frame .header {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
.header-frame .header #site-title {
  width: 154px;
  display: block;
}
.header-frame .header #site-title img {
  width: 100%;
}
.search-box {
  display: none;
}
.header-title {
  width: 1100px;
  padding: 27px 0 35px 0;
  margin: 0 auto;
  position: relative;
}
.header-title h2 {
  font-weight: 100;
  font-size: 48px;
}
.header-title h2 a {
  color: #132e59;
  text-decoration: none;
  display: inline-block;
}
.header-title h2 a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
.header-title .btn-category {
  height: 16px;
  margin: -8px 0 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  display: table;
  position: absolute;
  top: 60%;
  right: 280px;
}
.header-title .btn-category li {
  display: table-cell;
  position: relative;
  padding: 0 25px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-title .btn-category li span {
  width: 8px;
  height: 13px;
  margin: -6px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.header-title .btn-category li span img {
  vertical-align: top;
}
.header-title .btn-category li em {
  font-style: normal;
}
.header-title .btn-category li .sub-nav-arrow {
  display: none;
}
.header-title .btn-category li.selected {
  position: relative;
  color: #083e6f;
  font-weight: 600;
}
.header-title .btn-category li.selected em {
  font-weight: 600;
}
.header-title .btn-category li.selected .sub-nav-arrow {
  width: 20px;
  height: 10px;
  margin: 0 0 0 -10px;
  display: block;
  position: absolute;
  top: inherit;
  left: 50%;
  bottom: -35px;
}
.header-title .btn-category.hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
.header-title .contact-box {
  width: 280px;
  height: 62px;
  margin: -31px 0 0 0;
  padding: 4px;
  display: table;
  background-color: #f6f6f6;
  border: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
}
.header-title .contact-box a {
  padding: 0 0 0 45px;
  display: table-cell;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  color: #083e6f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffcc00;
  border: 3px solid #fff;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-title .contact-box a img {
  width: 24px;
  height: 16px;
  margin: -8px 3px 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
}
.header-title .contact-box a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
/*
---------------------------------------------

    Footer layout

*/
#footerFrame {
  width: 100%;
  padding: 20px 0;
  background-color: #000;
}
#footer {
  width: 1210px;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  text-align: right;
}
/*
---------------------------------------------

    Contents basic layout

*/
.content-frame {
  width: 100%;
  min-width: inherit;
  padding: 0 0 0 0;
}
.content-frame .content-color {
  background-color: #f0f0f0;
}
#contents {
  width: 700px;
  float: left;
}
#sideBar {
  margin: 0;
  padding: 20px;
  text-align: left;
  display: none;
}
/*
---------------------------------------------

     visual editor style

*/
.post {
  /*  以下は画像埋め込み時に使用されるクラス */
}
.post p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.post strong {
  font-weight: bold;
}
.post em {
  font-style: italic;
  font-weight: normal;
}
.post del {
  text-decoration: line-through;
}
.post ul {
  margin-left: 20px;
}
.post ul li {
  list-style: disc;
}
.post ol {
  margin-left: 20px;
}
.post ol li {
  list-style: decimal;
}
.post blockquote {
  background-color: #ccc;
  margin: 10px 0;
  padding: 10px;
}
.post address {
  font-style: italic;
  font-weight: normal;
}
.post pre {
  background-color: #ccc;
  margin: 10px 0;
  padding: 10px;
}
.post h1 {
  font-size: 300%;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.post h2 {
  font-size: 200%;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.post h3 {
  font-size: 150%;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.post h4,
.post h5,
.post h6 {
  font-size: 120%;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.post .alignleft {
  float: left;
  text-align: center;
}
.post .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post .alignright {
  float: right;
  text-align: center;
}
.post .wp-caption-text {
  color: #666;
  margin-top: 5px;
}
/*
---------------------------------------------

     Common style

*/
/* IE8 to later */
.socialBtn {
  text-align: right;
}
.socialBtn li {
  display: inline-block;
  list-style: none;
}
iframe.twitter-share-button {
  width: 105px!important;
}
/* IE8 to later */
.subInfo {
  padding: 10px 0 0 0;
  margin: 10px 0 20px 0;
  border-top: 1px solid #333;
  text-align: right;
}
.subInfo ul li {
  display: inline-block;
  padding: 0 0 0 15px;
}
.subInfo ul li a {
  text-decoration: none;
  color: #333;
}
.subInfo ul li a:hover {
  text-decoration: underline;
}
.pg-navi {
  width: 100%;
  padding: 0 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-navi ul {
  display: table;
}
.pg-navi ul li {
  width: 33.3%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #d8d8d8;
}
.pg-navi ul li span {
  display: block;
}
.pg-navi ul li a {
  padding: 12px 0;
  display: block;
  color: #000;
  text-decoration: none;
}
.pg-navi ul li.pg-navi-left {
  background-color: #c2c2c2;
}
.pg-navi ul li.pg-navi-left span {
  background: url(../img/icon_page_back.png) no-repeat 10px center;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=30);
}
.pg-navi ul li.pg-navi-left a {
  background: url(../img/icon_page_back.png) no-repeat 10px center;
}
.pg-navi ul li.pg-navi-right {
  background-color: #c2c2c2;
}
.pg-navi ul li.pg-navi-right span {
  opacity: 0.3;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=30);
  background: url(../img/icon_page_next.png) no-repeat 95% center;
}
.pg-navi ul li.pg-navi-right a {
  background: url(../img/icon_page_next.png) no-repeat 95% center;
}
.btn-page-top {
  display: none;
}
/*
----------------------------------------------------------------

 Layout settings

*/
.top-frame {
  padding: 0 0 0 0;
}
.top {
  width: 1100px;
  margin: 0 auto;
}
.top ul li {
  line-height: 3;
}
.top-hero-article {
  margin: 0 0 50px 0;
  position: relative;
}
.top-hero-article .top-hero-frame {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 10;
}
.top-hero-article .top-hero-frame .top-hero-box {
  width: 1100px;
  height: 150px;
  margin: 0 auto;
  display: table;
  background: url(../img/bg_wht90.png) repeat 0 0;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-logo {
  width: 300px;
  display: table-cell;
  background-color: #fff;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dt {
  width: 100%;
  height: 110px;
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
  display: table;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dt span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dt span img {
  width: auto;
  height: auto;
  max-width: 280px;
  max-height: 60px;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dd {
  padding: 0 0 20px 0;
  text-align: center;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dd .date {
  padding: 0 0 0 10px;
  display: inline-block;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-title {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-title a {
  text-decoration: none;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-title dt {
  padding: 0 0 10px 0;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-title dt a {
  color: #000;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-title dt a span {
  font-size: 18px;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-title dd {
  padding: 10px 0 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.top-hero-article .top-hero-frame .top-hero-box .top-hero-title dd a {
  color: #083e6f;
}
.top-hero-article .top-img-hero {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
}
.top-hero-article .top-img-hero img {
  width: 1200px;
  height: 480px;
  margin: 0 0 0 -600px;
  position: absolute;
  top: 0;
  left: 50%;
}
.case-box {
  padding: 0 0 0 50px;
}
.case-box li {
  width: 300px;
  height: 360px;
  margin: 0 50px 50px 0;
  padding: 0 0 0 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
.case-box li.no-padding {
  padding: 0;
}
.case-box li .top-cont-img {
  height: 120px;
  overflow: hidden;
}
.case-box li .top-cont-img img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 120px;
}
.case-box li .top-date {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.case-box li .top-case-article-box {
  position: relative;
}
.case-box li .top-case-article-box dl dt {
  width: 100%;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  display: table;
}
.case-box li .top-case-article-box dl dt span {
  display: table-cell;
  vertical-align: middle;
}
.case-box li .top-case-article-box dl dt span img {
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 60px;
}
.case-box li .top-case-article-box dl dd {
  padding: 15px 20px 5px 20px;
  font-size: 14px;
  font-weight: bold;
}
.case-box li .top-case-article-box p {
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}
.case-box li a {
  background-color: #f7f7f7;
  line-height: 1.6;
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  color: #083e6f;
}
.case-box li a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
.case-box li a dd {
  color: #000;
}
.case-box li a .top-cat {
  width: 100%;
  display: block;
}
.case-box li.hero-article {
  width: 100%;
  height: 400px;
}
.top-format-frame {
  margin: 60px 0 0 0;
  padding: 40px 0;
  background-color: #e9e9e9;
}
.top-format-title {
  margin: 0 0 40px 0;
  text-align: center;
  background: url(../img/dot_blue.png) repeat-x 0 center;
}
.top-format-title h3 {
  padding: 0 20px;
  display: inline-block;
  background-color: #e9e9e9;
  font-size: 30px;
  font-weight: bold;
  color: #083e6f;
}
.format-box {
  padding: 0 0 0 50px;
}
.format-box li {
  width: 300px;
  margin: 0 50px 50px 0;
  padding: 0 5px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
.format-box li .top-cont-img {
  height: 160px;
  overflow: hidden;
}
.format-box li .top-cont-img img {
  width: 100%;
  height: 100%;
}
.format-box li a {
  background-color: #fff;
  line-height: 1.6;
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  color: #000;
}
.format-box li a .top-cat {
  width: 100%;
  padding: 10px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.format-box li a .top-cat dl {
  padding: 10px;
  display: table;
}
.format-box li a .top-cat dl dt {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.format-box li a .top-cat dl dt img {
  width: 100%;
}
.format-box li a .top-cat dl dd {
  padding: 5px 0 0 10px;
  display: table-cell;
  font-size: 14px;
  line-height: 1.4;
  color: #083e6f;
}
.format-box li a .top-cat .cat-box {
  font-size: 12px;
}
.format-box li a .top-cat .top-date {
  padding: 0 0 0 5px;
  font-size: 12px;
  display: inline-block;
}
.btn-goto-list {
  margin: 40px 0 0 0;
  text-align: center;
}
.btn-goto-list a {
  padding: 16px 50px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #083E6F;
  border: 2px solid #083e6f;
  background: url(../img/icon_btn_arrow.png) no-repeat 95% center;
}
.btn-goto-list a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
  background-color: #f1f1f1;
}
.case-logo-frame {
  background-color: #fff;
}
.case-logo-box {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
.case-logo-box li {
  width: 20%;
  margin: 20px 0;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
.case-logo-box li img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 60px;
  vertical-align: middle;
}
.case-logo-box li a {
  display: block;
}
.case-logo-box li a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
.recommend-title {
  margin: 0 0 20px 0;
  background-color: #083e6f;
}
.recommend-title h3 {
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.article-recommend-frame {
  padding: 0 0 40px 0;
  background-color: #f6f6f6;
}
.article-recommend-area {
  width: inherit;
  margin: 0 auto;
}
.article-recommend-list {
  width: 100%;
  display: table;
}
.article-recommend-list li {
  width: 20%;
  padding: 0 5px;
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.article-recommend-list li .article-recommend-bg {
  min-height: 195px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.article-recommend-list li .article-recommend-bg p {
  width: 100%;
  margin: 0 0 20px 0;
  display: table;
}
.article-recommend-list li .article-recommend-bg p span {
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-recommend-list li .article-recommend-bg p span img {
  width: 100%;
  height: auto;
}
.article-recommend-list li .article-recommend-bg a {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  display: block;
  line-height: 1.4;
}
.article-recommend-list li .article-recommend-bg a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
.contents-hero {
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
}
.contents-hero.format-hero {
  padding: 30px 0 0 0;
  height: inherit;
}
.contents-hero .img-hero {
  width: 1200px;
  height: 480px;
  margin: -240px 0 0 -600px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.contents-hero .img-hero img {
  width: 100%;
}
.contents-hero.format-hero {
  height: inherit;
}
.contents-hero.format-hero .img-hero {
  width: inherit;
  height: inherit;
  margin: 0;
  position: relative;
  top: inherit;
  left: inherit;
}
.contents-hero-info-frame {
  width: 1100px;
  height: 200px;
  margin: 0 0 0 -550px;
  background: none;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.contents-hero-info-frame .hero-article-title {
  padding: 20px 280px 0 0;
}
.contents-hero-info-frame .hero-article-title dt {
  width: 100%;
  padding: 0;
  display: table;
  background-color: #fff;
}
.contents-hero-info-frame .hero-article-title dt .cat-text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents-hero-info-frame .hero-article-title dt .cat-text .cat-text-line {
  padding: 5px 0 5px 20px;
  border-left: 1px solid #e5e5e5;
}
.contents-hero-info-frame .hero-article-title dt .hero-client-logo {
  width: 250px;
  height: 60px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.contents-hero-info-frame .hero-article-title dt .hero-client-logo img {
  max-width: 240px;
  max-height: 60px;
}
.contents-hero-info-frame .hero-article-title dd {
  padding: 10px 20px 0 20px;
  font-size: 30px;
  font-weight: bold;
  color: #083e6f;
  line-height: 1.4;
}
.contents-hero-info-frame .hero-info-right {
  width: 280px;
  height: 200px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
.contents-hero-info-frame .hero-info-right .date-of-article {
  margin: 0 0 7px 0;
  font-size: 12px;
}
.contents-hero-info-frame .hero-info-right .hero-company-name {
  font-size: 24px;
}
.contents-hero-info-frame .hero-info-right .hero-company-name span {
  padding: 0 0 0 5px;
  display: inline-block;
  font-size: 18px;
}
.contents-hero-info-frame .hero-info-right .sns-area {
  width: 234px;
  display: table;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.contents-hero-info-frame .hero-info-right .sns-area li {
  width: 33.3%;
  display: table-cell;
  text-align: center;
}
.contents-hero-info-frame .hero-info-right .sns-area li.btn-facebook {
  width: 69px;
  padding: 0 9px 0 0;
}
.contents-hero-info-frame .hero-info-right .sns-area li.btn-twitter {
  padding: 0 8px 0 0;
}
.contents-hero-info-frame .hero-info-right .sns-area li.btn-twitter iframe.twitter-share-button {
  width: 68px !important;
}
.contents-hero-info-frame .hero-info-right .sns-area li.btn-hatena {
  width: 80px;
}
.contents-hero-info-frame.contents-hero-format-info-frame {
  height: inherit;
  margin: 0 auto;
  position: relative;
  bottom: inherit;
  left: inherit;
}
.contents-hero-info-frame.contents-hero-format-info-frame .hero-article-title {
  padding: 0 280px 0 0;
}
.contents-hero-info-frame.contents-hero-format-info-frame .hero-article-title dd {
  padding: 10px 20px 20px 20px;
}
.contents-hero-info-frame.contents-hero-format-info-frame .hero-info-right {
  height: 100%;
}
.breadcrumbs-frame {
  width: 1100px;
  margin: 0 auto;
  padding: 0 280px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
}
.breadcrumbs-frame .breadcrumbs {
  width: inherit;
  padding: 7px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e4e4e4;
  font-size: 10px;
  display: inline-block;
}
.breadcrumbs-frame .breadcrumbs a {
  color: #083e6f;
  text-decoration: none;
}
.archive-post-frame {
  padding: 40px 0 0 0;
}
.archive-post-title {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  background: url(../img/dot_blue.png) repeat-x 0 center;
}
.archive-post-title h3 {
  padding: 0 20px;
  display: inline-block;
  background-color: #f0f0f0;
  font-size: 21px;
  font-weight: bold;
  color: #083e6f;
}
.post-frame {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.post-frame h2 {
  margin: 0 0 10px 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
}
.post-frame .middle-title {
  margin: 10px 0;
  line-height: 1.8;
  font-size: 18px;
}
.section {
  margin: 40px 0 80px 0;
}
.article-sub-title {
  margin: 10px 0 30px 0;
  font-weight: bold;
  line-height: 1.8;
}
.article-title {
  margin: 0 0 28px 0;
  padding: 10px 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
.article-title h3 {
  font-weight: bold;
}
.article-para-frame {
  width: 100%;
  display: table;
}
.article-para-frame .article-text {
  font-size: 16px;
  line-height: 2;
  display: table-cell;
  vertical-align: top;
}
.article-para-frame .article-text em {
  font-weight: bold;
  font-style: normal;
}
.article-para-frame .article-text .note {
  font-size: 12px;
}
.article-para-frame .article-text .article-image {
  display: inline-block;
}
.article-para-frame .article-text .article-image.left {
  margin: 0 2em 1em 0;
  float: left;
}
.article-para-frame .article-text .article-image.left img {
  max-width: 500px;
}
.article-para-frame .article-text .article-image.right {
  margin: 0 0 1em 2em;
  float: right;
}
.article-para-frame .article-text .article-image.right img {
  max-width: 500px;
}
.article-para-frame .article-text .article-image.center {
  margin: 0 0 15px 0;
  display: block;
  text-align: center;
}
.article-para-frame .article-text .article-image.center img {
  max-width: 100%;
}
.article-para-frame .article-text .article-image .article-image-caption {
  display: block;
  font-size: 12px;
}
.article-table-excel-cap {
  display: block;
  font-size: 12px;
}
.article-table-frame {
  margin: 20px 0;
}
.article-table-frame table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.article-table-frame table td {
  padding: 5px;
}
.agenda-effect-frame {
  width: 100%;
  margin: 40px 0;
  display: table;
}
.agenda-effect-frame .agenda-effect-box {
  line-height: 1.6;
}
.agenda-effect-frame dl dt {
  margin: 0 0 10px 0;
}
.agenda-effect-frame .agenda-arrow-box {
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.agenda-effect-frame dl {
  padding: 40px 20px 20px 20px;
  position: relative;
}
.agenda-effect-frame dl dt {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -10px;
  left: 0;
}
.agenda-effect-frame dl dt span {
  padding: 7px 0;
  display: block;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.agenda-effect-frame .agenda-box-frame {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  background-color: #f6f6f6;
  border: 5px solid #839eb6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.agenda-effect-frame .agenda-box-frame .agenda-box {
  color: #083e6f;
}
.agenda-effect-frame .agenda-box-frame .agenda-box dt span {
  background-color: #346089;
}
.agenda-effect-frame .effect-box-frame {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  border: 5px solid #7f7f7f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.agenda-effect-frame .effect-box-frame .effect-box dt span {
  background-color: #313131;
}
.article-company-info-frame {
  padding: 10px;
  border: 1px solid #ccc;
}
.cp-header {
  width: 100%;
  padding: 10px;
  background-color: #e5eaef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp-header dt {
  vertical-align: middle;
  display: table;
}
.cp-header dt .cp-logo {
  width: 200px;
  height: 40px;
  display: table-cell;
  background-color: #fff;
}
.cp-header dt .cp-logo img {
  width: 100%;
  height: auto;
}
.cp-header dt .cp-url {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #083e6f;
  display: table-cell;
  vertical-align: middle;
}
.cp-header dt .cp-url a {
  text-decoration: none;
  color: #083e6f;
}
.cp-header dd {
  padding: 18px 10px 5px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #083e6f;
}
.cp-info {
  margin: 0 0 20px 0;
  padding: 20px 20px 0 20px;
}
.cp-info dl {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 20px 0 0;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}
.cp-info dl dt {
  width: 75px;
  font-weight: bold;
  display: table-cell;
}
.cp-info dl dd {
  display: table-cell;
}
.cp-admin-voice {
  margin: 40px 0 0 0;
  padding: 10px;
  background-color: #eee;
  position: relative;
}
.cp-admin-voice .cp-admin-voice-header {
  margin: -40px auto 0 auto;
  padding: 0 0 10px 0;
  display: table;
}
.cp-admin-voice .cp-admin-voice-header h4 {
  padding: 0 30px 0 0;
  display: table-cell;
  vertical-align: bottom;
}
.cp-admin-voice .cp-admin-voice-header h4 span {
  width: 200px;
  height: 76px;
  text-align: center;
  color: #083e6f;
  font-size: 18px;
  line-height: 64px;
  font-weight: bold;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg_dialog.png) no-repeat 0 0;
}
.cp-admin-voice .cp-admin-voice-header ul {
  line-height: 1.8;
  display: table-cell;
}
.cp-admin-voice .cp-admin-voice-header ul li {
  width: 100px;
  margin: 0 30px 0 0;
  float: left;
}
.cp-admin-voice .cp-admin-voice-header ul li .photo {
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.cp-admin-voice .cp-admin-voice-header ul li .caption {
  display: block;
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.cp-admin-voice .cp-admin-voice-header ul li .caption span {
  display: block;
  font-size: 12px;
}
.cp-admin-voice .cp-admin-voice-header ul li img {
  width: 100%;
  height: auto;
}
.cp-admin-voice p {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
}
.article-company-text {
  font-size: 14px;
  line-height: 1.8;
}
.social-btn {
  margin: 40px 0 50px 0;
}
.social-btn ul {
  display: table;
  margin: 0 auto;
}
.social-btn ul li {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}
.btn-paging {
  width: 308px;
  margin: 0 auto;
  padding: 0 0 65px 0;
}
.btn-paging.top {
  width: 137px;
}
.btn-paging ul {
  width: 100%;
  display: table;
}
.btn-paging ul li {
  width: 50%;
  display: table-cell;
  padding: 0 17px;
}
.btn-paging ul li a {
  width: 120px;
  height: 120px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.btn-paging ul li.btn-back a {
  background: url(http://case.sakura.ad.jp/wp-content/themes/sakura_case/img/btn_page_back.png) no-repeat 0 0;
}
.btn-paging ul li.btn-back a:hover {
  background-position: -120px 0;
}
.btn-paging ul li.btn-top a {
  background: url(../img/btn_page_top.png) no-repeat 0 0;
}
.btn-paging ul li.btn-top a:hover {
  background-position: -120px 0;
}
.gallery-list-frame {
  margin: 80px 0;
  padding: 30px 20px;
  background-color: #f6f6f6;
}
.gallery-list-frame h3 {
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: bold;
}
.gallery-list-frame h3 span {
  padding: 0 0 10px 0;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.gallery-list-frame ul li {
  width: 25%;
  min-height: 260px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.gallery-list-frame ul li img {
  width: 100%;
  margin: 0 0 10px 0;
}
.banner-area {
  margin: 80px 0;
}
.banner-area h4 {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 10px 0;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.banner-area ul li {
  margin: 0 0 30px 0;
  text-align: center;
}
.banner-area ul li a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
.old-article {
  line-height: 1.6;
  font-weight: 200;
}
.old-article h2 {
  font-size: 145%;
  background: #f8f8f8;
  padding: .5em 15px;
  line-height: 1.4;
  border-bottom: #ccc;
  box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
}
.old-article .aligncenter {
  text-align: center;
}
.sub-nav-frame-bg {
  width: 100%;
  padding: 40px 0 25px 0;
  background-color: #fff;
  z-index: 80;
  position: absolute;
  top: 160px;
  left: 0;
  border-top: 5px solid #083e6f;
  border-bottom: 5px solid #083e6f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-nav-frame-bg.hide {
  display: none;
}
.sub-nav-frame {
  width: 1000px;
  margin: 0 auto;
  display: table;
  position: relative;
}
.sp-close {
  display: none;
}
.overlay {
  width: 100%;
  background: url(../img/bg_gr80.png) repeat 0 0;
  position: fixed;
  top: 160px;
  left: 0;
  z-index: 40;
}
.sub-nav {
  padding: 0 20px;
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-nav h3 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #083e6f;
  border-bottom: 2px solid #083e6f;
}
.sub-nav h3 a {
  padding: 5px 10px;
  font-weight: 100;
  background-color: #eee;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.sub-nav ul {
  text-align: center;
}
.sub-nav ul li {
  margin: 0 5px 5px 5px;
  line-height: 1.8;
  display: inline-block;
  padding: 3px;
  font-size: 12px;
  line-height: 1;
}
.sub-nav ul li:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
.sub-nav ul li a {
  padding: 10px 25px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: url(../img/icon_arrow_wht.png) no-repeat 95% center;
}
.sub-nav .btn-list-page {
  padding: 30px 0 0 0;
  text-align: center;
}
.sub-nav .btn-list-page a {
  padding: 18px 30px;
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  color: #083e6f;
  border: 2px solid #083e6f;
  background: url(../img/icon_arrow_nav.png) no-repeat 95% center;
}
.list-frame {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0 100px 0;
}
.cat-list-title {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: bold;
}
.cat-article-list {
  margin: 40px 0;
}
.cat-article-list h2 {
  font-size: 18px;
  font-weight: bold;
}
.cat-article-list h2 a {
  color: #000;
}
.cat-article-list .subInfo {
  border: none;
  text-align: left;
}
.search-title {
  margin: 0 0 20px 0;
  padding: 0 50px;
}
.search-title dl {
  width: 100%;
  padding: 10px 0;
  display: table;
  border-bottom: 1px solid #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-title dl dt {
  width: 80px;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
}
.search-title dl dd {
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.article-search-list {
  padding: 0 0 0 50px;
  margin: 0 0 0 0;
}
.article-search-list li {
  width: 300px;
  margin: 0 50px 50px 0;
  padding: 0 5px;
  display: table;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.article-search-list li.no-result {
  width: 100%;
}
.article-search-list li.no-result p {
  text-align: center;
}
.article-search-list li.no-result p em {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}
.article-search-list li .article-search-bg {
  min-height: 195px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.article-search-list li .article-search-bg p {
  width: 100%;
  margin: 0 0 20px 0;
  display: table;
}
.article-search-list li .article-search-bg p span {
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.article-search-list li .article-search-bg p span img {
  width: 100%;
  height: auto;
}
.article-search-list li .article-search-bg a {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  display: block;
  line-height: 1.4;
}
.article-search-list li .article-search-bg a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=@opacity)";
  filter: alpha(opacity=70);
}
.share-area {
  margin: 40px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #666;
}
.share-area dl {
  display: table;
}
.share-area dl dt {
  padding: 0 15px 0 0;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.share-area dl dd {
  display: table-cell;
}
.share-area dl dd ul li {
  margin: 0 18px 0 0;
  float: left;
}
.share-area dl dd ul li.btn-facebook {
  width: 69px;
}
.share-area dl dd ul li.btn-twitter iframe.twitter-share-button {
  width: 68px !important;
}
.share-area dl dd ul li.btn-hatena {
  width: 80px;
}
.cat-box {
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  background-color: #eee;
}
.cat-box-startup {
  background-color: #d0b430;
  color: #fff;
}
.cat-box-system {
  background-color: #d0772d;
  color: #fff;
}
.cat-box-game {
  background-color: #d02d2d;
  color: #fff;
}
.cat-box-website {
  background-color: #67268c;
  color: #fff;
}
.cat-box-ec-site {
  background-color: #473193;
  color: #fff;
}
.cat-box-apps {
  background-color: #a6246e;
  color: #fff;
}
.cat-box-ad-tech {
  background-color: #cfd133;
  color: #fff;
}
.cat-box-oem {
  background-color: #91c22f;
  color: #fff;
}
.cat-box-partner {
  background-color: #27a627;
  color: #fff;
}
.cat-box-mov {
  background-color: #1b7d7d;
  color: #fff;
}
.cat-name-startup {
  color: #d0b430;
}
.cat-name-system {
  color: #d0772d;
}
.cat-name-game {
  color: #d02d2d;
}
.cat-name-website {
  color: #67268c;
}
.cat-name-ec-site {
  color: #473193;
}
.cat-name-apps {
  color: #a6246e;
}
.cat-name-ad-tech {
  color: #cfd133;
}
.cat-name-oem {
  color: #91c22f;
}
.cat-name-partner {
  color: #27a627;
}
.cat-name-mov {
  color: #1b7d7d;
}
/*
----------------------------------------------------------------

 Tablet settings

*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*
---------------------------------------------

    Footer layout

*/
  .footer-link-frame {
    padding: 35px 0 30px 0;
    background: url(http://case.sakura.ad.jp/wp-content/themes/sakura_case/img/bg_footer.png) repeat-x 0 0;
  }
  .footer-link-frame ul {
    width: 100%;
    margin: 0;
    display: table;
  }
  .footer-link-frame ul li {
    width: 50%;
    padding: 0 10px;
    display: table-cell;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-link-frame ul li a {
    display: inline-block;
  }
  .footer-link-frame ul li a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=@opacity)";
    filter: alpha(opacity=70);
  }
  #footerFrame {
    padding: 30px 0 35px 0;
    background-color: #000;
  }
  #footer {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer dl {
    color: #FFF;
  }
  #footer dl dd.address {
    margin: 18px 0 0 0;
    font-size: 14px;
  }
  #footer dl dd.copyright {
    margin: 12px 0 0 0;
    font-size: 12px;
  }
  #footer .sns-area {
    width: 92px;
    margin: 20px auto 0 auto;
    display: table;
    position: relative;
    top: inherit;
    right: inherit;
  }
  #footer .sns-area li {
    padding: 0;
    display: table-cell;
  }
  #footer .sns-area li a {
    width: 36px;
    margin: 0 5px;
    display: inline-block;
  }
  #footer .sns-area li a img {
    width: 100%;
  }
  #footer .sns-area li a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=@opacity)";
    filter: alpha(opacity=70);
  }
}
/*
----------------------------------------------------

smartphone settings

*/
@media screen and (max-width: 767px) {
  /*
---------------------------------------------

    Header layout

*/
  .header-frame {
    width: 100%;
    min-width: inherit;
    height: inherit;
  }
  .header-frame .header-menu {
    height: 50px;
  }
  .header-frame .header {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .header-frame .header #site-title {
    width: 96px;
    padding: 14px 0 0 0;
    display: block;
    overflow: hidden;
  }
  .header-frame .header #site-title img {
    width: 100%;
    vertical-align: top;
  }
  .search-box {
    width: 200px;
  }
  .search-box input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  .search-box input[type="search"]:focus {
    outline-offset: -2px;
  }
  .search-box input[type="search"]::-webkit-search-decoration {
    display: none;
  }
  .search-box input[type="search"].search-field {
    width: 155px;
    height: 30px;
    padding: 0 0 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-box form {
    height: 30px;
  }
  .search-box .btn-form {
    padding: 5px 20px 5px 10px;
    background-color: #fff;
    border-left: 1px solid #083e6f;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-title {
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-title h2 {
    display: none;
  }
  .header-title .btn-category {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    display: table;
    position: relative;
    top: inherit;
    right: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-title .btn-category li {
    width: 50%;
    padding: .5em 0 0 0;
    text-align: center;
    display: table-cell;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    background: url(../img/icon_arrow_bottom.png) no-repeat center 98%;
    -webkit-background-size: 15px 6px;
    background-size: 15px 6px;
  }
  .header-title .btn-category li.selected {
    position: relative;
    background: none;
  }
  .header-title .btn-category li.selected .sub-nav-arrow {
    width: 20px;
    height: 10px;
    margin: 0 0 0 -10px;
    display: block;
    position: absolute;
    top: inherit;
    left: 50%;
    bottom: -10px;
  }
  .header-title .btn-category li span {
    display: none;
  }
  .header-title .btn-category li em {
    font-size: 18px;
  }
  .header-title .btn-category li:nth-child(1) {
    border-right: 1px solid #083e6f;
  }
  .header-title .contact-box {
    display: none;
  }
  /*
---------------------------------------------

    Footer layout

*/
  #footerFrame {
    min-width: inherit;
  }
  #footer {
    width: 100%;
    margin: 0;
    position: relative;
    text-align: center;
  }
  /*
---------------------------------------------

    Contents basic layout

*/
  .content-frame {
    min-width: inherit;
    padding: 110px 0 0 0;
    overflow: hidden;
  }
  .content-frame .content-color {
    background-color: #f0f0f0;
  }
  /*
----------------------------------------------------------------

 Layout settings

*/
  .top {
    width: 100%;
    margin: 0;
  }
  .top ul li {
    line-height: 3;
  }
  .top-hero-article {
    margin: 0 0 30px 0;
    position: relative;
  }
  .top-hero-article .top-hero-frame {
    width: 100%;
    padding: 0 10px 20px 10px;
    background-color: #fff;
    position: relative;
    bottom: inherit;
    left: inherit;
    z-index: 10;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-hero-article .top-hero-frame .top-hero-box {
    width: 100%;
    margin: 0;
    display: table;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-logo {
    width: 100%;
    display: block;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dt {
    width: 100%;
    height: 70px;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    display: table;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dt span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dt span img {
    width: auto;
    height: auto;
    max-width: 280px;
    max-height: 55px;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dd {
    padding: 5px 0 0 0;
    text-align: left;
    font-size: 12px;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dd .cat-box {
    font-size: 12px;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-logo dd .date {
    padding: 0 0 0 10px;
    display: inline-block;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-title {
    padding: 0;
    display: block;
    vertical-align: middle;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-title a {
    text-decoration: none;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-title dt {
    padding: 10px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-title dt a {
    color: #000;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-title dt a span {
    font-size: 18px;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-title dd {
    font-size: 14px;
    font-weight: 300;
  }
  .top-hero-article .top-hero-frame .top-hero-box .top-hero-title dd a {
    color: #083e6f;
  }
  .top-hero-article .top-img-hero {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
  }
  .top-hero-article .top-img-hero img {
    width: 450px;
    height: 180px;
    margin: 0 0 0 -225px;
  }
  .case-box {
    padding: 0 10px;
  }
  .case-box li {
    width: 100%;
    height: inherit;
    margin: 0 0 20px 0;
    padding: 0;
    float: inherit;
  }
  .case-box li .top-cont-img {
    display: none;
  }
  .case-box li .top-date {
    bottom: 10px;
    right: 10px;
  }
  .case-box li a {
    padding: 0 0 40px 0;
  }
  .case-box li a .top-cat {
    top: 0;
    left: 0;
  }
  .format-box {
    padding: 0 10px;
  }
  .format-box li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 5px;
    float: inherit;
  }
  .top-format-frame {
    margin: 50px 0 0 0;
    padding: 40px 0;
    background-color: #e9e9e9;
  }
  .top-format-title {
    margin: 0 0 20px 0;
  }
  .top-format-title h3 {
    font-size: 24px;
  }
  .btn-goto-list {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .btn-goto-list a {
    padding: 16px 50px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #083E6F;
    border: 2px solid #083e6f;
    background: url(../img/icon_btn_arrow.png) no-repeat 95% center;
  }
  .btn-goto-list a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=@opacity)";
    filter: alpha(opacity=70);
    background-color: #f1f1f1;
  }
  .case-logo-frame {
    background-color: #fff;
  }
  .case-logo-box {
    width: 100%;
    padding: 40px 0;
    display: block;
  }
  .case-logo-box li {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    vertical-align: middle;
    text-align: center;
  }
  .case-logo-box li img {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 30px;
    vertical-align: middle;
  }
  .recommend-title {
    margin: 0 0 10px 0;
  }
  .recommend-title h3 {
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .article-recommend-frame {
    padding: 0 0 10px 0;
  }
  .article-recommend-area {
    width: 100%;
    margin: 0;
  }
  .article-recommend-list {
    width: 100%;
    display: block;
  }
  .article-recommend-list li {
    width: 100%;
    margin: 0 0 1px 0;
    padding: 0 20px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .article-recommend-list li .article-recommend-bg {
    min-height: inherit;
    padding: 20px 40px 20px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/icon_arrow_nav_sp.png) no-repeat 95% center #ffffff;
    -webkit-background-size: 10px 14px;
    background-size: 10px 14px;
  }
  .article-recommend-list li .article-recommend-bg p {
    display: none;
  }
  .sub-nav-frame-bg {
    width: 100%;
    padding: 0;
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 110px;
    left: 0;
    overflow: auto;
  }
  .sub-nav-frame-bg.hide {
    display: none;
  }
  .sub-nav-frame {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    display: table;
    position: relative;
  }
  .sp-close {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .sp-close img {
    width: 100%;
  }
  .overlay {
    width: 100%;
    background: url(../img/bg_wht80.png) repeat 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
  }
  .sub-nav {
    padding: 0 20px;
    display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub-nav h3 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 18px;
  }
  .sub-nav h3 a {
    padding: 5px 10px;
    font-weight: 100;
    background-color: #eee;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sub-nav ul {
    width: 100%;
  }
  .sub-nav ul li {
    width: 100%;
    margin: 0 0 2px 0;
    line-height: 1.8;
    padding: 3px;
    font-size: 14px;
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub-nav ul li:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=@opacity)";
    filter: alpha(opacity=70);
  }
  .sub-nav ul li a {
    padding: 10px 5px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .sub-nav .btn-list-page {
    padding: 30px 0 10px 0;
    text-align: center;
  }
  .sub-nav .btn-list-page a {
    padding: 10px 30px;
    background-color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .contents-hero {
    width: 100%;
    height: inherit;
    overflow: hidden;
    background-color: #f7f7f7;
    position: relative;
  }
  .contents-hero.format-hero {
    padding: 30px 0 0 0;
    height: inherit;
  }
  .contents-hero .img-hero {
    width: 100%;
    height: 180px;
    margin: 0;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .contents-hero .img-hero img {
    width: 450px;
    height: 180px;
    margin: 0 0 0 -225px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .contents-hero-info-frame {
    width: 100%;
    height: inherit;
    margin: 0;
    background: url(../img/bg_wht70.png) repeat 0 0;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .contents-hero-info-frame .hero-client-logo {
    width: 100%;
    height: 160px;
    display: table;
    background-color: #fff;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .contents-hero-info-frame .hero-client-logo span {
    display: table-cell;
    vertical-align: middle;
  }
  .contents-hero-info-frame .hero-client-logo span img {
    max-width: 100%;
  }
  .contents-hero-info-frame .hero-article-title {
    width: 100%;
    padding: 0;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .contents-hero-info-frame .hero-article-title dt {
    padding: 12px 0 12px 0;
    display: block;
  }
  .contents-hero-info-frame .hero-article-title dt .cat-text {
    width: 100%;
    display: block;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contents-hero-info-frame .hero-article-title dt .cat-text .cat-text-line {
    padding: 0;
    border-left: none;
  }
  .contents-hero-info-frame .hero-article-title dt .hero-client-logo {
    width: 100%;
    height: 60px;
    margin: 0 0 10px 0;
    display: block;
  }
  .contents-hero-info-frame .hero-article-title dt .hero-client-logo img {
    max-width: inherit;
    max-height: 60px;
  }
  .contents-hero-info-frame .hero-article-title dd {
    padding: 10px 20px 20px 20px;
    font-size: 21px;
    font-weight: bold;
    color: #083e6f;
    line-height: 1.3;
  }
  .contents-hero-info-frame .hero-info-right {
    width: 100%;
    height: inherit;
    padding: 20px;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .contents-hero-info-frame .hero-info-right .date-of-article {
    margin: 0 0 7px 0;
    font-size: 12px;
  }
  .contents-hero-info-frame .hero-info-right .hero-company-name {
    font-size: 24px;
  }
  .contents-hero-info-frame .hero-info-right .hero-company-name span {
    padding: 0 0 0 5px;
    display: inline-block;
    font-size: 18px;
  }
  .contents-hero-info-frame .hero-info-right .sns-area {
    width: 234px;
    margin: 20px auto 0 auto;
    display: table;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .contents-hero-info-frame .hero-info-right .sns-area li {
    width: 33.3%;
    display: table-cell;
    text-align: center;
  }
  .contents-hero-info-frame .hero-info-right .sns-area li.btn-facebook {
    width: 69px;
    padding: 0 9px 0 0;
  }
  .contents-hero-info-frame .hero-info-right .sns-area li.btn-twitter {
    padding: 0 8px 0 0;
  }
  .contents-hero-info-frame .hero-info-right .sns-area li.btn-twitter iframe.twitter-share-button {
    width: 68px !important;
  }
  .contents-hero-info-frame .hero-info-right .sns-area li.btn-hatena {
    width: 80px;
  }
  .contents-hero-info-frame.contents-hero-format-info-frame .hero-client-logo {
    width: 100px;
    height: 60px;
  }
  .contents-hero-info-frame.contents-hero-format-info-frame .hero-client-logo img {
    width: 100%;
    max-height: 60px;
  }
  .contents-hero-info-frame.contents-hero-format-info-frame .hero-info-right {
    height: 140px;
  }
  .breadcrumbs-frame {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
  }
  .breadcrumbs-frame .breadcrumbs {
    width: 100%;
    padding: 7px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e4e4e4;
    font-size: 10px;
    line-height: 1.4;
  }
  .breadcrumbs-frame .breadcrumbs a {
    color: #083e6f;
    text-decoration: none;
  }
  .archive-post-frame {
    padding: 30px 0 0 0;
  }
  .archive-post-title {
    margin: 0 0 10px 0;
  }
  .post-frame {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
  .post-frame h2 {
    margin: 0 0 10px 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
  }
  .post-frame .middle-title {
    margin: 10px 0;
    padding: 0 20px;
    font-weight: bold;
    line-height: 1.8;
  }
  .section {
    margin: 40px 0;
    padding: 0 20px;
  }
  .article-sub-title {
    margin: 10px 0 30px 0;
    font-weight: bold;
    line-height: 1.8;
  }
  .article-title {
    margin: 0 0 20px 0;
    padding: 10px 0;
    font-size: 18px;
  }
  .article-title h3 {
    font-weight: bold;
    line-height: 1.4;
  }
  .article-para-frame {
    display: table;
  }
  .article-para-frame .article-text {
    line-height: 1.8;
    display: table-cell;
    vertical-align: top;
  }
  .article-para-frame .article-text .article-image {
    display: inline-block;
  }
  .article-para-frame .article-text .article-image.left {
    margin: 0 1em 1em 0;
    float: left;
  }
  .article-para-frame .article-text .article-image.left img {
    max-width: 150px;
  }
  .article-para-frame .article-text .article-image.right {
    margin: 0 0 1em 1em;
    float: right;
  }
  .article-para-frame .article-text .article-image.right img {
    max-width: 150px;
  }
  .article-table-frame {
    margin: 20px 0;
    padding: 20px 0;
    overflow: scroll;
  }
  .article-table-frame table {
    width: 640px;
  }
  .agenda-effect-frame {
    width: 100%;
    margin: 20px 0;
    display: block;
  }
  .agenda-effect-frame .agenda-effect-box {
    line-height: 1.6;
  }
  .agenda-effect-frame dl dt {
    margin: 0 0 10px 0;
  }
  .agenda-effect-frame .agenda-arrow-box {
    padding: 10px 0 15px 0;
    display: block;
  }
  .agenda-effect-frame .agenda-arrow-box img {
    width: 50px;
    height: 20px;
  }
  .agenda-effect-frame dl {
    padding: 40px 20px 20px 20px;
    position: relative;
  }
  .agenda-effect-frame dl dt {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -10px;
    left: 0;
  }
  .agenda-effect-frame dl dt span {
    padding: 7px 0;
    display: block;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .agenda-effect-frame .agenda-box-frame {
    width: 90%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #f6f6f6;
    border: 5px solid #839eb6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .agenda-effect-frame .agenda-box-frame .agenda-box {
    color: #083e6f;
  }
  .agenda-effect-frame .agenda-box-frame .agenda-box dt span {
    background-color: #346089;
  }
  .agenda-effect-frame .effect-box-frame {
    width: 90%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 5px solid #7f7f7f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .agenda-effect-frame .effect-box-frame .effect-box dt span {
    background-color: #313131;
  }
  .article-company-info-frame {
    padding: 10px;
    border: 1px solid #ccc;
  }
  .cp-header {
    width: 100%;
    padding: 10px;
    background-color: #e5eaef;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cp-header dt {
    vertical-align: middle;
    display: block;
  }
  .cp-header dt .cp-logo {
    width: 100px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
  }
  .cp-header dt .cp-logo img {
    width: 100%;
  }
  .cp-header dt .cp-url {
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #083e6f;
    display: table-cell;
    vertical-align: middle;
  }
  .cp-header dt .cp-url a {
    text-decoration: none;
    color: #083e6f;
  }
  .cp-header dd {
    padding: 18px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: #083e6f;
  }
  .cp-info {
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
  }
  .cp-info dl {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 20px 0 0;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
  }
  .cp-info dl dt {
    width: 75px;
    font-weight: bold;
    display: block;
  }
  .cp-info dl dd {
    display: block;
  }
  .cp-admin-voice {
    margin: 40px 0 0 0;
    padding: 10px;
    background-color: #eee;
    position: relative;
  }
  .cp-admin-voice .cp-admin-voice-header {
    margin: -40px auto 0 auto;
    padding: 0 0 10px 0;
    display: block;
  }
  .cp-admin-voice .cp-admin-voice-header h4 {
    padding: 0;
    display: block;
    vertical-align: bottom;
  }
  .cp-admin-voice .cp-admin-voice-header h4 span {
    margin: 0 auto;
    display: block;
  }
  .cp-admin-voice .cp-admin-voice-header ul {
    width: 100%;
    line-height: 1.8;
    display: table;
  }
  .cp-admin-voice .cp-admin-voice-header ul li {
    width: 50%;
    margin: 0 0 10px 0;
  }
  .cp-admin-voice .cp-admin-voice-header ul li .photo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .cp-admin-voice .cp-admin-voice-header ul li .caption {
    display: block;
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  .cp-admin-voice .cp-admin-voice-header ul li .caption span {
    display: block;
    font-size: 12px;
  }
  .cp-admin-voice .cp-admin-voice-header ul li img {
    width: 100%;
    height: auto;
  }
  .cp-admin-voice p {
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    background-color: #fff;
    position: absolute;
    top: 55px;
    left: 10px;
    right: 10px;
  }
  .article-company-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .social-btn {
    margin: 40px 0 50px 0;
  }
  .social-btn ul {
    display: table;
    margin: 0 auto;
  }
  .social-btn ul li {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
  }
  .pg-navi {
    width: 100%;
    margin: 20px 0 40px 0;
    padding: 0 10px;
  }
  .btn-paging {
    width: 308px;
    margin: 0 auto;
    padding: 0 0 65px 0;
  }
  .btn-paging.top {
    width: 137px;
  }
  .btn-paging ul {
    width: 100%;
    display: table;
  }
  .btn-paging ul li {
    width: 50%;
    display: table-cell;
    padding: 0 17px;
  }
  .btn-paging ul li a {
    width: 120px;
    height: 120px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .btn-paging ul li.btn-back a {
    background: url(http://case.sakura.ad.jp/wp-content/themes/sakura_case/img/btn_page_back.png) no-repeat 0 0;
  }
  .btn-paging ul li.btn-back a:hover {
    background-position: -120px 0;
  }
  .btn-paging ul li.btn-top a {
    background: url(../img/btn_page_top.png) no-repeat 0 0;
  }
  .btn-paging ul li.btn-top a:hover {
    background-position: -120px 0;
  }
  .gallery-list-frame {
    margin: 40px 0;
    padding: 15px 20px;
    background-color: #f6f6f6;
  }
  .gallery-list-frame h3 {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
  }
  .gallery-list-frame h3 span {
    padding: 0 0 10px 0;
    display: inline-block;
    border-bottom: 1px solid #000;
  }
  .gallery-list-frame ul li {
    width: 50%;
    min-height: 260px;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
  }
  .gallery-list-frame ul li img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .banner-area {
    margin: 40px 0;
  }
  .banner-area h4 {
    text-align: center;
    margin: 0 0 15px 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
  }
  .banner-area ul li {
    margin: 0 0 15px 0;
    padding: 0 10px;
    text-align: center;
  }
  .banner-area ul li img {
    width: 100%;
  }
  .share-area dl dt {
    padding: 0 10px;
    font-size: 12px;
  }
  .share-area dl dd ul li {
    margin: 0 10px 0 0;
  }
  .list-frame {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cat-list-title {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: bold;
  }
  .cat-article-list {
    margin: 40px 0;
  }
  .cat-article-list h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .cat-article-list h2 a {
    color: #000;
  }
  .cat-article-list .subInfo {
    border: none;
    text-align: left;
  }
  .search-title {
    margin: 0;
    padding: 0 10px;
  }
  .search-title dl {
    width: 100%;
    padding: 10px 0;
    display: table;
    border-bottom: 1px solid #999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-title dl dt {
    width: 80px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
  }
  .search-title dl dd {
    font-size: 18px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
  }
  .article-search-list {
    padding: 0;
    margin: 0;
  }
  .article-search-list li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    display: table;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .article-search-list li.no-result {
    width: 100%;
  }
  .article-search-list li.no-result p {
    text-align: center;
  }
  .article-search-list li.no-result p em {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
  }
  .article-search-list li .article-search-bg {
    min-height: 195px;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
  .article-search-list li .article-search-bg p {
    width: 100%;
    margin: 0 0 20px 0;
    display: table;
  }
  .article-search-list li .article-search-bg p span {
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .article-search-list li .article-search-bg p span img {
    width: 100%;
    height: auto;
  }
  .article-search-list li .article-search-bg a {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    display: block;
    line-height: 1.4;
  }
  .article-search-list li .article-search-bg a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=@opacity)";
    filter: alpha(opacity=70);
  }
}