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


/* ================================
 　基本的な構造・装飾の指定
==================================*/



/*------------------------------------------------------------
	基本スタイル
------------------------------------------------------------*/
body {
	font: 62.5%  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background: #b1e8fc url(../images/body_bg.jpg) 0 0 repeat;
	text-align: center;
	min-width: 1150px;
	-webkit-text-size-adjust: 100%;
}
p {
	line-height: 1.8;
	margin: 0 0 1em 0;
}
li {
	line-height:1.7;
	margin: 0 0 0.5em 0;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #0080ff;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.arw {
	background: url(../images/arw_01.png) 0 5px no-repeat;
	padding-left: 17px;
}
.pagetop {
	float: right;
	margin: 20px 0 30px;
	background: url(../images/arw_top.gif) 0 7px no-repeat;
	padding-left: 12px;
	font-size: 87%;
}
.pagetop a {
	text-decoration: none;
}
.pagetop a:hover {
	text-decoration: underline;
	color: #36add9;
}

/*画像透過*/
a.imgHover:hover img{
   opacity:0.8;
   filter: alpha(opacity=80);
   -ms-filter: "alpha( opacity=80 )";
}

/*------------------------------------------------------------
	全体構造
------------------------------------------------------------*/
#home #wrapper {
	width: 100%;
	background: url(../images/footer_bg.jpg) center bottom no-repeat;
	clear: both;
}
#second #wrapper {
	width: 100%;
	background: url(../images/footer_bg.jpg) center bottom no-repeat;
	clear: both;
	padding-bottom: 297px;
}
#container {
	margin: 0 auto;
	background: url(../images/main_bg.jpg) center bottom no-repeat;
	min-height: 943px;
	font-size: 160%;
}
#second #container {
	padding-bottom: 130px;
}
#main {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	/*height: 943px;*/
}
#gnav {
	height: 63px;
}
#content {
	width: 790px;
	padding: 20px 50px 20px;
	text-align: left;
	background: rgba(255,255,255,0.8);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	margin: 0 auto 50px;
	display: block;
/*position: absolute;
	top: 158px;*/
/*left: 50%;*/
/*	margin-left: -395px;*/
/*	margin: 0 0 40px -445px;*/
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
#home h1 {
	width: 312px;
	height: 100px;
	position: absolute;
	top: 19px;
	left: 90px;
}
#second h1 {
	width: 312px;
	height: 100px;
	margin: 19px 90px 50px;
}
#second h2 {
	background: url(../images/about_h2_bg.png) 0 0 no-repeat;
	padding: 2px 70px 8px;
	font-size: 200%;
	font-weight: normal;
	margin: 20px 0 40px;
}
#second h3 {
	clear: both;
	font-size: 125%;
	margin: 0 0 10px;
	background: url(../images/h3_bg.png) 0 0 no-repeat;
	min-height: 60px;
	padding: 15px 35px 0;
	color: #444;
}
h4 { /* boxの中に置く */
	clear: both;
	font-size: 110%;
	margin: 0 0 15px;
	background: url(../images/h4_bg.png) 0 3px no-repeat;
	padding: 0 0 0 17px;
	color: #444;
}
h5 {
	clear: both;
	font-size: 105%;
	margin: 0 0 5px;
	color: #444;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
	width: 100%;
	background: rgba(53,128,38,0.4);
}
#footer {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	padding: 10px 0 29px;
	text-align: center;
	color: #fff;
	font-size: 120%;
}
#second #footer {
	padding: 10px 0 67px;
}
.footerList {
	clear: both;
	margin-left: 8px;
}
.footerList li {
	margin: 18px 20px 0 0;
	padding-left: 20px;
	float: left;
	border-left: 1px solid #bed4a9;
}
.footerList li a {
	color: #fff;
	text-decoration: none;
}
.footerList li a:hover {
	text-decoration: underline;
}
.footerList li.lastChild {
	padding-left: 50px;
}

/*#copyright {
	clear: both;
	padding: 0;
	margin: 0;

	float: left;
}
*/


/*------------------------------------------------------------
	ページの先頭にもどる
------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 18px;
	right: 18px;
	display: none;
	text-align: center;
	font-size: 120%;
	margin: 0px;
}
#pagetop a {
	color: #fff;
	background: rgba(0,0,0,0.4);
	padding: 3px 10px;
	text-decoration: none;
	border-radius: 14px;
}
#pagetop a:hover {
	background: rgba(0,0,0,0.7);
}

/*------------------------------------------------------------
	ナビゲーション
------------------------------------------------------------*/
#gnav {
	float: left;
	margin: 0 0 20px 8px;
}
#gnav li {
	height: 50px;
	float: left;
}
#gnav li img {
	display: block;
}
.bnrList {
	float: right;
}

