/*=====================================
	html要素
=======================================*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure,
figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


body {
	font-family: fMain,"Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.0;

	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;

	/*iPhone長押し無効用*/
	-webkit-touch-callout: none;

	-webkit-text-size-adjust: none;
}

body::-webkit-scrollbar-thumb{
   background-color:#808080;
   outline-offset:-2px;
   -webkit-border-radius:15px;
   border: 1px solid #666666;
   height:9px;
}
body::-webkit-scrollbar-thumb:hover{
   background-color:#666666;
   -webkit-border-radius:15px;
   height:9px;
}
body::-webkit-scrollbar{
   height:20px;
   width: 9px;
}
body::-webkit-scrollbar-track-piece{
   background-color:#ffffff;
   -webkit-border-radius:0;
   border-left: 1px solid #afacac;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

img {
	border: 0;
	vertical-align: bottom;
}
ul,ol {
	list-style: none;
}

table {
	border-collapse: collapse;
}
th, td {
	padding: 0px;
}

footer {
	z-index: 2;
}

a{
	cursor: pointer;
}

@keyframes bg {
    0% { background-color: rgba(229,239,255, 0); }
    10% { background-color: rgba(229,239,255, .3); }
    15% { background-color: rgba(229,239,255, 0); }
    25% { background-color: rgba(229,239,255, .3); }
    30% { background-color: rgba(229,239,255, 0); }
    40% { background-color: rgba(229,239,255, .3); }
    45% { background-color: rgba(229,239,255, 0); }
    55% { background-color: rgba(229,239,255, .3); }
    60% { background-color: rgba(229,239,255, 0); }
    70% { background-color: rgba(229,239,255, .3); }
    75% { background-color: rgba(229,239,255, 0); }
    85% { background-color: rgba(229,239,255, .3); }
    90% { background-color: rgba(229,239,255, 0); }
    100% { background-color: rgba(229,239,255, .3); }
}

@-webkit-keyframes bg {
    0% { background-color: rgba(229,239,255, 0); }
    10% { background-color: rgba(229,239,255, .3); }
    15% { background-color: rgba(229,239,255, 0); }
    25% { background-color: rgba(229,239,255, .3); }
    30% { background-color: rgba(229,239,255, 0); }
    40% { background-color: rgba(229,239,255, .3); }
    45% { background-color: rgba(229,239,255, 0); }
    55% { background-color: rgba(229,239,255, .3); }
    60% { background-color: rgba(229,239,255, 0); }
    70% { background-color: rgba(229,239,255, .3); }
    75% { background-color: rgba(229,239,255, 0); }
    85% { background-color: rgba(229,239,255, .3); }
    90% { background-color: rgba(229,239,255, 0); }
    100% { background-color: rgba(229,239,255, .3); }
}

video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

::-ms-clear, ::-ms-reveal{display: none;}

@font-face{
	font-family:'test';
	src:url(../font/f.eot);
}

/* @font-face{
	font-family:fTitle,"Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	src:url(../font/TazuganeGothicStdN-Medium.otf) format('opentype');
}

@font-face{
	font-family:fMain,"Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	src:url(../font/TazuganeGothicStdN-Light.otf) format('opentype');
} */

/* @font-face{
	font-family:'fTitle';
    src: url('../font/TazuganeGothicStdN-Medium.eot');
	src: url('../font/TazuganeGothicStdN-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../font/TazuganeGothicStdN-Medium.otf') format('opentype');
}

@font-face{
	font-family:'fMain';
    src: url('../font/TazuganeGothicStdN-Light.eot');
	src: url('../font/TazuganeGothicStdN-Light.eot?#iefix') format('embedded-opentype'),
		 url('../font/TazuganeGothicStdN-Light.otf') format('opentype');
} */


/*=============================
  ヘッダー・フッターバー
=============================*/

.header-background, .global-footer {

	width: 100%;
	border-bottom: 1px solid #ffffff;
	height: 46px;
	line-height: 46px;
	color: #FFFFFF;
	/* 20140324*/
	/*background-color: #d9e4f3;*/
	/* 20230705 */
	/*background-color: #292929;*/
	background-color: #88002c;

}
.header-tbl {
	width: 100%;
	height: 46px;
	text-align: center;
	align: center;
	valign: middle;
	line-height: 46px;
}

.header-tbl td {
	text-align: center;
	align: center;
	valign: middle;
}

.header-title {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
}

/* /* ヘッダーボタン */
.header-button {
	line-height: 22px;
	color: #FFFFFF;
	font-size: 13px;
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #330033;
	background-color: #6666CC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9999FF), color-stop(45%, #6666FF), color-stop(55%, #6666DD), to(#336699) );
	background-image: -moz-linear-gradient( top, #99CCFF, #6699EE 45%, #5588DD 55%, #336699 );

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	box-shadow: 0px 1px 1px #D9F5F3;
	-webkit-box-shadow: 0px 1px 1px #D9F5F3;
	-moz-box-shadow: 0px 1px 1px #D9F5F3;
}


#sec_page_paper_detail table {
	border-collapse: collapse;
	border-spacing: 0px;
}


/* ヘッダータイトル */
.header-detail-title {

	font-size: 20px;
	color: #FFFFFF;
}

/*20131204*/
.page-header {
	line-height: 44px;
	/*line-height: 22px;*/
	color: #ffffff;
	font-size: 36px;
	/*font-size: 18px;*/
	text-align: center;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #000000;
	font-family:fMain,"Hiragino kaku Gothic ProN", Meiryo, sans-serif;
}
.page-header-login {
	line-height: 22px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #000000;
	font-family:fMain,"Hiragino kaku Gothic ProN", Meiryo, sans-serif;
}
/*20131204*/

.global-footer {
	width: 100%;
	bottom: 0px;
}

.nextep-logo {
	height: 32px;
	background-color: #000000;
	vertical-align: middle;
}

/*========================
	データエリア
=========================*/
#sec_data_area {
	overflow: hidden;

	background-color: #FFF;
}

