/*
=============================================================================
pc_top.css
============================================================================= */

/* NEWアイコン */
.newIcon {
  max-width: 32px;
  margin-right: 5px;
  vertical-align: middle;
}

/* 速報系コンテンツ
----------------------------------------------------------------------------- */
.hl_section.bg_red_gradation {
	display: none;
}


/* タイトルボタン
----------------------------------------------------------------------------- */
.md_topnewsTitle,
.md_latestnewsTitle,
.md_movieTitle,
.md_entameTitle,
.md_albirexTitle,
.md_pickupTitle,
.md_blogTitle,
.md_eventTitle,
.md_selectTitle {
	/* background: url(/images/bg_title-cover_s.png) no-repeat 0 0; */
	width: 107px;
	height: 25px;
	margin-bottom: 10px;
	/* box-shadow: 0px 1px 1px 0 #bbb; */
}
.md_recordTitle,
.md_railwayTitle,
.md_anglingTitle,
.md_nippoInfoTitle {
	/* background: url(/images/bg_title-cover_l.png) no-repeat 0 0; */
	width: 170px;
	height: 25px;
	margin-bottom: 10px;
	/* box-shadow: 0px 1px 1px 0 #bbb; */
}
.news_flash,
.md_topnewsTitle,
.md_latestnewsTitle,
.md_movieTitle,
.md_entameTitle,
.md_albirexTitle,
.md_anglingTitle,
.md_pickupTitle,
.md_blogTitle,
.md_eventTitle,
.md_nippoInfoTitle,
.md_selectTitle {
	font-size: 1rem;
}
.news_flash a,
.md_topnewsTitle a,
.md_latestnewsTitle a,
.md_movieTitle a,
.md_entameTitle a,
.md_albirexTitle a,
.md_recordTitle a,
.md_railwayTitle a,
.md_anglingTitle a,
.md_pickupTitle a,
.md_blogTitle a,
.md_eventTitle a,
.md_nippoInfoTitle a,
.md_selectTitle a {
	display: block;
	height: 100%;
}
.news_flash a:hover,
.md_topnewsTitle a:hover,
.md_latestnewsTitle a:hover,
.md_movieTitle a:hover,
.md_entameTitle a:hover,
.md_albirexTitle a:hover,
.md_recordTitle a:hover,
.md_railwayTitle a:hover,
.md_anglingTitle a:hover,
.md_pickupTitle a:hover,
.md_blogTitle a:hover,
.md_eventTitle a:hover,
.md_nippoInfoTitle a:hover,
.md_selectTitle a:hover {
	/* background: rgba(255, 255, 255, 0.4); */
	text-decoration: none;
	opacity: 0.6;
}
.md_topnewsTitle span,
.md_latestnewsTitle span,
.md_movieTitle span,
.md_entameTitle span,
.md_albirexTitle span,
.md_recordTitle span,
.md_railwayTitle span,
.md_anglingTitle span,
.md_pickupTitle span,
.md_blogTitle span,
.md_eventTitle span,
.md_nippoInfoTitle span,
.md_selectTitle span {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	font-size: 0.72rem;
	text-align: center;
	border-radius: 3px;
	background: #0e73b7;
	background: linear-gradient(to right,  #2391db 0%,#0e73b7 100%);
	box-shadow: 2px 2px 1px rgba(0,0,0,.1);
}
.md_recordTitle span img,
.md_railwayTitle span img,
.md_anglingTitle span img {
	margin-right: 4px;
	max-height: 16px;
	vertical-align: middle;
}


/* トップニュース
----------------------------------------------------------------------------- */
.stories_top {
	width: 720px;
	margin-bottom: 20px;
}
.md_topnewsWrap {
	/* margin-bottom: 10px; */
	padding: 0 0 10px 0;
	background: none;
	border-bottom: dotted 1px #414141;
}
a.md_topnewsWrap {
	display: block;
	padding: 7px 5px;
	/* アニメーション指定 */
	-webkit-transition: all .15s ease-out;
		 -moz-transition: all .15s ease-out;
			 -o-transition: all .15s ease-out;
					transition: all .15s ease-out;
}
a.md_topnewsWrap:hover {
	background: #f6f6f6;
	text-decoration: none;
}
a.md_topnewsWrap .story{
	padding: 0;
}
.col_main .md_topnewsWrap .story_title {
	display: block;
	float: none;
	margin-bottom: 10px;
	font-size: 130%;
	line-height: 1.3em;
	transform: rotate(0.05deg);
}
.md_topnewsWrap .story_extract {
	margin-bottom: 10px;
	padding: 0 10px;
	color: #666;
	font-size: 95%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.md_topnewsImg {
	float: right;
	margin-right: -5px;
	margin-left: 20px;
	width: 250px;
	text-align: center;
	background: #eee;
	border: solid 1px #e4e4e4;
}
.md_topnewsImg img {
	max-width: 250px;
	max-height: 180px;
	vertical-align: bottom;
}


/* 県内ニュース、全国・世界ニュース
----------------------------------------------------------------------------- */
.md_newsListWrap,
.md_worldListWrap {
	/* display: table-cell; */
	width: 720px;
	margin-bottom: 20px;
	/* padding-right: 10px; */
	box-sizing: border-box;
	font-size: 0;
}

.md_newsListWrap a:hover,
.md_worldListWrap a:hover {
	background: #f6f6f6;
	text-decoration: none;
}

a.md_newsArticleWrap,
a.md_worldArticleWrap {
	display: inline-block;
	/* box-sizing: border-box; */
	width: 340px;
	border-bottom: dotted 1px #ccc;
	/* margin-bottom: 10px; */
	padding: 7px 5px 10px;
	vertical-align: top;
	/* アニメーション指定 */
	-webkit-transition: all .15s ease-out;
		 -moz-transition: all .15s ease-out;
			 -o-transition: all .15s ease-out;
					transition: all .15s ease-out;
}
a.md_newsArticleWrap:nth-of-type(2n),
a.md_worldArticleWrap:nth-of-type(2n) {
	margin-left: 10px;
}
a.md_newsArticleWrap:nth-of-type(2n - 1),
a.md_worldArticleWrap:nth-of-type(2n - 1) {
	margin-right: 10px;
}
.md_newsArticleWrap:first-of-type,
.md_worldArticleWrap:first-of-type {
	/* padding-top: 3px; */
}
a.md_newsArticleWrap .story,
a.md_worldArticleWrap .story {
	padding: 0;
}

.md_newsArticleTitle,
.md_worldArticleTitle {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3em;
	transform: rotate(0.05deg);
}
.md_newsArticleImg,
.md_worldArticleImg {
	position: relative;
	float: right;
	margin-right: -5px;
	margin-left: 10px;
	width: 100px;
	height: 100px;
	background: #eee;
	border: solid 1px #e4e4e4;
}
.md_newsArticleImg img,
.md_worldArticleImg img {
	max-width: 100px;
	max-height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.md_newsList_footer,
.md_worldList_footer {
	margin: 5px 0;
	font-size: 0.9rem;
	text-align: right;
}
.md_newsList_footer:after,
.md_worldList_footer:after {
	content: url(/images/img_double-arrow_blue.png);
	position: relative;
	margin-left: 5px;
}

/* インフィード記事 */
.md_newsInfeedImg {
  overflow: hidden;
  /* height: 100px; */
  margin:3px 0;
}
.md_newsInfeedImg img {
  max-width: 340px;
}

/* ニュースカテゴリ */
.md_newsNav {
  margin-bottom: 10px;
  background: #f2f2f2;
  /* border-top: solid 1px #000; */
  border-bottom: solid 1px #bf5f5f;
}
.md_newsNav ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.md_newsNav li {
  display: table-cell;
  cursor: pointer;
  /* height: 40px; */
  padding: 8px 0;
  font-size: 0.9rem;
  /* font-weight: 900; */
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #efd5d5;
  background: none;
}
.md_newsNav li:last-child {
  border-right: none;
}
.md_newsNav li:hover {
  background: #d46160;
  color: #fff;
  font-weight: 700;
}
.md_newsNav li.selected {
  background: #d46160;
  color: #fff;
  font-weight: 700;
}


/* 動画ニュース
----------------------------------------------------------------------------- */
.video_top {
	margin: 0 20px 20px 0;
}
.video_top a:hover img,
.md_entameMovie  a:hover img {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* for IE 4以上 */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* for IE 8以上 */
	background: #fff;
}

.movieList_title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 80%;
  color: #fff;
}
.movieList_pref_1st img {
  max-width: 256px;
}
.movieTitle {
  font-size: 85%;
  margin: 10px 0 0 0;
}
.movieImg {
  text-align: center;
  background: #eee;
  border: solid 1px #e4e4e4;
}
.movieImg img {
  display: inline;
  vertical-align: bottom;
  max-width: 256px;
  max-height: 144px;
}
.movieList_pref img {
  max-width: 170px;
  max-height: 100px;
}
.movieList_pref li {
  float: left;
  width: 170px;
  padding: 0;
  background-image: none;
}
.movieList_pref li:not(:nth-child(4)) {
  margin-right: 13px;
}


/* テキスト広告×5
----------------------------------------------------------------------------- */
.md_topAdText_five {
	margin-top: -10px;
	font-size: 0.85rem;
}
.md_topAdText_five ul {
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: none;
}


/* 新潟日報からのお知らせ（上部サイド）
----------------------------------------------------------------------------- */
.md_newinfoWrap {
	margin-bottom: 20px;
}
.md_newinfoTitle {
	height: 30px;
	border-radius: 3px 3px 0 0;
	background: #0e73b7;
	/* background: url(/images/bg_rank_header.png) repeat-x 0 0; */
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 30px;
}
.md_newinfoWrap ul {
	padding: 5px 10px;
  border-left: solid 1px #0e73b7;
  border-right: solid 1px #0e73b7;
  border-bottom: solid 1px #0e73b7;
  /*
	border-left: solid 2px #00a7ea;
	border-right: solid 2px #00a7ea;
	border-bottom: solid 2px #00a7ea;
	*/
	border-radius: 0 0 3px 3px;
}
.md_newinfoArticle,
.md_paperplusArticle {
	position: relative;
	padding: 10px 0;
	font-size: 90%;
	line-height: 1.2em;
	/* font-weight: 700; */
	background: none;
	word-break: break-all;
}
.md_newinfoArticle:not(:last-child) {
	border-bottom: dotted 1px #ccc;
}
.md_newinfoArticle a {
	display: block;
	padding-left: 15px;
}
.md_newinfoArticle a:before {
	content: "▶";
	color: #0079C8;
	font-size: 80%;
	position: absolute;
	top: 1em;
	left: 0;
}
.md_newinfoArticle time {
	color: #9f9f9f;
	font-weight: 100;
}

/* トピックス */
.md_newinfoArticle.is_topics {
	padding-left: 55px;
	background: url(/images/bg_icon_topics.png?160615) no-repeat 0 10px;
}
.md_newinfoArticle.is_topics a {
	padding-left: 0;
}
.md_newinfoArticle.is_topics a:before {
	content: "";
}

/* 紙面関連記事（紙面プラス） */
.md_paperplusArticle {
	padding-left: 55px;
	background: url(/images/bg_icon_paper-plus.png?160615) no-repeat 0 10px;
}
.md_paperplusArticle h3 {
	display: inline;
	font-size: 100%;
	font-weight: 700;
}
.md_paperplusArticle .excerpt {
	display: inline;
	color: #9f9f9f;
	font-size: 100%;
	font-weight: 100;
}
.md_paperplusArticle:not(:last-child) {
	border-bottom: dotted 1px #999;
}


/* エンタメニュース
----------------------------------------------------------------------------- */
.md_entameWrap {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.md_entameList_l,
.md_entameList_s,
.md_entameMovie {
	display: table-cell;
	vertical-align: top;
}
.md_entameList_l,
.md_entameList_s {
	width: 350px;
}
.md_entameList_l {
	padding-right: 20px;
}

.md_entameList_l .md_entameArticle {
	padding: 0;
	background: none;
}
.md_entameList_l .md_entameArticle a {
	min-height: 100px;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 7px 5px;
	/* アニメーション指定 */
	-webkit-transition: all .15s ease-out;
		 -moz-transition: all .15s ease-out;
			 -o-transition: all .15s ease-out;
					transition: all .15s ease-out;
}
.md_entameList_l .md_entameArticle a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.md_entameList_l .md_entameArticleImg {
	float: right;
	position: relative;
	margin-right: -5px;
	margin-left: 10px;
	width: 100px;
	height: 100px;
	background: #eee;
	border: solid 1px #e4e4e4;
}
.md_entameList_l .md_entameArticleImg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100px;
	max-height: 100px;
	margin: auto;
}

.md_entameList_s .md_entameArticle {
	padding: 0;
	background: none;
}
.md_entameList_s .md_entameArticle a {
	min-height: 61px;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 7px 5px;
	/* アニメーション指定 */
	-webkit-transition: all .15s ease-out;
		 -moz-transition: all .15s ease-out;
			 -o-transition: all .15s ease-out;
					transition: all .15s ease-out;
}
.md_entameList_s .md_entameArticle a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.md_entameList_s .md_entameArticleImg {
	float: right;
	position: relative;
	margin-right: -5px;
	margin-left: 10px;
	width: 60px;
	height: 60px;
	background: #eee;
	border: solid 1px #e4e4e4;
}
.md_entameList_s .md_entameArticleImg img {
	max-width: 60px;
	max-height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.md_entameArticleTitle {
	font-size: 92%;
	font-weight: 700;
	line-height: 1.3em;
	transform: rotate(0.05deg);
}

.md_entameArticleDate {
	text-align: right;
	font-size: 90%;
	color: #9f9f9f;
}

/* エンタメ動画 */
.md_entameMovie h3 {
	font-size: 85%;
}
.md_entameMovie p {
	display: none;
}
.md_entameMovie {
	padding-left: 40px;
}
.md_entameMovie img {
	max-width: 300px;
	border: solid 4px #eee;
}


/* アルビレックスニュース
----------------------------------------------------------------------------- */
.md_albirexWrap {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.md_albirexList_l,
.md_albirexList_s,
.md_albirexMovie {
	display: table-cell;
	vertical-align: top;
}
.md_albirexList_l,
.md_albirexList_s {
	width: 350px;
}
.md_albirexList_l {
	padding-right: 20px;
}

.md_albirexList_l .md_albirexArticle {
	padding: 0;
	background: none;
}
.md_albirexList_l .md_albirexArticle a {
	min-height: 100px;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 7px 5px;
	/* アニメーション指定 */
	-webkit-transition: all .15s ease-out;
		 -moz-transition: all .15s ease-out;
			 -o-transition: all .15s ease-out;
					transition: all .15s ease-out;
}
.md_albirexList_l .md_albirexArticle a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.md_albirexList_l .md_albirexArticleImg {
	float: right;
	position: relative;
	margin-right: -5px;
	margin-left: 10px;
	width: 100px;
	height: 100px;
	background: #eee;
	border: solid 1px #e4e4e4;
}
.md_albirexList_l .md_albirexArticleImg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100px;
	max-height: 100px;
	margin: auto;
}

.md_albirexList_s .md_albirexArticle {
	padding: 0;
	background: none;
}
.md_albirexList_s .md_albirexArticle a {
	min-height: 61px;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 7px 5px;
	/* アニメーション指定 */
	-webkit-transition: all .15s ease-out;
		 -moz-transition: all .15s ease-out;
			 -o-transition: all .15s ease-out;
					transition: all .15s ease-out;
}
.md_albirexList_s .md_albirexArticle a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.md_albirexList_s .md_albirexArticleImg {
	float: right;
	position: relative;
	margin-right: -5px;
	margin-left: 10px;
	width: 60px;
	height: 60px;
	background: #eee;
	border: solid 1px #e4e4e4;
}
.md_albirexList_s .md_albirexArticleImg img {
	max-width: 60px;
	max-height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.md_albirexArticleTitle {
	font-size: 92%;
	font-weight: 700;
	line-height: 1.3em;
	transform: rotate(0.05deg);
}
.md_albirexArticleDate {
	text-align: right;
	font-size: 90%;
	color: #9f9f9f;
}

/* サイドメニュー */
.md_albirexOther {
	padding-left: 40px;
}
.md_albirexOther img {
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 3px;
}
.md_albirexOther ul {
	padding: 15px;
	background: #f2f2f2;
	border-radius: 3px;
}
.md_albirexOther li {
	margin-bottom: 10px;
	padding-left: 0;
	background: none;
	vertical-align: top;
}
.md_albirexOther li:nth-of-type(4) {
	margin-bottom: 0;
}


/* 県内スポーツ記録（何でも記録室）
----------------------------------------------------------------------------- */
.md_recordWrap {
  display: table-cell;
  width: 350px;
  position: relative;
  top: 0;
  left: 0;
}
.md_recordCategoryWrap {
  display: table;
  table-layout: fixed;
  width: inherit;
  border-collapse: separate;
  border-spacing: 1px 2px;
}
.md_recordCategoryList {
  display: table-cell;
  height: 41px;
  border: solid 1px #ccc;
  font-size: 0.83rem;
  text-align: center;
  vertical-align: middle;

  /* グラデーション */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f2f2f2 85%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f2f2f2 85%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f2f2f2 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.md_recordCategoryList:hover {
  background: #f9e9d9;
  border: solid 1px #fa9000;
  /* border-radius: 2px; */
  text-decoration: none;
}
.md_recordWrap .record_logo {
    position: absolute;
    left: 250px;
    top: 0;
}

/* 釣り情報
----------------------------------------------------------------------------- */
.md_anglingWrap {
  position: relative;
  display: table-cell;
  width: 300px;
  padding-left: 40px;
}
.md_anglingOther {
  padding-left: 0;
}
.md_anglingOther img {
	border-radius: 3px;
}
.md_anglingUpdate {
  position: absolute;
  top: 190px;
  right: 15px;
  padding: 10px;
  /* background: #c56040; */
  background: linear-gradient(to right, #2391db 0%,#0e73b7 100%);
  border: solid 2px #fff;
  border-radius: 50px;
  /* box-shadow: #999 2px 2px 2px; */
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
}


/* えちご発 鉄の細道
----------------------------------------------------------------------------- */
.md_railwayWrap {
  display: table-cell;
  width: 350px;
  padding-right: 20px;
}
.md_railwayList .md_railwayArticle {
	padding: 0;
	background: none;
}
.md_railwayList .md_railwayArticle a {
	min-height: 60px;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 7px 5px;
	/* アニメーション指定 */
	-webkit-transition: all .15s ease-out;
		 -moz-transition: all .15s ease-out;
			 -o-transition: all .15s ease-out;
					transition: all .15s ease-out;
}
.md_railwayList .md_railwayArticle a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.md_railwayList .md_railwayArticleImg {
	float: right;
	position: relative;
	margin-right: -5px;
	margin-left: 10px;
	width: 60px;
	height: 60px;
	/* background: #eee; */
	/* border: solid 1px #e4e4e4; */
}
.md_railwayList .md_railwayArticleImg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.md_railwayArticleTitle {
	font-size: 92%;
	font-weight: 700;
	line-height: 1.3em;
	transform: rotate(0.05deg);
}
.md_railwayArticleDate {
	text-align: right;
	font-size: 90%;
	color: #999;
}


/* 広告企画（＆ピックアップ＆モアブログ）コンテナ
----------------------------------------------------------------------------- */
.md_adPlanningContainer {
	width: 1060px;
	margin: 0 auto 20px;
}

/* 広告企画
----------------------------------------------------------------------------- */
.md_adPlanningWrap {
	position: relative;
	margin-bottom: 20px;
	border-top: solid 2px #00a7ea;
	border-bottom: solid 2px #00a7ea;
}
.md_adPlanningWrap li {
	padding-left: 0;
	background: none;
}
.md_adPlanningTitle span {
	font-size: 1rem;
}
.md_adPlanningTitle {
	line-height: 2rem;
	text-align: center;
	font-weight: 700;
	background: #e1f5fd;
}
.md_adPlanningInfo {
	position: absolute;
	top: 5px;
	right: 0;
	margin: auto;
	height: 21px;
}
.md_adPlanningInfo li:nth-child(1) {
	/* background: url(/images/bg_ad-btn_s.png) no-repeat 0 0; */
	/* width: 126px; */
	padding-right: 10px;
}
.md_adPlanningInfo li:nth-child(2) {
	/* background: url(/images/bg_ad-btn_l.png) no-repeat 0 0; */
	/* width: 155px; */
	padding-right: 10px;
}
.md_adPlanningInfo li a {
	display: block;
	font-size: 0.70rem;
	line-height: 21px;
	font-weight: 100;
	color: #fff;
	padding: 0 12px;
	background: #0e73b7;
	background: linear-gradient(to right,  #2391db 0%,#0e73b7 100%);
	border-radius: 3px;
}
.md_adPlanningInfo li a:hover {
	/* background: rgba(255, 255, 255, 0.4); */
	text-decoration: none;
	opacity: 0.6;
}

.md_adPlanningInfo li {
	display: table-cell;
}
.md_adPlanningList {
	font-size: 0;
}
.md_adPlanningList li {
	display: inline-block;
	width: 352px;
	border-top: dotted 1px #00a7ea;
	text-align: center;
	line-height: 2rem;
	font-size: 0.85rem;
}
.md_adPlanningList li:not(:nth-child(3n)) {
	border-right: dotted 1px #00a7ea;
}


/* ピックアップ（旧：いずれ削除する）
----------------------------------------------------------------------------- */
.md_topPickupListWrap {
	text-align: center;
}
.md_topPickupList_img img {
	max-width: 100% !important;
}
/* pc_base_outer.css 打ち消し */
.md_topPickupListWrap .md_topPickupList {
  width: 150px !important;
}
.md_topPickupListWrap ul {
  display: inline-block !important;
}

/* ピックアップ（新）
----------------------------------------------------------------------------- */
.md_topPickupListWrapRwd ul {
	justify-content: center;
}
.md_topPickupListWrapRwd .md_topPickupListRwd_img img {
	max-width: 100% !important;
}

/* ピックアップテキスト
----------------------------------------------------------------------------- */
.md_topPickupTextWrap {
	display: table;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 15px 0;
}
.md_topPickupTextWrap h3 {
	position: relative;
	font-size: 0.8rem;
	font-weight: 700;
	color: #e66;
}
.md_topPickupText {
	display: table-cell;
	background: #fff;
	font-size: 0.95rem;
	vertical-align: middle;
}
.md_topPickupText:first-of-type {
	background: none;
}
.md_topPickupText a {
	display: block;
	padding: 7px;
	border: solid 1px #999;
	text-decoration: none;
	/* アニメーション指定 */
	-webkit-transition: all .15s ease-out;
		 -moz-transition: all .15s ease-out;
			 -o-transition: all .15s ease-out;
					transition: all .15s ease-out;
}
.md_topPickupText a:hover {
	border: solid 1px #666;
	box-shadow: 0px 5px 15px 0 #ccc;
}


/* モアブログ
----------------------------------------------------------------------------- */
.moreblog_topics {
	width: 1060px;
}
.moreblog_topics .hl_section {
	display: none;
}
.moreblog_topics .wrapper {
	font-size: 92%;
	width: 1060px;
	margin: 0 auto;
	padding: 10px 0;
}

.moreblog_topics_list {
	display: table-cell;
	width: 244px;
	padding: 0 10px;
}
.moreblog_topics_list:not(:last-child) {
	border-right: dotted 1px #999;
}

.moreblog_topics_list a {
	display: block;
}
.moreblog_topics_list .list_photo {
	float: left;
	margin-right: 5px;
}
.moreblog_topics_list .list_photo img {
	border-radius: 5px;
	margin-right: 5px;
}
.moreblog_topics_list .list_title {
	margin-right: 5px;
	font-size: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.moreblog_topics_list .list_title p {
	text-align: right;
}
.moreblog_topics_list .list_title p span {
	color: #9f9f9f;
}


/* ミニバナー×4
----------------------------------------------------------------------------- */
.col_banners_float {
	width: 620px;
	margin: 0 auto;
}
.col_banners_float .banner_list li {
	width: 300px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0;
}
.col_banners_float .banner_list li a {
	display: block;
	margin: 0 10px 10px 0;
}
.col_banners_float .banner_list li img {
	vertical-align: bottom;
}


/* テキスト広告×2
----------------------------------------------------------------------------- */
.md_topAdText_two {
	background: none;
	padding: 0;
}
.md_topAdText_two li {
	display: block;
}


/* AD広告エリア
----------------------------------------------------------------------------- */
.md_adBannerWrap_01,
.md_adBannerWrap_02,
.md_adBannerWrap_04 {
	width: 1060px;
	margin: 30px auto;
	text-align: center;
}
.md_adBannerWrap_03 {
	width: 1060px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: dotted 1px #999;
	text-align: center;
}

/* 主催イベント直下 */
.md_adWrap_middle {
	float: right;
}


/* 新潟日報からのお知らせ（＆主催イベント）コンテナ
----------------------------------------------------------------------------- */
.md_nippoInfoContainer {
	width: 1060px;
	margin: 50px auto 30px;
}


/* 新潟日報からのお知らせ（下部）
----------------------------------------------------------------------------- */
.md_nippoInfoWrap {
	float: left;
	width: 720px;
}

.img_on {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 0;
	/* アニメーション指定 */
	-webkit-transition: all .25s ease-out;
		 -moz-transition: all .25s ease-out;
			 -o-transition: all .25s ease-out;
					transition: all .25s ease-out;
}

/* 記事（大） */
.md_nippoInfoList_l li {
	position: relative;
	display: table-cell;
	width: 360px;
	border: solid 5px #fff;
	background: #f6f6f6;
	border-radius: 0 0 10px 10px;
	padding: 0;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.3em;
	word-break: break-all;
	vertical-align: top;
	text-align: justify;
	text-justify: inter-ideograph;
}
.md_nippoInfoList_l li a {
	display: block;
	padding: 30px 15px;
	border-top: solid 3px #0e73b7;
}
.md_nippoInfoList_l li a:hover {
	text-decoration: none;
}
.md_nippoInfoList_l li a:hover + .img_on {
  height: 90%;
  z-index: 1;
}

/* 記事（小） */
.md_nippoInfoList_s li {
	position: relative;
	display: table-cell;
	width: 240px;
	border: solid 5px #fff;
	background: #f6f6f6;
	border-radius: 0 0 10px 10px;
	padding: 0;
	box-sizing: border-box;
	font-size: 1rem;
	word-break: break-all;
	vertical-align: top;
	text-align: justify;
	text-justify: inter-ideograph;
}
.md_nippoInfoList_s li a {
	display: block;
	padding: 20px 10px;
	border-top: solid 3px #0e73b7;
}
.md_nippoInfoList_s li a:hover {
	text-decoration: none;
}
.md_nippoInfoList_s li a:hover + .img_on {
	height: 100%;
	z-index: 1;
}


/* 主催イベント
----------------------------------------------------------------------------- */
.col_nippo_side {
	float: right;
	width: 300px;
}

.md_eventWrap .event_cell img {
	margin-right: 10px;
	max-width: 110px;
	border: solid 1px #e4e4e4;
}
.md_eventWrap .event_cell {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.md_eventWrap .event_cell h3 {
	overflow: hidden;
}
.md_eventWrap p {
	display: none;
}


/* サービス一覧
----------------------------------------------------------------------------- */
.md_serviceWrap {
	width: 1060px;
	margin: 20px auto;
	/* padding-top: 30px; */
	/* border-top: dotted 1px #999; */
}
.md_serviceWrap ul {
	font-size: 0;
}
.md_serviceWrap ul li {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding-left: 0;
	background: #eee;
	border: solid 1px #ddd;
	box-sizing: border-box;
	/* アニメーション指定 */
	-webkit-transition: all .1s ease-out;
		 -moz-transition: all .1s ease-out;
			 -o-transition: all .1s ease-out;
					transition: all .1s ease-out;
}
.md_serviceWrap ul li:not(:nth-child(4n)) {
	margin-right: 20px;
}
.md_serviceWrap ul li:after {
	position: absolute;
	top: -2px;
	left: -2px;
}
.md_serviceWrap .service:after {
	content: url(/images/img_service_service.png);
}
.md_serviceWrap .media:after {
	content: url(/images/img_service_media.png);
}
.md_serviceWrap .other:after {
	content: url(/images/img_service_other.png);
}
.md_serviceWrap .facility:after {
	content: url(/images/img_service_facility.png);
}
.md_serviceWrap .school:after {
	content: url(/images/img_service_school.png);
}
.md_serviceWrap ul li a {
	display: block;
	width: 247px;
	height: 247px;
}
.md_serviceWrap ul li:hover {
	transform: translate(0,-5px);
	border: solid 1px #999;
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}
.md_serviceArticle {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: #fff;
}
.md_serviceArticleTitle {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 6px;
	word-break: break-all;
}
.md_serviceArticleRead {
	font-size: 0.75rem;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
}


/* NEW FLASH マーキー
----------------------------------------------------------------------------- */
/* liScroll styles */
.tickercontainer {
	width: 585px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0.9rem;
}
*:first-child+html .tickercontainer .mask {
	position: relative;
	left: 0px;
	top: 0px;
	width: 285px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 20px;
	/*font: bold 10px Verdana;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 35px 0 0;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
.dispnone {
	display:none;
}


/* 天気予報、占い
----------------------------------------------------------------------------- */
.weatherWrap {
	position: absolute;
	top: 35px;
	left: 406px;
	padding: 0 10px;
	/* border: solid 2px #f6f6f6; */
	background-color: #f6f6f6;
	border-radius: 2px;
}
.weatherWrap .hl_section {
	font-size: 1rem;
}
.horoscopeWrap {
	margin-bottom: 20px;
}
.weatherWrap .bg_white,
.horoscopeWrap .bg_white {
	background: none;
	margin: 0;
}

.weather,
.horoscope {
	position: relative;
	width: 300px;
	height: 55px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.lt-ie10 .weather,
.lt-ie10 .horoscope { behavior: url(/PIE.htc); }

.weather .hl_section,
.horoscope .hl_section {
	display: block;
	float: left;
	margin: 0;
	width: 105px;
	height: 55px;
	text-align: center;
}
.weather .hl_section a,
.horoscope .hl_section a {
	font-size: 0.9rem;
}
.weather .hl_section span,
.horoscope .hl_section a {
	margin: 0;
	padding: 0;
}
.weather .hl_section span {
	color: #414141;
}

.weather .select_menu,
.horoscope .select_menu {
	position: absolute;
	top: 27px;
	left: 0;
	width: 105px;
	height: 22px;
	vertical-align: middle;
	font-size: 0.8rem;
	line-height: 22px;
}

.weather .select_menu a,
.horoscope .select_menu a {
	display: block;
	width: 105px;
	height: 22px;
	color: #ffffff;
	text-align: center;
	}
.weather .select_menu a:hover,
.horoscope .select_menu a:hover {
	text-decoration: none;
}
.weather .select_menu a span,
.horoscope .select_menu a span {
	padding-left: 0.5em;
}

.weather_content,
.horoscope_content {
	width: 195px;
	height: 55px;
	padding-left: 105px;
	font-size: 0.8rem;
}

/* 天気予報の地域 */
.weather dl {
	position: relative;
	float: left;
	padding-left: 12px;
	zoom: 1;
}

.weather dt {
	margin-top: 35px;
	width: 36px;
	text-align: center;
	zoom: 1;
}

.weather dd {
	position: absolute;
	top: 10px;
	width: 36px;
	height: 24px;
	zoom: 1;
}

/* 星座アイコン */
.horoscope dt {
	float: left;
	margin: 0 0 0 5px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
}
.horoscope dt img { margin-top: 7px; }

/* 占い項目 */
.horoscope dd {
	position: relative;
	float: left;
	margin: 5px 0 0 6px;
	padding: 0 20px 0 5px;
	width: 40px;
	height: 21px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #454545;
	color: #ffffff;
	vertical-align: middle;
	line-height: 21px;
	cursor: default;
}
.lt-ie10 .horoscope dd { behavior: url(/PIE.htc); }

/* 占い結果 */
.horoscope dd span {
	position: absolute;
	top: 0;
	right: 5px;
	width: 22px;
	height: 21px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.horoscope dd span.level1 { background-image: url(/images/horoscope/bg_1.gif); }
.horoscope dd span.level2 { background-image: url(/images/horoscope/bg_2.gif); }
.horoscope dd span.level3 { background-image: url(/images/horoscope/bg_3.gif); }
.horoscope dd span.level4 { background-image: url(/images/horoscope/bg_4.gif); }
.horoscope dd span.level5 { background-image: url(/images/horoscope/bg_5.gif); }

/* 各地の天気, 星座を見る */
.select_menu_content_box {
	position: absolute;
	top: 54px;
	right: 0;
	z-index: 100;
	display: none;
	padding-top: 5px;
	width: 350px;
	font-size: 80%;
}

.select_menu_content {
	z-index: 100;
	overflow: hidden;
	padding: 13px 0 5px;
	height: auto;
	border-top: 1px solid #80828d;
	border-bottom: 1px solid #303340;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #3d404f;
}
.lt-ie10 .select_menu_content { behavior: url(/PIE.htc); }

.select_menu_content a { color: #84c8ea; }
.select_menu_content a:hover, .select_menu_content a:active { color: #e56a1f; text-decoration: none; }

.select_menu_content_close a {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
	padding: 0;
	width: 12px;
	height: 12px;
	background: url(/images/bg_icon_close.png) no-repeat 0 0;
}

/* 各地の天気 */
#weather_area_list dl {
	float: none;
	margin-bottom: 10px;
	padding: 0 15px;
	background: url(/images/bg_wiggly_line_tate.gif) repeat-y 55px 0;
}

/* 広域 */
#weather_area_list dl dt {
	float: left;
	margin: 0;
	width: 40px;
	color: #ffffff;
	text-align: left;
	font-weight: 700;
}

/* 市町村 */
#weather_area_list dl dd {
	position: static;
	margin-left: 50px;
	width: 290px;
	height: auto;
}
*:first-child+html #weather_area_list dl dd {
	margin-top:-1px;
}

#weather_area_list dl dd a { margin-right: 10px; }

/* 星座を設定 */
#horoscope_list ul { padding: 0 15px 10px; }

#horoscope_list li {
	float: left;
	margin: 10px 8px 0 0;
	width: 48px;
	background: none;
	text-align: center;
}


/* 高校野球速報（試合一覧）
----------------------------------------------------------------------------- */
.md_hsbbResultWrap {
	margin: 0 20px 20px 0;
	padding: 7px 0 0;
	background: #55820a;
	color: #fff;
}
.md_hsbbResultWrap ul {
	/* padding: 7px; */
	background: #000;
}
.md_hsbbResult_contents {
	display: none;
	padding: 0 7px 7px;
	background: #000;
}
.md_hsbbResult_contents.open {
	display: block;
}
.md_hsbbResultWrap p {
	/* display: inline-block; */
	padding: 5px 30px;
	background: #000;
	border-radius: 0 0 5px 5px;
	font-size: 0.9rem;
	color: #fff;
}
.md_hsbbResult_ttl {
	padding: 7px 7px;
	background: #000;
	font-weight: 700;
	color: #fff;
}
.md_hsbbResult_ttl:before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(/sports-more/images/common/ic_baseball.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.md_hsbbResult_article {
	width: 50%;
	float: left;
	padding-left: 0;
	background: none;
	box-sizing: border-box;
}
.md_hsbbResult_article:nth-of-type(2n-1) {
	border-right: 1px solid #666;
}
.md_hsbbResult_article a {
	display: block;
	padding: 5px 0;
	font-size: 0;
}
.md_hsbbResult_article a:hover {
	background: #555;
}
.md_hsbbResult_article div {
	display: inline-block;
}
.md_hsbbResult_team,
.md_hsbbResult_score,
.md_hsbbResult_status {
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
}
.md_hsbbResult_team {
	width: 26%;
}
.md_hsbbResult_score {
	width: 8%;
}
.md_hsbbResult_status {
	width: 30%;
	padding: 2px 0;
	font-size: 0.7rem;
}
.md_hsbbResult_status.beforeGame {
	background: #5fa0af;
}
.md_hsbbResult_status.onGame {
	background: #d16363;
}
.md_hsbbResult_status.afterGame {
	background: #848484;
}
/* プルボタン */
.md_hsbbResult_pull {
	/* display: none; */
	background: #fefefe;
	text-align: center;
}
.md_hsbbResult_pull p {
  display: inline-block;
  padding: 5px 30px;
  background: #55820a;
  border-radius: 0 0 5px 5px;
  font-size: 1rem;
}

/* モアセレクト　サムネール
----------------------------------------------------------------------------- */
div.moreselect_article_top_thumbnail {
	border: 7px solid #f2f2f2;
	padding: 10px 15px;
	margin-bottom: 10px;
	width: 720px;
	box-sizing:border-box;
}
div.moreselect_article_top_thumbnail:hover {
	background: #f2f2f2;
}
div.moreselect_article_top_thumbnail h2 {
	background: url(/images/ms_rogo.png) no-repeat;
	background-size: auto 25px;
	text-indent: -999999px;
	margin-bottom: 15px;
	height: 28px;
}
div.moreselect_article_top_thumbnail img {
	height: auto;
	width: 200px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 20px;
}
div.moreselect_article_top_thumbnail_R {
	width: 450px;
	float: left;
}
div.moreselect_article_top_thumbnail_R h3 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	line-height: 1.3em;
	transform: rotate(0.05deg);
}
div.moreselect_article_top_thumbnail_R p {
	font-size: 90%;
	line-height: 1.5em;
}
a div.moreselect_article_top_thumbnail_R p {
	color: #414141;
}
.select_moreBtnWrap {
	display: none;
}