/*------------------------------------------------------------
	ページ内サブナビゲーション
------------------------------------------------------------*/
#subnav {
	font-size: 95%;
	position: fixed;
	top: 0;
	right: 50px;
	background: rgba(61,204,209,0.5);
	border-radius: 0 0 10px 10px;
	padding: 10px 15px 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px #000;
}
#subnav li {
	margin: 0 0 5px;
	background: url(../images/icon_flower.png) 0 0 no-repeat;
	padding-left: 25px;
}
#subnav li.on {
	background: url(../images/icon_flower_on.png) 0 0 no-repeat;
}
#subnav a {
	color: #333;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}





/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
.tbl01 {
	clear: both;
	width: 740px;
	font-size: 95%;
	border-top: 1px solid #ddedd5;
	border-right: 1px solid #ddedd5;
	margin-bottom: 40px;
}
.tbl01 caption {
	text-align: left;
	background: url(../images/marker_01.png) 0 7px  no-repeat;
	padding-left: 17px;
	margin: 0 0 10px;
}
.tbl01 th {
	border-bottom: 1px solid #d8e8d1;
	border-left: 1px solid #d8e8d1;
	background: #f0faeb;
	padding: 0.7em 1em;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}
.tbl01 td {
	border-bottom: 1px solid #ddedd5;
	background: #fff;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.tbl01 th span {
	font-weight: bold;
	font-size: 110%;
	color: #995c1f
}
.tbl01 .w7 {
	width: 7em;
}
.tbl01 .w200 {
	width: 200px;
	border-right: 1px solid #d8e8d1;
}
.tbl01 .w230 {
	width: 230px;
	border-right: 1px solid #d8e8d1;
}


/* 花育イベント予定table */
.tbl02 {
	clear: both;
	width: 790px;
	font-size: 90%;
	border-top: 1px solid #ddedd5;
	margin-bottom: 40px;
}
.tbl02 th {
	border-bottom: 1px solid #d8e8d1;
	border-left: 1px solid #d8e8d1;
	background: #f0faeb;
	padding: 0.5em 0.7em;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}
.tbl02 td {
	border-bottom: 1px solid #ddedd5;
	border-right: 1px solid #ddedd5;
	background: #fff;
	padding: 0.5em 0.7em;
	vertical-align: top;
}
.tbl02 .colg01 { width: 15em;}
.tbl02 .colg03 { width: 20em;}
.tbl02 .colg04 { width: 5em;}
.tbl02 .colg05 { width: 6em;}




/*------------------------------------------------------------
	装飾
------------------------------------------------------------*/
.bold { font-weight: bold;}
.normal {font-weight: normal;}
.small { font-size: 85%;}
.large { font-size: 125%;}
.red {color: #f20000;}
.orange {color: #bf5900;}
.black { color: #333;}

.marked01 li { background: url(../images/marker_01.png) 0 7px  no-repeat; padding-left: 17px; margin: 0 0 12px; line-height: 1.6;}
.borderList li {border-bottom: 1px solid #ccc; margin-bottom: 15px;}
.ol01 li { list-style-type: decimal;font-weight: bold; margin: 0 0 20px 30px;}
.ol01 li span { font-weight: normal; display: block;}
.ol02 li { list-style-type: decimal;margin: 0 0 20px 30px;}
.ol02 li ul li { list-style-type: none;margin: 0 0 15px 0;}

.block { display: block;}
.inline {display: inline;}
.underlined { border-bottom: 1px solid #c0e4f0; padding-bottom: 5px;}
.indent1 {text-indent: -1em; margin-left: 1em;}

.frame {
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 3px rgba(163,192,204,0.4);
	-moz-box-shadow: 2px 2px 3px rgba(163,192,204,0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(163,192,204,0.4);
	-o-box-shadow: 2px 2px 3px rgba(163,192,204,0.4);
	-ms-box-shadow: 2px 2px 3px rgba(163,192,204,0.4);
}

/*------------------------------------------------------------
	右寄せ／左寄せ
------------------------------------------------------------*/
.fR { float: right;} 
.fL { float: left;} 
.imgR { float: right; margin: 0 0 1em 1em;} 
.imgL { float: left; margin: 0 1em 1em 0;} 
.center { text-align:center !important;}
.right { text-align: right !important;}
.left { text-align: left !important;}

/*------------------------------------------------------------
	clear
------------------------------------------------------------*/
/*clear*/
.clear {clear:both;}

/* clerfix */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

/*------------------------------------------------------------
	margins
------------------------------------------------------------*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.mr0{margin-right:0px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

.mb0 {margin-bottom: 0 !important;}
.mb3 {margin-bottom: 3px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.ml-10{margin-left:-10px;}
.ml10{margin-left:10px;}
.ml14{margin-left:14px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}

.noMg{margin:0 !important;}
