/* --------------------------------
   layout
---------------------------------*/
#pcPage,
.pcPage {
	margin:15px auto !important;
	padding:15px !important;
	width:600px;
	color:#333;
	font-family:Arial, Roboto, “Droid Sans”, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	/*-webkit-text-stroke-width: 0.01px;*/
	border:1px solid #ccc;
	border-radius:15px;
}
#pcPage #footer,
.pcPage #footer {
	margin-top:20px;
	background-color:#fff;
}
#pcPage #copyright p,
.pcPage #copyright p {
	padding:7px;
}
#pcPage h1,
.pcPage h1 {
	float:none;
	font-size:80%;
}
#pcPage p.pdg,
.pcPage p.pdg {
	line-height:1.5em;
}