@charset "UTF-8";
/* ===================================================================
 file name  :Chirashi.css
 style info :各ページ個別設定CSS
 
=================================================================== */
/*------------------------------------------------------------
Top  横長
-------------------------------------------------------------*/
/*  ================= body ================================= */


#Contents-Main{
min-height:400px;
height: auto !important;
height: 400px;
}


/*  =========  body/Container/Contents/Contents-Main =========== */
#Chirashi-Shinchiku h1{
	background:url(../../images/chirashi/chirashi_kau_h1_title.jpg) 0 0 no-repeat;
	height:47px;
	width:920px;
	margin-left:10px;
}

#Chirashi-Chintai h1{
	background:url(../../images/chirashi/chirashi_kariru_h1_title.jpg) 0 0 no-repeat;
	height:47px;
	width:920px;
	margin:0px auto;
}
#Chirashi-OpenHouse h1{
	background:url(../../images/chirashi/chirashi_openhouse_h1_title.jpg) 0 0 no-repeat;
	height:46px;
	width:920px;
	margin:0px auto;
}

#Chirashi-Chintai #H2-Table{
	
	background:url(../../images/chirashi/chirashi_kariru_h2_icon.jpg) 20px 3px no-repeat #FFFCD1;
}
#Chirashi-Shinchiku #H2-Table{
	background:url(../../images/chirashi/chirashi_kau_h2_icon.jpg) 20px 3px no-repeat #FFFCD1;
}

#Chirashi-OpenHouse #H2-Table{
	background:url(../../images/chirashi/chirashi_openhouse_h2_icon.jpg) 20px 3px no-repeat #FFFCD1;
}


#H2-Table{
	width:900px;
	margin:0px auto;
		margin-top:20px;

}

/* 共通： */
#H2-Table td{
	font-weight:bold;
	
}
#H2-Table #H2-Td{
	width:750px;
	height:66px;
	vartical-align:middle;
	text-align:left;
}

h2{
	margin-left:80px;
	font-size:130%;

}

#Chirashi-OpenHouse h2{
	margin-left:90px;
}

#Shop-Name{
	text-align:center;
	color:#FF0000;
}
#Up-Date{
	text-align:center;

}

#Chirashi-Main-Text{
	width:880px;
	margin-left:10px;
	margin-bottom:20px;
	font-weight:bold;
}

#Chirashi-Image{
	text-align:center;
}

#Chirashi-Toiawase{
		margin-top:20px;
	text-align:center;
}


#Back-Button{
	margin-top:40px;
	text-align:center;
}
/* 共通：チラシリスト */
.Chirashi-List-Table{
	width:720px;
	margin-left:90px;
	margin-top:40px;
}

.Chirashi-List-Table td{
	vartical-align:top;
	border-bottom:1px dotted #CCC;
		padding-top:5px;
}

.Chirashi-List-Table .Shop-Td{
	width:60px;
}

.Chirashi-List-Table .Title-Td{
	width:550px;
}

.Chirashi-List-Table .Date-Td{
	text-align:right;
}

#Page-Number{
	text-align:center;
	letter-spacing:10px;
	padding-top:40px;
	padding-bottom:40px;	
}