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


/*
    全ページ共通のcss    
===========================================*/

/* 不要なもの */
div#contents div.service p img,
div#contents div.service dl dd img,
div#contents div.news p,
div#contents p.left,
div#header ul#navi,
div#contents ul.page_link,
div#contents p.page_link2,
div#contents dl dd p.pagetop_link,
div#contents p.allow,
div#footer p.privacy,
div#footer p.button_top {
	display: none;
}





/* 背景を消す */
body,
div#contents,
div#contents div.service,
div#contents dl.kiseki,
div#contents dl.kiseki dt,
div#contents p.aisatsu,
div#contents div#flow_bg1,
div#contents div#flow_bg2,
div#contents div#flow_bg3,
div#contents div#flow_bg4,
div#contents div#flow_bg5,
div#contents div#flow_bg6,
div#contents div#flow_bg7,
div#contents ul.q_a li,
div#contents ul.q_a2 li,
div#footer,
div#footer div#footer_contents {
	background-image: none;
	background-color: transparent;
	
	list-style-image: none;
}






/* ページ全体の設定 */
div#header,
div#contents,
div#contents h2,
div#contents h3,
div#contents p,
div#contents ul,
div#contents dl,
div#contents p.aisatsu,
div#contents dl.kiseki,
div#contents dl.kiseki dd,
div#contents div.flow,
div#contents div.flow dl
div#contents dl.answer  {
	width: auto;
	height: auto;
	min-height: 1px;
	
	margin: 0;
	padding: 0;
		
	font: normal normal 100%/2 "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3" "Times New Roman", Times, serif;
	color: #000000;
}




/* 高さの指定 */
div#contents dl.kiseki dt,
div#contents div#flow_bg1,
div#contents div#flow_bg2,
div#contents div#flow_bg3,
div#contents div#flow_bg4,
div#contents div#flow_bg5,
div#contents div#flow_bg6,
div#contents div#flow_bg7,
div#contents dl.answer dt,
div#footer div#footer_contents address {
	height: auto;
}






/* プライバシーポリシーの見出し */
div#container div.privacy h3 {
	padding-left: 0;
}




/* シニアホームの約束 */
div#contents h3.h3_l,
div#contents p.text_l,
div#contents h3.h3_r,
div#contents p.text_r,
div#contents div.promise1,
div#contents div.promise2,
div#contents div.promise3,
div#contents div.promise4 {
	width: 100%;
	height: auto;
	min-height: 1px;
	
	margin: 0;
	padding: 0;
}


div#contents p.aisatsu span.text_right {
	padding-left: 0;
}




/* コンテンツ内の各見出し */
div#contents h3 {
	margin: 25pt 0 15pt;
}






/* Q&A、入居までの流れ、軌跡の見出しサイズ */
div#contents div.flow dl dt,
#contents dl.kiseki dt,
div#contents dl.answer dt {
	padding-top: 20pt;
	font-size: 120%;
	font-weight: bold;
}






/* プライバシーポリシーのリスト */
div#container div.privacy p {
	width: 660px;
}


div#container div.privacy ul {
	width: 600px;
	
	margin: 0;
	padding: 0;
}






/* コピーライト */
div#footer div#footer_contents address {
	position: relative;
	
	width: 100%;
	
	margin-top: 15pt;
	padding: 0;
		
	border-top: 1px #333333 solid;
	
	background: none;
}


div#footer div#footer_contents address span {
	display: inline;

	text-indent: 1px;
}




