@charset "UTF-8";
/**
 * @version 0.0.1
 * @charset utf-8
 * @lastupdate 2014/04/06
 *
 */
/* #newsHeadLine
 * 1週間の人気記事ヘッドライン
----------------------------------------*/
#newsHeadLine {
  margin-top: 20px;
  /* 右サムネイル	----------------------*/
}
#newsHeadLine:after {
  display: block;
  clear: both;
  content: "";
}
#newsHeadLine ul.sort-btns > li {
  width: 140px;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
}
#newsHeadLine ul.sort-btns > li:hover {
  background: #fff;
  color: #000;
}
#newsHeadLine ul.weekly-ranking {
  position: relative;
  float: right;
  width: 162px;
  height: 459px;
}
#newsHeadLine ul.weekly-ranking li {
  position: absolute;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  top: 0px;
  right: 0px;
  height: 459px;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#newsHeadLine ul.weekly-ranking li.active {
  z-index: 5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#newsHeadLine ul.weekly-ranking li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #000;
}
#newsHeadLine ul.weekly-ranking li a.active:before {
  display: none;
}
#newsHeadLine ul.weekly-ranking li a:last-child {
  border-width: 0px;
}
#newsHeadLine ul.weekly-ranking li a:before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

/* #newsHeadLineImage
 * 人気記事ヘッドラインのメイン表示エリア
----------------------------------------*/
#newsHeadLineImage {
  position: relative;
  overflow: hidden;
  float: left;
  background-color: rgba(255, 255, 255, 0.1);
  /* 記事タイトル */
}
#newsHeadLineImage.load {
  background: url('http://img.barks.jp/img2/icon/loading1.gif') center 50% no-repeat, rgba(0, 0, 0, 0.5);
}
#newsHeadLineImage.load a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#newsHeadLineImage.load .article-title {
  visibility: hidden;
}
#newsHeadLineImage.error, #newsHeadLineImage.no-article {
  background: url('http://img.barks.jp/img2/common/img_noImage_1024.png') center top;
  background-size: 817px auto;
}
#newsHeadLineImage.error img, #newsHeadLineImage.no-article img {
  visibility: hidden;
}
#newsHeadLineImage.no-article p {
  visibility: hidden;
}
#newsHeadLineImage a {
  display: block;
  width: 817px;
  height: 459px;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  /* キーワードによる色分け 記事タイトル先頭の● */
}
#newsHeadLineImage a img {
  width: 100%;
}
#newsHeadLineImage a.keyword-1000000130 .article-title:before {
  background-color: #14b428;
}
#newsHeadLineImage a.keyword-1000000016 .article-title:before {
  background-color: #3cb4f0;
}
#newsHeadLineImage a.keyword-1000000025 .article-title:before {
  background-color: #ffd200;
}
#newsHeadLineImage a.keyword-1000000006 .article-title:before {
  background-color: #7814f0;
}
#newsHeadLineImage a.keyword-1000000123 .article-title:before {
  background-color: #f064f0;
}
#newsHeadLineImage a.keyword-1000000022 .article-title:before {
  background-color: #f00000;
}
#newsHeadLineImage a.keyword-1000000005 .article-title:before {
  background-color: #f07814;
}
#newsHeadLineImage a:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(5%, rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  content: "";
}
#newsHeadLineImage .article-title {
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 20px;
  width: 756px;
  font-size: 16px;
  line-height: 20px;
}
#newsHeadLineImage .article-title span {
  font-weight: bold;
}

.no-cssgradients #newsHeadLineImage a:after {
  background: url('http://img.barks.jp/img2/common/bg_slide2.png') center bottom repeat-x;
}

/* #NewsLists
 * 記事一覧
----------------------------------------*/
#NewsLists > ul a:hover .article-metadata {
  color: #888;
}
#NewsLists > ul a .article-metadata {
  color: #ccc;
}

