@charset "UTF-8";
@font-face {
    font-family: 'Jost-Regular';
    src: url(/css/sws/usr/fonts/Jost-Regular.ttf);
}
@font-face {
    font-family: 'Jost-Medium';
    src: url(/css/sws/usr/fonts/Jost-Medium.ttf);
}
@font-face {
    font-family: 'Jost-Light';
    src: url(/css/sws/usr/fonts/Jost-Light.ttf);
}
@font-face {
    font-family: 'NotoSansJP-Regular';
    src: url(/css/sws/usr/fonts/NotoSansJP-Regular.woff);
}
@font-face {
    font-family: 'NotoSansJP-Medium';
    src: url(/css/sws/usr/fonts/NotoSansJP-Medium.woff);
}
@font-face {
    font-family: 'NotoSansJP-Light';
    src: url(/css/sws/usr/fonts/NotoSansJP-Light.woff);
}

/*----------------------
ヘッダー 
----------------------*/

#header {
	padding: 45px 0 25px;
	font-family: 'Jost-Regular','NotoSansJP-Regular';
	position: sticky;
	left: unset!important;
	top: 0;
	background: #FFF;
	width: 100%;
	min-width: 900px;
	z-index: 1000;
	filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
}
#header.fix {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	padding: 40px 0 30px;
}

#header .hInner {
	position: absolute;
	top: 7px;
	right: 1.5%;
}

#news_detail .hInner {
	position: absolute;
	top: 7px;
	right: 1.5%;
}

#header .hInner ul li {
	/*padding-left: 25px;*/
	margin:0px 10px 0px 10px;
	float: left;
	font-size: 11px;
	position: relative;
}
#news_detail .hInner ul li {
	margin:0px 10px 0px 10px;
	float: left;
	font-size: 11px;
	position: relative;
}
#news_detail .hInner ul li .js-dropdown-trigger {
	float: left;
}
#header .hInner ul li.postage {
	color: #777;
}
#header .hInner > ul > li> a {
	display: block;
	height: 20px;
	background: #fff;
	/*20200212 enokido add*/
	float: right;
}
#header .liStyle_nav {
	display: block;
	height: 23px;
	background: #fff;
	cursor: pointer;
}

#header .hInner ul li img {
	margin-right: 7px;
	display: inline;
	vertical-align: -2px;
}
#news_detail .hInner ul li img {
	margin-right: 7px;
	display: inline;
	vertical-align: 2px;
}

#header .hInner ul .liStyle a {
	padding-right: 10px;
	display: inline-block;
	background: url(/static/full/images/common/icon07.gif) no-repeat right 6px;
}

#header .hInner .account {
	padding: 13px 5px 0;
	width: 117px;
	position: absolute;
	top: 20px;
	left: 5px;
	text-align: center;
	background-color: #000;
}

#header .hInner .account li {
	float: none;
	padding: 0 0 15px;
}

#header .hInner .account li a {
	padding: 0;
	color: #fff;
	display: inline;
	background: none;
}

#header.indexHeader .hBox01 h1 {
	margin-bottom: 46px;
}

#header.indexHeader .hBox01 h1 img {
	margin: 0 !important;
}

#header .cartBox {
	padding: 15px 5px 20px;
	width: 115px;
	position: absolute;
	top: 20px;
	right: 0;
	color: #fff;
	text-align: center;
	background-color: #000;
}

#header .cartBox p {
	font-size: 17px;
}

#header .cartBox .text {
	margin-bottom: 5px;
	font-size: 15px;
}

#header .cartBox p a {
	color: #fff;
	font-style: normal;
	text-decoration: underline;
}

#header .cartBox p a:hover {
	text-decoration: none;
}

#header .cartBox .linkP {
	font-size: 13px;
}

#header h1 {
	text-align: center;
}

#news_detail h1 {
	text-align: center;
}

#header h1 img {
	position: relative;
}

#header h1 a:hover img {
	filter: alpha(opacity=92);
	opacity: 0.92;
}

.moussyBox.fix {
	margin-top: 190px;
}

#gNavi {
	margin: 10px auto 0px;
	width: 1080px;
}

