@charset "UTF-8";
/* ---------------------------------------------------
変数
--------------------------------------------------- */
/* ---------------------------------------------------
読み込みファイル
--------------------------------------------------- */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.l-contentFoot {
  padding-bottom: 5px;
}

.Nav {
  background: #fff;
}

.Nav__box {
  width: 770px;
  margin: 0 auto;
}

.Nav__boxList {
  float: left;
  width: auto;
  font-size: 16px;
}

.Nav__link {
  display: block;
  padding: 5px 15px;
  color: #252525;
}

.Nav__link:link, .Nav__link:visited {
  color: #252525;
}

.Nav__link:active, .Nav__link:hover {
  background: #252525;
  color: #fff;
  text-decoration: none;
}

.Nav__thumbnail {
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
  z-index: 80;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.Nav__thumbnailList {
  display: inline-block;
  width: 157px;
  padding: 30px 16px;
  background: #fff;
  overflow: visible;
  vertical-align: top;
}

.Nav__thumbnailLink {
  width: 157px;
  height: 105px;
}

.Nav__thumbnailLink:link, .Nav__thumbnailLink:visited {
  color: #252525;
}

.Nav__thumbnailLink:active, .Nav__thumbnailLink:hover {
  text-decoration: none;
}

.Nav__img {
  margin: 0 0 5px;
  overflow: hidden;
  width: 157px;
  height: 105px;
  display: block;
}

.Nav__img--thumbs {
  width: 160px;
}

.Nav__title {
  display: block;
  line-height: 1.5;
  height: 64px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}

/* マウスオーバーで表示する */
.Nav__boxList:hover .Nav__thumbnail {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-out 0.2s;
}

.Category__header {
  position: relative;
  width: 950px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #cccccc;
}

.Category__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.Specialty {
  position: relative;
  width: 950px;
  margin: 0 auto 50px;
  background: #fff;
}

.Specialty__link {
  display: block;
  width: 100%;
}

.Specialty__link:link, .Specialty__link:visited {
  color: #252525;
}

.Specialty__link:active, .Specialty__link:hover {
  text-decoration: none;
}

.Specialty__corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 93px;
  height: 93px;
  background: url("../img/img_iconspecialty_01.png");
  text-indent: -9999px;
}

.Specialty__img {
  float: left;
  overflow: hidden;
  width: 500px;
}

.Specialty__img--thumbs {
  width: 500px;
  vertical-align: middle;
}

.Specialty__info {
  display: block;
  overflow: hidden;
  padding: 20px 20px 42px;
}

.Specialty__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  overflow: hidden;
}

