@charset "utf-8";
/*------------------------------------------------------------------------------
[1] 各種テンプレート
	汎用トップ
	イベント
	イベントカレンダー
	よくある質問
	施設
	アルバム
	汎用項目収集
	画像リンク
	サイトマップ
	新着更新情報
	オープンデータ
[2] 共通スタイル
	3列横並びメニュー（セカンドトップ / 汎用トップ / サイトマップ）
	サイドメニュー
	トピックス
	新着更新情報
	広告欄（トップページ、セカンドトップ）
	広告欄（画像リンク）
	ごみカレンダー
	スクロールメニュー（トップページ、汎用トップ）
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] 各種テンプレート
*******************************************************************************/
/*==============================================================================
	地図から探す
==============================================================================*/
#content2 #mapcategory h2{
    color:#333;
}
#content2 #mapcategory h2::before{
	background:transparent;
}
/*==============================================================================
	汎用トップ
==============================================================================*/
/*------------------------------------------------------------------------------
	上メニュー
------------------------------------------------------------------------------*/
/* 画像
------------------------------------------------------------------------------*/
#ptopnavi ul.imgnavi{
	list-style-type:none;
	clear:both;
}
#ptopnavi ul.imgnavi li{
	margin:0px 10px 10px 0px;
	float:left;
	display:inline;
}
/* テキスト
------------------------------------------------------------------------------*/
#ptopnavi ul.txtnavi{
	list-style-type:none;
	clear:both;
}
#ptopnavi ul.txtnavi li{
	margin:0px 10px 10px 0px;
	float:left;
	display:inline;
	overflow:hidden;
}
#ptopnavi ul.txtnavi li a{
	padding:10px 8px 10px 8px;
	min-width:120px;
	display:inline-block;
	font-weight:bold;
	color: #FFF;
	background: #035259;
	text-decoration:none;
}
#ptopnavi ul.txtnavi li a:hover{
	color:#000;
	background:#C7E5E8;
}
/*------------------------------------------------------------------------------
	中央
------------------------------------------------------------------------------*/
/* 基本エリア
------------------------------------------------------------------------------*/
#petit ul.objectlink:after{
	content:"";
	display:block;
	clear:both;
}
#petit ul.objectlink li.imglink{
	margin:0px 10px 10px 0px;
	float:left;
}
/*------------------------------------------------------------------------------
	色変更
------------------------------------------------------------------------------*/
/* 上メニュー（テキスト）の色変更(基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 #ptopnavi ul.txtnavi li a,
.color2 #ptopnavi ul.txtnavi li a,
.color3 #ptopnavi ul.txtnavi li a,
.color4 #ptopnavi ul.txtnavi li a{
	position: relative;
}
.color1 #ptopnavi ul.txtnavi li a::after,
.color2 #ptopnavi ul.txtnavi li a::after,
.color3 #ptopnavi ul.txtnavi li a::after,
.color4 #ptopnavi ul.txtnavi li a::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
}
/* color1 */
.color1 #ptopnavi ul.txtnavi li a{
	color: #000;
	background:#ffefef;
	border-top: 2px solid #cb6060;
	border-bottom: 2px solid #cb6060;
}
.color1 #ptopnavi ul.txtnavi li a::after{
	background-color: #f5cece;
}
.color1 #ptopnavi ul.txtnavi li a:hover{
	background:#f5cece;
}

/* color2 */
.color2 #ptopnavi ul.txtnavi li a{
	color:#000000;
	background: #dff3ff;
	border-top: 2px solid #1f88c5;
	border-bottom: 2px solid #1f88c5;
}
.color2 #ptopnavi ul.txtnavi li a::after{
	background-color: #c0e1f5;
}
.color2 #ptopnavi ul.txtnavi li a:hover{
	background:#c0e1f5;
}

/* color3 */
.color3 #ptopnavi ul.txtnavi li a{
	color:#000000;
	background: #fbede3;
	border-top: 2px solid #ffa15d;
	border-bottom: 2px solid #ffa15d;
}
.color3 #ptopnavi ul.txtnavi li a::after{
	background-color: #ffdcc4;
}
.color3 #ptopnavi ul.txtnavi li a:hover{

	background:#ffdcc4;
}

/* color4 */
.color4 #ptopnavi ul.txtnavi li a{
	color:#000000;
	background: #e5eff7;
	border-top: 2px solid #145288;
	border-bottom: 2px solid #145288;
}
.color4 #ptopnavi ul.txtnavi li a::after{
	background-color: #c6dff3;
}
.color4 #ptopnavi ul.txtnavi li a:hover{
	background:#c6dff3;
}


