@charset "utf-8";

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	html,
	body {
		min-height: 1200px;
	}
}

/* ---------------------------------------------
	font
--------------------------------------------- */
/*======== font-family ========*/
body {
	/*font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: Verdana, Arial, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/*======== line-height ========*/
body {
	line-height : 1.75;
}

/*======== 折り返し ========*/
body {
	word-wrap: break-word;
}
body table {
	word-break: break-all;
}

/*======== font-size ========*/
/* 不変 */
.gNavi .en {
	font-size: 10px;
}

.ul_mapJpn01 a {
	font-size: 11px;
}

#header,
.gNavi,
.breadcrumb,
#sub,
.pageTop,
#footer {
	font-size : 12px;
}

body,
.hd_search,
.ps_tit .en,
.ps_meta,
.ul_basic01 li .sns,
.ps_footer {
	font-size : 13px;
}

.hd_lead,
.gNavi .jp,
.sbBox h1,
.sb_archive dl dt {
	font-size : 14px;
}

.gNavi h1,
.ps_pNavi.pageBute {
	font-size : 15px;
}

/* 可変 */
.ps_profile,
.ps_bookinfo,
.ul_basic01 li .release,
.ul_basic01 li .sbtit {
	font-size : 92%;//12px
}

.information h1,
.psBox h1,
.h_tit01 {
	font-size : 115%;//15px
}

.ps_tit {
	font-size : 130%;//17px
}

.cn_tit h1 {
	font-size : 138%;//18px
}

/*.ps_body p {
    font-size: 115%;//15px
}

.ps_body li {
    font-size: 115%;//15px
}

.ps_body p.tit {
    font-size: 87%;
}
.ul_basic01 > p > .release{
font-size: 87%;
}
.ul_basic01 > li > p > .sbtit,
.ul_basic01 > li > p > .release{
    font-size: 70%;
}
.ps_profile,
.ps_bookinfo,
.ul_basic01 li .release,
.ul_basic01 li .sbtit {
    font-size: 80%;
}*/
/* ---------------------------------------------
	color
--------------------------------------------- */
/*======== black ========*/
.black60,
body,
.ul_basic01 li .release,
.ul_basic01 li .sbtit {
	color: #666666;
}

/*======== blue ========*/
.blue100,
a:link,
.ps_print a,
.ps_pNavi.pageBute a {
	color: #0073C4;
}

/*======== white ========*/
.white,
.hd_fontsize dd.active,
.hd_searchBtn,
.gNavi h1,
.gNavi a,
.cn_tit h1,
.ps_tit,
.ps_pNavi.pageBute span,
.lNavi h1,
.sb_officialSite,
.sb_officialSite a,
.pageTop a,
#footer,
.ft_fNavi a,
.ul_mapJpn01 a,
.table_basic01 > tbody > tr > th,
.ul_sitemap01 > li.color > a {
	color: #FFFFFF;
}


/* ---------------------------------------------
	link
--------------------------------------------- */
a {
	outline: none;
	text-decoration: none;
	-ms-filter: "alpha(opacity=100)";/* IE8 */
}

a:hover,
.hd_searchBtn:hover {
	-ms-filter: "alpha(opacity=50)";/* IE8 */
	opacity: 0.5;
}


/* ---------------------------------------------
	image
--------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table img {
	max-width: none;
}
.ul_legend01 img {
	vertical-align: middle;
}

/* ---------------------------------------------
	utility
--------------------------------------------- */
/*======== float ========*/
.ftBox:after {
	content: "";
	clear: both;
	display: block;
}
.flL {
	display: inline;
	float: left;
}
.flR {
	display: inline;
	float: right;
}
.flImgL {
	display: inline;
	float: left;
	margin-right: 10px;
}
.flImgR {
	display: inline;
	float: right;
	margin-left: 10px;
}

/*======== position ========*/
.pstBox {
	position: relative;
}

/*======== 2014.03.以前のスタイル ========*/
.wp-caption-text {
	margin: 0;
	text-align: left;
}
.alignright {
	float: right;
	padding: 10px;
	margin: 0 0 0 14px;
}
.alignleft {
	float: left;
	padding: 10px;
	margin: 0 14px 0 0;
}
.aligncenter {
	margin: 0 14px;
	padding: 10px;
}


/* ---------------------------------------------
	base
--------------------------------------------- */
body {
	text-align: center;
	background: #FFFFFF;
}
.inner {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
}


