@charset "utf-8";
.MainColumn {
	margin: 0px auto 0px;
	font-size: 0.875rem;
	text-align: justify;
	background: #fff;
	color: #2F2F2F;
	overflow: hidden;
  }
/* ========== PC ======== */
/*お知らせコンテンツ枠*/
.MainColumn {
	width: 960px;
	padding: 0;
	margin: 23px auto;
	font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ ProN W3", 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic ProN", "游ゴシック体", 'Yu Gothic', arial, sans-serif;
}

/*お知らせページ　サブメニュー
========================================================================== */
.genre_menu {
	font-size: 13px;
}
.genre_menu ul li a {
	line-height: 1.6;
}
/*お知らせページ　共通
========================================================================== */
.Contents *{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1.0em;
	text-shadow: none;
	-webkit-box-sizing: border-box;/* Safari,Google Chrome用 */
	-moz-box-sizing: border-box;/* Firefox用 */
	-ms-box-sizing: border-box;/* Internet Explorer 8用 */
	box-sizing: border-box;
	-webkit-text-size-adjust:none !important;
	outline: none;
}
/*クリアフィックス*/
.fc:after {
	content:" ";
	display:block;
	clear:both;
}
/*お知らせコンテンツ枠*/
.InfoContentsWrapper {
	width: 960px;
	padding: 0;
	margin: 23px auto;
	font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ ProN W3", 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic ProN", "游ゴシック体", 'Yu Gothic', arial, sans-serif;
}
/*メインカラム*/
.MainColumn {
	width: 628px;
	/* float: left; */
	text-align: left;
	margin:auto;
}
/*サイドカラム*/
#SideColumn {
	width: 300px;
	float: right;
}

/*余白*/
.mb15 {
	margin-bottom: 15px;
}

/*お知らせトップ　
========================================================================== */
/*---- SP版のお知らせタイトル ----*/
.SpInfoTitle {
	display: none;
}
/*---- 重要なお知らせ ----*/
.Notice {
	margin-bottom: 50px;
}
.Notice ul {
	background-color: #faf8f4;
	padding: 0 16px;
}
.Notice ul li {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.38;
	border-top: 1px solid #e5e4de;
}
.Notice ul li:first-child {
	border: none;
}
.Notice ul li a {
	display: block;
	color: #333;
	padding: 18px 0;
	line-height: 1.3;
}
.Notice ul li a:hover {
	color: #e36a5c;
}

