@charset "utf-8";
/* CSS Document */

@media print {
	aside {
		display: none !important;
	}
	
	#mainBlock{
		background-size: 150% !important;
	}
	
	.content {
		max-width: 100% !important;
	}
	
	.content ol{
		width: 90%;
	}
	
	.leftBox{
		width: 40% !important;
	}

	.rightBox{
		width: 50% !important;
	}
	
	.tbl_01{
		width:90% !important;
	}
}

#wrap{
	background: #fff;
}

#mainBlock{
	background:url(../img/bg_topicks.jpg) no-repeat;
	background-size: auto;
}

article{
	overflow: hidden;
}

#contentsBlock{
	background-position: 0%;
	background-repeat: repeat-y;
	overflow: hidden;
}

.content{
	width: 845px;
	margin: 20px auto 0px;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.sec01{
	padding: 10px 46px;
	margin-bottom: 20px;
}

.detailsBox{
	position: relative;
}

.detailsBox .tblStyle02 th{
	width: 17%;
}

.detailsBox .tblStyle02 th a,
.detailsBox .tblStyle02 td a{
	color: #444
}

.leftBox{
	width: 295px;
	float: left;
	padding-right: 20px;
}

	.leftBox .btn01{
		margin: 10px 0;
		background: #000;
		color: #fff;
		font-size: 14px;
	}
	
.btn01 a{
	display: block;
	padding: 10px
}

.rightBox{
	width: 528px;
	float: left;
}
	.rightBox p{
		text-align: justify;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
	}

@media screen and (max-width: 1024px) {
#mainBlock{
	background:url(../img/topicks_main_01.jpg) no-repeat 40% top;
	background-size: auto;
}


#contentsBlock{
	height: auto;
	float: none;
	margin: 180px auto 0;
	overflow: hidden;
}

.content{
	margin: 0;
}

.content ol{
	width: 99.8%;
}

.sec01{
	padding: 10px 20px 20px;
	width: 90%;
}

.rightBox{
	width: 442px;
	float: left;
}

}

@media screen and (max-width: 899px) {
#mainBlock{
	background: none;
}

.content{
	width: 100%;
	margin: 0;
	padding: 0;
}

#contentsBlock{
	width: 100%;
	height: auto;
	float: none;
	margin: 0px auto 0;
	overflow: hidden;
}

.sec01{
	padding:  20px 20px 20px;
	margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.leftBox{
	float: none;
	width: 100%;
	margin: 0 auto;
}

.rightBox{
	float: none;
	width: 100%;
	margin: 0 auto;
}
	.rightBox p{
		margin: 20px 0 0;
	}

.detailsBox{
	width: 100%;
}
.detailsBox .tblStyle02 th{
	width: 100%;
}

}

@media screen and (max-width: 459px) {
	.detailsBox .tblStyle02 th{
		width: 80% !important;
	}
	
	.tblStyle02 th, .tblStyle02 td{
		width: 80% !important;
	}
}

@media screen and (max-width: 321px) {
	.sec01{
		padding:  20px 16px 20px;
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
	}
	
	.detailsBox .tblStyle02 th{
		width: 100% !important;
	}
	
	.tblStyle02 th, .tblStyle02 td{
		width: 100% !important;
	}
}