@charset "UTF-8";
/* CSS Document */
#ask {
	width: 70%;
	margin-left: 15%;
}

#ask td {
	text-align: left;
}
#ask th, #ask td {
	border-bottom: 1px dotted #7DB5BF;
	padding: 4px;
	vertical-align: top;
}
#confirm {
	margin-left: auto;
	margin-right: auto;
}



tr td .btn a {
	background-image: url(../recruit/img/btn_rec_bk.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
tr td .btn a:hover {
	text-indent: -3000px;
}

h3 {
	margin-top: 20px;
	color: #396BC1;
	text-shadow: 1px 1px 2px #676767;
}
#area #main .staff {
	text-align: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
}
.recruit_table {
	margin-top: 10px;
	color: #474747;
	border-collapse: collapse;
}
.recruit_table th {
	color: #2A774E;
	padding-right: 10px;
	white-space: nowrap;
}
.recruit_table th, .recruit_table td {
	vertical-align: top;
	border-bottom: 1px dotted #6EC880;
	padding: 4px;
} 
.staff h4 {
	margin-bottom: 10px;
}
.staff p {
	font-size: 90%;
	line-height: 150%;
}
.staff hr {
	margin-top: 6px;
	margin-bottom: 10px;
	visibility: hidden;
}




/*===============================================
画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
#ask th {
	color: #27606E;
	text-align: left;
	width: 6em;
}
.staff img {
	float: left;
	margin-right: 14px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 4px #ABABAB;
	box-shadow: 4px 4px 4px #ABABAB;
	border: 2px solid #FFFFFF;
}

#ask table {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}	

#main ul.submenu {
	margin: auto;
	list-style: none;
	padding: 0px;
	width: 920px;
}

.submenu li {
	width: 48%;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #2898C3;
	color: #003FAB;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	list-style-image: none;
}
.submenu li a {
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #003FAB;
}
.submenu li a:hover {
	background-color: #2898C3;
	color: #FFFFFF;
}
.submenu li.now {
	width: 48%;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #2898C3;
	border-right: 1px solid #2898C3;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #2898C3;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 6px;
	list-style-type: none;
}
.submenu li.now a:hover {
	color: #003FAB;
	background-color: #FFFFFF;	
}

.recruit_table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.recruit_table td .rei {
	width: 70px;
	height: auto;
}
}



/*===============================================
画面の横幅が768px以下
===============================================*/
@media screen and (max-width: 768px){
#ask th {
	color: #27606E;
	text-align: left;
}
.staff img {
	float: left;
	margin-right: 14px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 4px #ABABAB;
	box-shadow: 4px 4px 4px #ABABAB;
	border: 2px solid #FFFFFF;
}

#ask table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	
.submenu {
	margin: auto;
	list-style: none;
	padding: 0px;
	background-color: #A8181B;
	width: 96%;
}
.submenu li {
	width: 48%;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 4px;
	border: 1px solid #2898C3;
	color: #003FAB;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 90%;
}
.submenu li a {
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #003FAB;
}
.submenu li a:hover {
	background-color: #2898C3;
	color: #FFFFFF;
}
.submenu li.now {
	width: 48%;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #2898C3;
	border-right: 1px solid #2898C3;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #2898C3;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.submenu li.now a:hover {
	color: #003FAB;
	background-color: #FFFFFF;	
}
.recruit_table {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.recruit_table td .rei {
	width: 60px;
	height: auto;
}
}

/*===============================================
画面の横幅が479px以下
===============================================*/
@media screen and (max-width: 479px){
#ask {
	width: 98%;
	margin-left: 1%;
}
#ask th {
	color: #27606E;
	text-align: left;
}
.staff img {
	float: left;
	margin-right: 14px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 4px #ABABAB;
	box-shadow: 4px 4px 4px #ABABAB;
	border: 2px solid #FFFFFF;
	width: 30%;
}

.submenu li {
	
	font-size: 80%;
}
.recruit_table {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}
.recruit_table td .rei {
	width: 50px;
	height: auto;
}


}