/* トピックス（基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 .topics ul li{
	background:url(images/parts/mark_topics_1.png) no-repeat 0px 8px;
}
.color2 .topics ul li{
	background:url(images/parts/mark_topics_2.png) no-repeat 0px 8px;
}
.color3 .topics ul li{
	background:url(images/parts/mark_topics_3.png) no-repeat 0px 8px;
}
.color4 .topics ul li{
	background:url(images/parts/mark_topics_4.png) no-repeat 0px 8px;
}
/* クラスsidelinkとbannertxtの色変更（基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 .sidelink h2{
	background: #ffefef;
	border-color: #cb6060;
}
.color2 .sidelink h2{
	background: #dff3ff;
	border-color: #1f88c5;
}
.color3 .sidelink h2{
	background: #fbede3;
	border-color: #ffa15d;
}
.color4 .sidelink h2{
	background: #e5eff7;
	border-color: #145288;
}
.color1 .sidelink h3{
	border-color: #cb6060;
}
.color2 .sidelink h3{
	border-color: #1f88c5;
}
.color3 .sidelink h3{
	border-color:#ffa15d;
}
.color4 .sidelink h3{
	border-color: #145288;
}
.color1 .sidelink ul li{
	background-image:url(images/parts/mark_sidelink_1.png);
}
.color2 .sidelink ul li{
	background-image:url(images/parts/mark_sidelink_2.png);
}
.color3 .sidelink ul li{
	background-image:url(images/parts/mark_sidelink_3.png);
}
.color4 .sidelink ul li{
	background-image:url(images/parts/mark_sidelink_4.png);
}

.color1 .bannertxt ul li a{
	background:#FFF;
}
.color1 .bannertxt ul li a:hover{
	background:#ffeaea;
}
.color1 .bannertxt ul li{
    box-shadow: 2px 2px #cb6060;
}

.color1 .bannertxt ul li a::before{
	border-color:#cb6060;
}


.color2 .bannertxt ul li{
    box-shadow: 2px 2px #1f88c5;
}
.color2 .bannertxt ul li a{
	background:#FFF;
}
.color2 .bannertxt ul li a::before{
	border-color:#1f88c5;
}
.color2 .bannertxt ul li a:hover{
	background:#dff3ff;
}

.color3 .bannertxt ul li a{
	background:#FFF;
}
.color3 .bannertxt ul li{
    box-shadow: 2px 2px #ffa15d;
}
.color3 .bannertxt ul li a:hover{
	background:#fbede3;
}
.color3 .bannertxt ul li a::before{
	border-color:#ffa15d;
}

.color4 .bannertxt ul li a{
	background:#FFF;
}

.color4 .bannertxt ul li{
    box-shadow: 2px 2px #145288;
}
.color4 .bannertxt ul li a:hover{
	background:#e5eff7;
}
.color4 .bannertxt ul li a::before{
	border-color:#145288;
}

/* 下メニューの色変更(基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 .smenu li{
	background-image:url(images/parts/mark_smenu_1.png);
}
.color2 .smenu li{
	background-image:url(images/parts/mark_smenu_2.png);
}
.color3 .smenu li{
	background-image:url(images/parts/mark_smenu_3.png);
}
.color4 .smenu li{
	background-image:url(images/parts/mark_smenu_4.png);
}
.color1 .smenu li.list{
	background-image:url(images/parts/mark_folder_1.png);
}
.color2 .smenu li.list{
	background-image:url(images/parts/mark_folder_2.png);
}
.color3 .smenu li.list{
	background-image:url(images/parts/mark_folder_3.png);
}
.color4 .smenu li.list{
	background-image:url(images/parts/mark_folder_4.png);
}
/* サムネイル */
#content3 .color1 ul li.thumbslist .thumbslink{
	background-image:url(images/parts/mark_smenu_1.png);
}
#content3 .color2 ul li.thumbslist .thumbslink{
	background-image:url(images/parts/mark_smenu_2.png);
}
#content3 .color3 ul li.thumbslist .thumbslink{
	background-image:url(images/parts/mark_smenu_3.png);
}
#content3 .color4 ul li.thumbslist .thumbslink{
	background-image:url(images/parts/mark_smenu_4.png);
}
#content3 .color1 ul li.thumbslist .list{
	background-image:url(images/parts/mark_folder_1.png);
}
#content3 .color2 ul li.thumbslist .list{
	background-image:url(images/parts/mark_folder_2.png);
}
#content3 .color3 ul li.thumbslist .list{
	background-image:url(images/parts/mark_folder_3.png);
}
#content3 .color4 ul li.thumbslist .list{
	background-image:url(images/parts/mark_folder_4.png);
}
/* 見出し */
.color1 .smenu h2,
.color1 #secondlist ul li a,
.color1 #secondlist2 ul li a{
	border-color: #cb6060;
	background: #ffefef;
}



.color2 .smenu h2,
.color2 #secondlist ul li a,
.color2 #secondlist2 ul li a{
	border-color:#1f88c5;
	background:#dff3ff;
}


.color3 .smenu h2,
.color3 #secondlist ul li a,
.color3 #secondlist2 ul li a{
	border-color: #ffa15d;
	background: #fbede3;
}


.color4 .smenu h2,
.color4 #secondlist ul li a,
.color4 #secondlist2 ul li a{
	border-color:#145288;
	background:#e5eff7;
}


.color1 .smenu h2 a,
.color1 #secondlist ul li a,
.color1 #secondlist2 ul li a,
.color2 .smenu h2 a,
.color2 #secondlist ul li a,
.color2 #secondlist2 ul li a,
.color3 .smenu h2 a,
.color3 #secondlist ul li a,
.color3 #secondlist2 ul li a,
.color4 .smenu h2 a,
.color4 #secondlist ul li a,
.color4 #secondlist2 ul li a{
	color:#333333;
}
/* サムネイル＋概要文 */
.color1 #secondimg .smenu h2,.color1 #secondimg2 .smenu h2{
	background:url(images/parts/mark_smenu_1.png) no-repeat 8px 14px;
}


.color2 #secondimg .smenu h2,.color2 #secondimg2 .smenu h2{
	background:url(images/parts/mark_smenu_2.png) no-repeat 8px 14px;
}


.color3 #secondimg .smenu h2,.color3 #secondimg2 .smenu h2{
	background:url(images/parts/mark_smenu_3.png) no-repeat 8px 14px;
}


.color4 #secondimg .smenu h2,.color4 #secondimg2 .smenu h2{
	background:url(images/parts/mark_smenu_4.png) no-repeat 8px 14px;
}


.color1 #secondimg .smenu,.color1 #secondimg2 .smenu{
	border-color:#cb6060;
}
.color2 #secondimg .smenu,.color2 #secondimg2 .smenu{
	border-color:#1f88c5;
}
.color3 #secondimg .smenu,.color3 #secondimg2 .smenu{
	border-color: #ffa15d;
}
.color4 #secondimg .smenu,.color4 #secondimg2 .smenu{
	border-color: #145288;
}
/*==============================================================================
	イベント
==============================================================================*/
/*------------------------------------------------------------------------------
	イベントカテゴリ
------------------------------------------------------------------------------*/
#content p.ecategory{
	margin:0px 10px 10px 10px;
	float:left;
}
#content p.ecategory span{
	margin-bottom:5px;
	padding:2px 5px 2px 5px;
	display:inline-block;
	border:1px solid #035259;
	background:#e5edee;
	line-height:1.4;
}
/*------------------------------------------------------------------------------
	開催エリアカテゴリ
------------------------------------------------------------------------------*/
#content p.areacategory{
	margin:0px 10px 10px 10px;
	text-align:right;
}
#content p.areacategory span{
	margin-bottom:5px;
	padding:4px 5px 4px 5px;
	display:inline-block;
	background: #e5edee;
	line-height:1.4;
}
/*------------------------------------------------------------------------------
	イベントカレンダースマホ連携ボタン
------------------------------------------------------------------------------*/
#content .evt{
	border:2px solid #CCCCCC;
}
/*==============================================================================
	よくある質問
==============================================================================*/
#faq{
	margin:0px 10px 0px 10px;
}
/*------------------------------------------------------------------------------
	よくある質問トップページ
------------------------------------------------------------------------------*/
/*	検索
------------------------------------------------------------------------------*/
#faq .searchfaq{
	margin:0px 0px 20px 0px;
	padding:18px 20px 20px 20px;
	color:#333332;
	background: #E5EDEE;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#faq .searchfaq h2{
	margin:0px 0px 10px 0px;
	font-size:120%;
	color:#333332;
}
#faq .searchfaq p{
	margin:0px 0px 10px 0px;
}
#faq .searchfaq form{
	margin-left:10px;
	font-size:100%;
}
#faq .searchfaq img{
	vertical-align:middle;
}
#faq .searchfaq label{
	margin-right:10px;
}
#faq .searchfaq input{
	margin:0px 3px 0px 0px;
	padding:4px 5px 4px 5px;
	vertical-align:middle;
	border:1px solid #CCCCCC;
	border-style:none;
	-webkit-appearance:none;
}
#faq .searchfaq input#key2{
	padding:4px 5px 4px 5px!important;
	width:370px!important;
	height:auto!important;
	border:1px solid #CCCCCC!important;
}
#faq .searchfaq input[type="submit"]{
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	color: #FFF;
	background: #035259;
	border-color: #035259;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