/* ---------------------------------------------
	header
--------------------------------------------- */
#header ul,
#header dl,
#header ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*======== ロゴ・リード ========*/
.hd_logo {
	margin: 0;
	padding: 15px 0;
}
.hd_lead {
	margin: 0;
	padding: 0 0 15px 0;
}
.hd_logo_jst {
	position: absolute;
	top: 16px;
	right: 0;
}

/*======== 文字サイズ変更 ========*/
.hd_fontsize {
	position: absolute;
	top: 45px;
/*	left: 500px;*/
	left: 495px;
}
.hd_fontsize dt,
.hd_fontsize dd {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.hd_fontsize dd {
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background: #E5E5E5;
	cursor: pointer;
}
.hd_fontsize dd.active {
	background: #43A0E5;
}
.hd_fontsize dd:hover {
    background: #67BEFF;
    transition:all 0.5s ease;
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

/*======== RSS ========*/
.hd_rss {
	position: absolute;
	top: 45px;
	left: 780px;
	white-space: nowrap;
}

/*======== ユーティリティナビ ========*/
.hd_uNavi {
	position: absolute;
	top: 105px;
	left: 497px;
/*	left: 502px;*/
}
.hd_uNavi li {
	display: inline;
	margin-right: 1.8em;
}

/*======== QRコード ========*/
.hd_qr {
	position: absolute;
/*	top: 75px;*/
top: 55px;
/*	right: 5px;*/
	right: 0px;
	margin: 0;
	text-align: center;
}

/*======== グローバルナビ ========*/
.gNavi {
	background: #CCCCCC;
}
.gNavi h1 {
	display: none;
}
.gNavi ul {
	background: #FFFFFF;
}
.gNavi ul a {
	display: block;
	white-space: nowrap;
}
.gNavi ul li.home a {
	background-color: #FF4B32;
}
.gNavi ul li.news a {
	background-color: #FFAE00;
}
.gNavi ul li.reports a {
	background-color: #32AE32;
}
.gNavi ul li.columns a {
	background-color: #A5D700;
}
.gNavi ul li.events a {
	background-color: #32AEC7;
}
.gNavi ul li.magazines a {
	background-color: #1EB8FF;
}
.gNavi ul li.funding a {
	background-color: #1964FF;
}
.gNavi ul li.archives a {
	background-color: #7D64AE;
}

/* 20140509 安重追加 */
.gNavi ul li.recommended_magazines a {
	background-color: #00b3b3;
}

/* 20140521 安重追加 */
.gNavi ul li.topics a {
	background-color: #ffe6b3;
}


/* 親 */
#header .gNavi > ul {
	margin: 0 auto;
	height: 65px;
}

.gNavi > ul > li {
	position: relative;
	float: left;
	width: 121px;
	border-right: solid 1px #FFFFFF;
	text-align: center;
}
.gNavi > ul > li.home,
.gNavi > ul > li.events,
.gNavi > ul > li.archives {
	width: 122px;
}
.gNavi > ul > li.home {
	border-left: solid 1px #FFFFFF;
}

.gNavi > ul > li > a:before {
	display: block;
	padding: 5px 0;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.gNavi > ul > li.home > a:before {
	content: url("/common/img/tit_home01.png");
}
.gNavi > ul > li.news > a:before {
	content: url("/common/img/tit_news01.png");
}
.gNavi > ul > li.reports > a:before {
	content: url("/common/img/tit_reports01.png");
}
.gNavi > ul > li.columns > a:before {
	content: url("/common/img/tit_columns01.png");
}
.gNavi > ul > li.events > a:before {
	content: url("/common/img/tit_events01.png");
}
.gNavi > ul > li.magazines > a:before {
	content: url("/common/img/tit_magazines01.png");
}
.gNavi > ul > li.funding > a:before {
	content: url("/common/img/tit_funding01.png");
}
.gNavi > ul > li.archives  > a:before {
	content: url("/common/img/tit_archives01.png");
}

/* 20140509 安重追加 */
.gNavi > ul > li.recommended_magazines > a:before {
	content: url("/common/img/tit_magazines01.png");
}


.gNavi > ul > li > a span {
	display: block;
	height: 15px;
	line-height: 15px;
}

/* 子・孫 */
.gNavi > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 1000;
	min-width: 100%;
	border: solid 1px #FFFFFF;
	border-top: none;
	text-align: left;
}
.gNavi > ul > li > ul li {
	border-top: solid 1px #FFFFFF;
}
.gNavi > ul > li > ul li a {
	padding: 5px 10px;
}
.gNavi > ul > li > ul > li > ul > li > a:before {
	content: " - ";
}

/*======== 検索 ========*/
.hd_search {
	position: absolute;
	top: -125px;
/*	left: 500px;*/
	left: 495px;
}
.hd_searchTxt {
	width: 273px;
	border: solid 1px #B2B2B2;
}
.hd_searchBtn {
	width: 50px;
	border: solid 1px #666666;
	text-align: center;
	background: #666666;
}

#SS_searchSubmit {
  color: #FFFFFF;
  background: #666666;
  border: solid 1px #666666;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #484848;
  border-radius: 3px;
  height: 22px; 
}