/*-----------------
	検索
------------------*/
#sec_search_header, #sec_search, #sec_search_footer {
/*
	display: none;
*/
}
#search_data_area {
	overflow:hidden;
}

#sec_search {
	overflow:hidden;
}

/*===============================
  ログインパーツ
================================*/

.login-form {
	font-size: 15px;
}

.login-form input {
	width: 250px;
	font-size: 14px;
	border: 2px solid #a0b6f3;
	background-color: white !important;
	height: 25px;
	border-radius: 10px;
}

.top-buffer {
	height: 46px;
}

/* ログインFOOTER */
#login_footer {
	bottom: 0px;
}

/*=======================
  紙面リスト
========================*/
#sec_page_paper_list header {
	position: fixed;
	top: 0px;
	left: 0px;
}

#sec_paper_list {

	overflow: scroll;

}
#sec_paper_list_header, #sec_paper_list, #sec_paper_list_footer {
	display: block;
}
#sec_paper_list_footer {
	position: fixed;
	bottom: 0px;
	left: 0px;

	padding-top: 5px;
	padding-bottom: 5px;
}

#sec_paper_list_format, #sec_paper_indexno_list {
	display: none;
}

.sec_paper_list_page {
	float: left;
	width: 100%;
}


.tbl_list_data {
	width: 100%;
}

#sec_paper_list_pageInfo {
	display: none;
}

#sec_page_paper_list footer div.ui-block-a {
	text-align: left;
}
#sec_page_paper_list footer div.ui-block-a a {
	margin-left: 10px;
}
#sec_page_paper_list footer div.ui-block-c {
	text-align: center;
}
#sec_page_paper_list footer div.ui-block-e {
	text-align: right;
}
#sec_page_paper_list footer div.ui-block-e a {
	margin-right: 10px;
}

/*-----------------
  紙面詳細
------------------*/
#sec_paper_detail {
	width: 100%;

	/* 20140109 lyj Insert Start */
	position: absolute;
	/* 20140109 lyj Insert End */
}

/*20131203*/
.td_list_img {
	width: 100px;
	/*width: 49px;*/
	text-align: center;
}

.list_img {
	width: 90px;
	height: 110px;
	/*
	width: 45px;
	height: 55px;
	*/
}
/*20131203*/

