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

/*------------------------------------------------------------
	特定商取引に関する表記
------------------------------------------------------------*/
#policy1{
	clear:left;
	margin-bottom:60px;
	width:100%;
	height:auto;
}

#policy1 section{
	clear:left;
	margin:0 auto;
	width:1000px;
	height:550px;
}

/*-----------------------------------------------------------
	募集内容 table
-----------------------------------------------------------*/
table.company {
	width:100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 14px;
	line-height:1.6em;
}

table.company th,
table.company td {
	padding: 10px;
}

table.company td span{
	color:#C00;
}

table.company th {
	background: #A688BC;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

table.company th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #A688BC;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
	table.company th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
	}
}

table.company td {
	background:#EEEEEE;
	width: 360px;
	padding-left: 20px;
}

/*------------------------------------------------------------
	このページを閉じる
------------------------------------------------------------*/
.b_close{
	clear:left;
	text-align:center;
	width:100%;
	height:80px;
}

.button{
	margin-top:20px;
	padding:10px 60px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	color:#FFF;
	background:#303;
	border:#003 1px dotted;
}