article {
	padding: 0 0 60px 0;
}

#pageHeader h1{
	display: block;
	width: 100%;
	height: 130px;
	position: relative;
}
#pageHeader h1 img{
	display: block;
	width: 2880px;
	height: 130px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -1440px;
}
#pageHeader h2{
	font-size: 34px;
	text-align: center;
	padding: 60px 0;
	border-bottom: 1px solid #f1f1f1;
}
.width100{
	width: 66.666666%;
	padding: 0 16.666667%;
}
.width100 h1{
	color: #121212;
	font-size: 18px;
	font-weight: bold;
	padding: 2em 0 0.5em 0;
}
.width100 h2{
	color: #121212;
	font-size: 18px;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}
.width100 ul{
	margin: 30px 0 30px 1em;
	list-style: none;
}
.width100 ul li{
	list-style: none;
	margin: 0.5em 0;
}
.width100 ul li p{
	text-indent:-2.7em;
	padding-left:2.7em;
}
.txtR{
	float: right;
	margin: 4em 16.666667% 0 0;
}
#personal{
	clear: both;
	margin: 160px 0 60px 0;
}
#personal h1{
	margin: 3em 0 0 0;
	padding: 2em 0 1em 0;
	border-top: #bfbfbf;
	border-style: dotted;
}
#personal h2{
	font-size: 14px;
}

#contactUs{
	width: auto;
	margin: 4em 16.666667% 0 16.666667%;
	padding: 20px 5%;
	border: 1px solid #0c0c0c;
}
#contactUs h1{
	text-align: center;
	margin: 0;
	font-size: 15px;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #0c0c0c;
}
#contactUs p{
	text-align: center;
	margin: 1em 0 0 0;
	padding: 10px 0 0 0;
}

.image{
	float: left;
	overflow: hidden;
}
.image img{
	display: block;
	width: 100%;
	height: auto;
}


.pageTop{
	color: 
}
#pickup{
	display: none;
}

/*------------------------------
画面の横幅が639px以下の記述
------------------------------*/
@media screen and (max-width: 639px){
	
	.width100{
		width: 90%;
		padding: 0 5%;
	}
	.txtR{
		float: right;
		margin: 4em 5% 0 0;
	}
	#contactUs{
		width: auto;
		margin: 4em 5%;
		padding: 20px 5%;
		border: 1px solid #0c0c0c;
	}
	.message{
		width: 100%;
	}
	
	.message .txtBox .txtCatch{
		text-align: center;
		font-size: 18px;
	}
	.message .txtBox img{
		width: 100%;
		margin: 2em 0;
	}
	a.pageTop{
		clear: both;
		display: block;
		width: 100%;
		padding: 26px 0;
		text-align: center;
		color: #ed2717;
		font-size: 14px;
		line-height: 14px;
		border-top: 1px solid #f1f1f1;
	}
	a.pageTop i{
		color: #ed2717;
		line-height: 14px;
		margin: 0 1em 0 0;
	}
	#pickup.sp{
		display: block;
	}
}