.Specialty__sentence {
  display: block;
  height: 75px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

.Specialty__sentence--more {
  text-decoration: underline;
  font-size: 14px;
  color: #2a7bb4;
}

.Specialty__date {
  display: block;
  margin: 0 0 10px;
}

.Specialty__tag {
  position: absolute;
  bottom: 20px;
  height: 24px;
  margin: 0 0 0 500px;
  padding: 0 15px;
  overflow: hidden;
}

.Specialty__tagList {
  float: left;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  line-height: 2.2;
}

.Specialty__tagLink {
  padding: 2px 4px;
  margin: 5px;
  background: #252525;
  color: #fff;
}

.Specialty__tagLink:link, .Specialty__tagLink:visited {
  color: #fff;
}

.Specialty__tagLink:active, .Specialty__tagLink:hover {
  text-decoration: none;
}

.CardList {
  margin: 0 auto;
  width: 950px;
}

.CardList__box {
  margin: 0 0 50px -40px;
  text-align: center;
}

.CardList__boxList {
  display: inline;
  float: left;
  width: 290px;
  margin: 0 0 20px 40px;
}

/* --- .Card --- */
.Card {
  display: block;
  position: relative;
  width: 290px;
  height: auto;
  background: #fff;
  color: #252525;
  text-align: left;
  word-wrap: break-all;
  /* --- .Card__link --- */
  /* --- .Card__tag --- */
}

.Card__link {
  color: #252525;
  display: block;
}

.Card__link:link, .Card__link:visited {
  color: #252525;
}

.Card__link:active, .Card__link:hover {
  text-decoration: none;
}

.Card__img {
  overflow: hidden;
  width: 290px;
  display: block;
}

.Card__img--thumbs {
  width: 300px;
}

.Card__title {
  display: block;
  margin: 10px 15px;
  font-weight: bold;
  line-height: 1.3;
}

.Card__date {
  display: block;
  margin: 0 15px 10px;
}

.Card__corner {
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 57px;
  background: url("../img/img_iconnew_01.png") no-repeat;
  text-indent: -9999px;
}

.Card__tag {
  display: block;
  width: 270px;
  min-height: 20px;
  padding: 0 10px 15px;
  background: #fff;
  word-wrap: break-all;
}

.Card__tagList {
  line-height: 2.2;
  float: left;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.Card__tagLink {
  padding: 1px 5px;
  margin: 3px;
  background: #252525;
  color: #fff;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.Card__tagLink:link, .Card__tagLink:visited {
  color: #fff;
}

.Card__tagLink:active, .Card__tagLink:hover {
  text-decoration: none;
}

.KeyVisual {
  margin: 0 0 10px;
  text-align: center;
}

.KeyVisual__logo {
  padding: 40px 0 30px;
}

.KeyVisual__logo--otr {
  padding: 15px 0 10px;
}

.kv {
  margin: 0 0 5px;
  text-align: center;
}

.kv__logo {
  padding: 35px 0 0;
}

.kv__logo--otr {
  padding: 10px 0 0;
}

.kv__copy {
  margin: 0 0 20px;
  font-size: 12px;
}

.kv__copy--otr {
  margin: 0 0 7px;
  font-size: 11px;
}

.Article {
  margin: 0 auto 50px;
  width: 950px;
  background: #fff;
  line-height: 1.5;
  /* --- &__header --- */
  /* --- &__body --- */
  /* --- &__footer --- */
}

.Article__header {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.Article__date {
  margin-bottom: 10px;
}

.Article__title {
  font-size: 30px;
  font-weight: bold;
}

.Article__tag {
  display: block;
  min-height: 22px;
  word-wrap: break-all;
  padding-top: 10px;
}

.Article__tagList {
  line-height: 2.2;
  float: right;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.Article__tagLink {
  padding: 1px 5px;
  margin: 3px;
  background: #252525;
  color: #fff;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.Article__tagLink:link, .Article__tagLink:visited {
  color: #fff;
}

.Article__tagLink:active, .Article__tagLink:hover {
  text-decoration: none;
}

.Article__body {
  padding: 30px 60px 10px;
  font-size: 18px;
}

.Article__img {
  margin: 0 0 10px;
  text-align: center;
}

.Article__img img {
  max-width: 600px;
  width: 100%;
}

.Article__imgCaption {
  text-align: center;
  max-width: 600px;
  margin: 10px auto 20px;
  width: 100%;
  font-size: 14px;
}

.Article__heading {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dotted #aaa;
}

.Article__sentence {
  margin: 0 0 30px;
}

.Article__exp {
  margin: 0 15px 15px;
  font-size: 14px;
}

.Article__footer {
  border-top: 1px solid #ccc;
}

.ArticleButton {
  margin: 10px auto 15px auto;
  text-align: center;
}

.ArticleButton__title {
  font-weight: bold;
  margin-bottom: 7px;
}

.ArticleButton__text {
  font-size: 87.5%;
  margin-bottom: 7px;
}

.ArticleButton__box {
  display: block;
  background: #26365c;
  width: 500px;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 3px 3px 3px 3px;
  border-bottom: 2px solid #172139;
}

.ArticleButton__box a {
  color: #ffffff;
}

.ArticleButton__box a:hover {
  text-decoration: none;
  opacity: .80;
  filter: alpha(opacity=80);
  cursor: pointer;
  background: #364873;
}

.ArticleButton__box--small {
  width: 400px;
  border-radius: 2px 2px 2px 2px;
  font-size: 93.8%;
}

.ArticleButton__lavel {
  display: block;
  padding: 7px;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none;
}

.ArticleButton__subtext {
  font-size: 81.3%;
}

.Related {
  margin: 0 0 20px;
}

.Related__item {
  margin: 0 0 15px;
}

.Related__itemLink {
  display: block;
  position: relative;
  padding: 15px;
  background: #f5f5f5;
}

.Related__itemLink:link, .Related__itemLink:visited {
  color: #252525;
}

.Related__itemLink:active, .Related__itemLink:hover {
  text-decoration: none;
}

.Related__img {
  display: block;
  float: left;
  width: 150px;
  margin-right: 15px;
  height: auto;
}

.Related__img--thumbs {
  width: 150px;
  vertical-align: middle;
}

.Related__title {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}

.Related__info {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}

.Pagers__list {
  float: left;
  width: 50%;
}

li.Pagers__list:last-child {
  float: right;
}

.Pagers__link {
  display: block;
}

.Pagers__link:link, .Pagers__link:visited {
  color: #252525;
}

.Pagers__link:active, .Pagers__link:hover {
  text-decoration: none;
}

.Pagers__link--prev {
  padding: 20px 20px 20px 46px;
  background: url("../img/ico_pagerprev_01.png") no-repeat left center;
}

.Pagers__link--next {
  padding: 20px 46px 20px 19px;
  border-left: 1px dotted #ccc;
  background: url("../img/ico_pagernext_01.png") no-repeat right center;
}

.Pagers__icon {
  margin: 0 0 5px;
  font-size: 18px;
  color: #c51162;
  font-weight: bold;
}

.Pagers__date {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
}

.Pagers__title {
  display: block;
  height: 50px;
  font-weight: bold;
  overflow: hidden;
}

/* --- Paging --- */
.Paging {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.Paging li {
  display: inline-block;
}

.Paging a,
.Paging span {
  padding: 7px 10px 4px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 2px 0;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  text-decoration: none;
}

.Paging a {
  text-decoration: none;
}

.Paging .Paging__current span {
  background: #dddddd;
  color: #999999;
}

.Paging__next,
.Paging__prev {
  margin: -1px 5px 0 0;
  height: 28px;
  border: none;
}

.Paging__next a,
.Paging__prev a {
  padding: 6px 0;
  width: 60px;
  border: none;
  background: #444444;
  color: #ffffff !important;
}

.SocialButton__body {
  display: table;
  border-collapse: separate;
  border-spacing: 1px 0;
  width: 400px;
  text-align: center;
  margin: 10px auto;
}

.SocialButton__list {
  display: table-cell;
  width: 49.5%;
  margin-right: 1px;
}

.SocialButton__list a, .SocialButton__list a:hover, .SocialButton__list a:visited {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 12px;
}

.SocialButton__list--line {
  display: none;
}

.SocialButton__list--twitter a, .SocialButton__list--facebook a {
  line-height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 34px 34px;
}

.SocialButton__list--twitter a span, .SocialButton__list--facebook a span {
  display: block;
  padding-left: 15px;
}

.SocialButton__list--twitter a {
  background-color: #00a6f5;
  background-image: url(https://s.yimg.jp/images/auct/cms/recommend/topics/pc/img/ico_tw.png);
}

.SocialButton__list--facebook a {
  background-color: #3e4b9c;
  background-image: url(https://s.yimg.jp/images/auct/cms/recommend/topics/pc/img/ico_fb.png);
}

.Article__subItem .SocialButton {
  vertical-align: bottom;
  float: left;
}

.Article__subItem .SocialButton__body {
  width: 200px;
  margin: 5px 0;
}

.Article__subItem .SocialButton__body .SocialButton__list {
  display: table-cell;
}

.Article__subItem .SocialButton__body .SocialButton__list--line {
  display: none;
}

.Article__subItem .SocialButton__body .SocialButton__list--twitter a, .Article__subItem .SocialButton__body .SocialButton__list--facebook a {
  line-height: 35px;
  height: 35px;
  background-position: left center;
  background-size: 30px 30px;
}

.Article__subItem .SocialButton__body .SocialButton__list--twitter a span, .Article__subItem .SocialButton__body .SocialButton__list--facebook a span {
  display: block;
}

.Recommend {
  padding: 10px 0;
  background: #fff;
}

.Recommend__body {
  width: 950px;
  margin: 0 auto;
}

.Recommend__body--title {
  margin: 0 0 5px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.Recommend__body--text {
  margin: 0 auto 15px;
  text-align: center;
}

.Recommend__lists {
  margin: 0 0 0 -20px;
}

.Recommend__list {
  margin: 0 0 0 20px;
  float: left;
  width: 140px;
}

.Recommend__link {
  display: block;
  text-align: center;
  color: #252525;
}

.Recommend__link:link, .Recommend__link:visited {
  color: #252525;
}

.Recommend__link:active, .Recommend__link:hover {
  text-decoration: none;
}

.Recommend__img {
  width: 140px;
  height: 140px;
  margin: 0 0 10px;
}

.Recommend__title {
  display: block;
}

.News {
  padding: 10px 0 30px;
}

.News__lists {
  margin: 0 auto 40px;
  width: 950px;
}

.News__list {
  margin: 0 0 8px;
  background: #fff;
}

.News__link {
  display: block;
  padding: 20px;
}

.News__link:active, .News__link:hover {
  text-decoration: none;
}

.News__date {
  display: block;
  color: #252525;
  font-size: 14px;
}

.News__title {
  display: block;
  height: 20px;
  margin: 5px 0 0;
  overflow: hidden;
}

.News__more {
  width: 350px;
  margin: 0 auto;
  padding: 20px;
  background: #e4e4e4;
  text-align: center;
  cursor: pointer;
}

.News__more a {
  color: #777 !important;
  font-size: 18px;
  display: block;
}

.Sale {
  position: relative;
  height: 300px;
  margin: 0 0 80px;
  background: url("../img/bg_saleinfo_01.jpg") no-repeat center #fff;
}

.Sale:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
  background: url("../img/bg_sale_01.png");
}

.Sale:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 115px;
  height: 115px;
  background: url("../img/bg_sale_02.png");
}

.Sale__body {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.Sale__info {
  position: absolute;
  top: 85px;
  right: 0;
  width: 400px;
  height: 185px;
  text-align: center;
}

.Sale__copy {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
}

.Sale__copyBig {
  position: relative;
  top: 5px;
  font-size: 28px;
}

.Sale__link {
  display: block;
  position: relative;
  left: 46px;
  height: 56px;
  width: 304px;
  padding: 18px 0 0;
  background: url("../img/bg_salebtn_01.png") no-repeat center;
}

.Sale__link:link, .Sale__link:visited {
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.Sale__link:active, .Sale__link:hover {
  text-decoration: none;
}

.Product {
  display: block;
  width: 178px;
  margin: 0 auto;
  font-size: 100%;
}

.Product:active,
.Product:hover,
.Product:link,
.Product:visited {
  color: #333;
}

.Product:hover {
  text-decoration: none;
}

.Product:hover .Product__image {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.Product:hover .Product__name {
  text-decoration: underline;
}

.Product__thumb {
  display: block;
  width: 178px;
  height: 178px;
  line-height: 178px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e3e3e3;
  font-size: 0;
}

.Product__image {
  max-width: 178px;
  max-height: 178px;
  vertical-align: middle;
}

.Product__category {
  display: block;
  margin-bottom: 10px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.Product__name {
  display: block;
  margin-bottom: 10px;
  font-size: 93.75%;
  font-weight: bold;
  color: #444444 !important;
  line-height: 1.3;
  text-align: left;
}

.Product__name--item {
  display: block;
  margin-bottom: 5px;
  font-size: 93.75%;
  font-weight: bold;
  color: #444444 !important;
  line-height: 1.3;
  text-align: left;
}

.Product__name--text {
  display: block;
  margin-bottom: 10px;
  font-size: 81.25%;
  line-height: 1.3;
  text-align: left;
}

.Product__startPrice {
  display: block;
  font-size: 68.75%;
  text-align: left;
}

.Product__bids {
  display: block;
  margin: 2px 0;
  font-size: 68.75%;
  text-align: left;
}

.Product__time {
  display: block;
  margin: 2px 0;
  font-size: 68.75%;
  text-align: left;
}

.Product__currentPrice {
  display: block;
  margin-top: 10px;
}

.Product__currentPrice .Product__label {
  font-size: 81.25%;
}

.Product__currentPrice .Product__value {
  font-size: 150%;
  font-weight: bold;
  color: #f35600;
}

.Product__currentPrice .Product__unit {
  font-size: 81.25%;
}

.Carousel {
  margin: 20px auto;
  padding-bottom: 30px;
  overflow: hidden;
  width: 950px;
}

.Carousel__inner {
  position: relative;
  margin: 0 auto;
}

.Carousel__body {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}

.Carousel__items {
  width: 5000px;
  overflow: hidden;
}

.Carousel__item {
  float: left;
  text-align: center;
}

.Carousel__footer {
  width: 100%;
  height: 0;
  text-align: center;
}

.Carousel .Carousel__next,
.Carousel .Carousel__prev {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Carousel .Carousel__next span,
.Carousel .Carousel__prev span {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  text-indent: -9999px;
}

.Carousel .Carousel__next .is-on,
.Carousel .Carousel__prev .is-on {
  cursor: pointer;
}

.Carousel__prev {
  left: -25px;
  top: 50%;
  margin-top: -25px;
}

.Carousel__prev span {
  opacity: 0.3;
  background: #33322f;
}

.Carousel__prev span:before {
  position: absolute;
  top: 21px;
  left: 30px;
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.Carousel__prev span:after {
  position: absolute;
  top: 28px;
  left: 30px;
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.Carousel__prev .is-on {
  opacity: 1;
}

.Carousel__next {
  right: -25px;
  top: 50%;
  margin-top: -25px;
}

.Carousel__next span {
  opacity: 0.3;
  background: #33322f;
}

.Carousel__next span:before {
  position: absolute;
  top: 21px;
  right: 30px;
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.Carousel__next span:after {
  position: absolute;
  top: 28px;
  right: 30px;
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.Carousel__next .is-on {
  opacity: 1;
}

.Carousel__indicator {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 10px;
}

.Carousel__indicator--dark .Carousel__indicatorItem {
  background: #ffffff;
}

.Carousel__indicator--dark .Carousel__indicatorItem.is-on {
  background: #6c6b66;
}

.Carousel__indicatorItem {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 7px;
  background: #d7d6cf;
  text-indent: -9999px;
  cursor: pointer;
}

.Carousel__indicatorItem.is-on {
  background: #69665b;
  cursor: default;
}

.Carousel__buttonArea {
  padding: 10px;
  text-align: right;
}

/* ---------------------------------------------------
共通css
--------------------------------------------------- */
.l-wrapper {
  background: #f5f5f5;
  -moz-animation: fadeIn 2s ease 0s 1 normal;
  -o-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.l-content {
  padding: 0 0 20px;
  background: #f5f5f5;
  position: relative;
}

.l-contentBody {
  background: url("../img/bg_img_01.jpg") #f5f5f5 no-repeat center top;
}

.l-inner {
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer {
  margin: 0;
}

.l-block {
  margin: 0 0 20px;
}

/* --- cf --- */
.cf:after, .Specialty__link:after, .Related__itemLink:after,
.cf:before,
.Specialty__link:before,
.Related__itemLink:before {
  content: "";
  display: table;
}

.cf:after, .Specialty__link:after, .Related__itemLink:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf, .Specialty__link, .Related__itemLink {
  zoom: 1;
}

/* --- .fadeout --- */
.fadeout:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* --- a --- */
a {
  color: #2a7bb4;
  text-decoration: none;
}

a:hover {
  color: #2a7bb4;
  text-decoration: underline;
}

a:visited {
  color: #2a7bb4;
}

/* --- .PageTopNav__link --- */
.PageTopNav__link {
  width: 60px;
  height: 60px;
  background: url("../img/img_pagetop_01.jpg");
}

/* --- font --- */
.ContentsTitle {
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