/* .news-article
 * ニュース記事の中身
----------------------------------------*/
.news-article {
  position: relative;
  padding-top: 20px;
  border-top: 2px solid #fff;
  /* キーワードによる色分け	------------*/
  /* 新旧表示 */
  /* 記事本文 */
  /* ソーシャルメディアボタン */
  /* ページ送り */
  /* 関連キーワード */
  /* .article_line_music
   * LINE MUSIC装飾
  ----------------------------------------*/
}
.news-article.keyword-1000000130 {
  border-color: #14b428;
}
.news-article.keyword-1000000016 {
  border-color: #3cb4f0;
}
.news-article.keyword-1000000025 {
  border-color: #ffd200;
}
.news-article.keyword-1000000006 {
  border-color: #7814f0;
}
.news-article.keyword-1000000123 {
  border-color: #f064f0;
}
.news-article.keyword-1000000022 {
  border-color: #f00000;
}
.news-article.keyword-1000000005 {
  border-color: #f07814;
}
.news-article span.old-new {
  display: none;
  position: absolute;
  top: -25px;
  right: 0px;
}
.news-article .article-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}
.news-article .article-postdate {
  margin-bottom: 10px;
  color: #888;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
}
.news-article .article-body {
  font-size: 15px;
  line-height: 1.8;
  /* アコーディオン表示 */
  /* amazon */
}
.news-article .article-body > div:first-child img {
  width: 100%;
}
.news-article .article-body table[align=right] {
  margin-left: 12px;
}
.news-article .article-body img[align=right] {
  margin-left: 12px;
}
.news-article .article-body img.full-width {
  width: 660px;
}
.news-article .article-body a {
  font-weight: bold;
  text-decoration: underline;
}
.news-article .article-body a:hover {
  text-decoration: none;
}
.news-article .article-body .group-sentence {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  min-height: 24px;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-article .article-body .group-sentence .sentence-title {
  position: relative;
  margin-bottom: 1px;
  margin-left: -25px;
  padding-bottom: 5px;
  background-color: #000;
  font-weight: bold;
}
.news-article .article-body .group-sentence:before {
  display: block;
  position: absolute;
  left: 0px;
  width: 5px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}
.news-article .article-body .itemview {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 5px;
  width: 160px;
  outline: 1px solid #333;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
  line-height: 1.3;
}
.news-article .article-body .itemview .itemviewimg {
  margin-bottom: 5px;
}
.news-article .article-body .itemview .itemviewimg img {
  width: 150px;
}
.news-article .article-body:after {
  display: block;
  clear: both;
  content: "";
}
.news-article .article-body .social_button {
  overflow: hidden;
  padding: 10px;
  background-color: #282828;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
}
.news-article .article-body .social_button:after {
  display: block;
  clear: both;
  content: "";
}
.news-article .article-body .social_button li {
  float: left;
}
.news-article .article-body .social_button li.btn_twitter {
  width: 110px;
}
.news-article .social-btn-bar {
  margin: 15px 0px;
}
.news-article .article-page-navi {
  text-align: center;
}
.news-article .page-navi {
  display: inline-block;
  margin: 25px auto;
  padding: 16px 60px;
  min-width: 280px;
  width: auto;
}
.news-article .article-keywords .keyword-icon {
  padding: 0 10px;
  width: auto;
  background-image: none;
  background-color: #aaa;
  text-indent: 0px;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
}
.news-article .article-keywords .keyword-icon.related-artist {
  background-color: #fff;
}
.news-article .article-keywords a {
  display: inline-block;
  margin-bottom: 10px;
}
.news-article .article-keywords a:hover .keyword-icon {
  background-color: #333;
  color: #fff;
}
.news-article .article-keywords a:hover .keyword-icon.related-artist {
  background-color: #333;
}
.news-article .article-keywords span {
  margin-right: 5px;
}
.news-article #article_line_music_title {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#33cc24', endColorstr = '#33cc24');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#33cc24', endColorstr = '#33cc24')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #33cc24, #33cc24);
  background-image: -ms-linear-gradient(top, #33cc24, #33cc24);
  background-image: -o-linear-gradient(top, #33cc24, #33cc24);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#33cc24), to(#33cc24));
  background-image: -webkit-linear-gradient(top, #33cc24, #33cc24);
  background-image: linear-gradient(top, #33cc24, #33cc24);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
  padding: 1px 10px 1px 30px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.news-article #article_line_music_title:after {
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  content: '';
  background: url(http://img.barks.jp/img2/news/mk_linemusic.png);
}
.news-article #article_line_music > ul {
  margin-top: 10px;
  padding-left: 15px;
  border-left: 5px solid #004612;
}
.news-article #article_line_music > ul > li {
  list-style-type: disc;
}
.news-article #article_line_music > ul > li > a {
  display: block;
  padding: 5px 0;
  font-weight: normal;
  text-decoration: none;
}

/* .article-related
 * ニュース記事の関連情報
----------------------------------------*/
.article-related {
  margin-top: 20px;
  background-color: #282828;
  /* アーティスト情報	----------------*/
  /* 関連記事一覧	----------------*/
}
.article-related .artist-information {
  position: relative;
  padding: 15px;
  font-size: 14px;
  /* お気に入り追加 */
}
.article-related .artist-information a:hover {
  color: #aaa;
}
.article-related .artist-information:after {
  display: block;
  clear: both;
  content: "";
}
.article-related .artist-information .artist-name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.article-related .artist-information .artist-links,
.article-related .artist-information .related-artist {
  margin-bottom: 10px;
  line-height: 1.8;
}
.article-related .artist-information .artist-links a,
.article-related .artist-information .related-artist a {
  display: inline-block;
  margin-right: 10px;
}
.article-related .artist-information .related-artist {
  margin-bottom: 0px;
  padding-left: 130px;
}
.article-related .artist-information .icon-image {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  width: 120px;
  height: 120px;
  background-color: #000;
  line-height: 120px;
  text-align: center;
  vertical-align: middle;
}
.article-related .artist-information .icon-image a {
  display: block;
}
.article-related .artist-information .icon-image img {
  max-width: 120px;
  max-height: 120px;
  vertical-align: middle;
}
.article-related .artist-information .btn-artist-favorite {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.article-related .artist-information .btn-artist-favorite a {
  display: inline-block;
  padding: 0 10px;
  color: #000;
  line-height: 30px;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.article-related .artist-information .btn-artist-favorite a:hover {
  background-color: #000;
  color: #fff;
}
.article-related .related-news h2 {
  padding: 0px 15px 15px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  line-height: 20px;
}
.article-related .related-news li {
  border-top: 1px solid #000;
}
.article-related .related-news li a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -moz-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}
.article-related .related-news li a:hover {
  background-color: #fff;
  color: #000;
}
.article-related .related-news li .article-title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
}
.article-related .related-news li .article-postdate {
  color: #666;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
}

.article-body {
  /*
  ---------------------------*/
  /* 中面
  -----------------------------*/
  	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- 
  
  	フォトアルバム　テンプレート 
  	black 
  	2008.04.25作成 
  
  	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
  /* BLACK
  -----------------*/
  /* PINK
  -----------------*/
}
.article-body #Pickup {
  border: 2px solid #99CCCC;
  background: #ecf5f7;
  padding: 0px;
  margin-bottom: 10px;
  width: 605px;
}
.article-body #Pickup img {
  float: left;
  padding: 3px;
  margin: 10px;
  border: 1px solid #99CCCC;
  background: #FFFFFF;
  width: 120px;
}
.article-body #PickupTitle {
  margin: 10px 10px 0 0;
  font-weight: bold;
  font-size: 150%;
}
.article-body #PickupInfo {
  padding: 0 0 5px 0;
  color: #999;
}
.article-body #PickupDesc {
  font-size: small;
  line-height: 1.4em;
  padding: 0 10px;
  color: #555;
}
.article-body #PickupMore {
  margin: 0;
  padding: 0;
  text-align: right;
}
.article-body #PickupMore img {
  float: right;
  width: 40px;
  height: 16px;
  margin: 0 5px 5px 0;
  padding: 0;
  border: 0;
}
.article-body #NewsList {
  border: 2px solid #99CCCC;
  width: 605px;
}
.article-body #NewsList tr td {
  padding: 5px 3px 5px 3px;
}
.article-body #NewsList tr td span.date {
  font-size: 90%;
  white-space: nowrap;
}
.article-body #NewsList tr td a.review {
  padding: 0 0 0 2px;
  color: #333333;
}
.article-body #NewsList tr td a.artist {
  font-weight: bold;
}
.article-body #NewsList tr.dark {
  background: #e4ecec;
}
.article-body #NewsList tr td span.new {
  font-size: small;
  color: red;
}
.article-body .pagenavi {
  padding: 3px;
  margin: 6px;
  text-align: center;
}
.article-body .pagenavi a {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #99CCCC;
  text-decoration: none;
  background: #FFFFFF;
  color: #619895;
  line-height: 1em;
}
.article-body .pagenavi a:hover, .article-body .pagenavi a:active {
  border: 1px solid #99CCCC;
  color: #638425;
  background-color: #F1F1D5;
}
.article-body .pagenavi span.current {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #99CCCC;
  font-weight: bold;
  background-color: #99CCCC;
  color: #FFF;
}
.article-body .pagenavi span.disabled {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #f3f3f3;
  color: #ccc;
}
.article-body #SideSearch {
  border: 1px solid #99CCCC;
  margin-bottom: 5px;
}
.article-body #SideSearchTitle {
  background: #99CCCC;
  padding: 2px 3px 3px 5px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3em;
}
.article-body #SideSearchBody {
  background: #E0F0F0;
  padding: 10px 3px;
}
.article-body .ItemName {
  font-size: 140%;
  border-bottom: 2px solid #99CCCC;
  padding: 5px 6px 5px 3px;
  color: #333;
  line-height: 1.5em;
}
.article-body .Itemdata {
  padding: 0 5px;
  font-size: 90%;
  color: #777;
  line-height: 1.5em;
  margin: 5px 0 40px;
  clear: both;
}
.article-body .Itemdata .data_lft {
  float: left;
}
.article-body .Itemdata .community {
  float: right;
}
.article-body .Itemdata a {
  color: #444;
  padding: 0 5px 0 0;
}
.article-body .Itemdata a img {
  margin-right: 2px;
  position: relative;
}
.article-body .Itemdata a:hover {
  color: #ff6600;
  text-decoration: none;
}
.article-body .ItemDesc {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #99CCCC;
  margin: 0 0 20px 10px;
  color: #333;
  line-height: 1.6em;
  width: 600px;
  font-size: 110%;
  clear: both;
}
.article-body .RELARTIST {
  border: 1px solid #99CCCC;
  padding: 3px;
  margin: 20px 0 20px 0;
  width: 570px;
}
.article-body #ArtistProfile {
  border: 1px solid #99CCCC;
  background: #e0f0f0;
  text-align: center;
  margin: 5px 0 10px;
  font-weight: bold;
}
.article-body #ArtistProfile img {
  margin: 2px 0 5px 0;
  padding: 3px;
  border: 1px solid #dcdcdc;
  background: white;
}
.article-body #ArtistFavorite {
  width: 140px;
  border: 1px solid #000000;
  background: #ffffff;
  font-weight: normal;
  padding-bottom: 3px;
  line-height: 1.4em;
  margin: 5px auto 0;
  text-align: center;
}
.article-body #ArtistFavorite img {
  width: 130px;
  margin: 0;
  padding: 0;
  border: 0;
}
.article-body #ArtistFavoriteTitle {
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 3px;
}
.article-body #ArtistFavorite p#okini {
  line-height: 1.7em;
  color: #000;
  font-weight: 300;
}
.article-body #ArtistContents {
  font-weight: normal;
  text-align: left;
  width: 100%;
  background: #F1F1D5;
  border-top: 2px solid #99CCCC;
  margin-top: 5px;
}
.article-body #ArtistContents tr td {
  border-bottom: 1px solid #DCDCDC;
  padding: 3px;
  line-height: 1.2em;
}
.article-body #ArtistContents tr td.left {
  text-align: right;
}
.article-body .CommentTitle {
  font-size: 150%;
  font-weight: bold;
}
.article-body .CommentPost {
  text-align: right;
}
.article-body .CommentItem {
  border: 1px solid #99CCCC;
  margin: 3px 0 3px 0;
}
.article-body .CommentProfile {
  float: left;
  width: 120px;
  text-align: center;
}
.article-body .CommentProfile img {
  width: 90px;
  margin: 3px;
  padding: 3px;
  border: 1px solid #dcdcdc;
}
.article-body .CommentDesc img {
  height: 13px;
}
.article-body .TrackBackTitle {
  font-size: 150%;
  font-weight: bold;
}
.article-body .TrackBackUrl {
  margin: 15px 0 10px 0;
  font-size: 80%;
}
.article-body .TrackItemTitle {
  font-size: 110%;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.article-body .TrackItemDesc {
  padding: 0 5px 0 5px;
}
.article-body .TrackItemPath {
  text-align: right;
  font-size: 80%;
}
.article-body .EcsResult {
  border: 1px solid #99CCCC;
  text-align: center;
  font-size: 80%;
  margin-top: 5px;
  padding: 5px 0;
}
.article-body .EcsResultItem {
  text-align: center;
  padding-bottom: 10px;
}
.article-body .EcsResultItem .EcsJackets {
  width: 130px;
  height: 130px;
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #dcdcdc;
}
.article-body .AffiliateBox {
  border-left: 1px solid #99CCCC;
  border-right: 1px solid #99CCCC;
  border-bottom: 1px solid #99CCCC;
  background: #F1F1D5;
  margin: 0px 0 5px 0;
  padding: 10px 0;
  font-size: 80%;
}
.article-body .Affiliate {
  padding: 3px;
}
.article-body #PHOTOmain {
  margin: 0;
  padding: 0;
  width: 600px;
  font-size: 13px;
  line-height: 1.6em;
  color: #fff;
  background: #000;
  text-align: center;
}
.article-body #PHOTOmain p {
  margin: 0;
  padding: 15px;
  font-weight: bold;
}
.article-body #PHOTOmain img {
  margin: 0px auto;
  padding: 0;
  display: block;
}
.article-body #PHOTOmain a {
  color: #fff;
}
.article-body #PHOTOmain a:hover {
  color: #FF7e00;
}
.article-body .PHOTOthumb {
  margin: 0 43px 0 53px;
  padding: 0;
  display: block;
  clear: both;
}
.article-body .PHOTOthumb li {
  margin-bottom: 15px;
  padding-right: 10px;
  float: left;
  width: 62px;
  display: block;
}
.article-body .PHOTOthumb a {
  display: block;
  border: solid 1px #fff;
}
.article-body .PHOTOthumb a:hover {
  display: block;
  border: solid 1px #FF7e00;
}
.article-body #PHOTOmain_p {
  margin: 0;
  padding: 0;
  width: 600px;
  font-size: 13px;
  line-height: 1.6em;
  color: #fff;
  background: #FF1493;
  text-align: center;
}
.article-body #PHOTOmain_p p {
  margin: 0;
  padding: 15px;
  font-weight: bold;
}
.article-body #PHOTOmain_p img {
  margin: 0px auto;
  padding: 0;
  display: block;
}
.article-body #PHOTOmain_p a {
  color: #ffd700;
  text-decoration: underline;
}
.article-body #PHOTOmain_p a:hover {
  color: #FF7e00;
}
.article-body .PHOTOthumb_p {
  margin: 0 43px 0 53px;
  padding: 0;
  display: block;
  clear: both;
}
.article-body .PHOTOthumb_p li {
  margin-bottom: 15px;
  padding-right: 10px;
  float: left;
  width: 62px;
  display: block;
}
.article-body .PHOTOthumb_p a {
  display: block;
  border: solid 1px #f08080;
}
.article-body .PHOTOthumb_p a:hover {
  display: block;
  border: solid 1px #FF7e00;
}
