@charset "utf-8";

/* ==

　style

=============================================================================== */
.titBlock h2{
	margin:0 !important;
}
h3.tit3{
	margin-bottom: 20px !important;
	padding:15px 0 !important;
	border-top: 2px dashed #016a35 !important;
	border-bottom: 2px dashed #016a35 !important;
}

h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#flower h2.tit2{
	text-align:center;
	background:url(../images/column/tit_bg.gif) repeat-x left 50%;
}
#flower .tit3{
	color:#fff;
	font-size:146%;
	text-align:center;
	border:0 !important;
	padding:10px 0 !important;
}
#flower #spring .tit3{ background: #ef8daa;}
#flower #summer .tit3{ background: #98ce9c;}
#flower #autumn .tit3{ background: #f08e76;}
#flower #winter .tit3{ background: #77addd;}
#flower .bold{
	font-size:132%;
	margin-bottom:5px;
}
#flower #spring .bold{ color: #ef8daa;}
#flower #summer .bold{ color: #98ce9c;}
#flower #autumn .bold{ color: #f08e76;}
#flower #winter .bold{ color: #77addd;}
#flower .img{
	float:left;
	padding-right:10px;
}
#linkBlock{
	padding:10px;
	background:#edf6ed;
}

@media only screen and (max-width: 700px) {
#flower .img{
	float:none;
	text-align:center;
	padding:0 0 10px 0;
}
}
@media only screen and (max-width: 600px) {
	#flower .col1,
	#flower .col2{
		clear:both;
		margin-bottom:20px;
	}
}