#paper_detail_horizon_format {
	display: none;
}

#right_zahyo, #left_zahyo {
	z-index: 2;
}

#work_paper_img {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#paper_detail_svg {
	position: absolute;
	display: none;
/*20130424*/
	z-index: 2;
/*20130424*/
}
#keywordKijiCanvas {
	position: absolute;
	display: none;
	z-index: 2;
}

/*------------------
  リストテーブル要素
--------------------*/
.td_list_detail {
	text-align: left;
	padding: 2px;
}

/*20131203*/
.div_data_title {
	font-size: 30px;
	/*font-size: 15px;*/
	font-weight: bold;
	margin-bottom: 4px;
	color: #000000;
}
.div_data_detail {
	font-size: 26px;
	/*font-size: 13px;*/
	color: #777777;
}
.td_list_btn_size{
	font-size: 30px;
}
/*20131203*/

/* .td_list_btn {
	width: 30px;
} */

/*20131203*/
.td_list_btn {
	width: 90px;
}
/*20131203*/

.div_center, .search_button {
	text-align: center;
	align: center;
	color: #666;
}

.txt_disable {
	color: #888888 !important;
	text-shadow: 0px -1px 1px #000000 !important;
	text-decoration: none !important;
}

.movePage {
	width:25px;
}
/*============================
	紙面詳細ヘッダー
=============================*/
#sec_paper_detail_header, #sec_paper_detail, #sec_paper_detail_footer {
/*
	display: none;
*/
}
#sec_page_paper_detail header {
	z-index: 4;
	display: none;
}
.paper_detail_tool {
	line-height: 15px;
	font-size: 14px;
	color: #FFFFFF;
}
#sec_paper_detail {
	z-index: 2;
}
/* Androidツールバー */
#sec_paper_detail_toolbar {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
	background-color: #000;
	width: 100%;
	height: 46px;
	font-size: 15px;
	line-height: 15px;
}
#sec_paper_detail_toolbar table {
	height: 100%;
	vertical-aligin: middle;
}

.toolbar_txt_disable {
	color: #888888;
}

#sec_paper_detail_footer_k
{
	display: none;
}

#sec_paper_detail {
	background-color: #DDD;
}
#paper_detail_area {
	width: 100%;
	position: absolute;
	background-color: #DDD;
}

/* 紙面詳細イメージ */
#paper_detail_img, #paper_detail_img_start, #paper_img_start_table {
	/* box-shadow: 0 0 6px #777;
	-webkit-box-shadow: 0 0 6px #777;
	-moz-box-shadow: 0 0 6px #777; */

	margin: 0;
	padding: 0;

	z-index: 1;
	display: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

#paper_detail_img_start {
	display: block;
}

.paper_detail_img {
	vertical-align: bottom;
	z-index: 1;
}


.paper_detail_img_span {
	position: absolute;
	z-index: 3;
	cursor: pointer;
}


#sec_paper_detail_footer {
	display: block;
	position: fixed;
	bottom: 0px;
	left:0px;
	z-index: 4;
	width:100%;
}


#paper_detail_display {
	width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	background-color: #EAEAEA;
}
#paper_detail_img_area {
	cursor: pointer;
	position: inherit;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#sec_paper_detail_prev, #sec_paper_detail_next {

	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	z-index: 3;
}
#arrow-left, #arrow-right {
	width: 20px;
}


/*20131204*/
#btn_S, #btn_L {

	width: 60px;
	/*width: 40px;*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/*20131204*/

.paper_list_selected {
	/* background-color: rgba( 140, 230, 230, 0.8 ); */
	background-color: rgba(148, 197, 255, 0.36);
}

.pc #sec_paper_detail_paperList_area {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	height: 0%;
	width: 100%;
	z-index: 91;
	/* background-color: rgba( 0,0,0, 0.5); */

	text-shadow: none;

}
.smart #sec_paper_detail_paperList_area {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	height: 0%;
	width: 100%;
	z-index: 89;
	/* background-color: rgba( 0,0,0, 0.5); */

	text-shadow: none;

}
#sec_paper_detail_paperList {
	position: fixed;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	z-index: 5;
	text-align: center;
}
#paper_slide_table_area {
	overflow-x:hidden ;
	overflow-y:scroll;

