
/*##########　h1〜h4のトップページ用指定　##########*/

h1 {
	font-size: 1.3em;
	line-height: 1;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-family: "HG明朝E" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #005500;
	background: none;
	font-weight: normal;
	letter-spacing: normal;
}

h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 35px;
	background: url(http://www.ikuta-rose.jp/images/rose_mark_01.gif) no-repeat left center;
	font-size: 1.2em;
	letter-spacing: 1px;
	border-style: none;
	color: #333;
}

h3 {
	letter-spacing: 1px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px  0 20px 0;
	padding: 0 0 7px 0;
	border-bottom: dotted 2px #005500;
	color: #005500;
}

h4 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 10px;
	color: #d10000;
	padding-left: 10px;
	margin-top: 30px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #d10000;
}

/*##########　スライドのCSSはjquery.bxslider.min.css　##########*/

/*##########　ご注意！欄（スライドの下）　##########*/

.caution_gray {
	margin: 0;
	padding: 10px 50px 10px 50px;
	background-color: #f6f6f6;
	}
	
.caution_gray p {
	font-size: 85%;
	margin-bottom: 0em;
	}

.caution_gray img {
	margin-right: 10px;
	height: 30px;
	vertical-align: bottom;
}
	
.caution_red {
	margin: 0;
	padding: 10px 50px 10px 50px;
	background-color: #fff0ff;
	border: solid 3px #d10000;
	}

.caution_red p {
	font-size: 87%;
	margin-bottom: 0em;
	}

ul.caution_gray {
	font-size: 83%;
	margin-bottom: 40px;
	} 


/*##########　開苑インフォメーション　##########*/

section#information {
	width: 360px;
	float: left;
}
	
section#information img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
	
section#information ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	/*text-align: center;*/
}

section#information ul li.kikan {
	font-size: large;
	margin-bottom: 1em;
}

section#information ul li.jikan, #information ul li.ryoukin {
	font-size: medium;
}


/*##########　ばら苑ブログ最新情報　##########*/

section#blog_feed {
	width:300px ;
	float: right;
}

section#blog_feed #feed {
	margin-top: 20px;
	margin-bottom: 40px;
}

#feed ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	padding: 10px 10px 0 2em;
	border: solid 1px #f3f3f3;
	background-color: #ffffee;
}

#feed ul li {
	padding-bottom: 10px;
	border-bottom: dashed 1px #999 ;
	margin-bottom: 10px;
}

#feed time {
	font-size: 0.7em;
	color: #666;
}


/*##########　イベント情報＆お知らせ　##########*/

section.oshirase {
	clear: both;
	margin-bottom: 60px;
}

h2, h3 {
	clear: both;
}

section.oshirase img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

section.oshirase ul {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 2em;
	list-style-type: square;
	line-height: 1.3em;
	border: 1px solid #f3f3f3;
	background-color: #ffffee;
}

section.oshirase ul li {
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #999;
}

section.oshirase dl {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px;
	line-height: 1.3em;
	border: 1px solid #f3f3f3;
	background-color: #ffffee;
}

section.oshirase dt {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
	color: #d81b60;
	border-bottom: 1px dotted #d81b60;
}

section.oshirase dd {
	margin: 0 0 0.5em 1em;
	color: #000;
}


@media (max-width: 799px) {
	
	section#information {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	
	section#information img {
		max-width: 440px;
		height: auto;
	}

	section#blog_feed {
		width:auto ;
		float: none;
	}
	
}


@media (max-width: 480px) {

	section#welcome h1 {
		padding: 30px 0 0 0px;
	}
	
	section.oshirase img {
		float: none;
		max-width: 480px;
		height: auto;
	}
	
	section.oshirase p {
		width: 100%;
		margin-left: 0;
	}
	
}


@media (max-width: 480px) {

	#welcome h1 {
		margin: 0;
		padding: 20px 0 0 0;
	}
}