﻿@charset "utf-8";
@import url("style.css");
@import url("responsive.css");

#recruit p.comment{
	margin:30px 0;
	padding:0;
	text-align:center;
}
#recruit p.comment img{
	margin:0;
	padding:0;
	width:95%;
	max-width:530px;
}



#recruit #mainContent table{
	width:98%;
	margin:40px auto 40px 0;
	padding:10px;
	border:none;
}
#recruit #mainContent th{
	width:90px;
	background-color:transparent;
	border:none;
	border-bottom:2px dotted #CCC;
	font-weight:bold;
}
#recruit #mainContent td{
	border:none;
	border-bottom:2px dotted #CCC;
}

#recruit #mainContent .message{
	margin:auto;
	padding:20px 30px;
	background-color:#F8F8F8;
}
#recruit #mainContent .message p.name{
	color:#005BC4;
	font-size:110%;
}

@media screen and (max-width:750px) {
#recruit #mainContent .message img{
	width:90px;
}
}