/*---- お知らせ一覧 ----*/
.InfoList {
	padding-top: 10px;
}
.Contents_Header {
	border-bottom: 2px solid #edece6;
	position: relative;
}
.Contents_Header .ContentsTitle {
	display: inline-block;
	color: #444;
	font-size: 128.6%;
	font-weight: bold;
	padding: 0 30px 11px 0;
	position: relative;
}
.Contents_Header .ContentsTitle span {
	display: inline-block;
	margin-left: 7px;
	padding-left: 48px;
	position: relative;
}
.Contents_Header .ContentsTitle span:before {
	content: "";
	background: url("../img/icon/icon_sprite_header_news.png") no-repeat;
	-webkit-background-size: 100px 80px;
	-moz-background-size: 100px 80px;
	-ms-background-size: 100px 80px;
	-o-background-size: 100px 80px;
	background-size: 100px 80px;
	background-position: -5px -2px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -16px;
	left: 0;
}
.Contents_Header .ContentsTitle.InfoListHead span:before {

}
.Contents_Header .ContentsTitle:after {
	content: "";
	display: inline-block;
	border-bottom: 2px solid #e36a5c;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
}
div[class *= "InfoListBox"]  ul li {
	border-bottom: 1px dotted #edece6;
}
div[class *= "InfoListBox"]  ul li a {
	display: block;
	color: #444;
	padding: 27px 0 20px 0;
}
div[class *= "InfoListBox"]  ul li a .tag {
	display: table;
	margin-top: 10px;
	margin-bottom: 13px;
}
div[class *= "InfoListBox"]  ul li a .tag span {
	display: table-cell;
}
div[class *= "InfoListBox"]  ul li a .tag span:first-of-type {
	background-color: #edece6;
	color: #666;
	border-radius: 2px;
	font-size: 78.5%;
	font-weight: bold;
	padding: 6px 10px 4px 10px;
}
div[class *= "InfoListBox"]  ul li a .tag span:nth-of-type(2) {
	font-size: 92.8%;
	padding-left: 10px;
}
div[class *= "InfoListBox"]  ul li a:hover {
	text-decoration: none;
	background-color: #f9f9f9;
}
div[class *= "InfoListBox"]  ul li a p {
	font-size: 128.5%;
	font-weight: bold;
	line-height: 1.38;
}
div[class *= "InfoListBox"]  ul li a:hover p {
	color: #e36a5c;
	text-decoration: underline;
}
div[class *= "InfoListBox"]  ul li a .thumbnail {
	width: 140px;
	max-height: 105px;
	text-align: center;
	background-color: #f1f1f1;
	float: right;
	margin-left: 37px;
}
div[class *= "InfoListBox"]  ul li a .thumbnail img {
	display: block;
	margin: 0 auto;
	max-width: 140px;
	max-height: 105px;
}
/* ページャー */
.CommonPager {
	margin-top: 30px;
	position: relative;
}
.CommonPager .PagerMain {
	text-align: center;
}
.CommonPager .PagerMain li:first-child {
	margin-right: 20px;
	position: absolute;
	left: 0;
}
.CommonPager .PagerMain li:last-child {
	margin-left: 20px;
	margin-right: 0;
	position: absolute;
	right: 0;
}
.CommonPager .PagerMain li:first-child a,
.CommonPager .PagerMain li:last-child a {
	background: #f1f1f1;
	border-radius: 3px;
	border: none;
	border-bottom: 2px solid #dedede;
	width: 93px;
	height: 44px;
	position: relative;
	text-indent: -99999px;
	outline: none;
	overflow: hidden;
}
.CommonPager .PagerMain li:first-child a:hover,
.CommonPager .PagerMain li:last-child a:hover {
	background: #dedede;
}
.CommonPager .PagerMain li:first-child a:hover:after,
.CommonPager .PagerMain li:last-child a:hover:after {
	border-color: transparent #fff transparent;
}
.CommonPager .PagerMain li:first-child a:after,
.CommonPager .PagerMain li:last-child a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #aaaaaa transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -3px;
}
.CommonPager .PagerMain li:first-child a:after {
	border-width: 4px 6px 4px 0;
}
.CommonPager .PagerMain li:last-child a:after {
	border-width: 4px 0 4px 6px;
}
.CommonPager .PagerMain li {
	display: inline-block;
	vertical-align: middle;
}
.CommonPager .PagerMain li + li {
	margin: 0 6px;
}
.CommonPager .PagerMain li a {
	display: block;
	background: #fff;
	border: 2px solid #dedede;
	color: #333;
	cursor: pointer;
	line-height: 42px;
	text-align: center;
	width: 44px;
	height: 44px;
}
.CommonPager .PagerMain li a:not(.Active):hover,
.CommonPager .PagerMain li .Active {
	background: #c0c0c0;
	border: 2px solid #c0c0c0;
	color: #fff;
	text-decoration: none;
}
.CommonPager .counter {
	text-align: center;
	margin-top: 14px;
	letter-spacing: 1px;
}
.CommonPager .counter span {
	color: #aaa;
}
/* 次に表示するページが無い時用 */
.CommonPager .PagerMain li span.PageNone {
	display: none;
}
/*---- サイドカラム ----*/
.Side_BnrBox01,
.SideContents {
	margin-bottom: 20px;
}
.Side_BnrBox01 a:hover > img {
	filter: alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity: 0.65;
}
/*---- お知らせを探す ----*/
.SideContents_Header {
	background: #edece6;
}
.SideContents_Header .SideContentsTitle {
	color: #444;
	font-size: 114%;
	font-weight: bold;
	padding: 20px 0 17px 18px;
	text-align: left;
}
.SideContents_Header .SideContentsTitle span {
	position: relative;
	padding-left: 45px;
}
.SideContents_Header .SideContentsTitle span:before {
	content: '';
	background: url("../img/icon/icon_sprite_header_news.png") no-repeat;
	-webkit-background-size: 100px 80px;
	-moz-background-size: 100px 80px;
	-ms-background-size: 100px 80px;
	-o-background-size: 100px 80px;
	background-size: 100px 80px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -9px;
	left: 0;
}
.SideContents_Header .SideContentsTitle.SearchTitle span:before {
	background-position: -5px -44px;
}
.SideContentsList {
	background: #faf8f4;
}
.SideContentsList.SideSearch {
	padding: 25px 24px;
}
.SideSearchBox .SideContentsListTitle {
	text-align: left;
	font-size: 100%;
	margin-bottom: 13px;
}
.SideSearchBox .SideCategoryNav {
	padding-bottom: 10px;
}
.SideSearchBox .SideCategoryNav li {
	float: left;
	margin: 0 17px 7px 0;
	width: 117px;
	display: table;
}
.SideSearchBox .SideCategoryNav li:nth-of-type(even) {
	margin-right: 0;
}
.SideSearchBox .SideCategoryNav li a {
	display: table-cell;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(217, 217, 217, 1);
	color: #004cc5;
	text-align: center;
	line-height: 1.2;
	height: 34px;
	vertical-align: middle;
}
.SideSearchBox .SideCategoryNav li a:hover {
	color: #e36a5c;
	background: #f9f9f9;
}
/*---- ご意見・ご要望 ----*/
section.OpinionBox {
	border: 8px solid #f0ede8;
	background: #f0ede8;
}
section.OpinionBox h2 {
	font-size: 114%;
	font-weight: bold;
	background: #f0ede8;
	padding: 10px 10px 18px;
	text-align: left;
}
section.OpinionBox .OpinionBoxWrap {
	background: #fff;
	padding: 8px;
}
section.OpinionBox .OpinionBoxWrap textarea {
	padding: 10px 10px;
	width: 100%;
	height: 8em;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px !important;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.196);
	text-shadow: 0 1px 0 #fff;
}
section.OpinionBox .OpinionBoxWrap p.OpinionBoxCheckTxt {
	font-size: 85.7%;
	line-height: 1.45;
	text-align: left;
	padding: 8px;
}
section.OpinionBox a.SideOpinionBtn {
	display: block;
	background: #67b463;
	border-style: none;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 0 3px;
	padding: 13px 0 7px 0;
	box-shadow: 0 2px 0 #589d54;
	text-decoration: none;
	font-size: 100%;
}
section.OpinionBox a.SideOpinionBtn:hover {
	opacity: 0.8;
	text-decoration: underline;
}
section.OpinionBox a.SideOpinionBtn span:before {
	content: '';
	display: inline-block;
	background: url("../img/icon/icon_mail.png") 0 0 no-repeat;
	-webkit-background-size: 25px 18px;
	-moz-background-size: 25px 18px;
	-ms-background-size: 25px 18px;
	-o-background-size: 25px 18px;
	background-size: 25px 18px;
	width: 25px;
	height: 18px;
	vertical-align: middle;
	margin-right: 12px;
	margin-bottom: 5px;
}


/*お知らせ個別記事　
========================================================================== */
/* 記事タイトル */
.InfoArticle_Header {
	margin-bottom: 36px;
}
.InfoArticle_Header .ArticleTitle {
	font-size: 171.4%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	padding-top: 30px;
}

/* 記事日付 */
.ArticleInfoData p {
	text-align: right;
	font-size: 85.7%;
	color: #666;
}

/* 記事全体 */
.InfoArticle_Body {
	font-size: 114.2%;
	line-height: 1.8;
	margin-bottom: 63px;
	border-bottom: 1px dotted #edece6;
}
.InfoArticle_Body > a {
	color: #235899;
}