#gNavi ul {
	display: table;
	text-align: center;
	margin:  0 auto;
}

#gNavi li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px;
}

#gNavi li a {
	font-size: 13px;
}

#gNavi .liStyle {
	padding-right: 90px;
}

#gNavi .liStyle02 {
	padding-left: 90px;
}

#header.indexHeader .hBox01 h1,header.indexHeader .hBox02 h1 {
	/*margin-bottom: 46px;*/
	margin: 0 auto 20px;
  width: 1080px;
}

#header.indexHeader .hBox01 h1 img {
	margin: 0 !important;
}

#header .hBox02 {
	display: none;
}

#header.fix {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	padding: 40px 0 30px;
}

#header.fix .hBox01 {
	display: none;
}

#header.fix .hBox02 {
	display: block;
}

.indexHeader

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}
#header_news {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

._headnews {
	padding: 15px;
}

div._headnews a {
	/*color: red;*/
	font-size: 15px;
	/*text-decoration: underline;*/
	text-align: center;
}



#sidenav {
	z-index: 1005;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 34px;
	overflow: hidden;
	background-color: #fff;
	font-family:'Jost-Regular','NotoSansJP-Regular';
}

#sidenav .search {
	padding-top: 13px;
	width: 34px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

#sidenav .search a {
	padding-top: 25px;
	display: block;
	background: url(/static/full/images/common/icon04.gif) no-repeat center top;
}

#sidenav .search span {
	padding-top: 25px;
	display: block;
	background: url(/static/full/images/common/icon04.gif) no-repeat center top;
}

#sidenav .search a:hover img {
	filter: alpha(opacity=92);
	opacity: 0.92;
}

#sidenav.open .search {
	display: none;
}

#sidenav .categoryBox {
	padding: 50px 10px 0;
	width: 270px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow-y: hidden;
    height: 95vh;
    overflow-x: hidden;
}

#sidenav .categoryBox a {
	color: #fff;
}

#sidenav .categoryBox .title {
	margin-bottom: 9px;
	font-size: 20px;
}

#sidenav .categoryBox .naviUl {
	margin-bottom: 15px;
}

#sidenav .categoryBox .naviUl li {
	padding-bottom: 7px;
	font-size: 13px;
}

#sidenav .categoryBox .naviUl li a {
	font-weight: bold;
}

#sidenav .categoryBox .keywordBox {
	width: 195px;
	margin: 20px 0px 20px 45px;
	padding-bottom: 30px;
}
#sidenav .categoryBox .keywordBox .search_btn {
	padding: 2px 2px 3px;
    width: 19px;
    height: 22px;
    float: left;
    background-color: #252525;
    display: block;
}

#sidenav .categoryBox .keywordBox .keyword {
	height: 25px;
	width: 170px;
	margin: 0px 0px 0px 3px;
	float: left;
	padding: 1px 5px;
	color: #fff;
	line-height: 1.9;
	border: none;
	background-color: #252525;
}

#sidenav .categoryBox .keywordBox .btn {
	/*padding: 2px 2px 3px;*/
	width: 19px;
	height: 25px;
	float: left;
	background-color: #252525;
}

#sidenav .categoryBox .keywordBox .btn input {
	width: 19px;
	height: 22px;
	margin: 0;
	cursor: pointer;
	border: none;
	background: url(/static/full/images/side/side_icon.gif) no-repeat;
}

#sidenav .categoryBox .linkP {
	margin-bottom: 30px;
	clear: both;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

#sidenav .categoryBox .linkP a {
	text-decoration: underline;
}

#sidenav .categoryBox p a:hover {
	text-decoration: none;
}

#sidenav .categoryBox .linkUl {
	margin: 0 auto 15px 30px;
	width: 230px;
}

#sidenav .categoryBox .linkUl .li_lnav {
	margin-bottom: 15px;
	float: left;
	width: 230px;
	height: 48px;
	background: #222222;
	font-size: 14px;
}

/*#sidenav .categoryBox .linkUl li {
	padding-bottom: 5px;
	float: left;
}*/

#sidenav .categoryBox .linkUl li a:hover img {
	filter: alpha(opacity=92);
	opacity: 0.92;
}

