@charset "utf-8";
/* 
CSS Information
 File name:      mag.css
 Author:         Administrator
 Style Info:     /mag.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #recruit
***********************************/
section .txtData {
	padding: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
}
section .txtData h2 {
	margin-bottom: 15px;
	font-size: 108%;
	font-weight: bold;
}
section .txtData p {
	margin-bottom: 15px;
}
section .sendBtn {
	margin-bottom: 15px;
}
section .sendBtn a {
	display: inline-block;
	padding: 10px 80px;
	background: #efefef;
	border: solid 1px #999;
	color: #000;
	font-size: 108%;
	text-decoration: none;
}
* html section .sendBtn a {
	display: inline;
	zoom: 1;
}
*+html section .sendBtn a {
	display: inline;
	zoom: 1;
}