/* 記事イメージ */
.InfoArticle_Body .ArticleImage {
	float: right;
	margin: 0 0 10px 20px;
	width: 250px;
}
.InfoArticle_Body .ArticleImage a {
	display: inline-block;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 4px;
}
.InfoArticle_Body .ArticleImage a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.InfoArticle_Body .ArticleImage .ImageBox {
	background: #f1f1f1;
	width: 240px;
}
.InfoArticle_Body .ArticleImage .ImageBox .Image {
	display: block;
	margin: 0 auto;
	max-width: 240px;
	max-height: 186px;
}
.InfoArticle_Body .ArticleImage .Caption {
	color: #666;
	font-size: 85.7%;
	line-height: 1.3;
	padding: 6px 40px 2px 5px;
	position: relative;
	min-height: 34px;
}
.InfoArticle_Body .ArticleImage a:hover .Caption {
	color: #e36a5c;
}
.InfoArticle_Body .ArticleImage .Caption:after {
	content: '';
	display: inline-block;
	background: url("../img/icon/icon_zoom.png") no-repeat;
	-webkit-background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	-ms-background-size: 22px 22px;
	-o-background-size: 22px 22px;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 8px;
	right: 10px;
}

/* 記事サブタイトル */
.InfoArticle_Body .ArticleSubTitle_H2 {
	/*padding-top: 80px;*/
	border-bottom: 2px solid #edece6;
	margin-bottom: 22px;
}
.InfoArticle_Body .ArticleSubTitle_H2 h2 {
	display: inline-block;
	font-size: 125%;
	line-height: 1.4;
	color: #333;
	font-weight: bold;
	padding: 0 16px 15px 14px;
	position: relative;
}
.InfoArticle_Body .ArticleSubTitle_H2 h2:after {
	content: '';
	display: inline-block;
	border-bottom: 2px solid #4972c4;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
}
.InfoArticle_Body .ArticleSubTitle_H3 h3 {
	font-size: 100%;
	line-height: 1.4;
	font-weight: bold;
	color: #333;
	margin-bottom: 18px;
}

/* 写真中央 */
.InfoArticle_Body .PhotoBlock_Center {
	max-width: 588px;
	margin: 0 auto;
}
.InfoArticle_Body .PhotoBlock_Center img {
	width: 100%;
	border: 1px solid #e0e0e0;
}
.InfoArticle_Body .PhotoBlock_Center .Caption {
	font-size: 87.5%;
	line-height: 1.4;
	margin: 5px 0 0;
	color: #666;
}

/* 動画 */
.InfoArticle_Body .MovieBlock {
	max-width: 586px;
	position: relative;
	padding-top: 56.25%;
	margin: 0 auto;
}
.InfoArticle_Body .MovieBlock iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 写真左寄せ・写真右寄せ */
.InfoArticle_Body .PhotoBlock_Left_Box,
.InfoArticle_Body .PhotoBlock_Right_Box {
	font-size: 100%;
	line-height: 1.8;
}
.InfoArticle_Body .PhotoBlock_Left {
	float: left;
	max-width: 240px;
	margin: 0 20px 10px 0;
}
.InfoArticle_Body .PhotoBlock_Right {
	float: right;
	max-width: 240px;
	margin: 0 0 10px 20px;
}
.InfoArticle_Body .PhotoBlock_Left img,
.InfoArticle_Body .PhotoBlock_Right img {
	width: 100%;
	border: 1px solid #e0e0e0;
}