/* 	scrollbar-face-color:#AAAAAA;
	scrollbar-highlight-color:#808080;
	scrollbar-shadow-color:#AAAAAA;
	scrollbar-3dlight-color:#808080;
	scrollbar-track-color:#444444; */

	-webkit-overflow-scrolling: touch;
}


#paper_slide_table  {
	text-align: center;
	background-color: #ffffff;
}
#paper_slide_table div.paper_info {
	/* float: right; */
	display: inline-block;
	cursor: pointer;
	touch-action: auto !important;
}
#paper_slide_table div.page_info_name {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
#paper_slide_table div.page_no {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 10px;
}
#sec_paper_detail_kijiList {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 5;
	background-color: #000;
	align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 3px;
}
#tab_area {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
#pdetail_kiji_list_tab {

	padding-left: 3px;
	padding-right: 3px;
	height: 22px;

}

#pdetail_kiji_list_tab a {
	line-height: 18px;
	font-size: 16px;
}

#pdetail_kiji_list_tab td {
	width: 40%;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
}

.pdetail_kiji_list_tab_select {
}

#pdetail_kiji_list_area {
	overflow: scroll;
	font-size: 14px;
}

/*============================
	記事リスト
=============================*/
#sec_page_kiji_list header {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
}

#sec_kiji_list_header, #sec_kiji_list, #sec_kiji_list_footer {

}

#sec_kiji_list_footer, #sec_kiji_list_footer_k {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
}

#sec_kiji_list_header_s, #sec_kiji_list_footer_k {
	display: none;
}
#sec_kiji_list_format {
	display: none;
}


#sec_kiji_list {
	overflow: scroll;
}

/*20131203*/
/*記事タイトルの文字サイズ*/
.klist-title-section {
	font-size: 16ptpx;
	/*font-size: 16px;*/
	font-weight: bold;
	padding: 2px 5px 1px 5px;
}

.klist-honbun-section {
	font-size: 11pt;
	/*font-size: 11px;*/
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	line-height: 150%;

}

/*日付・面名の文字サイズ*/
.klist-shimeninfo-section {
	font-size: 17px;
    color: #afafaf;
    padding-top: 1px;
    padding-left: 5px;
    padding-bottom: 3px;
}
/*記事タイトル領域の高さ*/
.klist-title-section-height{
	height: 40px;
	line-height: 150%;
}
/*20131203*/

.klist-title-section, .klist-honbun-section {
	color: #000000;
}

.klist-detail-section {

}

.klist-detail-section table {
	width:100%;
	border-bottom: 1px solid #000077;
}


.sec_kiji_list_page {
	float: left;
	padding: 10px;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}

#sec_page_kiji_list footer div.ui-block-a {
	width:20%;
	text-align: left;
}
#sec_page_kiji_list footer div.ui-block-a a {
	margin-left: 10px;
}
#sec_page_kiji_list footer div.ui-block-b {
	width:15%;
}
#sec_page_kiji_list footer div.ui-block-c {
	width:30%;
	text-align: center;
}
#sec_page_kiji_list footer div.ui-block-d {
	width:15%;
}
#sec_page_kiji_list footer div.ui-block-e {
	width:20%;
	text-align: right;
}
#sec_page_kiji_list footer div.ui-block-e a {
	margin-right: 10px;
}

/*=======================
	=========================*/
#sec_kiji_indexNo_list {
	display: none;
}

/*========================
	記事詳細
=========================*/
#sec_kiji_detail_header, #sec_kiji_detail, #sec_kiji_detail_footer {
/*
	display: none;
*/
}

#sec_kiji_detail_footer_k {
	display: none;
}
#sec_kiji_detail_header {

	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
}
#sec_kiji_detail_footer, #sec_kiji_detail_footer_k {

	position: fixed;
	bottom: 0px;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
}
/* 記事詳細 Footer */
#sec_page_kiji_detail footer div.ui-block-a {
	text-align: left;
}
#sec_page_kiji_detail footer div.ui-block-a a {
	margin-left: 10px;
}
#sec_page_kiji_detail footer div.ui-block-e {
	text-align: right;
}
#sec_page_kiji_detail footer div.ui-block-e a {
	margin-right: 10px;
}