#sidenav .categoryBox .text {
	margin-bottom: 7px;
	font-size: 11px;
	font-family: 'Jost-Regular','NotoSansJP-Regular';
}
#sidenav .categoryBox .text a {
	text-decoration:underline;
}
#sidenav .categoryBox .text.mb0 a {
	text-decoration:underline;
}
#sidenav .categoryBox .close {
	position: absolute;
	top: 10px;
	right: 9px;
	cursor: pointer;
}

#sidenav .categoryBox{
	color: #000;
}
#sidenav {
	background-color: #fff;
}
#sidenav .categoryBox a {
	color: #000;
}
#sidenav .search a {
	background: unset;
}
#sidenav .search span{
	background: unset;
}
#sidenav .categoryBox .keywordBox .keyword {
background-color: #E9E9E9;
	color:#000;
}
#sidenav .categoryBox .linkUl .li_lnav {
	background-color: #E9E9E9;
}
#sidenav .categoryBox .link_lnav {
	color:#000;
    height: 100%;
    display: block;
    padding-top: 12px;
}
div#header {
	top: 0 !important;
}
#header .hInner {
	top: 60px !important;
}
#sidenav .categoryBox .keywordBox .btn {
	background-color: #E9E9E9;
}

/*----------------------
コンテンツ
----------------------*/
.wrapper{
	width:100%;
}

.pane-contents .container {
    width: 1280px;
}

.block-genre-page {
    margin: auto;
    max-width: 1280px!important;
}

#contents h2 {
	margin: 0 auto 45px;
	padding-top: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-weight: normal;
	font-family: 'Jost-Regular','NotoSansJP-Regular';
}

#contents h2 span {
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
}

#contents h2 span a {
	text-decoration: underline;
}

#contents h2 span a:hover {
	text-decoration: none;
}

#contents h2.title  a {
	text-decoration: none;
}

#contents h2.title a:hover {
	text-decoration: underline;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.textList{
	font-size: 12px !important;
	text-align: center;
	list-style: none;
}

.foocontrol {
	position: absolute;
	top: 0;
	height: 485px;
	z-index: 100;
	cursor: pointer;
	background: url(/img/usr/tokyoweeklyjournal/common/bg_slide.png) repeat;
}

#prev {
	left: 0;
}

#next {
	right: 0;
}

div#next {
    width: 36px !important;
}

/*----------------------
footer
----------------------*/
#footer {
	padding-bottom: 50px;
	/*border-top: 1px solid #000;*/
	font-family: 'Jost-Regular','NotoSansJP-Regular';
}

#footer .fInner {
	margin: 0 auto;
	padding-top: 65px;
	width: 1080px;
}

#footer .fInner .fNavi {
	float: left;
	width: 200px;
	text-align: left;
}

#footer .fInner .fNavi li {
	padding-bottom: 5px;
}

#footer .fInner .fNavi li a {
	font-size: 13px;
	font-weight: bold;
}

#footer .fInner .rBox {
	float: right;
	width: 340px;
}

#footer .fInner .rBox p {
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

#footer .fInner .rBox .text {
	margin-bottom: 24px;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Jost-Regular','NotoSansJP-Regular';

}

#footer .fInner .rBox ul {
	float: right;
	list-style: none;
}

#footer .fInner .rBox li {
	padding-left: 20px;
	float: left;
}

#footer .fLogo {
	margin: 0 auto 25px;
	width: 1080px;
	text-align: center;
}

#footer .fLogo img {
	margin-top: -115px;
	position: relative;
	zoom:1;
}

#footer .fInner .rBox li a:hover img,
#footer .fLogo a:hover img {
	filter: alpha(opacity=92);
	opacity: 0.92;
}

#footer .fBox {
	margin: 0 auto;
	width: 1080px;
	text-align: center;
}

#footer .fBox ul {
	margin-bottom: 15px;
	font-family: 'Jost-Regular','NotoSansJP-Regular';

}

#footer .fBox li {
	margin-right: 5px;
	color: #868686;
	display: inline;
	font-size: 11px;
}

#footer .fBox li a {
	margin-right: 5px;
	color: #868686;
}

#footer .fBox p {
	font-size: 10px;
	color: #878787;
}

