@charset "shift_jis";
/* CSS Document */
/*-------------コンテンツページ（共通）----------------------------*/
section{
	margin:20px;
	border:1px solid #CCC;
}
section .datainner{
	padding:20px;
}
/*----------------採用情報（共通）--------------------------------------------------*/

section > h2{
	font-size:15px;
	font-size:1.5rem;
	margin:15px 0 5px -6px;
	padding:6px 0 15px 15px;
	color: #FFFFFF;
	background:url(../images/bg_h2_data.png) no-repeat top left; 
}
section h3{
	margin:20px 0 0 20px;
	color: #1293D4; }

section ul{
	text-align:left;
	margin:0 0 0 60px ;
	padding:0;
}
section li{
	margin:0 0 5px 0;
}
section table {
	margin:10px 30px;
	border-top:1px solid #1293D4;
	border-left:1px solid #1293D4;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.4;
}

section table th{
	border-bottom:1px solid #1293D4;
	border-right:1px solid #1293D4;
	padding:10px 5px;
	color: #1293D4;
	font-size:13px;
	font-size:1.3rem;
}
section table td{
	border-bottom:1px solid #1293D4;
	border-right:1px solid #1293D4;
	padding:10px 5px;
}
}

@media print, screen and (min-width:769px) {
}



@media only screen and (min-width:481px) and (max-width:768px) {
/*リクルートヘッダー　タブレット*/

}	
	
	
	





@media only screen and (max-width:480px) {
/*-----------------採用情報（スマホ）--------------------------------------------------*/

section table {
	width:90%;
	margin:10px auto;
	font-size:1.2rem;
	line-height:1.5;
}
section table th{
	padding:5px 5px;
	color: #1293D4;
	font-size:1.1rem;
}
section table td{
	padding:5px 5px;
}
section h3{
	margin:20px 0 5px 15px;
	text-indent:-1em;
	line-height:1.5;}

section ul{
	margin:0 0 0 15px ;
}
section li{
	margin:0 0 5px 0;
	line-height:1.5;
}

}
