@charset "utf-8";
/* ===================================================================
CSS information

 file name  :service.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページタイトル背景
----------------------------------------------------------- */
#service #wrp_pagetitle {
	background: url(../services/images/title.jpg) top center no-repeat;
}

#service .cnt_tit {
	margin: 0 0 15px 0;
}

#service .text_left {
	padding: 10px 0 0 10px;
	width: 300px;
	float: left;
}

#service .img_r {
	margin: 0;
}


/* .cnt_service
----------------------------------------------------------- */
#service .cnt_service {
	width: 680px;
	overflow: hidden;
	padding: 0 0 40px 0;
	clear: both;
}

#service #cnt_soine h3 {
	background:url(../family/images/tit_soine.gif) top left no-repeat;
}

#service #cnt_breakfast h3 {
	background:url(../services/images/tit_breakfast.gif) top left no-repeat;
}

#service .text_mini {
	font-size: 10px;
}

#service #cnt_parking h3 {
	background:url(../services/images/tit_parking.gif) top left no-repeat;
}

#service #cnt_longstay h3 {
	background:url(../services/images/tit_longstay.gif) top left no-repeat;
}

#service #cnt_senior h3 {
	background:url(../services/images/tit_senior.gif) top left no-repeat;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

