#head_box {
  background: url(../images/etc/head_bar.png) left top repeat-x;
  height: 27px;
  color: #ffffff;
  font-size: 12px;
  padding-top: 5px;
}

#head_box p {
  padding-left: 5px;
  font-size: 12px;
  color: #ffffff;
}

#logo_box {
  clear: both; /* 20120823 */
}

#logo_box h2 {
  /* 20120823 */
  text-align: center;
  /*	padding-bottom: 50px;
	padding-left: 130px; */
  /*padding-top: 10px;*/
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
#logo_box .head_logo {
  height:100px;
  /* object-fit: cover; */
}

@media only screen and (max-width: 767px) {
  #logo_box h2 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-left: 0px;
    position: initial;
  }
  #logo_box .head_logo {
    height:80px;
    /*margin-top: 32px;*/
    /* margin-top: 6px; */
  }
}

#logo_box p {
  text-indent: -9999px;
}

dl.six dt {
  color: #666666;
}

/* PC でタブをバナー埋め込み */
@media print, only screen and (min-width: 768px) {
  #head_box p {
    margin: 0;
  }
  .sub_bar02 {
    padding-top: 4px;
    padding-right: 15px;
    margin-top: -4px;
  }
  .nav-bar {
    margin-top: 120px;
  }
}
/* ケータイは元通りタブで */
@media only screen and (max-width: 767px) {
  #head_box p {
    margin: -1px 0 18px;
  }
  .sub_bar01 {
    background: url(../images/etc/head_navi_b.png) left top repeat-x;
    height: 28px;
  }
  .sub_bar02 {
    background: url(../images/etc/head_navi_c.png) right -1px top no-repeat;
    height: 28px;
    padding-top: 4px;
    padding-right: 15px;
    margin-top: -4px;
  }
  .nav-bar {
    margin-top: 90px;
  }
}

#main_navi {
  background: #ffffff;
}

#main_navi dl {
  float: left;
  width: 33%;
  background-color: #f8f8f8;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
#main_navi dt {
  float: left;
  width: 65%;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.5;
}
#main_navi dd {
  width: 50px;
  margin-left: 70%;
  /*	padding:5px 15px 5px 10px;*/
  padding: 5px;
}

#main_navi a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #main_navi dl {
    width: 100%;
    background-color: #ffffff;
  }
  #main_navi dt {
    float: left;
    width: 73%;
    padding: 5px 0 5px 10px;
    clear: both;
    font-weight: bold;
    line-height: 1.5;
  }
  #main_navi dd {
    width: 50px;
    margin-left: 73%;
    padding: 5px 5px 5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .kurukuru_for_wide {
    display: none;
  }
}
@media print, only screen and (min-width: 768px) {
  .kurukuru_for_narrow {
    display: none;
  }
}

.blog_01L {
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .blog_01L img {
    text-align: center;
    width: 100%;
    height: auto;
  }
}

a.blog_02 {
  clear: both;
  text-align: right;
  /* margin-top: -50px; */
  margin-top: -40px;
  margin-right: 20px;
  display: block;
  cursor: hand;
}

a.blog_02_s {
  display: none;
}

@media only screen and (max-width: 767px) {
  a.blog_02 {
    display: none;
    clear: both;
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    display: block;
    cursor: hand;
  }
  a.blog_02 img {
    display: none;
    max-width: 100%;
    height: auto;
  }
  a.blog_02_s {
    display: block;
    color: #ffffff !important;
    font-size: 10px;
    background: #1c3d57;
    padding: 2px;
    border: 1px solid #ffffff;
  }
}

a.blog_03 {
  /* clear: both; */
  text-align: right;
  display: block;
  cursor: hand;
  color: #a30d4c;
}

a.blog_04 {
  /* clear: both; */
  text-align: right;
  cursor: hand;
  color: #a30d4c;
}#gu_1st {
  /* width: 106%; */
  word-break: break-all;
}

