@charset "utf-8";
/* プライバシーポリシー */

@media print{
	a[href]:after {
		content: "" !important;
	}
	
	abbr[title]:after {
		content: "" !important;
	}
}

@media print, screen {
.recruit_msg{
	margin-bottom:30px;
	text-align:center;
}

	.recruit_msg p{
		background: #edf2ff;
		padding: 10px 50px;
		display:inline-block;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		line-height:1.8em;
	}
	
.content_box > .box_inner {
	margin-bottom: 0;
}

	table.rec_tbl {
		width: 750px;
		margin: 0 auto;
	}
	table.rec_tbl caption {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		padding-left: 40px;
		background: url(../images/recruit/icn_rec.png) 0 4px no-repeat;
		background-size: 30px;
	}
		table.rec_tbl tr {
			border-bottom: 1px solid #ccc;
		}
		table.rec_tbl tr:first-child {
			border-top: 1px solid #ccc;
		}
			table.rec_tbl tr th ,
			table.rec_tbl tr td {
				padding: 10px;
				font-size: 15px;
			}
			table.rec_tbl tr th {
				color: #2a4bbc;
				width: 130px;
				font-weight: normal;
			}
			table.rec_tbl tr td ul {
				padding-left: 20px;
				margin: 0;
			}

.content_box > .box_footer {
	text-align: center;
	margin:10px 0 30px 0;
}
				.box_footer a{
					display:inline-block;
					padding:0 20px;
					height:40px;
					line-height:40px;
					font-size: 0.9em;
					color:#fff;
					background:#0b3684;
					text-decoration:none;
					border:1px solid #0b3684;
				}
				
				.box_footer a.hvr-sweep-to-right::before{
					background:#fff;
				}
				
				.box_footer a:hover{
					color:#0b3684;
				}
				
/*				
				.box_footer a:after{
					content:"";
					display:block;
					font-size: 0.9em;
					width:10px;
					height:16px;
					background:url(../images/icon07.png);
					position:absolute;
					right:30px;
					bottom:12px;
				}
				
				.box_footer a:hover{
					border:1px solid #0b3684;
					font-size: 0.9em;
					color:#0b3684;
					background: #fff;
					text-shadow:1px 0 0 #0b3684;
				}
				
				.box_footer a:hover:after{
					background:url(../images/icon08.png);
				}
*/
}

@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
.recruit_msg p {
	padding: 10px;
	display: block;
	text-align: left;
	line-height: 1.6em;
	font-size:0.9em;
}
	
table.rec_tbl {
	width: 100%;
	margin: 0;
}

	table.rec_tbl tr th ,
	table.rec_tbl tr td {
		padding: 5px;
		font-size: 14px;
	}
	
	table.rec_tbl tr th{
		width:30%;
	}
	
}

@media print {
	.box_footer a{
		background:#0b3684 !important;
	}
}