<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

@import url("../../css/3-002_g/base.css");

/*	exclusive style
------------------------------------*/
body { background: url(../../img/3-002_g/bg01.gif) repeat-y; }	/* 短いページ対策 */
div#container {
	background: url(../../img/3-002_g/bg01.gif) repeat-y;
	width: 810px;
	text-align: left;
	}

div.tNavi {
	margin: 10px 20px 5px 0;
	padding: 5px;
	border: 1px solid #393;
	background: #FFF;
	}

/*	photo
-----------------------------------------------------*/
div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
	}

/*	角丸
-----------------------------------------------------*/
div.rcbox {
	background: #CCC;
	width: 180px;
	}
div.rcboxtop { background: url(../../img/3-003_o/radius/rc_rt.gif) no-repeat right top; }
div.rcboxtop div {
	height: 10px; 
	background: url(../../img/3-003_o/radius/rc_lt.gif) no-repeat top left; 
	}
div.rcboxbottom { background: url(../../img/3-003_o/radius/rc_rb.gif) no-repeat bottom right; }
div.rcboxbottom div {
	height: 10px; 
	background: url(../../img/3-003_o/radius/rc_lb.gif) no-repeat bottom left; 
	}
div.rcboxcontent { padding: 0 10px 0 10px; } /* content area */
div.rcboxcontent p { line-height: 1.4; }
p#txte {
	line-height: 1.4;
	background-color: #AFE4AF;
	font-weight: normal;
}

/*	事業所名
-----------------------------------------------------*/
.serviceTop h2{
	font-size:160%;
	background: url(../../img/common_marker/marker_g03.gif) no-repeat left center;
	color: #339933;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

/* top */
div.topInfoBox { margin: 10px 20px 20px; text-align: left; }
div.topInfoBox p.head {
	margin-bottom: 5px;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 108%;
	color: #393;
	border-left: 7px solid #393;
}
span.newIcon {
	padding: 0.1em 4.5em 0 0.2em;
	background: url(../../img/common_icon/anime_new07.gif) no-repeat right center;
}
div.topInfoBox dt { font-weight: bold; margin-bottom: 0.3em; }
div.topInfoBox dd { margin-bottom: 0.5em; line-height: 1.4; }




#container .topStaff2 {
	width: 270px;
	border: 2px solid #006400;
	background: #F3F3F3;
	position: absolute;
	left: 180px;
	top: 250px;
	padding: 3px 0px;

}
#container .topStaff2 p {
	font-family:  "メイリオ", Meiryo, sans-serif, /*"游ゴシック", YuGothic, */ "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	color:#FF6600;
	font-weight:900;
	margin:5px 2px 5px;
	line-height:1.5em;
}

.btn_email {
	width: 154px;
	font-size: 14px;
	color: #ffffff;
	margin: 10px 2px;
	padding: 10px 5px;
background: -moz-linear-gradient(
		top,
		#5ad13c 0%,
		#299f1e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5ad13c),
		to(#299f1e));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #299f1e;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);}

</pre></body></html>