#gu_1st .pin {
  position: absolute;
  right: -5px;
  transform: rotate(45deg);
}

#gu_1st h2 {
  padding: 3px 5px 3px 3px;
  border-bottom: 1px solid lightgray;
  font-size: 18px;
}

#gu_1st a.no-decoration {
  color: unset;
}
#gu_2nd a.no-decoration {
  color: unset;
}

#gu_1st img {
  padding: 0px;
}

#gu_1st h2 a {
  color: #1c3d57;
}
#gu_1st h2 a.blog-name {
  color: #1c3d57;
  font-size: 15px;
}
#gu_1st h2 a.post-title {
  color: black;
}
#gu_1st h2 img.blog-thumbnail {
  max-height: 46px;
  float: left;
  margin: 1px 5px 0px 0px;
}

#gu_1st p {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #gu_1st h2 a.blog-name {
    font-size: 17px;
  }
}

#gu_2nd dl {
  /*	float: left; */
  /* padding: 0 5px; */
  /* margin-bottom: 1px; */
  /*	height: 220px;*/
  width: auto;
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
  /* 930_768 */
  /*			#gu_2nd dl {
				float: left;
				padding: 0 5px;
				margin-bottom: 10px;
				width: 95%; 
			}
*/
}

#gu_2nd dt {
  padding: 3px;
  border-bottom: 1px solid lightgray;
  font-size: 12px;
  font-weight: bold;
}

#gu_2nd dt a {
  color: #1c3d57;
  font-size: 16px;
}
#gu_2nd dt a.blog-name {
  color: #1c3d57;
  font-size: 14px;
}
#gu_2nd dt a.post-title {
  color: black;
}
#gu_2nd dt img.blog-thumbnail {
  max-height: 38px;
  float: left;
  margin: 2px 5px 0px 0px;
}

#gu_2nd dd p {
  padding-top: 5px;
  line-height: 1.4;
  font-size: 14px;
}
#gu_2nd dd img {
  max-height: 90px;
  float: left;
  margin: 2px 5px 5px 0px;
}

/* 記事リストの高さを固定 ここから */
.post-list-content {
  height: 100px;
  color: #1c3d57;
}
.post-list-content .ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#gu_1st .post-list-content {
  height: 180px;
}
#gu_1st .post-list-content .ellipsis {
  -webkit-line-clamp: 6;
}
/* 記事リストの高さを固定 ここまで */

@media print, only screen and (min-width: 768px) {
  .blog_list {
    width: 32.07% !important;
    margin-left: 2.7%;
  }
}

@media only screen and (max-width: 767px) {
  #gu_2nd dl {
    width: 100%;
    background-color: #ffffff;
  }
  #gu_2nd dt {
    font-size: 11px;
    /* font-weight:bold; */
    line-height: 18px;
  }
}

.prem_box {
  margin-top: 15px;
  border-top: 2px solid #9b104b;
  background: #f8f8f8;
  padding: 8px 0 0 5px;
}
/*
.prem_box p{
	padding-left: 60px;
}
*/
.prem_boxcol {
  float: right;
}

.prem_box p a {
  color: #a30d4c;
  text-decoration: underline;
  font-weight: bold;
}

.prem_box2 {
  margin-bottom: 15px;
  background: #f8f8f8;
  padding: 8px 0 0 5px;
}

#ml_ttl {
  float: left;
  width: 49%;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #ml_ttl {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  .ml_btn {
    float: right;
  }
  .ml_wttl {
    clear: both;
  }
}

#ml_ttl h4 {
  font-size: 14px;
  color: #1c3d57 !important;
}

#ml_ttl p {
  padding: 10px;
  border-bottom: 1px solid #1c3d57;
}

#bl_ttl {
  float: right;
  width: 49%;
}

@media only screen and (max-width: 767px) {
  #bl_ttl {
    float: right;
    width: 100%;
    font-size: 12px;
  }
}

