@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 
　02. 


******************************************************************************* */



/* ==

　00. base

=============================================================================== */

#main div h2{ margin-bottom:30px; padding:15px 0; border-top:1px solid #f0874f; border-bottom:1px solid #f0874f; clear:both; }
#main div h3{ margin:0 0 10px; padding:0; clear:both; }
#main div h4{ font-size:117%; }
#main div h4 span{ color:#8b8623; }

p em{ font-weight:bold; }
#main p.leadTxt{ padding:0 0 40px; text-align:center; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
}








/* ==

　01. 

=============================================================================== */
#job{ margin-top:-64px; padding-top:64px; }
#job div{
	margin:0 0 20px;
	padding:0 0 30px;
	border-bottom:1px dotted #ccc;
	zoom:1;
	clear:both;
}
#job div.job05{ border-bottom:none; }
#job div.colW{ margin:0; padding:0; border-bottom:none; clear:none; }
#job div.colN{ margin:0; padding:0; border-bottom:none; clear:none; }

#job .job03 .colW{ width:670px; float:left; }
#job .job03 .colN{ width:240px; text-align:center; float:right; }

#job .job04 .colW{ width:620px; float:left; }
#job .job04 .colN{ width:280px; text-align:center; float:right; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
	#job .job03 .colW{ width:70%; }
	#job .job03 .colN{ width:27%; }
	
	#job .job04 .colW{ width:65%; }
	#job .job04 .colN{ width:32%; }
}
@media only screen and (max-width: 600px) {
	#job .job03 .colW{ width:auto; margin-bottom:15px; }
	#job .job03 .colN{ width:auto; text-align:center; float:none; }
	
	#job .job04 .colW{ width:auto; margin-bottom:15px; }
	#job .job04 .colN{ width:auto; text-align:center; float:none; }
}





/* ==

　02. 

=============================================================================== */
#care{ margin-top:-64px; padding-top:64px; }
#care div{
	margin:0 0 30px;
	padding:20px 0 0;
	border-top:1px dotted #ccc;
	zoom:1;
	clear:both;
}
#care div div{ margin:0; padding:0; border-top:none; clear:none; }
#care div.care01, #care div.mainimg{ border-top:none; clear:none; }

#main #care p.leadTxt{ padding:0 0 20px; }

#care div.mainimg{ width:460px; float:right; }

#care div.care01{ width:460px; float:left; clear:none; }
#care div.care02{ width:460px; float:left; clear:none; }
#care div.care03{ width:460px; float:left; clear:none; }

#care div.care04 .colW{ width:750px; float:left; }
#care div.care04 .colN{ width:200px; text-align:center; float:right; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {

	#care div.mainimg{ width:48%; }
	
	#care div.care01,
	#care div.care02,
	#care div.care03{ width:48%; }

	#care div.care04 .colW{ width:75%; }
	#care div.care04 .colN{ width:23%; }
}
@media only screen and (max-width: 900px) {
	#care div.care03{ width:auto; float:none; clear:both; }
}
@media only screen and (max-width: 660px) {
	#care div.mainimg{ width:auto; float:none; text-align:center; clear:both; }
	#care div.care01{ width:auto; border-top:1px dotted #ccc; float:none; clear:both; }
	#care div.care02{ width:auto; float:none; clear:both; }

	#care div.care04 .colW{ width:auto; margin-bottom:15px; }
	#care div.care04 .colN{ width:auto; text-align:center; float:none; clear:both; }
}