#SS_searchSubmit:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/* ---------------------------------------------
	contents
--------------------------------------------- */
/*======== パンくず ========*/
.breadcrumb ol {
	padding: 5px 0;
	list-style: none;
}
.breadcrumb ol li {
	display: inline;
}
.breadcrumb ol li:before {
	content: " > ";
}
.breadcrumb ol li:first-child:before {
	content: "";
}

/*======== 大見出し リード　========*/
.cn_tit {
	margin: 0 0 20px 0;
	padding: 5px 0;
	min-width: 980px;
}
.cn_lead {
	margin: -20px 0 20px 0;
	padding: 10px 0;
	min-width: 980px;
}


/*======== コンテンツボディ ========*/
.cn_body {
	background: url(/common/img/bg_contents.gif) repeat-y;
}
.cn_body:after {
	content: "";
	clear: both;
	display: block;
}

/* ---------------------------------------------
	contents - main
--------------------------------------------- */
#main {
	float: left;
	width: 730px;
}
.post {
	padding: 0 11px;
	border: solid 4px #E5E5E5;
}
.post + .post {
	margin: 15px 0 0 0;
}

/*======== SNSボタン ========*/
.ps_sns {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ps_header .ps_sns {
	float: right;
}
.ps_footer .ps_sns {
	margin: 1.33em 0;
	text-align: right;
}
.ps_sns li {
	line-height: 1;
	vertical-align: top;
	display: inline-block;
}
.ps_sns li iframe {
	margin: 0 !important;
}
.ps_sns li iframe.twitter-share-button {
/*	width: 85px!important;*/
	width: 75px!important;
}

/*======== 月別アーカイブ ========*/
.ps_archive.yearly {
	padding: 10px 0;
}
.ps_header .ps_archive.yearly {
	border-bottom: solid 2px #E5E5E5;
}
.ps_footer .ps_archive.yearly {
	border-top: solid 2px #E5E5E5;
}

.ps_archive.yearly ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ps_archive.yearly ul li {
	display: inline-block;
}
.ps_archive.yearly ul li a {
	padding: 5px 10px;
	font-weight: bold;
	white-space: nowrap;
}

/*======== 記事 ヘッダ ========*/
/* タイトル */
.ps_tit {
	margin: -4px -15px 0 -15px;
	padding: 2px 4px 2px 45px;
	background-color: #4096CC;
	background-image: url(/common/img/tit_other01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* リード */
.ps_lead {
	margin: 0.66em 0;
}

/* メタ */
.ps_meta {
	padding: 10px 0;
	border-bottom: solid 2px #E5E5E5;
}
.ps_lead + .ps_meta {
	border-top: solid 2px #E5E5E5;
}
.ps_release,
.ps_print {
	display: inline;
}
.ps_print {
/* 	margin: 0 0 0 2em; */
/* 2015.2.20 追加 */
/* 印刷時の余白幅指定 */
@page {
	margin: 50.7mm 9.7mm;
}
/* margin-left: 2em; */


}
.ps_print a {
	padding: 2px 25px 2px 25px;
	background: url(/common/img/ico_print01.png) no-repeat right center;
}

/* カテゴリ分類 */
.category{
margin-bottom: 8px;
font-size: 100% !important;
line-height: 1.5em;
}
.field{
border: solid 1px #666;
float: left;
padding: 0 3px;
margin-right: 5px;
}
.field a{
color: #666;
}

/*======== 記事 ボディ ========*/
.ps_body:after {
	content: "";
	clear: both;
	display: block;
}

/*======== 記事 ボディ ボックス ========*/
.psBox {
	margin: 1.33em 0;
	padding: 0 10px;
}
.psBox > table {
	margin-top: 0.66em;
	margin-bottom: 0.66em;
}

.psBox_basic01 {
    border: solid 1px #F2F2F2;
	background-color: #F2F2F2;
}

.psBox_basic02 {
	border: dotted 1px #4096CC;
}

/* 20140521 安重追加 */
.psBox_basic03 {
	border: dotted 1px #ffe6b3;
}


/*======== 記事 ボディ 見出し ========*/
.h_tit01 {
	border-bottom: solid 2px #E5E5E5;
}

/*======== 記事 ボディ リスト01 ========*/
.ul_basic01 {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.ul_basic01 li {
	display: table;
	padding: 5px 0;
	width: 100%;
}
.ul_basic01 li p,
.ul_basic01 li figure,
.ul_basic01 li .sns {
	display: table-cell;
	margin: 0;
	vertical-align: top;
}
.ul_basic01 li a {
	display: block;
}
.ul_basic01 li .release {
	white-space: nowrap;
}
.ul_basic01 li figure img {
	width: 100%;
}
.ul_basic01 li .sns {
	padding: 0 0 0 10px;
	width: 120px;  
}
.ul_basic01 li .sns div {
	display: inline-block;
	width: 50px;
}
.ul_basic01 li .sns .count:before {
	padding: 0 5px 0 0;
	vertical-align: -2px;
}
/*.ul_basic01 li .sns .count.fb:before {
	content: url("/common/img/btn_sns_fb02.png");
}
.ul_basic01 li .sns .count.tw:before {
	content: url("/common/img/btn_sns_tw02.png");
}*/

/* ニュース */
.ul_basic01.news li .release {
	/*width: 6em; 201711ニュース枠変更*/
	width: 5.5em;
}
/* マガジン */
.ul_basic01.magazines li .release {
/*	width: 9em; */
	width: 10em;
}

/* 20150306 安重追加 */
/* 特設ページ */
.ul_basic01.topics li .release {
	width: 16em;
}


/* レポート */
.ul_basic01.reports li,
.ul_basic01.columns li {
	padding: 10px 0;
}
.ul_basic01.reports li figure,
.ul_basic01.columns li figure {
	padding: 0 10px 0 0;
	width: 75px;
}
/*20151125インデックスページのツイート数を隠すために加えた記述*/
span.count.tw{
display: none;
}

/*======== 記事 ボディ リスト02 ========*/
.ul_basic02,
.ul_basic02 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ul_basic02 > li,
.ul_basic02 > li > ul > li  {
	margin: 0;
	padding: 0 0 0 2.5em;
	text-indent: -2.5em;
}
.ul_basic02 > li > ul > li > ul > li {
	padding: 0;
	text-indent: 0;
}

/*======== 記事 ボディ リスト（ボックス） ========*/
.ul_box01 {
	margin: 1.33em 0;
	padding: 0;
	list-style: none;
}
.ul_box01:after {
	content: "";
	clear: both;
	display: block;
}
.ul_box01 li {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 25%;
}
.ul_box01 li figure  {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.ul_box01 li figure span,
.ul_box01 li figure figcaption {
	padding: 0 10px;
}
.ul_box01 li figure span {
	display: block;
	height: 200px;
}

.ul_box01 li figure span img {
	max-height: 100%;
}


/*======== 記事 ボディ 定義リスト01 ========*/
.dl_basic01 dt {
	margin-top: 1.33em;
	font-weight: bold;
}
.dl_basic01 dd > *:first-child {
	margin-top: 0;
}


/*========  記事 ボディ リスト（セクションボックス） ========*/
.sctn_box01 {
	display: table;
	margin: 20px 0;
	width: 100%;
}
.sctn_box01 > * {
	display: table-cell;
	margin: 0;
	vertical-align: top;
}
.sctn_box01 > figure {
	padding: 0 10px 0 0;
	width: 100px;
}
.sctn_box01 > div > h1 {
	margin: 0;
}


/*======== 記事 ボディ 凡例 ========*/
.ul_legend01 {
	margin: 1.33em 0 1.33em auto;
	padding: 0;
	list-style: none;
}
.ul_legend01 li {
	display: inline-block;
}
.ul_legend00 li {
	list-style:none;
	display: inline-block;
	width:7em;
}

/*======== 記事 ボディ 表 ========*/
.table_basic01,
.table_basic01 > tbody > tr > th,
.table_basic01 > tbody > tr > td {
	border: solid 1px #E5E5E5;
}
.table_basic01 {
	box-sizing: border-box;
	margin: 1.33em 0;
	width: 100%;
	border-right: none;
	border-bottom: none;
}
.table_basic01 > tbody > tr.odd {
	background: #F2F2F2;
}
.table_basic01 > tbody > tr.sat,
.table_basic01 > tbody > tr.sat.odd {
	background: #DDF4FF;
}
.table_basic01 > tbody > tr.sun,
.table_basic01 > tbody > tr.sun.odd {
	background: #FFEAF4;
}
.table_basic01 > tbody > tr > th,
.table_basic01 > tbody > tr > td  {
	padding: 5px;
	border-top: none;
	border-left: none;
}
.table_basic01 > tbody > tr > th {
	white-space: nowrap;
	text-align: center;
	background-color: #4096CC;
}
.table_basic01 > tbody > tr > td > a > img {
	margin: 0 1px;
}
.table_basic01 > tbody > tr > td > img {
    margin: 0 1px;
}

/*======== 記事 ボディ プロフィール・書籍情報 ========*/
.ps_profile,
.ps_bookinfo {
	display: table;
	padding: 9px;
}
.ps_profile {
	width: 680px;
}
.ps_bookinfo {
	width: auto;
	float: right;
	margin: 1.33em 0 1.33em 10px;
}
.ps_profile > figure,
.ps_profile > div,
.ps_bookinfo > figure,
.ps_bookinfo > div {
	display: table-cell;
	vertical-align: top;
}
.ps_profile > figure,
.ps_bookinfo > figure {
	margin: 0;
	padding: 0 10px 0 0;
	width: 100px;
}
.ps_profile > div > p,
.ps_bookinfo > div > p {
	margin: 0;
}

/*======== インラインフレームボックス ========*/
.ifrmBox {
	min-height: 150px;
	padding-bottom: 10px;
}

   /*== 追加(140804) ==*/

.ifrmBox2 {
	max-height: 95px;
	min-height: 60px;
}

   /*== 追加(140804) ==*/

.ifrmBox3 {
	max-height: 65px;
	min-height: 60px;
}

.ifrmBox iframe {
	height: 200px;
	width: 100%;
	border: none;
}
.ifrmBox object {
	height: 200px;
	width: 100%;
	border: none;
}
.ifrmBox.long iframe {
	height: 250px;
}

   /*== 追加(140611) ==*/

.ifrmBox.low iframe {
	height: 45px;
	width: 100%;
	border: none;
}

   /*== 追加(140804) ==*/

.ifrmBox2.low iframe {
	height: 60px;
	width: 100%;
	border: none;
}

   /*== 追加(140804) ==*/

.ifrmBox3.low iframe {
	height: 60px;
	width: 100%;
	border: none;
}

.ifrmBox3.low object {
	height: 100%;
	width: 100%;
	border: none;
	overflow:hidden;
}


   /*== 追加(150114) ==*/

.ifrmBox4 iframe {
	height: 250px;
	width: 100%;
	border: none;
}



/*======== 記事 フッタ ========*/
/* 記事ナビ */
.ps_pNavi {
	margin: 0 -15px -4px -15px;
	padding: 5px 15px;
	background: #E5E5E5;
}
.ps_pNavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ps_pNavi ul li {
	display: inline;
}
.ps_pNavi.backList a,
.ps_pNavi.goDetail ul li a {
	padding: 0 0 0 15px;
	background: url(/common/img/ico_link01.gif) no-repeat left center;
}

/* 記事ナビ2 */
.ps_pNavi2 {
	margin: 0 -15px -4px -15px;
	padding: 5px 15px;
	background: #E5E5E5;
}
.ps_pNavi2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ps_pNavi2 ul li {
	display: inline;
}
.ps_pNavi2.backList a,
.ps_pNavi2.goDetail ul li a {
	padding: 0 0 0 13px;
	background: url(/common/img/ico_link02.png) no-repeat left center;
}


/* 記事ナビ - 一覧に戻る */
.ps_pNavi.backList {
	text-align: center;
}

/* 記事ナビ - ページ区切り */
.ps_pNavi.pageBute {
	text-align: center;
}
.ps_pNavi.pageBute ul li {
	margin: 0 1px;
}
.ps_pNavi.pageBute ul li a,
.ps_pNavi.pageBute ul li span {
	padding: 1px 5px;
}
.ps_pNavi.pageBute ul li a {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
}
.ps_pNavi.pageBute ul li span {
	border: solid 1px #0073C4;
	background: #0073C4;
}

/* 記事ナビ - 詳細ページを見る */
.ps_pNavi.goDetail {
	text-align: right;
}
.ps_pNavi.goDetail ul li {
	margin: 0 0 0 1em;
}
.ps_pNavi.goDetail ul li a {
	white-space: nowrap;
}

/* 記事ナビ - 詳細ページを見る2 */
.ps_pNavi2.goDetail {
	text-align: right;
}
.ps_pNavi2.goDetail ul li {
	margin: 0 0 0 0.5em;
}
.ps_pNavi2.goDetail ul li a {
	white-space: nowrap;
}

/* ---------------------------------------------
	contents - sub
--------------------------------------------- */
#sub {
	float: right;
	width: 210px;
	padding: 10px;
}
.sbBox {
	margin: 10px 0 0 0;
}
.sbBox:first-child {
	margin: 0;
}

#sub ul,
#sub ol,
#sub dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub > aside.sbBox.sb_fun.sb_fun_program > a > img {
  background: #666666;
  border: solid 1px #84c8ff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #3f5465;
  border-radius: 3px;
}

#sub > aside.sbBox.sb_fun.sb_fun_program > a > img:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/*======== ローカルナビ・リンクリスト ========*/
.lNavi,
.sb_linkList01 {
	padding: 5px;
	background: #FFFFFF;
}
.lNavi h1,
.sb_linkList01 h1 {
	display: none;
}
.lNavi ul li a,
.sb_linkList01 ul li a {
	display: block;
}
.lNavi ul li a.highlightClear.parentsLink {
	background-color: #FFFFFF;
}
.lNavi > ul > li > a,
.sb_linkList01 > ul > li > a {
	padding: 0 5px 0 22px;
	background-image: url(/common/img/ico_link01.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.lNavi > ul > li > ul > li > a {
	padding: 0 5px 0 34px;
}
.lNavi > ul > li > ul > li > ul > li > a {
	padding: 0 5px 0 46px;
}

/*======== アーカイブ ========*/
.sb_archive {
	padding: 1px 10px 10px 10px;
	background: #FFFFFF;
}
.sb_archive dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.sb_archive dl dd + dt {
	padding: 10px 0 0 0;
}
.sb_archive dl dd {
	margin: 0;
	padding: 0 0 0 22px;
}

/* 月別 */
.sb_archive.monthly dl dt {
	clear: both;
}
.sb_archive.monthly dl dd {
	float: left;
	padding: 0;
	width: 25%;
	text-align: right;
}



/*======== 当月 ========(2015.2.24追加)*/
.sb_thismonth {
	padding: 1px 10px 10px 10px;
	background: #FFFFFF;
}
.sb_thismonth dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.sb_thismonth dl dd + dt {
	padding: 10px 0 0 0;
}
.sb_thismonth dl dd {
	margin: 0;
	padding: 0 0 0 14px;
}

/* 日別 */
.sb_thismonth.daily dl dt {
	clear: both;
}
.sb_thismonth.daily dl dd {
	float: left;
	padding: 0;
	width: 20%;
	text-align: right;
}


/*======== バナー ========*/
.sb_bnr ul li + li {
	margin: 5px 0 0 0;
}


/* ---------------------------------------------
	contents - pagetop
--------------------------------------------- */
.pageTop a {
	display: block;
	margin: 0 0 0 auto;
	height: 30px;
	width: 230px;
	line-height: 30px;
	text-align: center;
	background: #4096CC;
        transition: all 0.5s ease-in-out 0s;
}
.pageTop a:before {
	margin: 0 10px 0 0;
	content: url("/common/img/ico_pagetop01.png");
}

#contents > div.inner.pageTop > a:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

/* ---------------------------------------------
	footer
--------------------------------------------- */
.ft_fNavi,
.copyright {
	margin: 0;
	padding: 15px 0;
	min-width: 980px;
	text-align: center;
	background: #666666;
}
.ft_fNavi li {
	display: inline-block;
	margin: 0 15px
}
.copyright {
	padding: 0 0 15px 0;
}
.ft_logo_jst {
	display: none;
}



/*======== SPメニュー リニューアル追加（180924） ========*/

header#header_sp {
    display: none;
}
section.top_whatsNew {
    display: none;
}
.subNavi_sp {
    display: none;
}
.sp_category_link {
    display: none;
}
