/* CSS Document */

.cp_header table{
	max-width:1180px;
	width:100%;
	border-bottom:solid 1px #000;
}
.cp_header table tr td{vertical-align:middle;}
.cp_header table tr td:nth-child(1){text-align:right;}
.cp_header table tr td:nth-child(2){text-align:left;}
.cp_header table tr td a{display:inline-block;}
.cp_header table tr td:nth-child(1) a{margin-top:35px;}
@media screen and (min-width: 1000px) {
	.cp_header{border-top:solid 20px #000;}
	.cp_header table{height:170px;}
	.cp_header table tr td:nth-child(1){width:50%;padding-right:30px;}
	.cp_header table tr td:nth-child(2){padding-left:30px;}
	.cp_header table tr td:nth-child(1) img{height:54px;}	
	.cp_header table tr td:nth-child(2) img{height:88px;}
}
@media screen and (max-width: 999px) {
	.cp_header{border-top:solid 50px #000;}
	.cp_header table{height:200px;}
	.cp_header table tr td:nth-child(1){padding-right:20px;}
	.cp_header table tr td:nth-child(2){padding-left:20px;}
	.cp_header table tr td:nth-child(1) img{height:74px;}
	.cp_header table tr td:nth-child(2) img{height:109px;}
}

.cp_title{padding-top:1em;}
.cp_title > div{font-weight:normal;}
.cp_title > div > div{
	position:absolute;
	bottom:-0.75em;
	left:0;
	right:0;
	margin:auto;
	border-bottom:solid 2px #000;
}
@media screen and (min-width: 1000px) {
	.cp_title{font-size:360%;}
	.cp_title > div{font-size:36%;padding-top:1em;}
	.cp_title > div > div{width:2.5em;}
}
@media screen and (max-width: 999px) {
	.cp_title{font-size:280%;}
	.cp_title > div{font-size:54%;padding-top:0.5em;}
	.cp_title > div > div{width:1.25em;}
}

#footer{
	max-width:1180px;
	margin:auto;
}
#footer table{width:100%;}
#footer td{vertical-align:middle; text-align:center;}
.copy{
	background-color:#000;
	color:#FFF;
	font-size:60%;
	line-height:100%;
	padding:2.5em 0;
}
@media screen and (min-width: 1000px) {
	#footer{
		border-top:solid 1px #000;
		padding-top:60px;
	}
	#footer table{max-width:650px; margin:auto;}
	#footer td{width:300px;}
	#footer td.pad{width:50px;}
	.copy{margin-top:70px;}
}
@media screen and (max-width: 999px) {
	#footer{
		padding-left:30px;
		padding-right:30px;
	}
	#footer table{max-width:none;}
	#footer td.pad{height:1em;}
	.copy{margin-top:170px; margin-bottom:100px;}
}

.sp_pagetop{
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1100;
}
.sp_pagetop > div{
	height:100px;
	position:relative;
	background-color:#E3E3E3;
}
.sp_pagetop > div > div{
	width:1em;
}