@charset "UTF-8";
/* CSS Document */

/* 中身======================================================================================================== */
#page_title + p{
	text-align: center;
	margin-bottom: 20px;
}
table{
	margin-bottom: 20px;
}
table + p{
	margin-bottom: 20px;
}




/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){

form{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

form p{
	text-align: center;
}


}