@charset 'UTF-8';
/* ---------------------------------------------------------
1段組
・レイアウト1
・レイアウト4
2段組
・レイアウト2
・レイアウト5
3段組
・レイアウト3
・レイアウト6
--------------------------------------------------------- */
.columnLayout_01 {
	margin: 0;
}

.columnLayout_02, .columnLayout_03, .columnLayout_04 {
	margin: 0;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02, .columnLayout_03, .columnLayout_04 {
		margin: 0 0 0 -20px;
		letter-spacing: -0.4em;
	}

	.columnLayout_02 > *, .columnLayout_03 > *, .columnLayout_04 > * {
		letter-spacing: normal;
	}

	.contentInner > .columnLayout_02:first-child, .contentInner > .columnLayout_03:first-child, .contentInner > .columnLayout_04:first-child {
		margin-top: -30px;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_04 {
		margin: 0 0 0 -28px;
	}
}

/* ナビなし */
@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .columnLayout_04 {
		margin: 0 0 0 -20px;
	}
}

.columnLayout_01 .itemWrap {
	margin: 23px 0 0;
	background: none;
	vertical-align: top;
	/* style */;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01 .itemWrap {
		margin: 30px 0 0;
	}
}

.columnLayout_02 .itemWrap, .columnLayout_03 .itemWrap, .columnLayout_04 .itemWrap {
	margin: 23px 0 0;
	background: none;
	vertical-align: top;
	/* style */;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02 .itemWrap, .columnLayout_03 .itemWrap, .columnLayout_04 .itemWrap {
		display: inline-block;
		margin: 30px 0 0 20px;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_04 .itemWrap {
		margin: 30px 0 0 28px;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02 .itemWrap {
		width: 400px;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_03 .itemWrap {
		width: 260px;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_04 .itemWrap {
		width: 184px;
	}
}

/* ナビなし */
#contentWrapNoneSide .columnLayout_01 .itemWrap, #contentWrapNoneSide .columnLayout_01 .itemWrap, #contentWrapNoneSide .columnLayout_03 .itemWrap, #contentWrapNoneSide .columnLayout_04 .itemWrap {
	background: none;
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .columnLayout_02 .itemWrap {
		width: 540px;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_03 {
		margin: 0 0 0 -22px;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .columnLayout_03 .itemWrap {
		width: 352px;
		margin: 30px 0 0 22px;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .columnLayout_04 .itemWrap {
		width: 260px;
		margin: 30px 0 0 20px;
	}
}

.columnLayout_01 .item, .columnLayout_02 .item, .columnLayout_03 .item, .columnLayout_04 .item {
	border-top: none;
	vertical-align: top;
}

.columnLayout_01 .itemTtl, .columnLayout_02 .itemTtl, .columnLayout_03 .itemTtl, .columnLayout_04 .itemTtl {
	margin: 0;
	padding: 0;
}

.columnLayout_01 .itemTtl a, .columnLayout_02 .itemTtl a, .columnLayout_03 .itemTtl a, .columnLayout_04 .itemTtl a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 13px 10px;
	background: #eee;
	color: #333;
	font-size: 84.61538%;
	line-height: 1.4;
	/* style */;
}

.columnLayout_01 .itemTtl a:hover, .columnLayout_02 .itemTtl a:hover, .columnLayout_03 .itemTtl a:hover, .columnLayout_04 .itemTtl a:hover {
	text-decoration: none;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01 .itemTtl a, .columnLayout_02 .itemTtl a, .columnLayout_03 .itemTtl a, .columnLayout_04 .itemTtl a {
		padding: 16px 10px;
		font-size: 100%;
	}
}

/* ナビなし */
.columnLayout_01 .itemTtl a:hover, .columnLayout_02 .itemTtl a:hover, .columnLayout_03 .itemTtl a:hover, .columnLayout_04 .itemTtl a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.columnLayout_01 .itemTtl span, .columnLayout_02 .itemTtl span, .columnLayout_03 .itemTtl span, .columnLayout_04 .itemTtl span {
	display: block;
	padding-left: 18px;
	background: url(../img/icons/ico_link.png) no-repeat 0 0.14em;
	background-size: 12px auto;
	/* style */;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01 .itemTtl span, .columnLayout_02 .itemTtl span, .columnLayout_03 .itemTtl span, .columnLayout_04 .itemTtl span {
		padding-left: 19px;
		background-position: 0 0.17em;
		background-size: 15px auto;
	}
}

.columnLayout_01 .item .inner, .columnLayout_02 .item .inner, .columnLayout_03 .item .inner, .columnLayout_04 .item .inner {
	padding: 16px 0 0;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01 .item .inner, .columnLayout_02 .item .inner, .columnLayout_03 .item .inner, .columnLayout_04 .item .inner {
		padding: 20px 0 0;
	}
}

.columnLayout_01 .inner p, .columnLayout_02 .inner p, .columnLayout_03 .inner p, .columnLayout_04 .inner p {
	position: relative;
	top: -5px;
	margin: 0;
	font-size: 84.61538%;
	line-height: 1.9;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01 .inner p, .columnLayout_02 .inner p, .columnLayout_03 .inner p, .columnLayout_04 .inner p {
		font-size: 107.69231%;
		line-height: 2;
	}
}

.columnLayout_01 .item .folderImg, .columnLayout_02 .item .folderImg, .columnLayout_03 .item .folderImg, .columnLayout_04 .item .folderImg {
	float: left;
	top: auto;
	width: 140px;
	margin: 0 10px 10px 0;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01 .item .folderImg, .columnLayout_02 .item .folderImg, .columnLayout_03 .item .folderImg, .columnLayout_04 .item .folderImg {
		margin: 0 10px 5px 0;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_03 .item .folderImg {
		width: 100px;
	}
}

.columnLayout_01 .item .folderImg .imgWrap, .columnLayout_02 .item .folderImg .imgWrap, .columnLayout_03 .item .folderImg .imgWrap, .columnLayout_04 .item .folderImg .imgWrap {
	display: block;
	position: relative;
	padding-top: 75%;
}

.columnLayout_01 .item .folderImg img, .columnLayout_02 .item .folderImg img, .columnLayout_03 .item .folderImg img, .columnLayout_04 .item .folderImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.columnLayout_01 .item .folderImg a:hover img, .columnLayout_02 .item .folderImg a:hover img, .columnLayout_03 .item .folderImg a:hover img, .columnLayout_04 .item .folderImg a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
2段組ボタン
・レイアウト15
・レイアウト16
3段組ボタン
・レイアウト7
・レイアウト8
--------------------------------------------------------- */
.columnLayout_02btn, .columnLayout_03btn {
	margin: 0;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02btn, .columnLayout_03btn {
		margin: 0 0 0 -20px;
		letter-spacing: -0.4em;
	}

	.columnLayout_02btn > *, .columnLayout_03btn > * {
		letter-spacing: normal;
	}
}

.columnLayout_02btn .itemWrap, .columnLayout_03btn .itemWrap {
	margin: 15px 0 0;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02btn .itemWrap, .columnLayout_03btn .itemWrap {
		display: inline-block;
		margin: 13px 0 0 20px;
		padding-top: 3px;
		vertical-align: top;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02btn .itemWrap {
		width: 400px;
	}
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_03btn .itemWrap {
		width: 260px;
	}
}

/* ナビなし */
@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .columnLayout_02btn .itemWrap {
		width: 537px;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .columnLayout_03btn {
		margin: 34px 0 0 -22px;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .columnLayout_03btn .itemWrap {
		width: 352px;
		margin: 13px 0 0 22px;
	}
}

.columnLayout_02btn .item .inner, .columnLayout_03btn .item .inner {
	display: table;
	width: 100%;
	margin: 2px 0;
	padding: 11px;
	border: 3px solid #eee;
	background: #eee;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02btn .item .inner, .columnLayout_03btn .item .inner {
		padding: 13px;
	}
}

.columnLayout_02btn .itemWrap.bl-hover, .columnLayout_03btn .itemWrap.bl-hover {
	cursor: pointer;
}

.columnLayout_02btn .itemWrap.bl-hover a, .columnLayout_03btn .itemWrap.bl-hover a {
	color: #004eaa;
}

.columnLayout_02btn .itemWrap.bl-hover img, .columnLayout_03btn .itemWrap.bl-hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.columnLayout_02btn .itemWrap.bl-hover a, .columnLayout_03btn .itemWrap.bl-hover a {
	text-decoration: none;
}

.columnLayout_02btn p, .columnLayout_03btn p {
	margin: 0;
	line-height: 1.4;
}

.columnLayout_02btn .inner a, .columnLayout_03btn .inner a {
	display: table-cell;
	padding: 10px 0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	outline: none;
	transition: color 0.2s ease-in-out;
}

.columnLayout_02btn .inner a span, .columnLayout_03btn .inner a span {
	display: block;
	padding-left: 23px;
	background: url(../img/icons/ico_link.png) no-repeat 0 0.25em;
	background-size: 12px auto;
	/* style */;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02btn .inner a span, .columnLayout_03btn .inner a span {
		padding-left: 24px;
		background-position: 0 0.15em;
		background-size: 15px auto;
	}
}

.columnLayout_02btn .inner .folderImg, .columnLayout_03btn .inner .folderImg {
	display: table-cell;
	width: 110px;
	padding: 0 8px 0 0;
	background: #eee;
	vertical-align: middle;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02btn .inner .folderImg, .columnLayout_03btn .inner .folderImg {
		width: 112px;
		padding: 0 10px 0 0;
	}
}

.columnLayout_03btn .inner .folderImg {
	width: 78px;
}

.columnLayout_02btn .inner .folderImg .imgWrap, .columnLayout_03btn .inner .folderImg .imgWrap {
	display: block;
	position: relative;
	padding-top: 75%;
}

.columnLayout_02btn .inner .folderImg img, .columnLayout_03btn .inner .folderImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.columnLayout_02btn .inner .itemTtl, .columnLayout_03btn .inner .itemTtl {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------
サブフォルダ名表示
1段組
・レイアウト14
2段組
・レイアウト11
3段組
・レイアウト12
4段組
・レイアウト13
--------------------------------------------------------- */
.columnLayout_01sub ul {
	margin: -5px -14px 0 0;
	letter-spacing: -0.4em;
}

.columnLayout_01sub ul > * {
	letter-spacing: normal;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01sub ul {
		margin: -1px -14px 0 0;
	}
}

.columnLayout_01sub ul li {
	display: inline-block;
	margin: 5px 0 0;
	padding: 0;
	font-size: 92.30769%;
	line-height: 1.85;
	list-style: none;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01sub ul li {
		margin: 1px 0 0;
		font-size: 107.69231%;
	}
}

.columnLayout_01sub ul li:before {
	display: none;
}

.columnLayout_01sub ul li:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 1px;
	height: 15px;
	margin: 0 14px;
	background: #004ea2;
	vertical-align: middle;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01sub ul li:after {
		height: 16px;
		margin: 0 18px;
	}
}

.columnLayout_01sub ul a {
	color: #333;
	transition: color 0.2s ease-in-out;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_01sub ul a:hover {
		color: #004eaa;
	}
}

.columnLayout_02sub, .columnLayout_03sub, .columnLayout_04sub {
	font-size: 92.30769%;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02sub, .columnLayout_03sub, .columnLayout_04sub {
		font-size: 107.69231%;
	}
}

.columnLayout_02sub ul, .columnLayout_03sub ul, .columnLayout_04sub ul {
	margin: -8px 0 0;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02sub ul, .columnLayout_03sub ul, .columnLayout_04sub ul {
		margin: -6px 0 0;
		padding: 0 15px 0;
	}
}

.columnLayout_02sub li, .columnLayout_03sub li, .columnLayout_04sub li {
	position: relative;
	margin: 8px 0 0;
	padding-left: 11px;
	list-style: none;
	/* style */;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02sub li, .columnLayout_03sub li, .columnLayout_04sub li {
		margin: 6px 0 0;
		padding-left: 9px;
	}
}

.columnLayout_02sub li:before, .columnLayout_03sub li:before, .columnLayout_04sub li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #004ea2;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02sub li:before, .columnLayout_03sub li:before, .columnLayout_04sub li:before {
		width: 6px;
		height: 6px;
	}
}

.columnLayout_02sub a, .columnLayout_03sub a, .columnLayout_04sub a {
	color: #333;
	transition: color 0.2s ease-in-out;
}

@media only print, screen and (min-width: 700px) {
	.columnLayout_02sub a:hover, .columnLayout_03sub a:hover, .columnLayout_04sub a:hover {
		color: #004eaa;
	}
}

/* ---------------------------------------------------------
日付リスト
・レイアウト9（年月日 tblDateLst_01）
・レイアウト10（月日 tblDateLst_02）
--------------------------------------------------------- */
.tblDateLst_01, .tblDateLst_02 {
	display: block;
}

.tblDateLst_01 table, .tblDateLst_02 table {
	width: 100%;
	margin: 20px 0 0;
}

/* 年月日
------------------------------------ */
.tblDateLst_01 table col.dateType {
	width: 11em;
}

@media only print, screen and (min-width: 700px) {
	.tblDateLst_01 table col.dateType {
		width: 11.5em;
	}
}

/* 月日
------------------------------------ */
.tblDateLst_02 table col.dateType {
	width: 7.5em;
}

@media only print, screen and (min-width: 700px) {
	.tblDateLst_02 table col.dateType {
		width: 8em;
	}
}

/* リンク
------------------------------------ */
.tblDateLst_01 table a, .tblDateLst_02 table a {
	display: inline-block;
	min-height: 17px;
	padding-left: 18px;
	background: url(../img/icons/ico_link.png) no-repeat 0 0.25em;
	background-size: 12px auto;
	color: #333;
	transition: color 0.2s ease-in-out;
	/* style */;
}

@media only print, screen and (min-width: 700px) {
	.tblDateLst_01 table a:hover, .tblDateLst_02 table a:hover {
		color: #004eaa;
	}
}

@media only print, screen and (min-width: 700px) {
	.tblDateLst_01 table a, .tblDateLst_02 table a {
		padding-left: 26px;
		background-position: 0 0.15em;
		background-size: 15px auto;
	}
}

/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
#summaryWrap:after, .columnLayout_01 .inner:after, .columnLayout_02 .inner:after, .columnLayout_03 .inner:after, .columnLayout_04 .inner:after, .columnLayout_02btn .inner:after, .columnLayout_03btn .inner:after {
	content: '';
	display: block;
	clear: both;
}