#bl_ttl a {
  color: #1c3d57;
}

#bl_ttl ul {
  padding-top: 5px;
}

#bl_ttl li {
  line-height: 2;
  border-bottom: 1px solid #1c3d57;
  width: 96%;
}

#bl_ttl span {
  font-weight: bold;
}

#bl_ttl p {
  padding-left: 15px;
}

.bl_atn ul {
  float: left;
  border-bottom: 1px solid #f8f8f8 !important;
  padding-right: 15px;
  font-size: 12px;
}

.bl_atn li {
  background: url(../images/etc/item_li04.png) 0px 8px no-repeat !important;
  padding-left: 15px;
  border-bottom: 0px solid #1c3d57 !important;
}

.bl_atn li a {
  line-height: 1;
  color: #a30d4c !important;
  text-decoration: underline;
}

.mlbl_ttl img {
  width: 10px;
  height: 10px;
  background: #1c3d57;
  margin: 0px 8px;
}

.bl_box {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 5px;
  margin-bottom: 5px;
}

.archive .bl_box {
  border-top: initial;
  border-bottom: initial;
  margin-bottom: 0;
}
.archive div:first-child .bl_box {
}
.archive div:last-child .bl_box {
  padding-bottom: 15px;
}

.bl_box h4 {
  font-size: 16px !important;
}

.bl_box ul {
  margin-top: 18px;
}
.bl_box p {
  font-weight: bold;
  margin: 0;
}

.bl_box span {
  font-weight: normal;
}

.bl_box a {
  color: black;
}

.bl_box li {
  background: url(../images/etc/item_li02.png) 0px 2px no-repeat !important;
  padding-left: 20px;
}

.bl_box li a {
  /* border-bottom: 1px solid #1c3d57; */
}

.bl_box.blog-list .blog-title {
  margin-top: 14px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .bl_box {
    width: 100%;
    padding-top: 10px;
  }
  .bl_box p {
    font-weight: bold;
    font-size: 12px;
  }
  .bl_box li a {
    border-bottom: 1px solid #1c3d57;
    font-size: 12px;
  }
}

.bl_box a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}

.author_box p {
  font-size: 16px;
  line-height: 1.35;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}
.author_box a {
  color: black;
}
.author_box a:hover {
  color: #a30d4c;
}
.author_box .about-gucci-post {
  margin-bottom: 18px;
  /* text-align: center; */
}
.author_box .about-gucci-post a {
  /* border-radius: 15px;
  padding: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 2px;
  padding-right: 5px; */
  /* border-style: solid;
  border-width: 1px;
  border-color: lightgray; */
  /* box-shadow: 4px 4px 8px #1c3d57; */
}
.author_box .about-gucci-post a:hover {
  /* box-shadow: 4px 4px 8px #a30d4c; */
}
.author_box .about-gucci-post a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 35px;
  position:relative;
  top: 11px;
  left: -2px;
  background-image: url('/blog/gucci/wp-content/themes/gucci_blog/images/blog/odyssey.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* パンくずリスト */

#breadcrumb ul li {
  float: left;
  font-size: smaller;
}

.top_date {
  clear: both;
  /*	padding-left: 36%; 20120816 */
  margin-bottom: 15px;
  text-align: right;
  font-size: 12px;
}

.top_date a {
  color: #666666;
}

.author_top {
  clear: both;
  float: right;
  margin-left: 8px;
}

.author_2nd {
  float: left;
  margin-right: 8px;
}

.author_img {
  padding: 1px;
  border: 1px solid #cccccc;
}

footer .row {
  margin-top: 30px;
  padding: 15px 0;
  background-color: #f6f6f6;
  border-top: 1px dotted #1c3d57;
  border-bottom: 1px solid #e2e2e2;
}

#foot_left {
  float: left;
  position: absolute; /*_900*/
}

#foot_left ul {
  padding-left: 10px;
}