#sec_kiji_detail {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll;
}

#sec_kiji_detail_area {

}

.kiji_detail_info {

	background-color: #FFF;
	z-index: 1;
	padding-left: 5px;
}


.kdetail_shimeninfo {
	line-height: 16px;
	font-size: 20px;
	color: #929292;
	/* background-color: #2567AB; */
	text-indent: 13px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}


/*20131203*/
.kdetail_title {
	font-weight: bold;
	font-size: 36px;
	/*font-size: 18px;*/
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	/* border-bottom: 1px solid #AAF; */
	text-align: left;
	font-family: fTitle,"Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 150%;
}

.kdetail_title_detail {
	font-weight: bold;
	font-size: 27px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-family: fTitle,"Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 150%;
}


.kdetail_text {

	font-weight: none;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 5px;
	color: #111111;
	line-height: 175%;
	font-size: 16px;
	font-family: fMain,"Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: none;
}
/*20131203*/

.kdetail_text_column {

	column-gap: 16px;
	-moz-column-gap: 16px;
	-webkit-column-gap: 16px;

	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;

	column-width: 543px;
	-moz-column-width: 543px;
	-webkit-column-width: 543px;

	column-rule: 1px solid #777;
	-webkit-column-rule: 1px solid #777;
	-moz-column-rule: 1px solid #777;

}

.kdetail_end_pos {
	display: block;
}

.kphotoList{
	height: 300px;
	width: auto !important;
}

.kdetail_photo {
	cursor: pointer;
	/* float: right; */
	width: 90%;
	margin-left: 25px;
/* 	margin-right: 25px; */
	padding-right: 25px;
	/* text-align: right; */
	/* max-width: 500px; */
	text-align: center;
}

.kdetail_photoList{
	display: inline-block;
    height: 300px;
    width: auto;
}

.kijiImgListDiv{
	width: 100%;
    overflow-x: scroll;
    height: 330px;
}

#kijiImgListIndex{
	display: inline-flex;
}


.kdetail_paper_link_title {

	text-indent: 10px;
	clear: both;
	background-color: #CCC;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;

	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}

div.kdetail_paper_link {
	width: 100%;
	margin-bottom: 5px;
	cursor: pointer;
}
div.kdetail_paper_link td.td_list_img {
	padding: 5px;
}

.relatedPhoto {

	width: 90%;
	/* max-width: 600px; */
}

.simg {

}

a {
	text-decoration: none;
}

/*====================
	画像詳細
=====================*/
#sec_photo_header, #sec_photo, #sec_photo_footer {
}

#sec_photo_data_area {
	overflow: hidden;
}


#sec_photo_view_format
{
	display: none;
}
#sec_photo
{
	margin-left: 0px;
	background-color: #EEE;
	overflow: hidden;
}
.photo_thum {
	float: left;
}
#photo_view_area {

}
#photo_view {

}
.photo_img {
	margin-right: 20px;
	box-shadow: 0 0 6px #555;
	-webkit-box-shadow: 0 0 6px #555;
	-moz-box-shadow: 0 0 6px #555;

}

/*====================
	検索画面
=====================*/
#search_header {

}
#search_data_area {

}

/*=====================
	スプラッシュ画面
=======================*/
#loading_layer {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(100,100,100,0.3);
	z-index: 100;
}
#loading_layer_logo {
	top: 10px;
	left: 10px;
}

#st_loading_img {

	width: 60%;
	width: 300px;
}

#loading_img {

	width: 100px;
	height: 100px;
}

#st_loading_layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,1);
}


/*=========================

==========================*/
.navi-i-header {
	position: relative;
}

/*=========================
	JQuery Mobile
===========================*/
.ui-content {
	padding: 0px;
}


#start {

}

/*=======================
=======================*/
.highlight_word {
	background: #FF6;
}

