@charset "utf-8";



	.titleBox {
		position: relative;
	}
	.titleBox .titleBox__btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	.titleBox .titleBox__btn a {
		position: relative;
		display: block;
		color: #fff;
		padding: 3px 12px 3px 22px;
		background-color: #0060B0;
		border-radius: 3px;
	}
	.titleBox .titleBox__btn a::before {
		content: '▶︎';
		position: absolute;
		top: 50%;
		left: 4px;
		font-size: 10px;
		-webkit-transform: translateY(-50%) scale(0.4);
		transform: translateY(-50%) scale(0.4);
	}
	.titleBox .titleBox__btn a:hover {
		text-decoration: none;
		background-color: #4A9DD4;
	}


	dl.list dt {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	dl.list dd {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	dl.list dd span {
		top: 7px;
	}
	dl.list dd .new {
		position:relative;
		top: 2px;
	}

	.pageNav {
		margin: 40px 0 20px;
	}
	.pageNav ul {
		margin: 0 auto;
		text-align: center;
	}
	.pageNav li {
		display: inline;
	}
	.pageNav a {
		padding: 3px 30px 3px 35px;
		line-height: 21px;
		color: #0060b0;
		background: url(../../../common/imgs/bg-anc.gif) no-repeat 0 50%;
	}
	.pageNav a:hover {
		color: #0060b0;
		background: url(../../../common/imgs/bg-anc_ov.gif) no-repeat 0 50%;
	}

	#pickup {
		position: relative;
		width: 960px;
	}
	#pickup > .pc_only {
		display: block;
	}
	#pickup > .sp_only {
		display: none;
	}
	#pickup .bt {
		position: absolute;
		top: 8px;
	}

	.mr28 {
		margin-right: 28px;
	}
	.mr28b30 {
		margin-right: 28px;
		margin-bottom: 30px;
	}

	.list02 th {
		width: auto;
		color: #0060b0;
		font-weight: bold;
	}
	.list02 th a {
		color: #0060b0;
		text-decoration: underline;
	}
	.list02 th a:hover {
		color: #0060b0;
		text-decoration: none;
	}
	.list02 th.date {
		width: 7em;
		color: #333333;
		font-weight: normal;
	}
	.list02 tr.tr-odd th,
	.list02 tr.tr-odd td {
		background-color: #f6f6f6;
	}
	.list02 tr.tr-even th,
	.list02 tr.tr-even td {
		background-color: #ffffff;
	}
	.list02 td.pdf {
		width: 18em;
	}

	.edinetStep {
		padding: 19px;
		border: #3390cf solid 1px;
	}
	.edinetStep dt {
		margin-bottom: 5px;
		color: #0060b0;
		font-size: 116.7%;
		font-weight: bold;
	}
	.edinetStep dd ol li {
		padding-left: 1.7em;
	}
	.edinetStep dd ol li .num {
		display: inline-block;
		width: 1.7em;
		margin-left: -1.7em;
	}

	/* add 170209*/
	#pickupArea {
		border:solid 1px #e5e5e5;
	}

	#pickupArea .inner {
		border:solid 4px #f2f2f2;
		padding: 8px;
		position:relative;
	}

	#pickupArea .inner .icon {
		position: absolute;
		top:20px;
	}

	#pickupArea .inner p {
		float: left;
		padding: 0 0 0 75px;
		width: 275px;
	}

	#pickupArea .inner ul {
		float: right;
	}

	#pickupArea .inner ul li {
		float: left;
		padding: 0 5px 0 0;
	}

	/* add 170209*/



	@media screen and (max-width: 599px) {
		.titleBox .titleA {
			margin-bottom: 62px;
		}
		.titleBox .titleBox__btn {
			top: 45px;
		}
		#pickup {
			width: auto;
		}
		#pickup > .pc_only {
			display: none;
		}
		#pickup > .sp_only {
			display: block;
		}
		#pickup .item_text {
			text-align: center;
			font-size: 14px;
		}
		#pickup .item_pickup {
			display: inline-block;
			line-height: 1.5;
			padding: 1px 3px;
			background-color: #e0effa;
			margin-right: 4px;
		}
		#pickup ul {
			overflow: hidden;
		}
		#pickup li {
			float: left;
			width: 50%;
			padding: 0;
		}
		#pickup li a {
			width: auto;
			padding: 0;
			margin: 0 auto;
		}
		#mainContent .fList li{
			float: none;
			width: 90%;
			margin: 10px auto;
		}
		#mainContent .fList li:first-child {
			margin-top: 0;
		}
		.mr28b30 {
			margin: 0 auto;
		}
		dl.list dt {
			padding: 0;
			width: auto;
			margin: 20px 0 -22px;
		}
		.list02 th.date {
			width: auto;
		}
		dl.list dd {
			padding: 22px 0;
		}
		dl.list dd span {
			top: 4px;
		}
		.list02 td.pdf {
			width: auto;
		}
		.list02 td.pdf a img {
			position: relative;
			top: -2px;
			display: inline-block;
			width: 16px !important;
			vertical-align: middle;
		}
		.list02 tr.tr-odd th,
		.list02 tr.tr-odd td,
		.list02 tr.tr-even th,
		.list02 tr.tr-even td {
			background-color: #ffffff;
			background-image: none;
		}
		.list02 tr.tr-odd .first th {
			background: #fff url(../imgs/bg-list02-th.gif) repeat-x 0 0;
		}
		.list02 th:nth-child(2) {
			border-top: 0;
		}

		/* add 170209*/
		#pickupArea {
			border:solid 1px #e5e5e5;
			width: 100%;
		}

		#pickupArea .inner {
			border:solid 4px #f2f2f2;
			padding: 8px;
			position:relative;
		}

		#pickupArea .inner .icon {
			position: absolute;
			top:12px;
			width:20%;
		}

		#pickupArea .inner p {
			float: none;
			padding: 0 0 0 24%;
			font-size: 0.8rem;
			width: 100%;
			box-sizing:border-box; 
		}

		#pickupArea .inner ul {
			float: right;
		}

		#pickupArea .inner ul li {
			width:50%; 
			float: left;
			padding: 0 0 0 0;
		}

		/* add 170209*/
	}