/*	アクセスランキング
------------------------------------------------------------------------------*/
#faq .faqrank{
	margin:0px 0px 20px 0px;
	border:1px solid #CCCCCC;
}
#faq .faqrank h2{
	margin:0px 0px 5px 0px;
	padding:10px 5px 6px 10px;
	font-size:120%;
	color:#333333;
	border-top:5px solid #ffd65b;
}
#faq .faqrank p{
	margin:0px 15px 15px 15px;
}
#faq .faqrank ol{
	margin:0px 10px 15px 40px;
}
#faq .faqrank ol li{
	margin:0px 0px 5px 0px;
}
/*	トピックス・新着情報
------------------------------------------------------------------------------*/
#faq .faqtopics{
	margin:0px 0px 20px 0px;
	border:1px solid #CCCCCC;
}
#faq .faqtopics h2{
	margin:0px 0px 5px 0px;
	padding:10px 5px 6px 10px;
	font-size:120%;
	color:#333333;
	border-top: 5px solid #035259;
}
#faq .faqtopics h3{
	margin:0px 10px 10px 10px;
	padding:5px 9px 2px 9px;
	font-size:110%;
    background-color: #C7E5E8;
    border-bottom: 1px solid #72A5A9;
}
#faq .faqtopics p{
	margin:0px 15px 15px 15px;
}
#faq .faqtopics ul{
	margin:0px 10px 15px 15px;
	list-style-type:none;
}
#faq .faqtopics ul li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/content/mark_list.png) no-repeat 0px 3px;
}
/*	新着情報
------------------------------------------------------------------------------*/
#faq .news ul li span.newsli{
	width:710px;
}
/*	目的別に探す
------------------------------------------------------------------------------*/
#faq .faqlife{
	margin:0px 0px 20px 0px;
}
#faq .faqlife h2{
	margin:0px 0px 20px 0px;
	padding: 12px 5px 10px 14px;
	position: relative;
	font-size:140%;
	color:#035259;
	border-bottom:2px solid #035259;
	line-height:1.5;
	z-index: 1;
}
#faq .faqlife h2::before{
	width: 45px;
	height: 45px;
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	background-color: #C7E5E8;
	z-index: -1;
}
#faq .faqlife h3{
	margin:0px 5px 10px 5px;
	margin:0px 10px 10px 10px;
	padding:5px 9px 2px 9px;
	font-size:110%;
    background-color: #C7E5E8;
    border-bottom: 1px solid #72A5A9;
}
#faq .faqlife p{
	margin:0px 15px 15px 15px;
}
#faq .faqlife ul{
	margin:0px 15px 15px 15px;
	list-style-type:none;
}
#faq .faqlife ul li{
	margin:0px 12px 10px 0px;
	float:left;
}
/*	カテゴリから探す
------------------------------------------------------------------------------*/
#faq .categoryfaq{
	margin:0px 0px 20px 0px;
}
#faq .categoryfaq h2{
	margin:0px 0px 20px 0px;
	padding: 12px 5px 10px 14px;
	position: relative;
	font-size:140%;
	color:#035259;
	border-bottom:2px solid #035259;
	line-height:1.5;
	z-index: 1;
}
#faq .categoryfaq h2::before{
	width: 45px;
	height: 45px;
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	background-color: #C7E5E8;
	z-index: -1;
}
#faq .categoryfaq>h3{
	margin:0px 5px 10px 5px;
	margin:0px 10px 10px 10px;
	padding:5px 9px 2px 9px;
	font-size:110%;
    background-color: #C7E5E8;
    border-bottom: 1px solid #72A5A9;
}
#faq .categoryfaq>p{
	margin:0px 15px 15px 15px;
}
/*　第3階層表示　*/
#faq .categoryfaq .box{
	margin:0px 0px 0px 0px;
}
#faq .categoryfaq>.box .smenu{
	width:31.15%;
}
#faq .categoryfaq .smenu h3{
	margin-bottom:10px;
	padding: 14px 5px 13px 10px;
	display:block;
	position: relative;
	font-size:100%;
	background: #e6f3f5;
	border: 2px solid #035259;
    box-shadow: 0px 0px 0px 2px #fff inset;
	border-radius:5px;
}
#faq .categoryfaq .smenu h3 a{
	color:#333334;
}
/*　第3階層非表示　*/
#faq #faqlist ul{
	margin:0px 13px 20px 15px;
	list-style-type:none;
}
#faq #faqlist ul li{
	margin:0px 5px 5px 5px;
	width:29.95%;
	float:left;
	padding-left:20px;
	background:url(images/parts/mark_smenu.png) no-repeat 0px 4px;
}
#faq #faqlist ul li:nth-child(3n+1){
	clear:both;
}
/*　リスト画像下　*/
#faq #secondimg .smenu h3{
	margin-bottom:5px;
	padding:10px 5px 8px 25px;
	display:block;
	font-size:110%;
	color:#333333;
	background:url(images/parts/mark_smenu.png) no-repeat 8px 14px;
	border:none;
	text-align:left;
	line-height:1.5;
	text-decoration:underline;
	box-shadow:none;
}
#faq #secondimg .smenu h3 img.externall{
	margin:0px auto 6px 5px;
}
/*　リスト画像横（リスト画像無し）　*/
#faq ul.listlink2{
	margin-bottom:15px;
	margin-left:25px;
	clear:both;
	list-style-type:none;
	list-style-position:outside;
}
#faq ul.listlink2:after{
	content:"";
	display:block;
	clear:both;
}
#faq ul.listlink2 li{
	margin-bottom:10px;
	margin-right:15px;
	padding-left:25px;
	width:44.7%;
	float:left;
	background:url(images/parts/mark_smenu.png) no-repeat 5px 5px;
}
#faq ul.listlink2 li:after{
	content:"";
	display:block;
	clear:both;
}
#faq ul.listlink2 li span{
	font-size:90%;
	line-height:1.5;
}
/* リスト画像横（リスト画像有り）　*/
#faq ul li.thumbslist{
	margin-bottom:5px;
	padding-left:4px;
	width:47%;
	background:none;
}
#faq ul li.thumbslist .thumbslink{
	padding-left:20px;
	font-size:100%;
	background:url(images/parts/mark_smenu.png) no-repeat 0px 5px;
}
#faq ul li.thumbslist img{
	margin-bottom:15px;
	margin-right:10px;
	float:left;
}
#faq ul li.thumbslist img.external{
	margin:0px 0px 0px 5px;
	float:none;
}
/*------------------------------------------------------------------------------
	よくある質問詳細ページ
------------------------------------------------------------------------------*/
#content p.faqtitle{
	margin-left:0px;
	margin-right:0px;
}
#content p.faqtitle span{
	font-size:65%;
	font-weight:normal;
}
#content h1.question{
	margin-bottom:14px;
	padding:10px 5px 10px 15px;
	font-size:110%;
	color:#000;
	background:#EFEFEF none;
	border:none;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	left:0;
	bottom:0;
	top:0;
}
#content h1.question:after{
	background-color:transparent;
	left:0;
	bottom:0;
}
#content h1.question span.q{
	width:60px;
	float:left;
	display:block;
}
#content h1.question span.qtitle{
	display:block;
	font-size:100%;
	font-weight:bold;
}
#content h2.answer{
	margin-top:30px;
	padding:15px 0px 0px 15px;
	clear:both;
	background:none;
	border:none;
	border-top:2px solid #035259;
}
#content h2.answer::before{
	background-color: transparent;
	height: auto;
	width: auto;
}
/*==============================================================================
	施設
==============================================================================*/
#shisetsuicon{
	margin:0px 10px 15px 0px;
	text-align:right;
}
#shisetsuicon p{
	margin:0px;
	display:inline;
}
#shisetsuicon ul{
	margin:0px;
	display:inline;
	list-style-type:none;
}
#shisetsuicon ul li{
	display:inline;
}
#shisetsuicon ul li img{
	margin:0px 0px 5px 0px;
	vertical-align:middle;
}
/*==============================================================================
	アルバム
==============================================================================*/
#content .img2lows .imglows p,
#content .img3lows .imglows p,
#content .img4lows .imglows p,
#content .img5lows .imglows p,
#content2 .img2lows .imglows p,
#content2 .img3lows .imglows p,
#content2 .img4lows .imglows p,
#content2 .img5lows .imglows p{
	margin:0px 0px 5px 0px;
	font-size:98%;
	line-height:1.5;
}
#content .img2lows .imglows p span.imgtitle,
#content .img3lows .imglows p span.imgtitle,
#content .img4lows .imglows p span.imgtitle,
#content .img5lows .imglows p span.imgtitle,
#content2 .img2lows .imglows p span.imgtitle,
#content2 .img3lows .imglows p span.imgtitle,
#content2 .img4lows .imglows p span.imgtitle,
#content2 .img5lows .imglows p span.imgtitle{
	font-weight:bold;
}
#content .img2lows .imglows ul.objectlink,
#content .img3lows .imglows ul.objectlink,
#content .img4lows .imglows ul.objectlink,
#content .img5lows .imglows ul.objectlink,
#content2 .img2lows .imglows ul.objectlink,
#content2 .img3lows .imglows ul.objectlink,
#content2 .img4lows .imglows ul.objectlink,
#content2 .img5lows .imglows ul.objectlink{
	margin-left:0px;
	margin-bottom:5px;
	font-size:95%;
}
#content .img2lows ul,#content2 .img2lows ul,
#content .img3lows ul,#content2 .img3lows ul,
#content .img4lows ul,#content2 .img4lows ul,
#content .img5lows ul,#content2 .img5lows ul{
	margin:0px;
	list-style-type:none;
}
/*	2列
------------------------------------------------------------------------------*/
.img2lows{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	width:98%;
	clear:both;
}
.img2lows .imglows{
	padding:0px 10px 0px 10px;
	width:46.8%;
	float:left;
}
/*	3列
------------------------------------------------------------------------------*/
.img3lows{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	width:95.8%;
	clear:both;
}
.img3lows .imglows{
	padding:0px 5px 0px 5px;
	width:31.86%;
	float:left;
}
/*	4列
------------------------------------------------------------------------------*/
.img4lows{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	width:97.2%;
	clear:both;
}
.img4lows .imglows{
	padding:0px 5px 0px 5px;
	width:23.55%;
	float:left;
}
/*	5列
------------------------------------------------------------------------------*/
.img5lows{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	width:97.2%;
	clear:both;
}
.img5lows .imglows{
	padding:0px 5px 0px 5px;
	width:18.55%;
	float:left;
}
/*==============================================================================
	汎用項目収集
==============================================================================*/
#lifescene{
	margin-bottom:10px;
}
#lifeleft{
	margin-left:10px;
	float:left;
	width:480px;
}
#lifebanner{
	margin-right:10px;
	width:200px;
	float:right;
	line-height:1.5;
}
/* 2列表
------------------------------------------------------------------------------*/
#content #lifeleft dl{
	width:95%;
}
#content #lifeleft dt{
	width:30%;
}
#content #lifeleft dd{
	width:65%;
}
/* 右バナーエリア
------------------------------------------------------------------------------*/
#lifebanner ul{
	margin:0px;
	list-style-type:none;
}
#lifebanner ul li{
	margin-bottom:8px;
	padding:0px;
}
#lifebanner ul li img{
	vertical-align:bottom;
}
/*==============================================================================
	画像リンク
==============================================================================*/
#content .photolist, #content2 .photolist{
	margin:0px 10px 0px 10px;
	clear:both;
}
#content .photolist:after, #content2 .photolist:after{
	content:"";
	display:block;
	clear:both;
}
#content .photolist p.imageleft, #content2 .photolist p.imageleft{
	margin:0px 20px 15px 0px;
	width:180px;
	float:left;
}
#content .photolist p.name, #content2 .photolist p.name{
	margin:0px 0px 5px 0px;
	padding:0px;
	width:500px;
	float:left;
	font-size:110%;
	font-weight:bold;
}
#content .photolist p.extext, #content2 .photolist p.extext{
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	width:500px;
	float:left;
	font-size:90%;
	line-height:1.5;
}
/*==============================================================================
	サイトマップ
==============================================================================*/
#sitemap{
	margin:0px auto 0px auto;
	width:950px;
	line-height:1.8;
}
/*==============================================================================
	ごみカレンダー
==============================================================================*/
/*　カレンダー
------------------------------------------------------------------------------*/
#content table.gomi td{
	padding:3px 5px 3px 5px;
	width:95px;
	font-size:95%;
	border:1px solid #CCC;
	vertical-align:top;
}
#content table.gomi th{
	width:97px;
	text-align:center;
	vertical-align:middle;
}
#content table.gomi th.gsun{
	width:70px;
	font-size:85%;
	color:#900;
	background:#FEEDED;
}
#content table.gomi td.gsun{
	width:auto;
}
#content table.gomi td.gsun span{
	font-size:75%;
}
#content table.gomi th.gsat{
	width:70px;
	background:#EDF3FE;
}
#content .gomi ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#content table.gomi td ul li{
	margin-bottom:0px;
	padding:0px 0px 6px 0px;
	line-height:1.4;
}
#content table.gomi td ul li.gomiother{
	margin-left:20px;
	padding-left:0px;
	list-style-type:disc;
}
#content table.gomi td ul li img{
	padding-right:3px;
	vertical-align:middle;
}
#content table.gomi td strong{
	margin-bottom:5px;
	padding:0px 0px 0px 5px;
	display:block;
	font-size:130%;
	background:#EFEFEF;
	line-height:1.3;
}
#content table.gomi td.gsun strong{
	color:#900;
	background:#FEEDED;
}
#content table.gomi td.gsat strong{
	color:#069;
	background:#EDF3FE;
}
/*　詳細
------------------------------------------------------------------------------*/
#content .gomicity ul li{
	margin:0px 30px 10px 0px;
	width:28%;
	float:left;
}
#content .gomicity:after{
	content:"";
	display:block;
	clear:both;
}
/*==============================================================================
	オープンデータ
==============================================================================*/
/*==============================================================================
	開花情報
==============================================================================*/
/*------------------------------------------------------------------------------
　開花情報トップ
------------------------------------------------------------------------------*/
/*	開花情報
------------------------------------------------------------------------------*/
.flower .cols:nth-child(3n+1) {
	clear:both;
}
/*　新着、トピックス
------------------------------------------------------------------------------*/
#bloom .news,#bloom .topics{
	border:2px solid #F5C6CB;
}
#bloom .news h2,#bloom .topics h2{
	margin:1px 1px 10px 1px;
	background:#FFECEF;
	border:none;
}
#bloom .topics ul li{
	background:url(images/kaika/mark_topics.gif) no-repeat 2px 7px;
}
/*------------------------------------------------------------------------------
　開花情報マップ
------------------------------------------------------------------------------*/
/*	凡例
------------------------------------------------------------------------------*/
#flowermap .flowerstate1 ul li .long{
	line-height:1;
}
#flowermap .flowerstate1 ul li:nth-child(6n){
	clear:both;
}
/*------------------------------------------------------------------------------
　花一覧
------------------------------------------------------------------------------*/
#flowerlist p.flist a{
	padding-left:25px;
	width:165px;
	background:#F5C6CB url(images/kaika/flist.png) no-repeat 10px center;
}
/*------------------------------------------------------------------------------
　花リスト
------------------------------------------------------------------------------*/
#bloomlist ul li h3{
	padding-left:20px;
	background:url(images/kaika/bloom.png) no-repeat 0px 6px;
}
/*------------------------------------------------------------------------------
	検索結果（※上書き）
------------------------------------------------------------------------------*/
#content ul.osearchresult li{
	background:url(images/content/mark_list.png) no-repeat 2px 13px;
}
/*******************************************************************************
[2] 共通スタイル
*******************************************************************************/
/*==============================================================================
	3列横並びメニュー（汎用トップ / サイトマップ）
==============================================================================*/
/*------------------------------------------------------------------------------
	通常
------------------------------------------------------------------------------*/
.smenu{
	margin:0px 10px 15px 10px;
	padding:0px;
	width:31.2%;
	float:left;
	display:inline;
	font-size:100%;
}
/* 2列のとき */
#p2content .smenu{
	width:30.4%;
}
#p2content .smenu2column .smenu,
#petit #p2content .smenu2column #secondimg2 .smenu,
#p2content .smenu2column #secondlist2 ul li{
	width:47.1%;
}
/* 3列のとき */
#p3content .smenu{
	width:45%;
}
/* 見出し
------------------------------------------------------------------------------*/
.smenu h2{
	margin-bottom:10px;
	padding: 14px 5px 13px 10px;
	display:block;
	position: relative;
	font-size:100%;
	background: #e6f3f5;
	border: 2px solid #035259;
    box-shadow: 0px 0px 0px 2px #fff inset;
	border-radius:5px;
}
.smenu h2::before{
	content:"";
	position: absolute;
	left: 0px;
	top:0px;
	width:100%;
	height: 2px;
	background-color: #ffffff;
	z-index:2;
	border-radius:5px 5px 0px 0px;
}
.smenu h2.imglink::before,#secondimg .smenu h2::before, #secondimg2 .smenu h2::before {
    left: 0px;
    top: 0px;
    width: auto;
    background-color:transparent;
}
.smenu h2 a{
	color:#000;
}
.smenu h2.imglink{
	padding:0px;
	background:none !important;
	border:none;
}
/* 概要文、リンク
------------------------------------------------------------------------------*/
.smenu p{
	margin:0px 5px 10px 10px;
	font-size:95%;
	line-height:1.5;
}
.smenu ul{
	margin-bottom:20px;
	margin-left:10px;
	list-style-type:none;
}
.smenu ul li{
	margin-bottom:5px;
	padding-left:25px;
	background:url(images/parts/mark_smenu.png) no-repeat 5px 7px;
}
.smenu ul li.list{
	background-image:url(images/parts/mark_smenu.png);
}
/*------------------------------------------------------------------------------
	汎用トップ　（第3階層非表示）
------------------------------------------------------------------------------*/
#secondlist ul li,#secondlist2 ul li{
	margin:0px 10px 30px 10px;
	padding:0px;
	width:31%;
	float:left;
	display:inline;
	font-size:100%;
}
#secondlist:after,#secondlist2:after{
	content:"";
	display:block;
	clear:both;
}
/* 2列のとき */
#p2content #secondlist2 ul li{
	width:30.4%;
}
/* 3列のとき */
#p3content #secondlist2 ul li{
	width:45%;
}
/* 見出し
------------------------------------------------------------------------------*/
#secondlist ul li a,#secondlist2 ul li a{
	margin-bottom:10px;
	padding:14px 5px 12px 10px;
	display:block;
	position: relative;
	font-size:105%;
	font-weight:bold;
	color:#333;
	background:#e6f3f5;
	border: 2px solid #035259;
	box-shadow: 0px 0px 0px 2px #fff inset;
	border-radius:5px;
}
#secondlist ul li p,#secondlist2 ul li p{
	margin:0px 5px 10px 10px;
	font-size:95%;
	line-height:1.5;
}
/*------------------------------------------------------------------------------
	汎用トップ　（リンク＋概要文＋画像　リスト画像表示1）
------------------------------------------------------------------------------*/
#secondimg,
#secondimg2{
	text-align:center;
}
#secondimg:after,#secondimg2:after{
	content:"";
	display:block;
	clear:both;
}
#secondimg .smenu,#secondimg2 .smenu{
	margin:0px 10px 15px 10px;
	box-sizing:border-box;
	padding:2px;
	width:31.15%;
	float:left;
	display:inline;
	box-shadow: 0px 0px 0px 2px #fff inset;
	font-size:100%;
	border:2px solid #035259;
	text-align:center;
	border-radius:5px;
	/* box-sizing: border-box; */
}
/* 2列のとき */
#petit #p2content #secondimg2 .smenu{
	width:29.3%;
}
/* 3列のとき */
#petit #p3content #secondimg2 .smenu{
	width:44.2%;
}
/* 見出し
------------------------------------------------------------------------------*/
#secondimg h2,
#secondimg2 h2,
#secondimg p,
#secondimg2 p{
	text-align:left;
}
/*HTML5*/
#secondimg a,#secondimg2 a{
	display:block;
	text-decoration:none;
	border-radius: 5px;
}
#secondimg .smenu a:hover,#secondimg2 .smenu a:hover{
	background:#fff6dc;
}
#secondimg .smenu h2,#secondimg2 .smenu h2{
	margin-bottom:5px;
	padding:12px 5px 8px 25px;
	display:block;
	color:#333333;
	font-size: 100%;
	background:url(images/parts/mark_smenu.png) no-repeat 8px 14px;
	border:none;
	text-align:left;
	line-height:1.5;
	box-shadow: 0px 0px 0px 1px #fff inset;
	text-decoration:underline;
	box-shadow: none;
}
#secondimg .smenu::before,#secondimg2 .smenu h2::before{
	content:none;
}
#secondimg .smenu h2 img.external,#secondimg2 .smenu h2 img.external{
	margin:0px auto 6px 5px;
}
#secondimg .smenu p,#secondimg2 .smenu p{
	margin:0px 10px 0px 15px;
	padding-bottom:8px;
	color:#333333;
	text-align:left;
	line-height:1.5;
}
#secondimg .smenu p.smimg,#secondimg2 .smenu p.smimg{
	text-align:center;
}
#secondimg .smenu img,#secondimg2 .smenu img{
	margin:0px auto 12px auto;
	vertical-align:bottom;
}
/*------------------------------------------------------------------------------
	汎用トップ　（リンク＋概要文＋画像　リスト画像表示2）
------------------------------------------------------------------------------*/
#petit ul li.thumbslist .thumbslink{
	background:url(images/parts/mark_smenu.png) no-repeat 3px 7px;
}
#petit ul li.thumbslist .list{
	background-image:url(images/parts/mark_smenu.png);
}
/*==============================================================================
	サイドメニュー
==============================================================================*/
/*------------------------------------------------------------------------------
	テキストリンク・画像リンク、バナーテキストリンク
------------------------------------------------------------------------------*/
.sidelink{
	margin-bottom:20px;
}
.sidelink h2{
	margin-bottom:8px;
	padding:10px 5px 8px 5px;
	font-size:100%;
	color:#333;
	background: #e6f3f5;
	border-top: 3px solid #035259;
}
.sidelink h3{
	margin:0px 0px 10px 0px;
	padding:3px 5px 3px 5px;
	font-size:100%;
	border-bottom: 3px double #035259;
}
.sidelink p{
	padding:0px 5px 10px 5px;
}
/* テキストリンク
------------------------------------------------------------------------------*/
.sidelink ul{
	margin:0px 0px 15px 0px;
	list-style-type:none;
}
.sidelink ul li{
	margin-bottom:8px;
	padding-left:23px;
	background:url(images/parts/mark_sidelink.png) no-repeat 5px 5px;
}
/* 画像リンク
------------------------------------------------------------------------------*/
.sidelink ul li.imglink{
	padding-left:0px;
	background:none;
}
/*------------------------------------------------------------------------------
	バナーテキストリンク
------------------------------------------------------------------------------*/
.bannertxt{
	margin-bottom:20px;
}
.bannertxt ul{
	list-style-type:none;
}
.bannertxt ul li{
	margin-bottom:8px;
	overflow:hidden;
	font-size:95%;
	box-shadow: 2px 2px #035259;
}
.bannertxt ul li a{
	padding:14px 10px 14px 30px;
	display:block;
	position: relative;
	color:#333;
	font-weight:bold;
	background: #efefef;
	border:1px solid #CCC;
	text-decoration:none;
}
.bannertxt ul li a::before{
	content:"";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 19px;
	left: 8px;
	border-top: 2px solid #035259;
	border-right: 2px solid #035259;
	transform: rotate(45deg);
}
.bannertxt ul li a:hover{

	background:#fff;
}