#sec_scale_btn_L {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
	text-align: center;
	valign: middle;
	background-color: rgba(100,200,100,0.5);
}
.buffer {
	display: none;
}
.header-background table{
	vertical-align: middle;
	border-spacing: 0px;
}
.header-background td {
	vertical-align: middle;
}
.header-background div{
	vertical-align: middle;
}
.header-background img{
	vertical-align: middle;
}

.ui-bar-b {
	/* background-color: #e0eff9; */
	/* 20230705 */
	/*background-color: #292929;*/
	background-color: #88002c;
}

#logout_btn {
	font-size: 10px;
}

/*===================
	Clip
===================*/
/* MENU */
#sec_clip_menu {
	display: none;
	position: fixed;
	z-index: 20;
}

.div_clip_icon {
	cursor: pointer;
	text-align: center;
}

/*20131204*/
.clip_icon {
	height: 60px;
}
/*20131204*/


#sec_menu_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.5 );
	z-index: 10;
}

#detail_kijiList_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.5 );
	z-index: 4;
}

.clip_select {
	background-color: #DEF;
}


#sec_pdetail_ip_footer {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
/*---------------------
	広告
---------------------*/

img.img_btn {
	position: absolute;
	min-width: 30px;
	width: 30px;
	height: 30px;
	top: -5px;
	right: -5px;
}

#sec_paper_detail_adv {
	position: absolute;
	top: 0px;
	left: 0px;

	background-color: #EAA;

	width: 99%;
	height: 99%;
	overflow: scroll;
}

#sec_paper_detail_adv iframe {

	width: 100%;

}
img.frame_btn {
	position: absolute;
	min-width: 30px;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 30px;
}
/*===================
	各種ボタン
===================*/
/* MENU */
#search_menu, #list_menu {
	display: none;
	position: absolute;
	z-index: 20;
/*20131206*/
	font-size: 25px;
/*20131206*/
}


/*=================================
==================================*/
#sec_page_genre_list {
/*
	overflow-x: hidden;
	overflow-y: scroll;
*/
}
#genre_list {
	z-index: 0;
	overflow-x: hidden;
}
#genre_list ul {
	overflow-x: hidden;
}
#genre_list li {

	padding-left: 20px;
	padding-right: 10px;
}
#genre_list li h6 {
	line-height: 18px;
}

#sec_page_genre_list header {
	position: fixed;
	top: 0px;
	z-index: 10;
}
#genre_header_layer {
	position: fixed;
	top: 0px;
	z-index: 5;
}
#sec_page_genre_list footer {
	position: fixed;
	bottom: 0px;
}

#search_menu, #list_menu {
	position: fixed;
	top: 0px;
}
#sec_menu_layer {
	position: fixed;
	top: 0px;
}

/*20131226【修正】by liuyj スマホ版も紙面リストを表示する start*/
/*スマホ版footer */
.span_mb_footer {
	cursor: pointer;
	text-align: center;
	font-size: 11px;
}

.header_btn_img{
	height: 45px;
	cursor: pointer;
}

#paper_detail_header {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
	width:100%;
}

/*20131226【修正】by liuyj スマホ版も紙面リストを表示する end*/

/*20131211 ページ捲りボタン追加*/
/*左*/
#paper_detail_img_area_left {

	position: fixed;
	left: 5px;
	z-index: 5;

	width: 80px;
	height: 80px;
	opacity: 0.3;
	cursor: pointer;

	/* clip: rect( auto, 40px, 80px, auto ); */

}

#paper_detail_img_area_left:hover {

	opacity: 0.7;

}
/* #paper_detail_img_area_left:after {

	position: absolute;
	content: '';
	background-color: rgba( 50,145,235, 0.3 );
	background-color: rgba( 210, 10, 20, 0.3 );

	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	-webkit-transform: rotate( -45deg );
20131225
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
20131225
	border-radius: 5px;
}
#paper_detail_img_area_left:before {

	position: absolute;
	content: '';
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 0px;
	border-radius: 40px;
20131225
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
20131225
}

#paper_detail_img_area_left:hover:after {

	background-color: rgba( 70, 155, 235, 0.9 );
	background-color: rgba( 250, 100, 80, 0.9 );
} */