#foot_left li {
  margin-bottom: 5px;
}

#foot_left li.company_name {
  font-weight: bold;
  margin-bottom: 10px;
}

#foot_left li a {
  /* background: url(../images/etc/item_li03.png) 0px 2px no-repeat !important; */
  padding-left: 15px;
  color: black;
}

#foot_bar {
  float: right;
  font-size: 11px;
  padding-right: 5px;
  width: 97%;
}

#foot_bar p.foot_txt1 {
  line-height: 1.2;
  font-size: 11px;
  margin-left: 223px;
}

#foot_bar p.foot_txt2 {
  line-height: 1.2;
  font-size: 11px;
  margin: 20px 0 0 223px !important;
}

#foot_bar p.foot_txt3 {
  text-align: right;
  line-height: 1.2;
  font-size: 11px;
  margin: 5px 0 0 0 !important;
}

#foot_bar ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 223px;
}

#foot_bar ol li {
  line-height: 1;
  list-style-position: inside;
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  #foot_left {
    margin: 1.2%;
    background: none;
    float: left;
    width: 100%;
    height: auto;
    position: static; /*_900*/
    bottom: 0; /*_900*/
  }

  #foot_left li {
    float: left;
    width: 100%;
    height: auto;
    margin: auto 0;
    line-height: 1.5;
    /* padding: 2%; */
    font-size: 12px;
  }

  #foot_bar {
    width: 99%;
    height: auto;
    font-size: 11px;
    padding: 5px;
  }

  #foot_bar p.foot_txt1 {
    line-height: 1.2;
    font-size: 11px;
    padding: 0 2%;
    margin-left: 0px;
  }

  #foot_bar p.foot_txt2 {
    line-height: 1.2;
    font-size: 11px;
    margin: 20px 0 !important;
    padding: 0 2%;
  }

  #foot_bar p.foot_txt3 {
    text-align: right;
    line-height: 1.2;
    font-size: 11px;
    margin: 5px 0 0 0 !important;
    padding: 0 2%;
  }

  #foot_bar ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    margin-left: 10px;
  }

  #foot_bar ol li {
    line-height: 1;
    margin-left: 10px;
    list-style-position: inside;
  }
}

#side_box h3 {
  background: #ffffff;
  border-bottom: 1px solid #000000;
}

#wp-calendar {
  width: 150px !important;
}

#wp-calendar td {
  margin: 0;
  padding: 0;
}

/* comment */
textarea {
  width: 90%;
}

/* js */
.list_carousel {
  margin: 20px 0 0px 60px;
  width: 360px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  color: #999;
  text-align: center;
  width: 50px;
  /* height: 150px; */
  height: 150px !important;
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}

/* shop */
/* .shop_ttl p {
  position: absolute;
  top: 0.1%;
  left: 10px;
  color: white;
  font-weight: bolder;
} */
@media only screen and (max-width: 767px) {
  .shop_ttl img {
    width: 100%;
    height: auto;
  }
}

.list_carousel2 {
  margin: 0px 0 0px 60px;
  width: 360px;
}
.list_carousel2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel2 li {
  color: #999;
  text-align: center;
  width: 50px;
  /* height: 150px; */
  height: 135px !important;
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
}
.list_carousel2.responsive {
  width: auto;
  margin-left: 0;
}

.clearfix {
  float: none;
  clear: both;
}
.prev {
  float: left;
  margin-left: 10px;
  background: #000;
}
.next {
  float: right;
  margin-right: 10px;
}

a.prev,
a.next {
  background: url(../images/etc/sprite.png) no-repeat transparent;
  width: 45px;
  height: 50px;
  display: block;
  position: absolute;
  top: 75px;
}
a.prev {
  left: -33px; /*22*/
  background-position: 0 0;
}
a.prev:hover {
  background-position: 0 -50px;
}
a.prev.disabled {
  background-position: 0 -100px !important;
}
a.next {
  right: -33px;
  background-position: -50px 0;
}
a.next:hover {
  background-position: -50px -50px;
}
a.next.disabled {
  background-position: -50px -100px !important;
}
a.prev.disabled,
a.next.disabled {
  cursor: default;
}

