@charset "euc-jp";
/*==============================================
netkeiba Columnページ
==============================================*/

/*======================================
新着コラム
======================================*/
.NewColumnArea .Title_Sec {
	margin-top: 24px;
}
.NewColumn_ListWrap {
	position: relative;
	overflow-x: auto;
}
.NewColumn_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 10px 10px;
	position: relative;
	z-index: 20;
	align-items: center;
}
.NewColumn_ListWrap span.ListActiveBg {
	display: inline-block;
	position: absolute;
	background-color: #3251bc;
	border-radius: 1em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s;
	transition: all .3s ease;
	z-index: 10;
}
.NewColumn_List li {
	padding-right: 4px;
}

.NewColumn_List li a {
	color: #444;
	font-size: 69.5%;
	display: inline-block;
	line-height: 2;
	border-radius: 1em;
	padding: 0 12px;
	white-space: nowrap;
	min-width: 64px;
	text-align: center;
	background: #f3f3f3;
}
.NewColumn_List li.active a {
	color: #fff;
	font-weight: bold;
	border-color: transparent;
	background: transparent;
}
.NewColumn_SlideBox01 {
	position: relative;
}
#ColumnNewsNewList {
	min-height: 910px;
}
#ColumnNewsNewList .FileLoader {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.Column_MainImgBox {
	margin-bottom: 10px;
}
.ColumnList + .Column_MainImgBox {
	margin-top: 10px;
}
.Column_MainImgBox_Thumb {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.Column_MainImgBox a {
	display: block;
	overflow: hidden;
}
.Thumb_Wrapper {
	position: relative;
}
.Top_Slide_Bgm {
	content: '';
	position: absolute;
	top: 12px;
	right: 25px;
	width: 24px;
	height: 19px;
	background: url(../img/icon/icon_sprite_sp_top.png) no-repeat;
	-webkit-background-size: 100px auto;
	-moz-background-size: 100px auto;
	background-size: 100px auto;
	background-position: 0 -46px;
}
.Mv_Time {
	color: #fff;
	font-size: 62.94%;
	line-height: 1.59;
	background: #000;
	padding: 0 10px;
	position: absolute;
	bottom: 18px;
	right: 16px;
}
.Column_MainImgBox .SlideTxtArea {
	padding: 14px 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.Column_MainImgBox .SlideTxtArea .SlideTxtInner {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	width: 100%;
}
.Column_MainImgBox .SlideTxtArea .Icon_Chumoku:before {
	margin-right: 7px;
	margin-left: 9px;
}
.Content_Cate {
	color: #888;
	font-size: 61%;
	font-weight: bold;
	margin-bottom: 7px;
}
.ContentMainTitle {
	color: #444;
	font-size: 89%;
	line-height: 1.38em;
	font-weight: bold;
	margin-bottom: 7px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height:2.6em;
}
.Content_FooterTxt {
	color: #888;
	font-size: 55.56%;
	text-align: right;
	line-height: 1.2;
}
.Column_MainImgBox .Content_FooterTxt {
	font-size: 61%;
}
.ColumnList {
	/* padding: 0 10px; */
}
.ColumnList .ColumnListBox {
	margin-bottom: 10px;
	padding: 0 10px;
}
.ColumnList ul.List01 {
	padding: 0 10px;
}
#ColumnSearch.ColumnList {
	padding-top: 10px;
}
.ColumnList ul.List01 li,
.ColumnList .ColumnListBox {
	margin-bottom: 10px;
}
.ContentsBoxRanking .ColumnListBox{
	margin-bottom: 30px;
}
.ContentsBoxRanking .ColumnListBox:last-of-type,
.ColumnList .List01 li:last-of-type {
	margin-bottom: 0;
}
.ColumnList .List01 li a,
.ColumnList .ColumnListBox a,
.ContentsBoxRanking .ColumnListBox a {
	display: block;
}
.ColumnList .List01 .PhotoThumb_01,
.ColumnList .ColumnListBox .PhotoThumb_01 {
	width: 107px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-right: 14px;
	background:#eee;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ColumnList .List01 .PhotoThumb_01 img,
.ColumnList .ColumnListBox .PhotoThumb_01 img {
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}
.ColumnList .List01 .Content_Cate,
.ColumnList .ColumnListBox .Content_Cate,
.ContentsBoxRanking .ColumnListBox .Content_Cate {
	font-size: 55.56%;
	line-height: 1.23;
	margin-bottom: 2px;
}
.ColumnList .List01 .ContentMainTitle,
.ColumnList .ColumnListBox .ContentMainTitle,
.ContentsBoxRanking .ColumnListBox .ContentMainTitle {
	margin-bottom: 11px;
}
.Column_MainImgBox .SlideTxtArea .SlideTxtInner .Content_FooterTxt,
.ColumnList .List01 .Content_FooterTxt,
.ColumnList .ColumnListBox .Content_FooterTxt,
.ContentsBoxRanking .ColumnListBox .Content_FooterTxt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.Column_MainImgBox .SlideTxtArea .SlideTxtInner .Content_FooterTxt .Category_Keyword,
.ColumnList .List01 .Content_FooterTxt .Category_Keyword,
.ColumnList .ColumnListBox .Content_FooterTxt .Category_Keyword,
.ContentsBoxRanking .ColumnListBox .Content_FooterTxt .Category_Keyword {
	display: block;
	text-align: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2;

}
.Column_MainImgBox .SlideTxtArea .SlideTxtInner .Content_FooterTxt .Icon.Icon_Chumoku,
.ColumnList .List01 .Content_FooterTxt .Icon.Icon_Chumoku,
.ColumnList .ColumnListBox .Content_FooterTxt .Icon.Icon_Chumoku,
.ContentsBoxRanking .ColumnListBox .Content_FooterTxt .Icon.Icon_Chumoku {
	display: block;
	text-align: right;
	white-space: nowrap;
}

.NewColumnBnrArea {
	margin-bottom: 10px;
	padding: 0 10px;
}
.NewColumnBnrArea a {
	border-radius: 4px;
	display: block;
	overflow: hidden;
	position: relative;
}
.NewColumnBnrArea img {
	width: 100%;
	vertical-align: top;
}
.MoreColumnList {
	margin-top: 20px;
	padding-bottom: 1px;
}
.MoreColumnList a {
	color: #666;
	font-size: 61%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 1.27em;
	line-height: 2.55;
	display: block;
	/*width: 38%;*/
	width: 79%;
	min-width: 142px;
	margin: 0 auto;
	position: relative;
}
.MoreColumnList a .Icon_Arrow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	width: 9px;
	height: 7px;
	background: url(../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;
}
.MoreColumnList a .icon_Read01 {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	width: 11px;
	height: 12px;
	background: url(../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 -96px;
}

/*======================================
あなたにおすすめ .Fav_Pickup_ColumnList
======================================*/
.Fav_Pickup_ColumnList {

}
.Fav_Pickup_ColumnList .Column_Title_Text {
	padding: 0 6px 0 90px;
}
.Fav_Pickup_ColumnList .Column_List_Update {
	position: static;
	text-align: right;
}

/*======================================
ランキング
======================================*/
.ContentsBoxRanking .SubTitle h3::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../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: 0 0;
	vertical-align: text-bottom;
	margin-right: 7px;
}
.ContentsBoxRanking .SubTitle .PopularIcon:before{
	background-position: -24px -20px;
}
.ContentsBoxRanking .SubTitle .ChumokuIcon::before {
	background-position: -24px 0;
}
.ContentsBoxRanking .PhotoThumb_01 {
	width: 96px;
	min-height: 72px;
	margin-right: 10px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ContentsBoxRanking .PhotoThumb_01 img {
	max-width: 98px;
	max-height: 72px;
}
.ContentsBoxRanking .Content_FooterTxt {
	color: #999;
}
.ContentsBoxRanking ul.List_01 li:last-child {
	margin-bottom: 0;
}

/*======================================
コラムを探す
======================================*/
/*--サブミットボタン*/
input[type="submit"]:hover{
	cursor: pointer;
}
.InputTxt_Form_Box input ,
.InputTxt_Form_Box textarea{
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 83%;
	border: none;
	border-radius: 4px;
	padding: 1px 9px 0 ;
	width: 100%;
	height: 35px;
	line-height: 35px;
	outline: none;
	background:#fff !important;
}
.InputTxt_Form_Box textarea:focus,
.InputTxt_Form_Box textarea:focus-within {
	height: 5em;
	line-height: 1.6;
}
.Submit_Btn_Box input {
	background: #fff url("../img/icon/icon_search01_new.png") no-repeat;
	background-position: center;
	-moz-background-size:14px;
	-webkit-background-size:14px;
	-o-background-size:14px;
	-ms-background-size:14px;
	background-size:14px;
	width: 40px;
	height: 35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	outline: none;
}


.Txt_Form:placeholder-shown {
	color: #c9c9c9;
	font-weight: bold;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.Txt_Form::-webkit-input-placeholder {
	color: #c9c9c9;
	font-weight: bold;
}

/* Firefox 18- */
.Txt_Form:-moz-placeholder {
	opacity: 1;
	color: #c9c9c9;
	font-weight: bold;
}

/* Firefox 19+ */
.Txt_Form::-moz-placeholder {
	opacity: 1;
	color: #c9c9c9;
	font-weight: bold;
}

/* IE 10+ */
.Txt_Form:-ms-input-placeholder {
	color: #c9c9c9;
	font-weight: bold;
}


.Key_Search_Box_Inner {
	padding: 0 10px;
	margin-bottom: 5px;
}
.Key_Search {
	display: table;
	width: 100%;
}
.Key_Search_Input {
	background: #fff;
	border: 1px solid #cacaca;
	border-radius: 4px;
	overflow: hidden;
}
.Key_Search_Input:focus-within {
	box-shadow: 0 0 5px 0 rgba(202, 202, 202, .6);
}
.InputTxt_Form_Box {
	width: 100%;
}
.InputTxt_Form_Box, .Submit_Btn_Box {
	display: table-cell;
	vertical-align: middle;
}

.Column_Category_List {
	padding: 0 5px 0 10px;
}
.Column_Category_List ul:after {
	clear: both;
	content: " ";
	display: block;
}
.Column_Category_List li {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}
.Column_Category_List li a {
	color: #03a;
	font-size: 72%;
	font-weight: bold;
	display: block;
	line-height: 2;
	border-radius: 1em;
	padding: 0 1em;
	white-space: nowrap;
	min-width: 56px;
	text-align: center;
	border: 1px solid #e1e1e1;
	background: #fff;
}

/*==============================================
netkeibaTV枠
==============================================*/
/*---------------------------------
動画リスト .MovieList01
---------------------------------*/
.MovieList01 {
	padding-left: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin-top: 8px;
	padding-bottom: 10px;
}
.MovieList01 .MovieListItem {
	width: 403px;
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
}
@media (max-width: 415px) {
	.MovieList01 .MovieListItem {
		width: 348px;
	}
}
@media (max-width: 376px) {
	.MovieList01 .MovieListItem {
		width: 315px;
	}
}
@media (max-width: 361px) {
	.MovieList01 .MovieListItem {
		width: 302px;
	}
}
@media (max-width: 321px) {
	.MovieList01 .MovieListItem {
		width: 268px;
	}
}
.MovieList01 .MovieListItem a {
	position: relative;
	display: block;
}
.MovieList01 .MovieListItem .PickupPhoto {
	margin-bottom: 10px;
	overflow: hidden;
	white-space: normal;
	border-radius: 4px;
	width: 100%;
	position: relative;
}
.MovieList01 .MovieListItem .PickupPhoto video {
	display: block;
}
.MovieList01 .MovieListItem .PickupPhotoImg {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background:#eee;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.MovieList01 .MovieListItem .PickupPhotoImg:after {
	content:"";
	display:block;
	padding-top: 56.3%;
}
.MovieList01 .MovieListItem .Mv_Time {
	color: #fff;
	font-size: 62.94%;
	line-height: 1.59;
	background: #000;
	padding: 0 4px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.MovieList01 .MovieListItem img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	vertical-align: top;
}
.MovieList01 .MovieListItem img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	vertical-align: top;
}
.MovieList01 .MovieListItem + .MovieListItem {
	margin-left: 12px;
}
.MovieList01 .MovieListItem:last-child {
	margin-right: 10px;
}
.MovieListItem .MovieListTitle {
	color: #333;
	font-size: 88.89%;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.5;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
	margin-bottom: 6px;
}
.MovieList01 .MovieListItem .MovieListFoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.NewMovieArea .MovieList01 .MovieListItem .MovieListFoot {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.MovieListItem .MovieListFoot .MovieName,
.MovieListItem .MovieListFoot .MovieTime {
	display: block;
	color: #999;
	font-size: 61.12%;
	white-space: nowrap;
	line-height: 1.2;
}
.MovieList01 .MovieListItem .MovieListFoot .MovieName {
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}
.MovieListItem .MovieListFoot .MovieTime {
	text-align: right;
}
.MovieContentList .Title_Sec h2 {
	color: #e3e3e3;
	font-size: 77.78%;
}
/* 無料配信中アイコン */
.TvInfoList .FreeIcon {
	position: absolute;
	display: block;
	padding: 5px 8px;
	color: #fff;
	font-size: 0.625rem;
	font-weight: bold;
	background-color: #3251bc;
	border-radius: 4px;
}
.TvInfoList .MovieList01 .MovieListItem .FreeIcon {
	top: 10px;
	right: 10px;
}


/*======================================
みんなのコラム
======================================*/
.CommunityColumn {
	padding-bottom: 35px;
}
.ColumnBnr {
	padding: 0 10px;
}
.ColumnBnr a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2); 
}
.ColumnBnr img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


/*======================================
コラム詳細
======================================*/
.Column_Title_Box {
	padding: 18px 18px 15px;
	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;
}
.Column_MainTitle {
	color: #888;
	font-size: 77.78%;
	font-weight: bold;
}
.Column_CategoryTag {
	margin-top: 5px;
}
.Column_CategoryTag:after {
	clear:both;
	content:" ";
	display:block;
}
.Column_CategoryTag li {
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 67%;
	line-height: 1.4;
}
.Column_CategoryTag li a {
	color: #03a;
}
.Column_Fav a {
	background: #fff;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}
.Column_Fav a:before {
	content: '';
	display: block;
	width: 19px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../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: -1px -42px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.Column_Fav.Registered a {
	background-color: #3251bc;
	box-shadow: none;
}
.Column_Fav.Registered a:before {
	background-position: -1px -85px;
}
.Column_Head_Box {
	padding: 0 18px;
}
.Column_Title {
	color: #333;
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 12px;
}
.Column_Data {
	/*padding-bottom: 18px;*/
	margin-top: 18px;
}
.Column_Data a {
	display: inline-block;
}
.Column_Data_Thumb {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 7px;
	border-radius: 20px;
	overflow: hidden;
}
.Column_Data_Thumb img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.Column_Name {
	font-size: 72.22%;
	font-weight: bold;
	padding-left: 48px;
	margin-bottom: 4px;
	line-height: 40px;
}
.Column_Data_Time {
	color: #666;
	font-size: 61.12%;
	white-space: nowrap;
	text-align: right;
	position: relative;
	padding-right: 45px;
}
.Column_Data_Time .Icon_Share {
	position: absolute;
	right: 0;
	top: -19px;
	width: 17px;
	height: 21px;
	display: block;
	padding: 10px;
	background-image: url(../img/icon/icon_sprite_column.png);
	background-size: 80px auto;
	background-position: -16px -37px;
	box-sizing: content-box;
	-moz-background-clip: content;
	-webkit-background-clip: content-box;
	-o-background-clip: content-box;
	-ms-background-clip: content-box;
	background-clip: content-box;
}

.List_DataIcon {
	display: inline-block;
}
.Column_Data_Time .AppOnlyIcon01 {
	
}

.ColumnArticle_Body .Photo_Block_01,
.ColumnArticle_Body .Photo_Block_02 {
	text-align: center;
	/*margin: 7px 0 35px;*/
	margin: 7px 0 0;
}
.ColumnArticle_Body .Photo_Block_01 img,
.ColumnArticle_Body .Photo_Block_02 img {
	max-width: 100%;
	max-width: calc(100% + 36px);
	max-height: 100%;
	width: 100%;
	width: calc(100% + 36px) !important;
	height: auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*.ColumnArticle_Body .Photo_Block_02 {
	text-align: center;
	background: #ddd;
	margin: 7px -18px 0;
	padding: 0 18px;
}
.ColumnArticle_Body .Photo_Block_02 img {
	max-width: 100%;
	max-height: 100%;
	width: 70% !important;
	height: auto;
	vertical-align: top;
}*/
[class*="Photo_Block"] > p {
	color: #888;
	font-size: 80%;
	line-height: 1.4;
	padding: 6px 18px 0;
	text-align: left;
	background: #fff;
	margin: 0 -18px;
	background: #fff;
}


.Column_Detail_Txt_Box {
	color: #444;
	font-size: 89%;
	line-height: 1.75;
	padding: 0 18px;
	margin-bottom: 30px;
}
.Column_Detail_Txt_Box h2 {
	font-size: 112.41%;
	font-weight: bold;
	line-height: 1.37;
/*	margin: 22px 0 36px; */
}
.Column_Detail_Txt_Box > div {
	line-height: 1.75;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.Column_Detail_Txt_Box > div.ColumnRead {
	color: #666;
	background: #f3f3f3;
	padding: 20px 16px;
}
.Column_Detail_Txt_Box > div.CloseTxt {
	text-align: right;
	color: #888;
	font-size: 93.7%;
}
.attention_button {
	text-align: center;
	margin: 52px 0 57px;
}

body.socialcolumn_view .attention_button{
	margin-bottom:0px;
}
.Column_Detail_Txt_Box + .attention_button {
	margin-top: 25px;
	margin-bottom: 34px;
}
.attention_button .Chumoku_Btn_Box{
	margin: 0 18px;
}
.attention_button a {
	display: block;
}
.Chumoku_Btn_Inner {
	color: #444;
	font-size: 78%;
	border-radius: 4px;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}
.Chumoku_Btn_Inner span.Chumoku_Btn_Txt {
	display: inline-block;
	width: 13em;
	text-align: center;
}
.attention_button .Icon_ColumnBtn{
background: #fff;
	display: inline-block;
	width: 24px;
	height: 50px;
	position: relative;
	vertical-align: middle;
}
.attention_button .Icon_ColumnBtn.Icon_Chumoku:before{
	content: '';
	display: block;
	background: url(../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: -46px 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}

/* 済 */
.Chumoku_Btn_Inner.PushDone {
box-shadow: none;
}
/*@keyframes BtnAnime01 {
	0% { transform: scale(.5,.5) }
	21.33333% { transform:scale(1.3,1.3) }
	41.66667% { transform:scale(.8,.8) }
	53.3333% { transform:scale(1.15,1.15) }
	66.66667% { transform:scale(1,1) }
	77.66667% { transform:scale(1.08,1.08) }
	100%{ transform:scale(1) }
}*/
.Chumoku_Btn_Inner.PushDone span.Icon_ColumnBtn:before {
	background-position: -46px -107px;
	animation-name: swing-animation;
	animation-duration: 1.8s;
}
@-webkit-keyframes swing-animation {
	0%,100% { 
	-webkit-transform-origin: bottom center; 
	}
	10% { -webkit-transform: scale(0.94, 0.94) rotate(-4deg); }
	13% { -webkit-transform: scale(1.0, 1.00) rotate(2deg); }
	23% { -webkit-transform: scale(1.34, 1.34) rotate(-4deg); }
	35% { -webkit-transform: scale(1.0, 1.0) rotate(4deg); }
	45% { -webkit-transform: scale(0.97, 0.97) rotate(-5deg); }
	55% { -webkit-transform: scale(1.0, 1.0) rotate(5deg); }
	65% { -webkit-transform: rotate(-3deg); }
	75% { -webkit-transform: rotate(2deg); }
	85% { -webkit-transform: rotate(-2deg); }
	95% { -webkit-transform: rotate(1deg); }
	100% { -webkit-transform: rotate(0deg); }
}

.Column_Pager_Btn {
	padding: 0 18px;
}
.Column_Pager_Btn ul {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.Column_Pager_Btn li {
	width: 47%;
}
.Column_Pager_Btn .Previous_Page {
	float: left;
}
.Column_Pager_Btn .Next_Page {
	float: right;
	text-align: right;
}
.Column_Pager_Btn a {
	color: #666;
	font-size: 83.34%;
	font-weight: bold;
	display: block;
	padding: 14px 7px 21px 30px;
	position: relative;
}
.Column_Pager_Btn .Next_Page a {
	padding: 14px 30px 21px 7px;
}
.Column_Pager_Btn .Previous_Page a:before,
.Column_Pager_Btn .Next_Page a:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #888;
	border-radius: 2px;
	vertical-align: middle;
	position: absolute;
	top: 17px;
}
.Column_Pager_Btn .Previous_Page a:before {
	border-left: 2px solid #888;
	left: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Column_Pager_Btn .Next_Page a:before {
	border-right: 2px solid #888;
	right: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.Column_Pager_Btn a .Pager_Title {
	font-size: 93.34%;
	font-weight: normal;
	line-height: 1.33;
	display: block;
	text-align: left;
	margin-top: 18px;
	height:2.56em;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*-- 追加ボタン --*/
.TopBtnBox_01,
.LinkBtn_BackNumber {
	padding: 0 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
body.writer_list .TopBtnBox_01,
body.column_backnumber .TopBtnBox_01{
	margin-bottom:23px;
}
.ColumnBacknumber .TopBtnBox_01 {
	padding: 0 8px;
}
.TopBtnBox_01 a,
.LinkBtn_BackNumber a,
.MovieEnqBtn a {
	color: #666;
	font-size: 72%;
	line-height: 3.08em;
	text-align: center;
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	position: relative;
}
.LinkBtn_BackNumber a {
	text-align: left;
	padding-left: 34px;
}
.MovieEnqBtn a {
	margin: 14px auto;
}
.TopBtnBox_01 a:after,
.LinkBtn_BackNumber a:after,
.MovieEnqBtn a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

/* ボタン追加 2018.03.26 */
.Column_Detail_Txt_Box .BtnType_01,
.Column_Detail_Txt_Box .BtnType_02,
.Column_Detail_Txt_Box .BtnType_03 {
	text-align: center;
}
.Column_Detail_Txt_Box .BtnType_01 a {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 18px 30px 14px 30px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
    border: solid 1px #3251BC;
    color: #3251BC;
	line-height: 1.3;
}
/*
.Column_Detail_Txt_Box .BtnType_01 a:hover {
	background: #61a95c;
	text-decoration: none;
}
*/
.Column_Detail_Txt_Box .BtnType_02 a {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 18px 30px 14px 30px;
	color: #235899;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	background-color: #fff;
	line-height: 1.3;
}
.Column_Detail_Txt_Box .BtnType_02 a:hover {
	background: #f9f9f9;
	color: #e36a5c;
}
.Column_Detail_Txt_Box .BtnType_03 a {
	display: block;
	color: #235899;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline !important;
	line-height: 1.3;
}
.Column_Detail_Txt_Box .BtnType_03 a:hover {
	color: #e36a5c;
}
/* バックナンバー */
.LinkBtn_BackNumber a:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/icon/icon_sprite_column.png?20180723) no-repeat;
	background-size: 70px auto;
	background-position: -46px -64px;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* 質問募集 */
.cheer_message_box {
	padding: 0 18px;
	margin-bottom: 18px;
	color: #777;
}
.cheer_message_box .bg_line {
	border: 1px solid #e7e7e7;
	padding: 18px;
}
.cheer_message_title {
	font-size: 72%;
	font-weight: bold;
}
.cheer_message_box p {
	font-size: 72%;
	line-height: 1.5;
	margin: 9px 0;
}
.cheer_message_box_btn a {
	color: #666;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #888;
	border-radius: 4px;
	line-height: 3.21;
	display: block;
}


.ColumnInfo {
	color: #777;
	background: #ededed;
	border: 1px solid #e7e7e7;
	/*margin: 0 18px 46px;*/
	margin: 0 18px;
	padding: 16px 12px 15px;
}
.ColumnInfo dt {
	float: left;
	width: 66px;
}
.ColumnInfo dt img {
	width: 100%;
	height: auto;
}
.ColumnInfo dd {
	font-size: 67%;
	padding-left: 78px;
}
.ColumnInfo p,
.ColumnInfo div {
	line-height: 1.42;
}

/* 検索ワード */
.News_Headline .Title_Sec {
	margin-top: 23px;
}
.Search_Txt {
	padding: 0 10px 17px;
}
.Search_Txt p {
	color: #333;
	font-size: 83%;
	background: #e7e7e7;
	width: 100%;
	padding: 16px;
	border-radius: 4px;
	line-height: 1.56;
}

/* お気に入り登録完了 */
.modal-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	overflow: hidden;
	overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}
.Fav_Modal {
	background: #fff;
	border-radius: 4px;
	padding: 10px;
	position: absolute;
	/*top: 169px;*/
	top: 8%;
	left: 50%;
	z-index: 1001;
	width: 92%;
	max-width: 355px;
	transform: translateX(-50%);
}
.Fav_Modal_Title {
	color: #777;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 37px;
}
.Fav_Modal_MainTitle {
	color: #333;
	font-size: 83%;
	line-height: 1.47;
	padding: 0 10px;
	margin-bottom: 30px;
}
.Fav_Modal_MainTitle strong {
	font-weight: bold;
}
.Fav_Modal_CloseBtn01 {
	margin-bottom: 22px;
}
.Fav_Modal_CloseBtn01 a,
.Fav_Modal_OKBtn a {
	display: block;
	color: #777;
	font-size: 72%;
	line-height: 3.46;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	width: 100%;
}
.Fav_Modal_List {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
	position: relative;
}
.Fav_Modal_List li {
	width: 50%;
}
.Fav_Modal_List li:first-child {
	margin-right: 10px;
}
.Fav_Modal_List .Fav_Modal_CloseBtn01 {
	margin-bottom: 0;
}
.Fav_Modal_List .Fav_Modal_CloseBtn01 a {
	color: #3251bc;
	border-color: #3251bc;
	background: #fff;
}
.Fav_Modal_List .Fav_Modal_OKBtn {
	margin-bottom: 0;
}
.Fav_Modal_List .Fav_Modal_OKBtn a {
	color: #fff;
	border-color: #3251bc;
	background: #3251bc;
}
.Fav_Modal_Note {
	color: #666;
	font-size: 72%;
	line-height: 1.38;
}
.Fav_Modal_Close {
	position: absolute;
	top: 5px;
	right: 8px;
}
.Fav_Modal_Close a {
	display: block;
	width: 30px;
	height: 30px;
}
.showModal {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
/*======================================
コラムライターバックナンバー一覧
======================================*/
.ColumnWriterBacknumber {
	padding: 16px 10px 0;
}
.ColumnWriter_Profile {
	border: 1px solid #e0e0e0;
	padding: 15px 15px 16px;
	margin-bottom: 20px;
}
.ColumnWriter_Thumb {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.ColumnWriter_Thumb img {
	width: 100%;
	height: auto;
}
.ColumnWriter_Txt {
	padding-left: 66px;
	padding-top: 3px;
}
.ColumnWriter_Copy {
	color: #777;
	font-size: 72%;
	font-weight: bold;
	margin-bottom: 8px;
}
.ColumnWriter_Name {
	color: #444;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 6px;
}
.ColumnWriter_Name span {
	color: #cacaca;
	font-size: 56%;
	font-weight: normal;
	margin-left: 7px;
}
.ColumnWriter_Category {
	color: #888;
	font-size: 56%;
}
.ColumnWriterBacknumberSubTitle {
	color: #666;
	font-size: 83%;
	font-weight: bold;
	margin-bottom: 20px;
}
.Column_List li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
body.writer_list_fin .Column_List li:last-child{
	margin-bottom:23px;
}
.Column_List li a {
	position: relative;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1
}
.Column_Title_Thumb {
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	position: relative;
}
.Column_Title_Thumb img {
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.Column_List_Title {
	color: #444;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.38em;
	margin-top: 2px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height:2.6em;
}
.Column_List_Name {
	color: #666;
	font-size: 78%;
	font-weight: bold;
}
.Column_List_Sub_Txt {
	color: #666;
	font-size: 72%;
	line-height: 1.33;
	word-wrap: break-word;
}
.Column_WeeklyList .Column_List_Name,
.NewColumn_SlideBox01 .Column_List_Name {
	color: #999;
	font-size: 60%;
	font-weight: normal;
	margin-bottom: 5px;
}
.Column_List_Update {
	color: #999;
	font-size: 56%;
	position: absolute;
	bottom: 0;
	left: 90px;
}
.Column_WeeklyList .Column_List_Update,
.NewColumn_SlideBox01 .Column_List_Update {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	text-align: right;
	position: relative;
	left: 0;
	margin-top: 1px;
}
.Column_WeeklyList.Fin .Column_List_Update {
	margin-top: 3px;
}
.ColumnWriterInfo {
	background: #ededed;
	padding: 21px 21px 21px 18px;
	margin-top: 30px;
}
.ColumnWriterInfo p,
.ColumnWriterInfo > div {
	color: #666;
	font-size: 83%;
	line-height: 1.47;
}
/*======================================
お気に入りコラム一覧(コラムブックマーク一覧)
======================================*/
.ColumnBookMark {
	padding: 0 10px;
}

body#Netkeiba_ColumnBookMark.ColumnBookmarklist .ColumnBookMark{
	padding: 0 10px 23px;
}
.NoticeTxt {
	color: #333;
	font-size: 89%;
	line-height: 1.46;
	padding: 26px 0;
}
.BookMarkSelectList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.BookMarkSelect_Cancel {
	min-width: 52px;
	margin-right: 10px;
	opacity: 0;
	position: absolute;
	left: -100%;
	-webkit-transition: .5s;
	transition: .5s;
}
.BookMarkSelect_Cancel.show {
	opacity: 1;
	left: 10px;
}
.BookMarkSelectList ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 18px;
}
.BookMarkSelectList ul li {
	color: #666;
	font-size: 72%;
	min-width: 52px;
	text-align: center;
}
.BookMarkSelectList ul a {
	display: block;
	color: #666;
	background: #fff;
	border-radius: 1.07em;
	border: 1px solid #888;
	line-height: 2.16em;
}
.BookMarkSelect_Cancel a {
	color: #666;
	font-size: 72%;
	min-width: 52px;
	text-align: center;
	display: inline-block;
	border-radius: 1.07em;
	border: 1px solid #888;
	line-height: 2.16em;
	padding: 0 1em;
}
.BookMarkSelectList ul .BookMarkSelect_DelBtn {
	-webkit-transition: .5s;
	transition: .5s;
}
.BookMarkSelectList ul .BookMarkSelect_DelBtn.Active {
	margin-left: 8em;
}
.BookMarkSelectList ul .BookMarkSelect_DelBtn.Active a {
	border-color: transparent;
}
.BookMarkSelectList ul .BookMarkSelect_Notice {
	line-height: 2.15em;
}
input[type="checkbox"].Notice_Switch {
	display: none;
}

/* Normal Track */
input[type="checkbox"].Notice_Switch + div {
	vertical-align: middle;
	width: 48px;
	height: 28px;
	border-radius: 14px;
	background-color: #e7e7e7;
	-webkit-transition-duration: .4s;
	-webkit-transition-property: background-color, box-shadow;
}
/* Checked Track (Blue) */
input[type="checkbox"].Notice_Switch:checked + div {
	background-position: 0 0;
	background-color: #3251bc;
}
/* Normal Knob */
input[type="checkbox"].Notice_Switch + div > div {
	float: left;
	width: 24px;
	height: 24px;
	border-radius: inherit;
	background: #fff;
	-webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: transform, background-color, box-shadow;
	-moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-moz-transition-duration: 0.4s;
	-moz-transition-property: transform, background-color;
	pointer-events: none;
	margin-top: 2px;
	margin-left: 2px;
}
/* Checked Knob */
input[type="checkbox"].Notice_Switch:checked + div > div {
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}
input[type="checkbox"].Del_Check {
	display: none;
}
input[type=checkbox].Del_Check + div {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	text-align: center;
	line-height:20px;
	vertical-align: middle;
	background-color: #fff;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
	border: 1px solid #888;
	border-radius: 10px;
	/*box-sizing: border-box;*/
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	cursor: pointer;
}
input[type=checkbox].Del_Check + div > div {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	display: block;
	width: 10px;
	height: 5px;
	margin-top: -3px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
input[type=checkbox].Del_Check:checked + div {
	background-color: #3251bc;
	border-color: #3251bc;
}
input[type=checkbox].Del_Check:checked + div > div {
	opacity: 1;
}
.BoookMark_Del_Wrapper {
	display: none;
}
.BoookMark_Del_Wrapper.show {
	display: block;
}
.BoookMark_Del_Wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.Column_List .BoookMark_Del_Wrapper li {
	width: 100%;
}
.Column_List .BoookMark_Del_Wrapper li:first-child {
	margin-right: 5px;
}
.Column_List .BoookMark_Del_Wrapper a {
	color: #3251bc;
	font-size: 78%;
	font-weight: bold;
	line-height: 3.21;
	text-align: center;
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #3251bc;
	border-radius: 4px;
	-webkit-transition: .5s;
	transition: .5s;
}
.Column_List .BoookMark_Del_Wrapper a.BoookMark_Del_Submit {
	color: #fff;
	background: #3251bc;
	border-color: #3251bc;
}
.BookMarkSelectList ul .BookMarkSelect_Notice {
	position: absolute;
	right: 0;
}
.Notice_Check {
	padding: 10px 0;
	position: absolute;
	right: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
.BookMarkSelectList ul .BookMarkSelect_Notice.hidden,
.Notice_Check.hidden {
	right: -100%;
}
.BookMark_Del {
	padding: 10px 0;
	opacity: 0;
	position: absolute;
	left: -100px;
	-webkit-transition: .5s;
	transition: .5s;
}
.BookMark_Del.show {
	opacity: 1;
	left: 0;
}
.Column_List li .BookMark_Del + a {
	width: 90%;
	width: calc(100% - 67px);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}
.Column_List li .BookMark_Del.show + a {
	margin-left: 52px;
	/*width: 100%;*/
}
@media screen and (max-width: 374px) {
	input[type=checkbox].Del_Check + div {
		margin-left: 9px;
	}
	.Column_List li .BookMark_Del.show + a {
		margin-left: 39px;
	}
}

/*======================================
曜日別コラム一覧
新着コラム お気に入り
======================================*/
.Column_WeeklyList {
	padding: 6px 0 0;
}
.Column_WeeklyList .Column_List,
.NewColumn_Slide .Column_List {
	padding: 10px 10px 0;
}
.Column_WeeklyList .Column_Title_Text,
.NewColumn_Slide .Column_Title_Text {
	margin-right: 12px;
	padding-left: 90px;
}
.Column_WeeklyList.Fin .Column_Title_Text,
.NewColumn_Slide.Fin .Column_Title_Text {
	margin-right: 0;
}
.Weekly_ListWrap {
	position: relative;
	overflow-x: auto;
	margin-bottom: 14px;
}
.Weekly_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px 10px;
	position: relative;
	z-index: 20;
}
.Weekly_ListWrap span.ListActiveBg {
	display: inline-block;
	position: absolute;
	background-color: #3251bc;
	border-radius: 1em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s;
	transition: all .3s ease;
	z-index: 10;
}
.Weekly_ListWrap li {
	margin-right: 16px;
}
.Weekly_ListWrap li:last-child {
	margin-right: 0;
}
.Weekly_List li a {
	color: #444;
	font-size: 72%;
	line-height: 1.8;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 1em;
	width: 5em;
}
.Weekly_List li.Today a {
	border: 2px double #e1e1e1;
	line-height: 1.69;
	font-weight: bold;
}
.Weekly_List li.active a,
.Weekly_List li.Today.active a {
	color: #fff;
	font-weight: bold;
	border-color: transparent;
	line-height: 1.8;
	background: transparent;
}
@media screen and (max-width: 374px) {
	.Weekly_ListWrap li {
		margin-right: 5px;
	}
	.Weekly_ListWrap a {
		padding: 0 14px;
	}
}
/* コラム新着マーク */
.lblUpdate {
	color: #fff;
	font-size: 7px;
	background: #c53131;
	border-radius: 50%;
	overflow: hidden;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}
.lblUpdateNew {
	color: #fff;
	font-size: 7px;
	background: #c53131;
	border-radius: 1em;
	overflow: hidden;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	padding: 3px 5px;
}
.Column_Fav_Txt_Box {
	padding: 0 0 18px;
}
.Column_Fav_Txt_Box p {
	color: #444;
	font-size: 72%;
	line-height: 1.4;
}

/*======================================
みんなの投稿コラム
======================================*/
.ColumnBacknumber {
	padding: 0 10px;
}
.CommentBoxWrap_Inner {
	padding: 0 10px;
}
.Tab_2col li {
	width: 50%;
	float: left;
	position: relative;
}
.Tab_3col li {
	width: 33.3%;
	float: left;
}
.Tab_1 a,
.Tab_1 li > div {
	display: block;
	font-size: 61%;
	font-weight: bold;
	color: #666;
	background: #e7e7e7;
	text-align: center;
	line-height: 2.55;
}
.Tab_1 {
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	overflow: hidden;
}
.Tab_1 li + li > div {
	border-left: 1px solid #c9c9c9;
	background: #fff;
}
.Tab_1 li > div.Tab_Active {
	background: #e7e7e7;
}
.CommentBoxWrap_Inner .Tab_1 a {
	border: 0px none currentColor;
	margin: 0;
	background:none;
}
.CommentBoxWrap_Inner .Tab_1 a > div {
	padding:10px 0;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	margin-right: 2px;
}
.CommentBoxWrap_Inner .Tab_1 .Icon {
	display: inline-block;
	background: url("../img/icon/icon_Comment.png");
	background-repeat: no-repeat;
	background-size: 65px auto;
	-moz-background-size: 65px auto;
	-webkit-background-size: 65px auto;
	-o-background-size: 65px auto;
	-ms-background-size: 65px auto;
	vertical-align: middle;
	margin-right: 6px;
	height: 20px;
}
.CommentBoxWrap_Inner .Tab_1 .Icon.Icon_Like {
	width: 17px;
	height: 20px;
	background-position: 0 -20px;
}
.CommentBoxWrap_Inner .Tab_1 .Icon.Icon_NEW {
	width: 20px;
	height: 20px;
	background-position: -19px -20px;
}
.CommentBoxWrap_Inner .Tab_1 .Icon.Icon_Access {
	background-size: 45px auto;
	-moz-background-size: 45px auto;
	-webkit-background-size: 45px auto;
	-o-background-size: 45px auto;
	-ms-background-size: 45px auto;
	width: 18px;
	height: 20px; 
	background-position: 0 -60px;
	vertical-align: text-bottom;
}
.CommentBoxWrap_Inner .Tab_1 .Icon.Icon_Attention {
	background-size: 45px auto;
	-moz-background-size: 45px auto;
	-webkit-background-size: 45px auto;
	-o-background-size: 45px auto;
	-ms-background-size: 45px auto;
	width: 19px;
	height: 20px;
	background-position: -17px -60px;
	vertical-align: text-bottom;
}
.CommentBoxWrap_Inner .Tab_1 .Icon.Icon_Comment {
	background-size: 45px auto;
	-moz-background-size: 45px auto;
	-webkit-background-size: 45px auto;
	-o-background-size: 45px auto;
	-ms-background-size: 45px auto;
	width: 19px;
	height: 20px;
	background-position: -17px -60px;
	vertical-align: text-bottom;
}
.ContributionArea {
	margin-top: 15px;
	border: 1px solid #dadada;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ContributionArea .AvaterBox {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
}
.ContributionArea .AvaterBox img {
	width: 100%;
	height: 100%;
}
.ContributionArea + .CommentBoxWrap_Inner {
	margin: 24px 0;
	padding: 0;
}
.ContributionTxt {
	color: #888;
	font-size: 14px;
	padding: 12px 12px 12px 40px;
	width: 100%;
	height: 70px;
	max-width: 100%;
	min-width: 100%;
	min-height: 2.71em;
	line-height: 1.2em;
	background: #fff;
	border: none;
}
.ContributionTxt:after {
	content:'';
	display: block;
	background: url(../img/icon/icon_sprite_column.png?20180723) no-repeat;
	background-size: 70px auto;
	background-position: -1px -64px;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.Comment_Btn_Wrapper {
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 28px;
	height: 95%;
	height: calc(100% - 10px);
}
.Comment_Btn {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
	position: relative;
	outline: none;
}
.Comment_Btn:before {
	content:'';
	display: block;
	background: url(../img/icon/icon_sprite_column.png?20180723) no-repeat;
	background-size: 70px auto;
	background-position: -1px -64px;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 0;
	right: 10px;
}

.CommentBoxWrap_Inner .Comment_Area textarea {
	font-size: 15px;
	line-height: 1.2;
	width: 100%;
	height: 44px;
	padding: 12px 35px;
	border: none;
	vertical-align: top;
}
.CommentBoxWrap_Inner .Comment_Area textarea:focus {
	height: 5em;
}
.CommentBoxWrap_Inner .Comment_Area textarea:placeholder-shown,
.CommentBoxWrap_Inner .Comment_Area textarea::placeholder {
	font-size: 15px;
	color: #888;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.CommentBoxWrap_Inner .Comment_Area textarea::-webkit-input-placeholder {
	color: #888;
}
/* Firefox 18- */
.CommentBoxWrap_Inner .Comment_Area textarea:-moz-placeholder {
	opacity: 1;
	color: #888;
}
/* Firefox 19+ */
.CommentBoxWrap_Inner .Comment_Area textarea::-moz-placeholder {
	opacity: 1;
	color: #888;
}
/* IE 10+ */
.CommentBoxWrap_Inner .Comment_Area textarea:-ms-input-placeholder {
	color: #888;
}
.ColumnBacknumberList {
	margin-top: 24px;
}
.ColumnBacknumberList li {
	/*margin-bottom: 8px;*/
	margin-bottom: 26px;
}
.ColumnBacknumberList a {
	display: block;
}
.ColumnBacknumberList li .ContentMainTitle {
	height: auto;
	max-height: 2.6em;
}
.LinkBox_Avatar {
	margin-bottom: 1px;
}
.ColumnBacknumberList li .LinkBox_Avatar {
	float: left;
	vertical-align: middle;
	line-height: 20px;
}
.Avatar_Thumb_L {
	display: block;
	width: 35px;
	height: 35px;
	padding: 0px;
	border-radius: 50%;
	background-position: 0 0;
	background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	overflow: hidden;
}
.Avatar_Thumb_S {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.Avatar_Thumb_L img,
.Avatar_Thumb_S img {
	display: block;
	width: 100%;
	height: 100%;
}
.UserlName {
	color: #888;
	font-size: 61%;
	line-height: 1.85;
	display: inline-block;
}
.LinkBox_Footer {
	color: #888;
	font-size: 61.11%;
	text-align: right;
	margin-top: 7px;
	padding-right: 6px;
}
.ColumnBacknumberList li .LinkBox_01 > .LinkBox_Footer {
	float: right;
	line-height: 22px;
	vertical-align: bottom;
	margin-top: 0;
}
.LinkBox_Footer * {
	display: inline-block;
}
/*======================================
みんなの投稿コラム詳細
======================================*/
.Column_Head_Box {
	padding: 0 18px 23px;
}
.Column_Head_Box .Column_Title {
	color: #333;
	font-size: 111%;
	line-height: 1.35;
	margin-bottom: 8px;
}
.Column_Data .Column_Data_Time {
	color: #777;
	font-size: 61%;
	text-align: right;
}
.Column_Body_Box {
	padding: 0 18px;
}
.Column_Detail .Column_Photo_Box_02 {
	margin: 0 0 20px;
}
/*.Column_Detail .Column_Photo_Box_02 .thumb {
	content:'';
	display: block;
	text-align: center;
	background: #ddd;
	width: 112%;
	height: 0;
	padding-top: 84%;
	margin: 0 0 0 -6%;
	position: relative;
}*/
.Column_Detail .Column_Photo_Box_02 img {
	max-width: 100%;
	max-width: calc(100% + 36px) !important;
	max-height: 100%;
	width: 100%;
	width: calc(100% + 36px) !important;
	height: auto;
	margin: 0 auto 0 -18px;
	vertical-align: top;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
[class*="Photo_Box"]  > .thumb + p.Caption {
	color: #777;
	font-size: 72%;
	line-height: 1.31;
	padding: 13px 0 0;
	text-align: left;
	background: #fff;
}
.Column_Txt_Title {
	font-size: 106%;
	font-weight: bold;
	line-height: 1.37;
	padding: 0 18px;
	border-left: 4px solid #999;
	margin: 35px 0;
}
.Column_Txt {
	color: #444;
	font-size: 89%;
	line-height: 1.63;
}

.Column_Head_Box .LinkBox_Avatar .Avatar_Thumb_L {
	float: left;
	margin-right: 7px;
}
.Column_Head_Box .LinkBox_Avatar .UserlName {
	color: #03a;
	font-size: 72%;
	font-weight: bold;
}
.Column_Head_Box .LinkBox_Avatar .Column_Data .Column_Data_Time {
	text-align: left;
}

/* ネタ元 */
.Quotation_Origin {
	border: solid 1px #d3d3d3;
	padding: 10px 30px 10px 15px;
	margin: 30px 0;
}
.Quotation_Origin h4 {
	color: #666;
	font-size: 66.67%;
}
.Quotation_Origin a {
	font-size: 55.56%;
	line-height: 1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.SocialColumn_Pager_Btn {
	padding: 0 15px;
	margin-bottom: 18px;
}
.SocialColumn_Pager_Btn ul {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.SocialColumn_Pager_Btn .Previous_Page {
	float: left;
}
.SocialColumn_Pager_Btn .Previous_Page a,
.SocialColumn_Pager_Btn .Next_Page a {
	position: relative;
}

.SocialColumn_Pager_Btn .Previous_Page a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 16px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-moz-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	vertical-align: middle;
}
.SocialColumn_Pager_Btn .Next_Page a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	margin-top: -3px;
}
.SocialColumn_Pager_Btn .Next_Page {
	float: right;
	text-align: right;
}
.SocialColumn_Pager_Btn a {
	color: #444;
	font-size: 72.22%;
	display: block;
	padding: 0 30px;
	line-height: 5.25;
}



/*==============================================
コラム投稿共通
==============================================*/
.Comment_Form_Box {
	padding: 18px 10px;
}
body.question_form .Comment_Form_Box{
	padding-bottom:0px;
}
.Inner_Txt {
	color:#444;
	font-size:72%;
	font-weight: bold;
	line-height: 1.62;
	padding: 8px 8px 34px 8px;
}
.Question_Form .Inner_Txt {
	padding: 0 0 10px;
}
.Incentive_Txt {
	color:#444;
	font-size:72%;
	line-height: 1.62;
	background: #e7e7e7;
	padding: 10px ;
	margin-top: 34px;
}
input.jqm-input-text,
textarea.jqm-input-text {
	color: #444;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	display: inline-block;
	padding: .93em;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
}
.jqm-input-text:placeholder-shown,
.jqm-input-text::placeholder {
	color: #bebebe;
}
input.jqm-input-text:focus-within,
textarea.jqm-input-text:focus-within {
	box-shadow: 0 0 5px 0 rgba(202, 202, 202, .8);
	outline: none;
}
.btnSubmit {
	color: #666;
	font-size: 77.78%;
	font-weight: bold;
	line-height: 3.21;
	text-align: center;
	background: #fff;
	border: 1px solid #888;
	border-radius: 4px;
	width: 100%;
	cursor: pointer;
	display: block;
}
#FormMainTextArea01 {
	height: 12.86em;
}
.Tarekomi_Form_Box textarea.ui-input-text,
.Tarekomi_Form_Box input.ui-input-text{
	width:100%;
}
.Tarekomi_Captha_Box{
	padding:0 8px 8px 8px;
}
.Tarekomi_Captha_Box h3{
	margin:0 0 6px 0;
	font-size:.8em;
	font-weight:bold;
}
.Tarekomi_Captha_Box .Captha_Img{
	display:table;
}
/*--投稿フォーム*/
.Tarekomi_Input_Box {
	margin-bottom: 14px;
}
body.question_form .Tarekomi_Input_Box{
	margin-bottom:0px;
}
.Tarekomi_Input_Box dl dt{
	margin:0 0 6px 0;
	font-size: 83%;
	font-weight: bold;
}
.Comment_Form_Box .Form_Box dt .Txt {
	color:#777;
	font-size: 73%;
}
.Comment_Form_Box .Form_Box dt .Txt > strong {
	color: #4f76c4;
	font-weight: bold;
	padding: 0 5px;
}
.Tarekomi_Input_Box dl dd{
	margin:0 0 17px 0;
}
.Tarekomi_Input_Box dl dd:last-child{
	margin:0;
}
.Tarekomi_Input_Box dl dd .ui-radio{
	width:240px;
}
.Tarekomi_Input_Box dl dd.Common_Select {
	padding-left: 20px;
	margin-top: 24px;
	margin-bottom: 7px;
}
.Tarekomi_Input_Box dl dd.Common_Select input {
	display: none;
}
.Tarekomi_Input_Box dl dd.Common_Select input + label{
	color: #333;
	font-size: 77.78%;
	line-height: 1.5;
	display: inline-block;
	width: 28%;
	min-width: 90px;
	position:relative;
	padding-left: 28px;
	margin-right: 14px;
	margin-bottom: 20px;
}
@media screen and (max-width: 374px) {
	.Tarekomi_Input_Box dl dd.Common_Select {
		padding-left: 0;
	}
	.Tarekomi_Input_Box dl dd.Common_Select input + label {
		padding-left: 25px;
		margin-right: 6px;
	}
}
.Tarekomi_Input_Box dl dd.Common_Select input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08); 
	border: solid 1px #d0d0d0;
	border-radius: 50%;
}
.Tarekomi_Input_Box dl dd.Common_Select input:checked + label{
	/*color: #8ac492;*/
}
.Tarekomi_Input_Box dl dd.Common_Select input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background: #4f76c4;
	border-radius: 50%;
}
/*--投稿確認確認*/
.Tarekomi_Confirm_Box dl{
	margin:8px;
	border :1px solid #ccc;
}
.Tarekomi_Confirm_Box dl dt{
	margin:8px 8px 0 8px;
	color:#666;
	font-size:.8em;
}
.Tarekomi_Confirm_Box dl dd{
	line-height:1.3em;
	border-bottom:1px solid #ccc;
	padding:4px 8px 10px 8px;
	font-weight:bold;
}
.Tarekomi_Confirm_Box dl dd.Source_URL{
	word-break:break-all;
	font-size:.8em;
}
.Tarekomi_Confirm_Box dl dd:last-child{
	border-bottom:none;
}
.Tarekomi_Confirm_Box div.ui-grid-a .ui-btn{
	margin:8px;
}

/*==============================================
ランキング
==============================================*/
.UserRank .ContentsBoxRanking {
	padding: 0 10px 10px;
}
body.column_access_rank_list .UserRank .ContentsBoxRanking,
body.column_attention_rank_list .UserRank .ContentsBoxRanking {
	padding-bottom:23px;
}
.UserRank .ContentsBoxRanking ul {
	margin-bottom: 10px;
}
.UserRank .ContentsBoxRanking .ColumnListBox {
	margin-bottom: 13px;
}

ul.List_01 li .LinkBox_01 p.UserInfoTxt02 {
	color: #4b4b4b;
	font-size: 78%;
	line-height: 1.25;
	height:2.48em;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ContentsBoxRanking .PhotoThumb_01.Avatar {
	width: 72px;
	min-height: auto;
	background: #a6a6a6;
}
.ContentsBoxRanking .PhotoThumb_01.Avatar img {
	max-width: 72px;
	min-height: 72px;
}

.ContentsBoxRanking .AvatarTxt {
	/*display: table-cell;*/
	vertical-align: top;
	width: 100%;
}
.ContentsBoxRanking .AvatarTxt h4 {
	color: #333;
	font-size: 88.89%;
	line-height: 1.25;
	padding: 0 10px;
	height: auto;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.UserRank .ContentsBoxRanking .LinkBox_Footer {
	margin-top: 2px;
}
.UserRank .ContentsBoxRanking ul.List_01 li {
	margin-bottom: 13px;
}
/*======================================
コラムカテゴリ別新着一覧
======================================*/
.ColumnNewList {
/*	padding-top: 10px; */
}



/*======================================
コラム有料会員案内ボックス
======================================*/
.Premium_Regist_Box {
	margin: 12px 14px;
	padding: 18px 12px 0;
	border: 5px solid #ddd;
	background: #fff;
}
.Premium_Regist_Msg {
	font-size: 89%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 10px;
}
.Premium_RegistBtnWrap {
	margin: 33px 18px 22px;
}
.Premium_Regist_Box .japanc_campaign_txt {
	color: #ff6f0f;
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 370px) {
.Premium_Regist_Box .japanc_campaign_txt {
	text-align: left;
	}
}
.Premium_Regist_Btn {
	line-height: 1.2;
	font-size: 83.4%;
	position: relative;
	display: block;
	background: #c1ab71;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 14px 16px;
}
.Premium_Regist_Txt01 {
	line-height: 1.4;
	font-size: 79%;
	margin-bottom: 30px;
}
.Premium_Regist_Txt02 {
	line-height: 1.3;
	font-size: 80%;
	color: #3159B9;
	margin-bottom: 20px;
	text-align: center;
}
.Premium_Regist_Txt02 > a {
	display: block;
	font-size: 83.33%;
	text-align: center;
	text-decoration: underline !important;
	color: #222;
}
.Premium_Regist_Note {
	color: #666;
	font-size: 78%;
	line-height: 1.3;
	margin: -4px 16px 18px;
}
.Premium_Regist_Msg_Campaign {
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.Column_Banner_Box {
	color: #444;
	font-size: 89%;
	line-height: 1.75;
	padding: 0 18px;
	margin: 20px 0;
}
.Column_Banner_Box p {
	line-height: 1.75;
}
/* 「ウマい馬券はこちら」ボタン */
.LinkBanner_List { margin:15px auto 20px;width:300px;}
.LinkBanner_List li{margin:0 0 14px;}
.LinkBanner_List li a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	/*line-height: 3.21;*/
	display: block;
	border-radius: 4px;
	/*background: #d5524f;*/
}
.LinkBanner_List li img{width:100%;}
.Btn_download {text-align: center;}
.Btn_download li{display:inline-block;margin:0 3px;}

/*-- プチページャー --*/
.ContentsPager {
	padding: 0 18px;
}
.ContentsPager .NextPageTitle {
	
}
.ContentsPager .NextPageTitle p.NextArrow{
	font-size: 72%;
	line-height: 1.3;
	margin-bottom: 6px;
}
.ContentsPager .NextPageTitle p.NextArrow:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #0047c7;
	position: relative;
	left: 1px;
	vertical-align: middle;
	margin-top: -5px;
}
.ContentsPager .NextPageTitle p.NextTxt{
	font-weight: bold;
	line-height: 1.5;
}
.ContentsPager > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 25px 0;
}
.ContentsPager > ul li {
	padding: 0 8px;
}
.ContentsPager > ul li > a{
	display: block;
	width: 44px;
	line-height: 44px;
	font-size: 78%;
	font-weight: bold;
	color: #333;
	border: 1px solid #ddd;
	text-align: center;
}
.ContentsPager > ul li.active > a{
	color: #fff;
	background: #acc4ea;
	border: 1px solid #acc4ea;
}
/*======================================
祐言実行とは 2014.04.22 .YuichiColumnInfo
with 祐とは 2016.05.28 .YusukeColumnInfo
======================================*/
.YuichiColumnInfo,
.YusukeColumnInfo {
	margin:24px 14px 10px;
	padding:10px;
	font-size:90%;
	border: 1px solid #e7e7e7;
	padding: 18px;
}
.YuichiColumnInfo dl dt,
.YusukeColumnInfo dl dt{
	border-bottom: dotted 1px #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	color:#75020d;
	font-weight:bold;
	font-size:90%;
}
.YuichiColumnInfo dl dd p,
.YusukeColumnInfo dl dd p{
	line-height:1.5;
	font-size:80%;
}
/*======================================
ムービーコラム用 2014.05.09
======================================*/
.MovieBox_02 {
	position:relative;
	max-width: calc(100% + 36px);
	max-height: 100%;
	width: 100%;
	width: calc(100% + 36px) !important;
	margin:0 auto 8px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.MovieBox_02 p.MovieTimeData{
	color: #888;
	font-size: 75%;
	line-height: 1.36;
	padding: 10px 18px 0;
	text-align: left;
	background: #fff;
	margin: 0 -18px;
}
[class*="MovieBox"] > p {
	color: #888;
	font-size: 80%;
	line-height: 1.4;
	padding: 6px 18px 0;
	text-align: left;
	background: #fff;
	background: #fff;
}
.Column_Detail_Txt_Box .MovieTxt {
	color: #000;
	line-height: 1.5;
	margin: 0 0 8px;
	overflow-wrap: break-word;
	white-space: normal;
}
/*-- 映像関連情報 dl.Pertinent_dl --*/
dl.Pertinent_dl {
	border-top:2px solid #0556a7;
	border-bottom:2px solid #0556a7;
	padding-bottom:14px;
	margin-bottom:8px;
}
dl.Pertinent_dl dt{
	font-size:90%;
	font-weight:bold;
	padding:14px 0 8px;
}
dl.Pertinent_dl dd{
	font-size:90%;
}
dl.Pertinent_dl dd a.Icon_Link{
	display:block;
	border-bottom: 1px solid #eee;
	padding:8px 16px 8px 0 !important;
	margin:0;
}
dd.MovieLink .SamBox{
	position:relative;
	width:74px;
	margin:0 auto 8px;
	text-align:center;
	border:2px solid #444;
	background:#eee;
	float:left;
}
dd.MovieLink .Txt_Box {
	padding:0 8px 0 78px;
	line-height:1.2;
}
dd.MovieLink .SamBox img {
	width:100%;
	display:block;
}
dd.MovieLink .SamBox img.ImgMovieOver {
	position:absolute;
	margin:0 auto;
	top:0;
	left:0;
}

/*-- Booksへの導線 .BooksContentInfo --*/
.BooksContentInfo {
	padding: 0;
	margin: 30px 0;
	line-height: 1.78;
	font-size: 100%;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.BooksContentInfo dl {
	background: #f1f1f1;
	padding: 20px;
}
.BooksContentInfo dt{
	font-size: 112%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 16px;
}
.BooksContentInfo dd ol li{
	line-height: 1.78;
	color: #494949;
}


/* ページャー共通 */
.ColumnList .Common_Pager{
	padding:8px 8px 10px;
}

body.column_search .ColumnList .Common_Pager{
	padding-bottom:0px;
}
.ColumnList .Common_Pager ul{
	display:table;
	margin: 0 auto;
	max-width:280px;
}
.ColumnList .Common_Pager ul + ul {
	margin-top: 8px;
}
.ColumnList .Common_Pager ul li{
	display:table-cell;
	width:36px;
	font-size:.65em;
	vertical-align:top;
	/*border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;*/
	background: #fff;
}
.ColumnList .Common_Pager ul li:first-child{
	width:54px;
}
.ColumnList .Common_Pager ul li:first-child,
.ColumnList .Common_Pager ul li:first-child a,
.ColumnList .Common_Pager ul li:first-child div{
	border-top-left-radius: 2px 2px;
	border-bottom-left-radius: 2px 2px;
}
.ColumnList .Common_Pager ul li:last-child{
	width:54px;
	/*border-right: 1px solid #BDBDBD;*/
}
.ColumnList .Common_Pager ul li:last-child,
.ColumnList .Common_Pager ul li:last-child a,
.ColumnList .Common_Pager ul li:last-child div{
	border-bottom-right-radius : 2px 2px;
	border-top-right-radius : 2px 2px;
}
.ColumnList .Common_Pager ul li a,
.ColumnList .Common_Pager ul li div{
	display:block;
	height:32px;
	line-height: 32px;
	/*font-weight:bold;*/
	text-align:center;
	/*padding:8px 2px 6px 2px;*/
	padding: 0;
	color:#999;
}
.ColumnList .Common_Pager ul li:first-child div,
.ColumnList .Common_Pager ul li:last-child div{
	color:#999;
}
.ColumnList .Common_Pager ul li.Page_Active div{
	/*color:#fff;*/
	font-weight:bold;
	/*text-shadow: #27436e 0 -1px 0;
	background: #3376EA;
	box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;*/
}
.ColumnList .Common_Pager .Icon_Umasta_S .Icon_GrayTriangle_Right{
	margin: -4px 0 0 2px;
}
.CSS3_Icon_L,
.CSS3_Icon_R {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0;
}
.CSS3_Icon_L {
	padding: 0 0 0 12px;
}
.CSS3_Icon_R {
	padding: 0 12px 0 0;
}
span.CSS3_Icon_TriangleLeft:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 0;
	height: 0;
	border-right: 8px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
span.CSS3_Icon_TriangleRight:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 0;
	height: 0;
	border-left: 8px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

/*======================================
KEYWORDS
======================================*/
.ArticleKeywords {
	margin: 30px 16px;
	padding: 20px 16px 16px;
	background-color: #f7f7f7;
}
.ArticleKeywords_Title {
	margin-bottom: 30px;
	color: #222;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.ArticleKeywords_List {
	margin: 0 0 0 -20px;
}
.ArticleKeywords_List::after {
	content: "";
	display: table;
	clear: both;
}
.ArticleKeywords_List li {
	float: left;
	margin: 0 0 10px 20px;
	font-size: 56%;
}
.ArticleKeywords_List li a {
	color: #666;
	display: inline-block;
}
.ArticleKeywords_List li a::before {
	content: "#";
	margin-right: 3px;
}
.ArticleKeywords_List li a:empty {
	display: none;
}