/*右*/
#paper_detail_img_area_right {

	position: fixed;
	right: 5px;
	z-index: 5;

	width: 80px;
	height: 80px;
	opacity: 0.3;
	cursor: pointer;

	/* clip: rect( auto, 80px, 80px, 40px ); */

}
#paper_detail_img_area_right:hover {

	opacity: 0.7;
}
/* #paper_detail_img_area_right:after {

	position: absolute;
	content: '';
	background-color: rgba( 50,145,235, 0.3 );
	background-color: rgba( 210, 10, 20, 0.3 );
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	-webkit-transform: rotate( -45deg );
20131225
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
20131225
	border-radius: 5px;
}
#paper_detail_img_area_right:before {

	position: absolute;
	content: '';
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 0px;
	border-radius: 40px;
20131225
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
20131225
}

#paper_detail_img_area_right:hover:after {

	background-color: rgba( 70, 155, 235, 0.9 );
} */

.kiji_list_rec {
	width: 100%;
	/* padding: 5px; */
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.kiji_list_rec:hover{
	background-color:#e0eff9;
	border-radius:1px;
	cursor: pointer;
}

/*日付選択*/
#paperListDiv,#paperBaitaiDiv,#paperEditionDiv {
	position:fixed;
	cursor: default;
	opacity:1;
	filter: alpha(opacity=100); 		/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-webkit-overflow-scrolling: touch;
}
#paperListDiv div.Tile
{
    position: relative;
    height: 205px;
    width: 130px;
    background-color: #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

#paperListDiv table.TileTable
{
    text-align: center;
    width: 130px;
}

/*20131211*/

/*媒体選択*/
#baitaiDiv {
	background-color:  #003f7d;
	position:absolute;
	cursor: default;
	opacity:1;
	filter: alpha(opacity=100); 		/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	width:370px;
	height:370px;
	display:none;
	z-index:20;


}

#baitaiSelectDiv {
	margin: 10px;
	background-color: #fff;
	overflow: auto;
}

.radio_baitai {
	margin: 15px;
	margin-left: 25px;
}

.label_baitai {
	display: inline !important;
	font-size: 20px !important;
	font-weight:bold !important;
}

.baitaiButtonDiv {
	margin-top: 20px;

}

.baitaiButtonDivLeft {
	float: left;
	width:50%;
	text-align: center;
}

.baitaiButtonDivRight {
	float: right;
	width:50%;
	text-align: center;
}

.baitaiButton {
	font-weight:bold !important;

	cursor: pointer;
	text-align: center;
	padding:10px;

	background-color: #fff;
	border-color: #061d32;
	border-radius: .3125em ;
}

#sec_clip_layer {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.5 );
	z-index: 10;
}

#sec_paper_list_layer, #sec_area_layer {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0 );
	z-index: 10;
}

#sec_paper_detail_subMenu {
	margin-top: -6px;
	top: 0px;
	left: 5px;
	/* background-color:rgba( 0,0,0,0.6 ); */
	background-color: rgb(255, 255, 255);
	position:fixed;
	cursor: default;
	width:130px;
	height:100px;
	display: none;
	text-align: center;
	z-index:90;
	border-radius: 8px;
    /*border: 2px solid #bcdbff;*/
	border: 2px solid 292929;
}

#sec_paper_detail_subMenu .subMenu {
	cursor: pointer;
	/* margin-top: 15px; */
	height:50px;
	margin-left: 10px;
}

#sec_paper_detail_subMenu .title {
	font-size: 12px;
	font-weight: bold;
	color: #62b0e3;
	text-shadow: none;
	display: inline-block;
}
.searchInfo{
	margin-left: 30%;
    margin-top: 10px;
    display: block;
}

/*地方版*/
.localPlaceDiv{
    position: fixed;
    width: 180px;
    /* height: 37px; */
    background-color: #7ab0fd;
    left: 800px;
    z-index: 10;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
}

.localPlaceText{
    display: inline-block;
    color: white;
    text-shadow: none;
    font-size: 15pt;
    margin: 7px 10px 5px 10px;
}

.loaclList{
	padding: 10px;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #93b0ff;
}
#loaction_list_div .loaclList:last-child{
	border-bottom: 0px;
}