a.prev span,
a.next span {
  display: none;
}
.pager {
  float: left;
  width: 300px;
  text-align: center;
}
.pager a {
  margin: 0 5px;
  text-decoration: none;
}
.pager a.selected {
  text-decoration: underline;
}
.timer {
  background-color: #999;
  height: 6px;
  width: 0px;
}

#foo2 {
  font-size: 12px;
  line-height: 100%;
}
#foo2 a {
  color: #1c3d57;
  font-size: 12px;
}
#foo2 img {
  border: 2px solid #1c3d57;
  text-align: center;
}
#foo2 li {
  text-align: left;
  border-right: 1px dotted #1c3d57;
  padding-right: 15px;
  overflow: hidden;
}
#foo2 li.fooend {
  border-right: 1px dotted #ffffff !important;
  padding-right: 15px;
  overflow: hidden;
}

/* news */

#news_sticky {
  clear: both;
  background-color: #f2f2f2;
  border: 1px solid #a30d4c;
  padding: 10px;
  margin-bottom: 10px;
}

#news_sticky h2 {
  font-size: 14px;
  line-height: 1.5;
  color: #a30d4c;
}

#news_sticky p {
  color: #000000;
}

#news_sticky a {
  color: #a30d4c;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #news_sticky {
    background-color: #f2f2f2;
    border: 1px solid #a30d4c;
    padding: 10px;
    margin-bottom: 10px;
  }

  #news_sticky h2 {
    font-size: 12px;
    line-height: 1.5;
    color: #a30d4c;
  }

  #news_sticky p {
    color: #000000;
    font-size: 10px;
  }

  #news_sticky div {
    font-size: 10px;
  }

  #news_sticky a {
    color: #a30d4c;
    font-weight: bold;
    text-decoration: underline;
  }
}

li.news_ttl {
  border-bottom: 1px solid #f3f3f3 !important;
  font-size: 14px;
}
li.news_ttl a {
  color: black;
}

@media only screen and (max-width: 767px) {
  li.news_ttl {
    border-bottom: 1px solid #f3f3f3 !important;
    font-size: 13px;
  }
}

.call {
  float: left;
}

.year_ar {
  float: right;
  margin-right: 0px;
}

/* foundation.css 対策 : ここから */
table#wp-calendar {
  background: initial;
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  border-radius: initial;
  margin: initial;
  border: initial;
}
table#wp-calendar thead,
table#wp-calendar tfoot {
  background: initial;
}
table#wp-calendar tr {
  background: initial;
}
table#wp-calendar th,
table#wp-calendar td {
  /* font-size: initial; */
  line-height: initial;
  text-align: initial;
  padding: initial;
  font-weight: initial;
  /* color: initial; */
}

/* foundation.css 対策 : ここまで */

table#wp-calendar {
  empty-cells: show;
  margin: 5px auto 0;
  width: 150px !important;
}

table#wp-calendar td a {
  color: #a30d4c;
}

table#wp-calendar caption {
  text-align: center;
  width: 100%;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

table#wp-calendar tfoot td {
  border: none;
}

.banner_title {
  z-index: 5;
  position: absolute;
  top: 5px;
  left: 15px;
  /*	margin-top: -50px;
	margin-left: 5px;*/
}

/* item_4 */
.banner_4 {
  float: left;
  width: 24%;
  height: 110px;
  padding: 5px 3px;
}

.banner_4 img {
  width: 100px;
  float: left;
  padding-right: 5px;
}

.banner_4 h3 {
  display: none;
}

.banner_4 p {
  margin-bottom: -18px;
  font-size: 12px;
}

/* item_3 */
.banner_3 {
  float: left;
  width: 32%;
  padding: 5px 3px;
}