.bannertxt ul li a span{
	margin-left:5px;
	font-weight:normal;
	font-size:70%;
}
/* 画像リンク
------------------------------------------------------------------------------*/
.bannertxt ul li.imglink,.bannertxt ul li.imglink a{
	padding:0px;
	background:none;
	border:none;
	box-shadow:none;
}
.bannertxt ul li.imglink a::before{
	border:none;
}
/*------------------------------------------------------------------------------
	テキスト素材
------------------------------------------------------------------------------*/
.materialtxt{
	margin-bottom:20px;
}
.materialtxt #reference,.materialtxt #pagequest{
	margin:0px;
	width:auto;
}
/*==============================================================================
	トピックス
==============================================================================*/
.topics{
	margin-bottom:20px;
	border:2px solid #cccccc;
}
.topics h2{
	margin:0px 0px 10px 0px;
	padding: 7px 10px 7px 10px;
	font-size:110%;
	background:#fde59e none;
	border:none;
	border-top:1px solid #FFF;
}
.topics ul{
	margin:0px 10px 10px 15px;
	list-style-type:none;
}
.topics ul li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/parts/mark_topics.png) no-repeat 0px 8px;
}
/*==============================================================================
	新着更新情報
==============================================================================*/
.news{
	margin-bottom:20px;
	border:2px solid #cccccc;
}
.news h2{
	margin:0px;
	padding: 7px 10px 7px 10px;
	font-size:110%;
	background:#fde59e none;
	border:none;
	border-top:1px solid #FFF;
}
#content ul.newslist,
#content2 ul.newslist,
.news ul{
	margin:5px 10px 2px 10px;
	list-style-type:none;
	line-height:1.5;
}
#content ul.newslist li,
#content2 ul.newslist li,
.news ul li{
	margin-bottom:0px;
	padding:8px 0px 8px 0px;
	border-top:1px solid #CCCCCC;
}
#content ul.newslist li:first-child,
#content2 ul.newslist li:first-child,
.news ul li:first-child{
	border-top:none;
}
/*　新着更新情報テンプレート
------------------------------------------------------------------------------*/
#content ul.newslist,
#content2 ul.newslist{
	border-bottom:1px solid #CCCCCC;
}
/*　一覧
------------------------------------------------------------------------------*/
.news .newsdetail{
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px dotted #ccc;
	padding: 5px 0 5px 0;
	text-align: right;
}
.news .newsdetail a{
	padding-left: 22px;
	background: url(images/top/icon_list.png) no-repeat left center;
	display:inline-block;
}
/*　日付
------------------------------------------------------------------------------*/
#content ul.newslist li span.date,
#content2 ul.newslist li span.date,
.news ul li span.date{
	padding:5px 0px 8px 5px;
	box-sizing: border-box;
	float:left;
	width:142px;
}
/*　アイコン
------------------------------------------------------------------------------*/
#content ul.newslist li span.labelupdate,
#content2 ul.newslist li span.labelupdate,
.news ul li span.labelupdate{
	margin:5px 0px 0px 0px;
	float:left;
	width:40px;
	padding:4px 2px 2px 2px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	vertical-align:middle;
	background: #dedede;
	color:#000;
	border-radius: 3px;
	font-size: 80%;
	line-height:1.2;
}
#content ul.newslist li span.labelnew,
#content2 ul.newslist li span.labelnew,
.news ul li span.labelnew{
	margin:5px 0px 0px 0px;
	float:left;
	padding:4px 2px 2px 2px;
	display: inline-block;
	text-align: center;
	width:40px;
	box-sizing: border-box;
	vertical-align:middle;
	font-size: 80%;
	background: #5d5d5d;
	border-radius: 3px;
	color:#fff;
	line-height:1.2;
}
/*　リスト
------------------------------------------------------------------------------*/
#content ul.newslist li span.newsli,
#content2 ul.newslist li span.newsli,
.news ul li span.newsli{
	padding:5px 5px 8px 10px;
	box-sizing: border-box;
	float:left;
	width: calc(100% - 200px);
}
/*==============================================================================
	広告欄（トップページ、セカンドトップ）
==============================================================================*/
#sad{
	margin:0px auto 20px auto;
	width:90%;
	clear:both;
	border:1px solid #CCCCCC;
}
#sad h2{
	margin:0px 0px 8px 0px;
	padding:6px 10px 6px 14px;
	font-size:100%;
	background:#F7F7F7;
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
}
#sad p{
	margin:0px;
	padding:0px 10px 0px 14px;
	font-size:95%;
	text-align:left;
}
#sad ul{
	margin:10px 0px 0px 0px;
	list-style-type:none;
}
* html #sad{
	padding-bottom:10px;
}
#sad ul li{
	margin:0px 0px 10px 14px;
	float:left;
	display:inline;
}
/*==============================================================================
	広告欄（画像リンク）
==============================================================================*/
#sad ul.sadlist{
	margin:0px 0px 0px 0px;
	padding:15px 15px 0px 15px;
	display:block;
}
#sad ul.sadlist li{
	margin:0px 0px 15px 0px;
	float:none;
	clear:both;
	display:block;
}
#sad ul.sadlist li .sadimg{
	margin:0px 10px 0px 0px;
	float:left;
	display:inline;
}
/*==============================================================================
	スクロールメニュー（トップページ、汎用トップ）
==============================================================================*/
#pickup{
	margin:0px auto 20px auto;
	width:950px;
	text-align:center;
}
.main_view{
	width:950px;
	position:relative;
}
#pickup .window{
	width:950px;
	height:250px;
	overflow:hidden; /*--Hides anything outside of the set width/height--*/
	background:#FFFFFF;
}
#pickup .main{
	width:950px;
	height:250px;
	overflow:hidden; /*--Hides anything outside of the set width/height--*/
}
/*------------------------------------------------------------------------------
	停止・再生・番号ボタン共通
------------------------------------------------------------------------------*/
.main_view p.btn img,.main_view p.btn button,.main_view .paging li img{
	vertical-align:bottom;
}
/*　停止・再生ボタン
------------------------------------------------------------------------------*/
#pickup button{
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor:pointer;
}
#pickup p.btn{
	width:55px;
	position:absolute;
	z-index:200;
	overflow:hidden;
}
/*　番号ボタン
------------------------------------------------------------------------------*/
#pickup .paging{
	display:none;/*--Hidden by default, will be later shown with jQuery--*/
	position:absolute;
	z-index:100;
}
#pickup .paging ul{
	list-style:none;
	text-align:left;
}
#pickup .paging li{
	float:left;
}
#pickup .paging a{
	display:block;
	text-align:center;
}
/*------------------------------------------------------------------------------
	■スクロールメニュー【A】画像のみ
------------------------------------------------------------------------------*/
/*　メイン枠
------------------------------------------------------------------------------*/
#scroll_a.main_view{
	height:280px;
}
#scroll_a .main{
	position:absolute;
	top:0;
	left:0;
	background:#FFFFFF;
}
#scroll_a .main p.photoleft{
	width:950px;
	height:250px;
}
/*　詳しく見る
------------------------------------------------------------------------------*/
#scroll_a .more{
	padding:3px 10px 2px 12px;
	position:absolute;
	right:10px;
	bottom:10px;
	color:#333;
	font-size:90%;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
}
#scroll_a a:hover .more{
	color:#FFFFFF;
	background:#000;
}
#scroll_a .photoleft a{
    background-color:#FFFFFF;
    display:block;
}
#scroll_a .photoleft a:hover img{
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}
/*　停止・再生ボタン
------------------------------------------------------------------------------*/
#scroll_a p.btn{
	left:5px;
	top:255px;
}
/*　番号ボタン
------------------------------------------------------------------------------*/
#scroll_a .paging{
	width:880px;
	left:70px;
	top:255px;
}
#scroll_a .paging li{
	margin:0px 5px 5px 0px;
}
/*------------------------------------------------------------------------------
	■スクロールメニュー【B】画像＋テキスト
------------------------------------------------------------------------------*/
/*　左のメイン枠
------------------------------------------------------------------------------*/
#scroll_b .main p.photoleft{
	width:570px;
	height:250px;
	float:left;
}
/*　右のテキスト枠
------------------------------------------------------------------------------*/
#scroll_b .main .imgtxt{
	padding:10px;
	width:330px;
	height:230px;
	float:right;
	text-align:left;
	line-height:1.6;
}
#scroll_b .main h2{
	margin:0px 0px 10px 0px;
	font-size:120%;
	text-align:left;
	line-height:1.4;
}
/*　停止・再生ボタン
------------------------------------------------------------------------------*/
#scroll_b p.btn{
	left:610px;
	bottom:10px;
}
/*　番号ボタン
------------------------------------------------------------------------------*/
#scroll_b .paging{
	width:260px;
	left:675px;
	bottom:10px;
}
#scroll_b .paging li{
	margin:5px 5px 0px 0px;
}
/*------------------------------------------------------------------------------
	■スクロールメニュー【D】静止画
------------------------------------------------------------------------------*/
#scroll_d .imagecenter{
	margin:0px auto 15px auto;
}