/* リンク3種類 */
.InfoArticle_Body .LinkType_01,
.InfoArticle_Body .LinkType_02,
.InfoArticle_Body .LinkType_03 {
	text-align: center;
}
.InfoArticle_Body .LinkType_01 a {
	display: inline-block;
	margin: 0 auto;
	padding: 17px 60px 14px 60px;
	color: #fff;
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	background-color: #67b463;
	box-shadow: 0px 2px 0px rgba(88,157,84,1);
	line-height: 1.3;
}
.InfoArticle_Body .LinkType_01 a:hover {
	background: #61a95c;
	text-decoration: none;
}
.InfoArticle_Body .LinkType_02 a {
	display: inline-block;
	margin: 0 auto;
	padding: 17px 60px 14px 60px;
	color: #235899;
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 2px 0px rgba(217,217,217,1);
	line-height: 1.3;
}
.InfoArticle_Body .LinkType_02 a:hover {
	background: #f9f9f9;
	color: #e36a5c;
}
.InfoArticle_Body .LinkType_03 a {
	color: #235899;
	font-size: 87.5%;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.3;
}
.InfoArticle_Body .LinkType_03 a:hover {
	color: #e36a5c;
}
/* SNS */
.InfoArticle_Share {
	margin-top: 40px;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
.SnsBtnGroup ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.SnsBtnGroup ul li {
	width: 43px;
	margin-left: 12px;
}
.SnsBtnGroup ul li a {
	display: block;
	background: #d9dfe4;
	border-radius: 2px;
	font-size: 78.5%;
	position: relative;
	width: 43px;
	height: 26px;
	text-align: center;
}
.SnsBtnGroup ul .fb a {
	background: #3b5998 url("../img/icon/icon_fb02.png") no-repeat;
	-webkit-background-size: 8px 14px;
	-moz-background-size: 8px 14px;
	-ms-background-size: 8px 14px;
	background-size: 8px 14px;
	background-position: center center;
}
.SnsBtnGroup ul .tw a {
	background: #000 url("../img/icon/icon_x02.png") no-repeat;
	-webkit-background-size: 15px 16px;
	-moz-background-size: 15px 16px;
	-ms-background-size: 15px 16px;
	background-size: 15px 16px;
	background-position: center center;
}
.SnsBtnGroup ul .line {
	display: none;
}
.SnsBtnGroup ul .line a {
	background: #00b900 url("../img/icon/icon_line02.png") no-repeat;
	-webkit-background-size: 16px 15px;
	-moz-background-size: 16px 15px;
	-ms-background-size: 6px 15px;
	background-size: 16px 15px;
	background-position: center center;
}
.SnsBtnGroup ul li a:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
}
.SnsBtnGroup ul li a span {
	display: block;
	position: relative;
	text-indent: -9999px;
}
.SnsBtnGroup ul .fb a:hover {
	background-color: #35518b;
	text-decoration: none;
}
.SnsBtnGroup ul .tw a:hover {
	background-color: rgba(0,0,0,0.8);
	text-decoration: none;
}
.SnsBtnGroup ul .line a:hover {
	background-color: #04b004;
	text-decoration: none;
}
/* 個別記事お知らせTOPへボタン */
.ArticleInfoList .Title_Sec_Btn {
	display: none;
}
/* お知らせ一覧のもっと見るボタン */
.ArticleInfoList div[class *= "InfoListBox"]  {
	margin-bottom: 30px;
}
.ArticleInfoList .MoreBtn a {
	display: block;
	background: #fff;
	border: 2px solid #e5e4de;
	border-radius: 4px;
	color: #444;
	font-size: 114.2%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.ArticleInfoList .MoreBtn a:hover {
	background: #f9f9f9;
	color: #e36a5c;
}

/*お知らせ写真拡大ページ　（PC版のみ）
========================================================================== */
.InfoPhotoDetail {
	margin-bottom: 64px;
}
.InfoPhotoDetail .InfoPhotoBox {
	width: 628px;
	overflow: hidden;
	margin-bottom: 24px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.InfoPhotoDetail .InfoPhotoBox .PhotoImage {
	display: block;
	max-width: 628px;
	max-height: 700px;
}
.InfoPhotoDetail h2.InfoTitle {
	color: #444;
	font-size: 142.9%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}
.InfoPhotoDetail p.PhotoCaption {
	font-size: 114.3%;
	line-height: 1.8;
}
.InfoPhotoDetail .ArticleInfoDataList_Wrap {
	float: right;
}
.InfoPhotoDetail .ArticleInfoDataList_Wrap .Info_DataList {
	display: inline-block;
}
.InfoPhotoDetail .ArticleInfoDataList_Wrap .Info_DataList li {
	font-size: 85.7%;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}
.InfoPhotoDetail p.ToDatailLink {
	margin: 16px 18px 0;
}
.InfoPhotoDetail p.ToDatailLink .LinkBtn {
	display: block;
	background: #fff;
	border: 2px solid #e5e4de;
	border-radius: 4px;
	color: #444;
	font-size: 114.2%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.InfoPhotoDetail p.ToDatailLink .LinkBtn:hover {
	background: #f9f9f9;
	color: #e36a5c;
}


/*---------------------------------
アプリ用お知らせリストP(一応) .Header_InfoListBox
---------------------------------*/
.Header_InfoListBox {

}
.Header_InfoListBox ul {
	margin: 10px;
}
.Header_InfoListBox li {
	border-bottom: 1px solid #ededed;
}
.Header_InfoListBox li a {
	display: block;
	padding: 10px 0;
}
.Header_InfoListBox li .tag {
	color: #979797;
	font-size: 61.12%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.Header_InfoListBox li a p {
	color: #444;
	font-size: 88.9%;
	line-height: 1.5;
	margin-top: 10px;
	height: 3.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.MoreColumnList{
	margin-top:20px;
	padding-bottom:1px;
}
.MoreColumnList .LinkBtn_More{
	display: block;
	width: 79%;
	min-width: 142px;
	margin: 0 auto;
	position: relative;
	color: #666;
	font-size: 61%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 1.27em;
	line-height: 2.55;
}
.MoreColumnList .Icon_Arrow{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	width: 9px;
	height: 7px;
	background: url("//cdn.netkeiba.com/img.news.sp/common/img/icon/icon_sprite_column.png?20180723") no-repeat;
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
	background-position: -26px -85px;
}

.Header_InfoListBox li a p.InfoNewFlag {
	position: relative;
	padding-left: 38px;
}
.Header_InfoListBox li a p.InfoNewFlag::before {
	display: inline-block;
	content: "NEW";
	font-size: 10px;
	color: #fff;
	background: #cf3f3e;
	border-radius: 4px;
	padding: 1px 4px;
	position: absolute;
	left: 0;
	top: 13px;
}

/*運用チーム自由記述用パーツ
========================================================================== */
h2.ArticleH2{
	color:#3251BC;
	font-size:18px;
	font-weight:bold;
	padding:6px 10px;
	line-height:1.1667;
	margin: 43px 0 20px;
	background:#EFF3FF;
}
h3.ArticleH3{
	position:relative;
	color:#3251BC;
	font-weight:bold;
	padding-left:10px;
	font-size:15px;
	line-height:1.4;
	margin:-7.5px 0 20px;
}
h3.ArticleH3:before{
	position:absolute;
	content:'';
	display:block;
	width:6px;
	height:13px;
	left:0;
	top:4px;
	background:#3251BC;
}
.ArticleBorder{
	height:1px;
	width:100%;
	background:#DADADA;
	margin:0 auto 20px;
}
p.ArticleMainText{
	color:#444;
	font-size:16px;
	text-indent:1em;
	line-height:1.75;
	margin:-8px 0 12px;

}
p.ArticleListText_num{
	position:relative;
	color:#444;
	font-size:16px;
	line-height:1.75;
	margin:-8px 0 12px;
	padding-left:2em;
}
p.ArticleListText_num:before{
	position:absolute;
	display:block;
	left:0;
}
p.num01:before{
	content:'\02460';
}
p.num02:before{
	content:'\02461';
}
p.num03:before{
	content:'\02462';
}
p.num04:before{
	content:'\02463';
}
p.num05:before{
	content:'\02464';
}
p.num06:before{
	content:'\02465';
}
p.num07:before{
	content:'\02466';
}
p.num08:before{
	content:'\02467';
}
p.num09:before{
	content:'\02468';
}
p.num10:before{
	content:'\02469';
}

p.ArticleListText_dot_l{
	position:relative;
	color:#444;
	font-size:16px;
	line-height:1.75;
	margin:-8px 0 12px;
	padding-left:2em;
}
p.ArticleListText_dot_l:before{
	position:absolute;
	display:block;
	left:0;
	content:'\025cf';
}
p.ArticleListText_dot_s{
	position:relative;
	color:#444;
	font-size:16px;
	line-height:1.75;
	margin:-8px 0 12px;
	padding-left:1em;
}
p.ArticleListText_dot_s:before{
	position:absolute;
	display:block;
	left:4px;
	content:'\02022';
}
img.ArticleMainImage{
	display:block;
	width:100%;
	max-width:400px;
	margin:0 auto 43px;
}

a.ArticleBtn{
	display:block;
	font-size:15px;
	font-weight:bold;
	width:267px;
	margin:0 auto 20px;
	padding:16px 10px 16px;
	text-align:center;
	border-radius:4px;
}
a.ArticleBtn.Btn01{
	color:#fff;
	background:#3251BC;
}
a.ArticleBtn.Btn02{
	color:#3251BC;
	border:1px solid #3251BC;
}
a.ArticleBtn + a.ArticleBtn{
	margin-top: -10px;
}
p.ArticleCenterText{
	font-size:15px;
	text-align:center;
	margin:0 0 20px;
}
p em{
	font-weight:bold;
}
.ArticleNotice{
	color:#757575;
	font-size:12px;
	line-height:1.3333;
	margin-bottom:20px;
}




/* メディアクエリ 780px 以下 */
@media screen and (max-width: 780px) {
	
	/*お知らせページ　共通
	========================================================================== */
	body {
		background-color: #fff;
	}
	.Contents *{
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		line-height: 1.0em;
		text-shadow: none;
		-webkit-box-sizing: border-box;/* Safari,Google Chrome用 */
		-moz-box-sizing: border-box;/* Firefox用 */
		-ms-box-sizing: border-box;/* Internet Explorer 8用 */
		box-sizing: border-box;
		-webkit-text-size-adjust:none !important;
		outline: none;
	}
	/*クリアフィックス*/
	.fc:after {
		content:" ";
		display:block;
		clear:both;
	}
	/*---- リンク無効化 ----*/
	.sp-link-none {
		pointer-events:none;
	}
	/*お知らせトップ　
	========================================================================== */
	.MainColumn{
		font-size: 18px;
		width: 100%;
		font-family: "ヒラギノ角ゴ ProN W3", arial, "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
	}
	.MainColumn {
		width: 100%;
		float: none;
	}
	#SideColumn {
		width: 100%;
		float: none;
		padding-top: 18px;
	}
	/*---- 重要なお知らせ ----*/
	.Notice {
		padding: 9px 8px 20px;
		margin-bottom: 0;
	}
	.Notice ul {
		background-color: #fff;
	}
	.Notice ul li {
		font-size: 77.7%;
		line-height: 1.3;
		border-top: 1px solid #ccc;
	}
	.Notice ul li:first-child {
		border: none;
	}
	.Notice ul li a {
		display: block;
		padding: 15px;
		color: #333;
		font-weight: bold;
		line-height: 1.3;
	}
	/*---- お知らせ一覧 ----*/
	.InfoList {
		padding-top: 0;
	}
	.Contents_Header {
		margin: 25px 10px;
	}
	.Contents_Header .ContentsTitle {
		color: #777;
		font-size: 94%;
		font-weight: bold;
		line-height: 1.37;
	}
	div[class *= "InfoListBox"] ul {
		padding: 0 10px;
	}
	div[class *= "InfoListBox"] ul li {
		margin-bottom: 13px;
	}
	div[class *= "InfoListBox"] ul li a {
		display: block;
	}
	div[class *= "InfoListBox"] ul li a .LinkBox_01 {
		position: relative;
		color: #444;
	}
	div[class *= "InfoListBox"] ul li a .thumbnail {
		position: relative;
		float: left;
		width: 96px;
		height: 72px;
		margin-right: 9px;
		background-color: #eee;
		border-radius: 4px;
	}
	div[class *= "InfoListBox"] ul li a .thumbnail img {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 100%;
		max-height: 100%;
		border-radius: 4px;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	@supports ((-o-object-fit: contain) or (object-fit: contain)) {
		div[class *= "InfoListBox"] ul li a .thumbnail img {
			position: static;
			width: 100%;
			height: 100%;
			object-fit: contain;
			-webkit-transform: none;
			        transform: none;
		}
	}
	div[class *= "InfoListBox"] ul li a .LinkBox_01 .tag {
		display: table;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	div[class *= "InfoListBox"] ul li a .LinkBox_01 .tag span {
		display: table-cell;
	}
	div[class *= "InfoListBox"] ul li a .tag span:first-of-type {
		padding-left: 106px;
		color: #888;
		font-size: 61.11%;
	}
	div[class *= "InfoListBox"] ul li a .tag span:nth-of-type(2) {
		color: #888;
		font-size: 61.11%;
		text-align: right;
	}
	div[class *= "InfoListBox"] ul li a .LinkBox_01 p {
		display: -webkit-box;
		color: #444;
		font-size: 89%;
		font-weight: bold;
		line-height: 1.38;
		word-wrap: break-word;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	/* ページャー */
	.CommonPager {
		position: relative;
		padding: 20px 10px 10px;
	}
	.CommonPager .PagerMain {
		display: table;
		margin: 0 auto;
		max-width: 300px;
		color: #666;
		font-size: 0.875rem;
	}
	.CommonPager .PagerMain li {
		position: relative;
		top: -6px;
		display: table-cell;
		padding: 0 2px;
		text-align: center;
		vertical-align: middle;
	}
	.CommonPager .PagerMain li a,
	.CommonPager .PagerMain li > span {
		display: block;
		min-width: 28px;
		height: 28px;
		padding: 7px 8px 5px;
		color: #666;
		text-align: center;
	}
	.CommonPager .PagerMain li:first-child,
	.CommonPager .PagerMain li:last-child {
		width: 38px;
	}
	.CommonPager .PagerMain li:first-child a,
	.CommonPager .PagerMain li:first-child > span,
	.CommonPager .PagerMain li:last-child a,
	.CommonPager .PagerMain li:last-child > span {
		position: relative;
		width: 100%;
		font-size: 0;
	}
	.CommonPager .PagerMain li:first-child a::before,
	.CommonPager .PagerMain li:first-child > span::before,
	.CommonPager .PagerMain li:last-child a::after,
	.CommonPager .PagerMain li:last-child > span::after {
		content: "";
		position: absolute;
		top: 50%;
		display: block;
		width: 6px;
		height: 6px;
		border: 0 solid #999;
		border-width: 2px 2px 0 0;
		z-index: 1;
	}
	.CommonPager .PagerMain li:first-child a::before,
	.CommonPager .PagerMain li:first-child > span::before {
		left: 10px;
		-webkit-transform: translateY(-50%) rotate(225deg);
		transform: translateY(-50%) rotate(225deg);
	}
	.CommonPager .PagerMain li:last-child a::after,
	.CommonPager .PagerMain li:last-child > span::after {
		right: 10px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}
	.CommonPager .PagerMain li:first-child > span::before,
	.CommonPager .PagerMain li:last-child > span::after {
		border-color: #e0e0e0;
	}
	.CommonPager .PagerMain li a:not(.Active):hover,
	.CommonPager .PagerMain li .Active {
		font-weight: 700;
	}
	.CommonPager .counter {
		margin-top: 10px;
		color: #666;
		font-size: 0.875rem;
		text-align: center;
	}
	/* 次に表示するページが無い時用 */
	.CommonPager .PagerMain li span.PageNone {
		display: none;
	}

	/*----  サイドカラム ----*/
	/* 広告バナー */
	.Side_BnrBox01.Ad_Bnr01 {
		text-align: center;
		margin-bottom: 18px;
	}
	/* サイドコンテンツタイトル */
	.SideContents_Header {
		margin: 40px 10px 21px;
	}
	.SideContents_Header .SideContentsTitle {
		color: #333;
		font-size: 94%;
		font-weight: bold;
		line-height: 1.37;
	}
	.SideContentsList.SideSearch {
		padding: 0 10px;
	}
	.SideSearchBox .SideContentsListTitle {
		margin-bottom: 10px;
		color: #888;
		font-size: 72.22%;
		font-weight: bold;
	}
	.SideSearchBox .SideCategoryNav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		   -ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.SideSearchBox .SideCategoryNav::after {
		content: none;
	}
	.SideSearchBox .SideCategoryNav li {
		margin-bottom: 10px;
		width: 48%;
		-ms-flex-preferred-size: calc((100% - 15) / 2);
		flex-basis: calc((100% - 15) / 2);
	}
	.SideSearchBox .SideCategoryNav li a {
		display: block;
		padding: 0 14px;
		color: #888;
		font-size: 72%;
		font-weight: bold;
		line-height: 2;
		text-align: center;
		white-space: nowrap;
		background-color: #e7e7e7;
		border-radius: 1em;
	}
	.SideSearchBox .SideKeywordSearch {
		border: 1px solid #cacaca;
		border-radius: 4px;
	}
	.SideSearchBox .SideKeywordSearch:focus-within {
		-webkit-box-shadow: 0 0 5px 0 rgba(202, 202, 202, .8);
		        box-shadow: 0 0 5px 0 rgba(202, 202, 202, .8);
	}
	.SideSearchBox .SideKeywordSearch div[class *= "InfoListBox"] {
		width: 100%;
		vertical-align: middle;
	}
	.SideSearchBox .Search_InputBox {
		-webkit-appearance: none;
		width: 100%;
		height: 35px;
		padding: 6px 9px;
		font-size: 83%;
		line-height: 1.4;
		border: none;
		border-radius: 4px;
		outline: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.SideSearchBox .Search_InputBox::-webkit-input-placeholder,
	.SideSearchBox .Search_InputBox:-ms-input-placeholder,
	.SideSearchBox .Search_InputBox::placeholder {
		color: #c9c9c9;
		font-weight: bold;
	}
	.SideSearchBox .Search_SubmitBtn {
		width: 40px;
		height: 35px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: #fff url(../img/icon/icon_search01_new.png) no-repeat center center;
		background-size: 14px;
		border: 0;
		outline: 0;
	}

	/* ご意見・ご要望 */
	section.OpinionBox h2 {
		color: #333;
		font-size: 94%;
		font-weight: bold;
		line-height: 1.37;
	}
	section.OpinionBox .OpinionBoxWrap {
		padding: 0 10px;
	}
	section.OpinionBox .OpinionBoxWrap textarea {
		padding: 10px;
		width: 100%;
		height: 8em;
		font-size: 14px;
		line-height: 1.4;
		background: #fff;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.196);
		        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.196);
		text-shadow: 0 1px 0 #fff;
	}
	section.OpinionBox .OpinionBoxWrap p.OpinionBoxCheckTxt {
		margin-bottom: 15px;
		color: #444;
		font-size: 0.875rem;
		line-height: 1.6;
	}
	section.OpinionBox a.SideOpinionBtn {
		display: block;
		width: 100%;
		margin: 15px 0;
		padding: 15px;
		color: #fff;
		font-size: 0.9375rem;
		font-weight: 700;
		text-align: center;
		background-color: #0033aa;
		border-radius: 7px;
	}

	/*お知らせ個別記事　
	========================================================================== */
	/* 個別記事全体 */
	.InfoArticle {
		position: relative;
		margin-bottom: 30px;
		padding: 0 18px 30px;
	}
	.InfoArticle::after {
		content: "";
		position: absolute;
		right: 10px;
		bottom: 0;
		left: 10px;
		height: 1px;
		background-color: #e7e7e7;
	}
	.InfoArticle .InfoPhotoDetail .InfoPhotoBox {
		width: 100vw;
		position: relative;
		padding-top: 22px;
		margin: 0 -18px;
	}
	.InfoArticle .InfoPhotoDetail .InfoTitle {
		color: #444;
		font-size: 1.25rem;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.InfoArticle .InfoPhotoDetail .PhotoCaption {
		font-size: 1rem;
		line-height: 1.2;
	}
	.ArticleInfoData li {
		color: #666;
		font-size: 61.11%;
		margin-top: 8px;
		white-space: nowrap;
		text-align: right;
		position: relative;
		padding-right: 0px;
		font-weight: normal;
	}
	.InfoPhotoDetail .ToDatailLink{
		margin: 20px 0 10px;
	}
	.InfoPhotoDetail .ToDatailLink a {
		position: relative;
		display: block;
		width: 79%;
		min-width: 142px;
		margin: 0 auto;
		color: #666;
		font-size: 61%;
		font-weight: bold;
		text-align: center;
		line-height: 2.55;
		border: 1px solid #e0e0e0;
		border-radius: 1.27em;
		padding: 0;
	}
	.InfoPhotoDetail .ToDatailLink a::after {
		content: "";
		position: relative;
		top: -1px;
		display: inline-block;
		width: 9px;
		height: 7px;
		margin-left: 13px;
		vertical-align: middle;
		background: url(../img/icon/icon_more_arrow.png) no-repeat;
		-webkit-background-size: 10px auto;
		-moz-background-size: 10px auto;
		background-size: 10px auto;
		background-position: 0 0;
	}

	/* 記事タイトル */
	.InfoArticle_Header {
		padding: 22px 0 20px;
		margin-bottom: 0;
	}
	.InfoArticle_Header .ArticleTitle {
		margin-bottom: 15px;
		color: #333;
		font-size: 111%;
		line-height: 1.35;
		padding-top: 0;
	}

	/* 記事日付 */
	.ArticleInfoData p {
		color: #777;
		font-size: 61%;
		text-align: right;
	}

	/* 記事全体 */
	.InfoArticle_Body {
		color: #444;
		font-size: 89%;
		line-height: 1.63;
	}
	.InfoArticle_Body > a {
		color: #0033aa;
	}

	/* 記事イメージ */
	.InfoArticle_Body .ArticleImage {
		margin-bottom: 24px;
	}
	.InfoArticle_Body .ArticleImage a {
		display: block;
	}
	.InfoArticle_Body .ArticleImage .ImageBox {
		position: relative;
		margin: 0 -18px;
		padding-top: 84%;
		background-color: #ddd;
	}
	.InfoArticle_Body .ArticleImage .ImageBox .Image {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 100%;
		max-height: 100%;
		vertical-align: top;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	@supports ((-o-object-fit: contain) or (object-fit: contain)) {
		.InfoArticle_Body .ArticleImage .ImageBox {
			height: calc(100vw * 0.75);
			padding-top: 0;
		}
		.InfoArticle_Body .ArticleImage .ImageBox .Image {
			position: static;
			width: 100%;
			height: 100%;
			object-fit: contain;
			-webkit-transform: none;
			        transform: none;
		}
	}
	.InfoArticle_Body .ArticleImage .Caption:not(:empty) {
		padding-top: 13px;
		color: #777;
		font-size: 0.8125rem;
		line-height: 1.31;
		text-align: left;
	}

	/* 記事サブタイトル */
	.InfoArticle_Body .ArticleSubTitle_H2 h2 {
		margin: 22px 0 6px;
		padding-left: 22px;
		font-size: 106%;
		font-weight: bold;
		line-height: 1.37;
		border-left: 4px solid #999;
	}
	.InfoArticle_Body .ArticleSubTitle_H3 h3 {
		margin-bottom: 13px;
		color: #333;
		font-size: 100%;
		font-weight: bold;
		line-height: 1.4;
	}

	/* 写真中央 */
	.InfoArticle_Body .PhotoBlock_Center {
		max-width: 588px;
		margin: 0 auto;
	}
	.InfoArticle_Body .PhotoBlock_Center a {
		display: block;
	}
	.InfoArticle_Body .PhotoBlock_Center img {
		width: 100%;
		border: 1px solid #e7e7e7;
	}
	.InfoArticle_Body .PhotoBlock_Center .Caption:not(:empty) {
		padding-top: 13px;
		color: #777;
		font-size: 0.8125rem;
		line-height: 1.31;
	}

	/* 動画 */
	.InfoArticle_Body .MovieBlock {
		max-width: 586px;
		position: relative;
		padding-top: 56.25%;
		margin: 0 auto;
	}
	.InfoArticle_Body .MovieBlock iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/* 写真左寄せ・写真右寄せ */
	.InfoArticle_Body .PhotoBlock_Left_Box,
	.InfoArticle_Body .PhotoBlock_Right_Box {
		font-size: 100%;
		line-height: 1.68;
	}
	.InfoArticle_Body .PhotoBlock_Left {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.InfoArticle_Body .PhotoBlock_Right {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.InfoArticle_Body .PhotoBlock_Left img,
	.InfoArticle_Body .PhotoBlock_Right img {
		width: 100%;
		border: 1px solid #e0e0e0;
	}

	/* リンク3種類 */
	.InfoArticle_Body .LinkType_01,
	.InfoArticle_Body .LinkType_02,
	.InfoArticle_Body .LinkType_03 {
		text-align: center;
	}
	.InfoArticle_Body .LinkType_01 a {
		display: block;
		width: 100%;
		padding: 15px;
		color: #fff;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 1.3;
		text-align: center;
		background-color: #0033aa;
		border-radius: 7px;
	}
	.InfoArticle_Body .LinkType_02 a {
		display: block;
		width: 100%;
		padding: 15px;
		color: #0033aa;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 1.3;
		text-align: center;
		background-color: #fff;
		border: 1px solid currentColor;
		border-radius: 7px;
	}
	.InfoArticle_Body .LinkType_03 a {
		display: block;
		color: #0033aa;
		font-size: 100%;
		font-weight: bold;
		text-decoration: underline !important;
		line-height: 1.3;
	}

	/* SNS */
	.InfoArticle_Share {
		display: none;
	}

	/* 個別記事お知らせTOPへボタン */
	.ArticleInfoList .Title_Sec_Btn {
		position: absolute;
		top: 5px;
		right: 8px;
	}
	.ArticleInfoList .Title_Sec_Btn a {
		display: inline-block;
		color: #333;
		border: 1px solid #ccc;
		border-radius: 3px;
		box-shadow: 0px 1px 3px rgba(146, 151, 165, 0.5);
		background: #fff;
		font-size: 72.2%;
		font-weight: bold;
		padding: 4px 8px 3px;
	}

	/* お知らせ一覧のもっと見るボタン */
	.ArticleInfoList .MoreBtn {
		margin: 20px 0 10px;
	}
	.ArticleInfoList .MoreBtn a {
		position: relative;
		display: block;
		width: 79%;
		min-width: 142px;
		margin: 0 auto;
		color: #666;
		font-size: 61%;
		font-weight: bold;
		text-align: center;
		line-height: 2.55;
		border: 1px solid #e0e0e0;
		border-radius: 1.27em;
	}
	.ArticleInfoList .MoreBtn a > .Icon_More01::after {
		content: "";
		position: relative;
		top: -1px;
		display: inline-block;
		width: 9px;
		height: 7px;
		margin-left: 13px;
		vertical-align: middle;
		background: url(../img/icon/icon_more_arrow.png) no-repeat;
		-webkit-background-size: 10px auto;
		-moz-background-size: 10px auto;
		background-size: 10px auto;
		background-position: 0 0;
	}


	/*---------------------------------
	アプリ用お知らせリストP .Header_InfoListBox
	---------------------------------*/
	.Headerdiv[class *= "InfoListBox"] {
		
	}
	.Headerdiv[class *= "InfoListBox"] ul {
		margin: 10px;
	}
	.Headerdiv[class *= "InfoListBox"] li {
		border-bottom: 1px solid #ededed;
	}
	.Headerdiv[class *= "InfoListBox"] li a {
		display: block;
		padding: 10px 0;
	}
	.Headerdiv[class *= "InfoListBox"] li .tag {
		color: #979797;
		font-size: 61.12%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.Headerdiv[class *= "InfoListBox"] li a p {
		color: #444;
		font-size: 88.9%;
		line-height: 1.5;
		margin-top: 10px;
		max-height: 3.1em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.MoreColumnList{
		margin-top:20px;
		padding-bottom:1px;
	}
	.MoreColumnList .LinkBtn_More{
		display: block;
		width: 79%;
		min-width: 142px;
		margin: 0 auto;
		position: relative;
		color: #666;
		font-size: 61%;
		font-weight: bold;
		text-align: center;
		border: 1px solid #e0e0e0;
		border-radius: 1.27em;
		line-height: 2.55;
	}
	.MoreColumnList .Icon_Arrow{
		display: inline-block;
		position: relative;
		vertical-align: middle;
		margin-left: 13px;
		width: 9px;
		height: 7px;
		background: url("//cdn.netkeiba.com/img.news.sp/common/img/icon/icon_sprite_column.png?20180723") no-repeat;
		-webkit-background-size: 70px auto;
		-moz-background-size: 70px auto;
		background-size: 70px auto;
		background-position: -26px -85px;
	}

	.Headerdiv[class *= "InfoListBox"] li a p.InfoNewFlag {
		position: relative;
		padding-left: 38px;
	}
	.Headerdiv[class *= "InfoListBox"] li a p.InfoNewFlag::before {
		display: inline-block;
		content: "NEW";
		font-size: 10px;
		color: #fff;
		background: #cf3f3e;
		border-radius: 4px;
		padding: 1px 4px;
		position: absolute;
		left: 0;
		top: 3px;
	}



	/*運用チーム自由記述用パーツ
	========================================================================== */
	h2.ArticleH2{
		color:#3251BC;
		font-size:18px;
		font-weight:bold;
		padding:6px 10px;
		line-height:1.1667;
		margin: 43px 0 20px;
		background:#EFF3FF;
	}
	h3.ArticleH3{
		position:relative;
		color:#3251BC;
		font-weight:bold;
		padding-left:10px;
		font-size:15px;
		line-height:1.4;
		margin:-7.5px 0 20px;
	}
	h3.ArticleH3:before{
		position:absolute;
		content:'';
		display:block;
		width:6px;
		height:13px;
		left:0;
		top:4px;
		background:#3251BC;
	}
	.ArticleBorder{
		height:1px;
		width:100%;
		background:#DADADA;
		margin:0 auto 20px;
	}
	p.ArticleMainText{
		color:#444;
		font-size:16px;
		text-indent:1em;
		line-height:1.75;
		margin:-8px 0 12px;

	}
	p.ArticleListText_num{
		position:relative;
		color:#444;
		font-size:16px;
		line-height:1.75;
		margin:-8px 0 12px;
		padding-left:2em;
	}
	p.ArticleListText_num:before{
		position:absolute;
		display:block;
		left:0;
	}
	p.num01:before{
		content:'\02460';
	}
	p.num02:before{
		content:'\02461';
	}
	p.num03:before{
		content:'\02462';
	}
	p.num04:before{
		content:'\02463';
	}
	p.num05:before{
		content:'\02464';
	}
	p.num06:before{
		content:'\02465';
	}
	p.num07:before{
		content:'\02466';
	}
	p.num08:before{
		content:'\02467';
	}
	p.num09:before{
		content:'\02468';
	}
	p.num10:before{
		content:'\02469';
	}

	p.ArticleListText_dot_l{
		position:relative;
		color:#444;
		font-size:16px;
		line-height:1.75;
		margin:-8px 0 12px;
		padding-left:2em;
	}
	p.ArticleListText_dot_l:before{
		position:absolute;
		display:block;
		left:0;
		content:'\025cf';
	}
	p.ArticleListText_dot_s{
		position:relative;
		color:#444;
		font-size:16px;
		line-height:1.75;
		margin:-8px 0 12px;
		padding-left:1em;
	}
	p.ArticleListText_dot_s:before{
		position:absolute;
		display:block;
		left:4px;
		content:'\02022';
	}
	img.ArticleMainImage{
		display:block;
		width:100%;
		/* max-width:300px; */
		margin:0 auto 43px;
	}

	a.ArticleBtn{
		display:block;
		font-size:15px;
		font-weight:bold;
		width:267px;
		margin:0 auto 20px;
		padding:16px 10px 16px;
		text-align:center;
		border-radius:4px;
	}
	a.ArticleBtn.Btn01{
		color:#fff;
		background:#3251BC;
	}
	a.ArticleBtn.Btn02{
		color:#3251BC;
		border:1px solid #3251BC;
	}
	a.ArticleBtn + a.ArticleBtn{
		margin-top: -10px;
	}
	p.ArticleCenterText{
		font-size:15px;
		text-align:center;
		margin:0 0 20px;
	}
	p em{
		font-size:16px;
		font-weight:bold;
	}
	.ArticleNotice{
		color:#757575;
		font-size:11px;
		line-height:1.3333;
		margin-bottom:20px;
	}
}