.banner_3 img {
  width: 100px;
  float: left;
  padding-right: 5px;
}

.banner_3 h3 {
  display: none;
}

/* item_2 */
.banner_2 {
  float: left;
  width: 49%;
  padding: 10px 3px 0 3px;
}

.banner_2 img {
  width: 100px;
  padding-right: 5px;
  float: left;
}

.banner_2 h3 {
  font-size: 14px;
  color: #a30d4c;
}

.banner_2 p {
  margin-bottom: -18px;
  font-size: 12px;
}

/* item_1 */
.banner_1 {
  margin: 0 auto;
  width: 50%;
  padding: 0 3px 5px 3px;
}

.banner_1 img {
  width: 150px;
  padding-right: 5px;
  float: left;
}

.banner_1 h3 {
  font-size: 14px;
  color: #a30d4c;
}

/* banner_top */
.banner_top {
  width: auto;
  overflow: hidden;
  /*margin-bottom: 10px;*/
  /*border: 1px solid #f3f3f3 !important;*/
  display: flex;
}
.banner_top p a {
  color: black;
}

/* pickup */
.pickup,
.author {
  float: left;
  width: 23%;
  height: initial;
  text-align: center;
  /*margin: 10px auto;*/
  margin: 0 auto 10px;
}
.pickup p,
.author p {
  font-size: 12px;
  text-align: left;
}
.pickup img,
.author img {
  /*width: 45%;*/
  width: 100px;
  margin-right: 5px;
}
.pickup img {
  float: left;
}
.author img {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  /* item_4 */
  .banner_4 {
    float: left;
    width: 48%;
    height: initial;
    padding: 5px 3px;
  }

  .banner_4 img {
    /* width: 100px; */
    /* float: left; */
    /* width: 150px; */
    /* padding-right: 5px; */
    width: 100%;
  }

  .banner_4 p {
    /* margin-bottom: -18px; */
    /* font-size: 11px; */
    display: none;
  }

  /* item_3 */
  .banner_3 {
    float: left;
    width: 30%;
    padding: 5px 3px;
  }

  .banner_3 img {
    width: 110px;
    float: left;
    padding-right: 5px;
  }

  .banner_3 p {
    display: none;
  }

  /* item_2 */
  .banner_2 {
    float: left;
    width: 95%;
    padding: 5px 3px;
  }

  .banner_2 img {
    width: 100px;
    padding-right: 5px;
    float: left;
  }

  .banner_2 h3 {
    font-size: 12px;
    color: #a30d4c;
  }

  .banner_2 p {
    margin-bottom: -18px;
    font-size: 12px;
  }

  /* item_1 */
  .banner_1 {
    margin: 0 auto;
    width: 95%;
    padding: 5px 3px;
  }

  .banner_1 img {
    width: 150px;
    padding-right: 5px;
    float: left;
  }

  .banner_1 h3 {
    font-size: 14px;
    color: #a30d4c;
  }

  /* pickup */
  .pickup,
  .author {
    width: 25%;
    margin: 0 auto 5px;
  }
  .pickup p,
  .author p {
    display: none;
  }
  .pickup img,
  .author img {
    width: 80%;
    float: initial;
    margin-right: initial;
  }
  .pickup img {
    width: 55%;
  }
}

/* rss */

.bl_box .bl_rss {
  float: right;
  height: 17px;
  background: url(../images/etc/blog_rss.png) 0px 1px no-repeat;
  padding-left: 20px;
}

/*			.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
	width: 455px\9;

*/

.snsBlock {
  padding: 0;
  float: right;
}
#logo_box .snsBlock {
  position: absolute;
  top: 30px;
}

/* 点滅 */
.blink {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* twitter timeline */
.twitter-timeline {
  margin-bottom: 5px !important;
}


/* 2025-09-25 */
.blog_user_img {
  width: 45px;
  height: 45px;
}