.dateListDiv:hover{
	background-color:#e0eff9;
	border-radius:10px;
	cursor: pointer;
}

.fixDiv{
	position: fixed;
    width: 269px;
    height: 50px;
    background-color: white;
}

.titleList_kiji:hover{
	background-color:#e0eff9;
	border-radius:1px;
	cursor: pointer;
}

.listActive{
	background-color:#e0eff9;
	border-radius:1px;
	cursor: pointer;
}

.keyWordHis{
	text-align: center;
    min-height: 20px;
    line-height: 20px;
    padding: 5px;
    cursor: pointer;
    border-radius:1px;
    word-break: break-all;
    padding-left: 15px;
    padding-right: 15px;
}

.keyWordHis:hover{
	background-color:#e0eff9;
	border-radius:1px;
	cursor: pointer;
}

.rightMenuSelection:HOVER{
	background-color: #bdbdff;
}

.rightMenuSelection {
	background-color: #ffffff;
	width: 100%;
    height: 30px;
    padding: 3px;
    line-height: 30px;
    border: 1px #979eb7 solid;
    cursor: pointer;
}

.psaawordSwitch{
	width: 20px;
    height: 20px;
    position: absolute;
    margin-right: -120px;
    right: 50%;
    margin-top: 10px;
}

.kewordShow .highlight_keyWord{
	background-color: #FF6;
}

/* 20200303 newtouch add start */
#menuListDiv {
	position:fixed;
	cursor: default;
	opacity:1;
	filter: alpha(opacity=100); 		/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-webkit-overflow-scrolling: touch;
}
#sec_menu_list_layer {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0 );
	z-index: 10;
}

/*=====================================
	pop要素
=======================================*/
.imgLink{
	position: absolute;
	z-index: 100;
}

.imgLink:after {
	position: absolute;
    content: "";
    display: block;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: solid 5px #62b0e3;
    animation: bg 10s ease;
    -webkit-animation: bg 10s ease;
}

.dspData{
	color:white;
    font-weight: normal;
    font-size: 12pt;
    border: 2px solid white;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: none;
}

.titleList_page{
	background-color: #d8d8d8;
    text-align: left;
    padding: 2px;
    padding-left: 10px;
    margin: 10px;
    width: 90%;
    margin-left: 5%;
    color: white;
    font-weight: bolder;
}

.titleList_kiji{
    background-color: white;
    text-align: left;
    padding: 2px;
    margin: 5px;
    width: 90%;
    margin-left: 5%;
    font-size: 11pt;
    cursor: pointer;
    color: black;
    line-height: 150%;
    min-height: 20px;
    border: 3px solid rgb(0,0,0,0);
}

.dateListDiv{
	/* width: 100px;*/
    text-align: center;
    padding: 4px;
    font-size: 11pt;
    font-weight: bolder;
    line-height: 22px;
}

.pop_title{
    width: 420px;
    /* margin-left: 5%; */
    margin-top: 15px;
    /* margin-bottom: 15px; */
    bottom: 0px;
    position: absolute;
    background-color: rgba(128, 128, 128, 0.9);
    color: white;
    text-shadow: unset;
    font-weight: normal;
    font-size: 15pt;
    line-height: 25px;
    padding: 15px;
    max-height: 50px;
    overflow-y: auto;
}

.popupDiv{
	position: fixed;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.09);
	display: none;
}

.popupType{
	position: fixed;
	background-color: white;
	z-index: 11;
	/* overflow-y: auto; */
	display: none;
	padding-bottom: 20px;
	border-radius: 3px;
}

.loadingDiv{
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

.pc .sec_clipList_area{
	background-color: white;
	position: fixed;
	z-index: 90;
}

.smart .sec_clipList_area{
	background-color: white;
	position: fixed;
	z-index: 89;
}

.pc .sec_search_area{
	background-color: white;
	position: fixed;
	z-index: 90;
}

.smart .sec_search_area{
	background-color: white;
	position: fixed;
	z-index: 89;
}

.tagNoValue{
	color: gray;
}
.paper-baitai-selected, .paper-edition-selected{
	background-color: #e0eff9;
    border-radius: 10px;
}
