/* Overide tab
============================== */
.ctn-tab .ctn-tab_list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	max-width: 760px;
}

/* Overide .lyt-news_link--item
============================== */
.lyt-news_link--item a:hover {
	opacity: 0.7;
}
.lyt-news_link--item a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: -2px;
	margin: 0 0 0 5px;
	width: 16px;
	height: 14px;
	background: url(/assets/images/ico_external.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}


/* Overide Share
============================== */
.post-info .post-info_share li {
	vertical-align: top;
	line-height: 1;
}


/* News Dropdown List
============================== */
.news-ddl {
	position: relative;
	margin: 0 0 20px;
	width: 100%;
	font-size: 0.875rem;/* 14px */
	line-height: 1.43;/* 20px */
}

.news-ddl .news-ddl-item{
	display: inline-block;
	position: relative;
}

.news-ddl .news-ddl-item:first-child .news-ddl_select{
	padding-right:calc(20px + 1.5em);
    min-width: 8em;
}

.news-ddl .news-ddl_select {
	padding: 0 20px;
	color: #fff;
	border: 1px solid #e27500;
	background: #e27500;
    border-radius: 8px;
		cursor:pointer;
	height: 29px;
	line-height: 29px;
}
.news-ddl .news-ddl_select:hover{
    opacity:0.8;
}


.news-ddl .news-ddl_select.disactive {
	pointer-events: none;
	border: 1px solid #9E9E9E;
    background: #9E9E9E;
}

.news-ddl .news-ddl_select:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -0.5em;
    display: block;
    width: 1em;
    height: 1em;
    background: url(/assets/images/triangle.svg) no-repeat;
}

.news-ddl .news-ddl_select.is-active:after {
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.news-ddl .news-ddl_option {
	position: absolute;
	margin-top: 29px;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	display: none;
	width: 100%;
	border: 1px solid #e27500;
	background: #fff;
}

.news-ddl .news-ddl_option span {
	display: block;
	padding: 5px 20px;
	border-top: 1px solid #e27500;
}

.news-ddl .news-ddl_option span:first-child {
	border-top: 0;
}

.news-ddl .news-ddl_option span:hover {
	cursor: pointer;
	opacity: 0.6;
    color:#ffffff;
    background: #e27500;
}

.news-ddl .filtercheckbox{
	display: none;
    position:relative;
}

html.logined .news-ddl .filtercheckbox{
	display: block;
}

html.logined.nomypage .news-ddl .filtercheckbox{
	display: none;
}

.news-ddl .filtercheckbox a{
	display: block;
	background:url(/assets/images/icon_check_off.png) no-repeat left 5px;
	padding:6px 0 6px 29px;
	margin-left:35px;
}
.news-ddl .filtercheckbox span{
    position: absolute;
    left: 29px;
    top: 2em;
    margin-left:35px;
    display: table;
    font-size: 0.7rem;
    width: 100%;
    white-space: nowrap;
}

.news-ddl .filtercheckbox a.selected{
	background-image:url(/assets/images/icon_check_on.png);
}

.ctn-tab .ctn-tab_list .ctn-tab_list--item a{
	height: 29px;
	line-height: 29px;
	padding: 0;
}

/* Excel ICON
============================== */
.link-excel:after, .link-word:after {font-family: 'HelveticaNeueW02-47LtCn_694048';}

.link-excel:after {
	content: "Excel";
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
	font-weight: bold;
  letter-spacing: 1px;
	color: #007233;
	line-height: 1;
	border: 1px solid #007233;
	border-radius: 3px;
	padding: 2px 3px;
	margin-left: 7px;
  margin-top: -3px;
}

.link-word:after {
	content: "Word";
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
	font-weight: bold;
  letter-spacing: 1px;
	color: #00a0c8;
	line-height: 1;
	border: 1px solid #00a0c8;
	border-radius: 3px;
	padding: 2px 3px;
	margin-left: 7px;
  margin-top: -3px;
}

.mark01 {
    background: #e27500;
    color: #fff;
    border-radius: 3px;
    padding: 2px 4px 0;
    font-size: 0.675rem;
    line-height: 1;
    vertical-align: middle;
}

/* ==============================
   Smartphone
============================== */
@media screen and (max-width: 767px) {

/* Overide tab
============================== */
.ctn-tab .ctn-tab_list {
	padding: 0 1.75rem;
	max-width: none;
}


/* News Dropdown List
============================== */
.news-ddl {
	max-width: 100%;
	width: 100%;
	font-size: 1rem; /* 16px */
	line-height: 1.375;/* 22px */
}
.news-ddl .news-ddl_option {
	top: 1.375em;
}

.news-ddl .news-ddl-item{
	width:100%;
}

.news-ddl .filtercheckbox a{
	margin-left:0;
}
.news-ddl .filtercheckbox span{
    position: relative;
    left: 0;
    top: 0;
    margin-left:29px;
    width: auto;
    white-space: normal;
}

}/* end @media screen and (max-width: 767px) */