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


/* ************************************************ 
 *	
 *	PRINT
 *	
 * ************************************************ */

@media print{
	#loader-bg,
	#top-head,
	.pankuzu,
	#footer,
	.foot_main_link_block,
	.page_foot_space,
	#page_mainimg,
	.foot_pagetop,
	.pagetop,
	#sidebar{
		display:none;
	}
	body {
		background:#fff;
	}
.page_single{
	background:#fff;
		/* box-shadow */
		box-shadow:0px !important;
		-moz-box-shadow:0px !important;
		-webkit-box-shadow:0px !important;
	padding:0px;
	margin:0px;
}


/* ----------------------------------------------------------------------------- */
.become_partner .icon_list{
	padding:0em 1em 1em 1em;
}
.become_partner .icon_list li{
	font-weight:bold;
	border-bottom:1px dashed #ccc;
}

.icon_list li{
	background:url(images/mainsite/navi_icon.png) 0% 1em no-repeat;
	padding:0.5em 0.5em 0.5em 1em;
	-moz-background-size:8px 8px;
	background-size:8px 8px;
	line-height:160%;
}
.kanyu_comment{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image:url(images/kumiaiin_bg.jpg);
	padding:2%;
}

.kanyu_comment_text{
	padding:5%;
	background:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #fff;
	font-size:90%;
}
.kanyu_comment_text h2{
	font-size:160%;
	border-bottom:1px dashed #e96a03;
	padding-bottom:0.5em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-bottom:0.5em;
	text-align:center;
	color:#734c23;
}
.kanyu_comment_text p{
	line-height:160%;
}
.kanyu_comment_text b{
	color:#006837;
}
@media ( max-width : 768px ) {
	/* sp */
	.kanyu_comment_text .tel_number{
		font-size:90% !important;
		text-align:center;
	}
}
@media ( min-width : 768px ) {
	/* pc */
	.kanyu_comment_text .tel_number{
		font-size:140%;
		text-align:center;
	}
}
@media ( min-width : 768px ) {
	/* pc */
	.kanyu_comment_img{
		width:47%;
		float:left;
	}
	.kanyu_comment_text{
		width:42%;
		float:right;
	}
}
@media ( max-width : 768px ) {
	.kanyu_comment_img{
		text-align:center;
	}
}
	.recruit_thmb img{
		width:100%;
		height:auto;
	}
/* ----------------------------------------------------------------------------- */
.page_thumbnail img{
		width:100%;
		height:auto;
	}


}