/*==============================================================================
	イベントカレンダー
==============================================================================*/
/*------------------------------------------------------------------------------
	イベント検索
------------------------------------------------------------------------------*/
#eventsearch{
	border-right-color: #035259;
    z-index: 2;
}
#esearchbox{
	background:rgba(3,82,89,0.5);
}
#esearch{
	background:#e3f2f3;
}
/*==============================================================================
	イベント検索項目
==============================================================================*/
#esearch h2{
	border-bottom-color: #035259;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
#eventlink{
	width:140px;
	position:absolute;
	top:150px;
	right:-150px;
}
/*------------------------------------------------------------------------------
	募集締切、長期イベントへのリンク
------------------------------------------------------------------------------*/
#eventjump{
	background:#FFFFFF;
	background:rgba(255,255,255,0.8);
}
#eventjump ul{
	list-style-type:none;
}
#eventjump ul li{
	border-bottom:3px solid #81a8ac;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#eventjump ul li.termination{
	border-bottom-color: #ffd100;
}
#eventjump ul li a{
	color:#333333;
	background:#c7e5e8;
	font-size: 90%;
}
#eventjump ul li a:after{
	content:url(../images/eventcal/anchor.png);
}
#eventjump ul li.termination a:after{
	content:url(../images/eventcal/anchor2.png);
}
#eventjump ul li.ecalendar a{
	background:#c7e5e8 url(../images/eventcal/event.png) no-repeat 10px 15px;
}
#eventjump ul li.longterm a{
	background:#c7e5e8 url(../images/eventcal/longterm.png) no-repeat 6px 12px;
}
#eventjump ul li.termination a{
	background:#ffeaad url(../images/eventcal/termination.png) no-repeat 8px 12px;
}
/*------------------------------------------------------------------------------
	イベント検索を開くボタン
------------------------------------------------------------------------------*/
#esearchbtn{
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
#esearchbtn button{
	color:#FFFFFF;
	background:#035259 url(../images/eventcal/search.png) no-repeat center 20px;
}
/*------------------------------------------------------------------------------
	検索条件
------------------------------------------------------------------------------*/
#esearch .conditions{
	background:#FFFFFF;
}
/*	見出し
------------------------------------------------------------------------------*/
#esearch .conditions h3{
	border-left-color: #ffd65b;
}
#esearch .conditions label.keyword,#esearch .conditions legend{
	border-left-color: #ffd65b;
}
/*	キーワード
------------------------------------------------------------------------------*/
#esearch .conditions input#text{
	background:#FFFFFF;
	border:2px solid #CCCCCC;
}
/*	セレクトボックス
------------------------------------------------------------------------------*/
#esearch .conditions select{
	border:1px solid #CCCCCC;
}
/*	期間
------------------------------------------------------------------------------*/
#esearch .conditions .datepickerbox{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
}
/*	条件検索追加ボタン
------------------------------------------------------------------------------*/
.addconditions>p a{
	color:#333333;
	background:#FFFFFF;
}
.addconditions>p.plus a{
	background:#FFFFFF url(../images/eventcal/addconditions_plus.png) no-repeat 10px center;
}
.addconditions>p.minus a{
	background:#FFFFFF url(../images/eventcal/addconditions_minus.png) no-repeat 10px center;
}
/*	検索ボタン
------------------------------------------------------------------------------*/
.eventsearch{
	color:#FFFFFF;
	background:#035259;
	border-bottom: 2px solid #000303;
}
/*	閉じるボタン
------------------------------------------------------------------------------*/
.eventclose{
	border-color: #035259;
}
.eventclose a{
	color:#035259;
	background:#FFFFFF url(../images/eventcal/close.png) no-repeat 15px center;
}
/*------------------------------------------------------------------------------
	エラー
------------------------------------------------------------------------------*/
#esearch #inputerror{
	background-color:#FFE8E8;
	border:1px solid #900;
}
#esearch #inputerror p{
	color:#900;
	font-weight:bold;
	background-color:#FFF;
}
#esearch .error{
	background:#FFFFDD;
}
#eventsearch #esearch .error label.keyword,#eventsearch #esearch .error legend{
	border-color:#900;
}
#esearch .error .errortxt{
	color:#900;
}
/*------------------------------------------------------------------------------
	検索条件
------------------------------------------------------------------------------*/
#eventcondition{
	border: 1px solid #035259;
	background:#e3f2f3;
}
#eventcondition dt {
    width: 218px;
}
/*------------------------------------------------------------------------------
	一覧・曜日 
------------------------------------------------------------------------------*/
#ecalendar h2, #eventcardbox h2{
	border-color:#035259;
}
#ecalendar table th.day {
	color: #333333;
    background: #cccccc;
}
#ecalendar table th.sat {
    background: #0362b3;
}
#ecalendar table th.sun {
    background: #b21c1c;
}
/*------------------------------------------------------------------------------
	表示切替 
------------------------------------------------------------------------------*/
#eventswitch ul li.datetype.active a {
    background: #ffffff url(../images/eventcal/cal_on.png) no-repeat 8px center;
}
#eventswitch ul li.listtype.active a {
    background: #ffffff url(../images/eventcal/list_on.png) no-repeat 10px center;
}
/*------------------------------------------------------------------------------
	募集タグ 
------------------------------------------------------------------------------*/
#eventcalendar span.app1{
	background: #035259;
}
#eventcalendar span.app2{
	background:#033559;
}
#eventcalendar span.app1:before{
	background: #035259;
}
#eventcalendar span.app2:before{
	background: #033559;
}
#eventcalendar span.boshuend{
	background:#b21c1c;
}
#eventcalendar span.boshuend:before{
	background: #b21c1c;
}
/*------------------------------------------------------------------------------
	もっと見る　全件表示
------------------------------------------------------------------------------*/
#eventcalendar .moreevent a {
	border-bottom: 1px solid #81a8ac;
    background: #c7e5e8 url(../images/eventcal/more.png) no-repeat center bottom;
}
/*------------------------------------------------------------------------------
	長期イベント、もうすぐ募集締切り
------------------------------------------------------------------------------*/
#eventcalendar .eventlist h2 {
    color: #FFFFFF;
    background: #035259;
}
#eventcalendar .eventlist  .lists {
    border-top: 5px solid #035259;
}
#eventcalendar .eventlist#termination h2 {
    background: #ffeaad;
	color: #333333;
}
#eventcalendar .eventlist#termination .lists {
    border-top: 5px solid #ffeaad;
}
#eventcalendar span.kaisaikikan{
	background:#e2e2e2;
}
/*==============================================================================
	ページ番号検索
==============================================================================*/
.navidetail{
	background:#E5EDEE;
	margin-bottom:20px;
	padding: 20px 30px;
	font-size:110%;
}
#content .navidetail p{
	margin:0px;
}
#content .navidetail form input{
	border:1px solid #999;
	padding:5px;
	margin:0px;
}
#content .navidetail form input#kohoid{
	border-right:0px;
	width:200px;
}
#content .navidetail form input#idbtn{
	padding:5px 25px;
}
#content #idresult p{
	color:#d21212;
	font-weight:bold;
}
