@charset "utf-8";
/*------------------------------------------------------------------------------
[1] 各種テンプレート
	ページ内アンカー
	地図から探す
	汎用トップ
	イベント
	イベントカレンダー
	よくある質問
	施設
	アルバム
	汎用項目収集
	画像リンク
	サイトマップ
	新着更新情報
	オープンデータ
	開花情報
	インスタ
[2] 共通スタイル
	外国語（リンク横並び）
	3列横並びメニュー（セカンドトップ / 汎用トップ / サイトマップ）
	サイドメニュー
	トピックス
	新着更新情報
	広告欄（トップページ、セカンドトップ）
	広告欄（画像リンク）
	ごみカレンダー
	スクロールメニュー（トップページ、汎用トップ）
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] 各種テンプレート
*******************************************************************************/
/*==============================================================================
	ページ内アンカー
==============================================================================*/
#anchor{
	margin-bottom:30px;
	padding:10px 0px;
	background:#dceaf7;
}
#anchor ul.anchor{
	margin: 2px 10px 20px 20px;
	list-style:none;
}
#anchor ul.anchor li{
    margin: 5px 15px 5px 0px;
    padding-left: 18px;
    width: 45%;
    float: left;
    background: url(images/content/mark_list.png) no-repeat 0px 5px;
}
#content p.pagetop,
#content2 p.pagetop{
	margin-right:0px;
}
#content p.pagetop a,
#content2 p.pagetop a{
	margin-bottom:15px;
	padding-left:18px;
	background: url(images/page/mark_pagetop.png) no-repeat left center;
	float:right;
}
/*==============================================================================
	地図から探す
==============================================================================*/
/*------------------------------------------------------------------------------
	地区
------------------------------------------------------------------------------*/
#mapmenu{
	width:100%;
}
#content2 #mapmenu ul{
	margin:0px 0px 0px 0px;
	list-style-type:none;
	list-style-image:none !important;
	border-bottom:1px solid #CCC;
}
#content2 #mapmenu ul:after{
    content: ""; 
    display: block; 
    clear: both;
}
#content2 #mapmenu ul li{
	margin: 0px 0px -1px 10px;
	float:left;
}
#content2 #mapmenu ul li img{
	vertical-align:bottom;
}
#content2 #mapmenu button{
	margin:0px;
	padding:5px 13px 5px 13px;
	min-height:45px;
	font-size:100%;
	font-weight: bold;
	line-height: 1.2;
	background:#efefef;
	border:1px solid #CCC;
	border-bottom:1px solid #CCC;
	cursor:pointer;
}
#content2 #mapmenu button:hover,
#content2 #mapmenu button.choice{
	border-bottom:1px solid #FFF;
	background:#FFF;
}
/* 選択されているとき
------------------------------------------------------------------------------*/
#content2 #mapmenu button#chiku0{
	padding:12px 13px 12px 13px;
}
/*==============================================================================
	汎用トップ
==============================================================================*/
/*------------------------------------------------------------------------------
	ページタイトル画像
------------------------------------------------------------------------------*/
#content3 #petit h1.h1img{
	text-align:center;
	line-height:0;
}
#content3 #petit.color0 h1.h1img{
	background:url(images/parts/color0_h1_bg.png) no-repeat center top;
}
#content3 #petit.color1 h1.h1img{
	background:url(images/parts/color1_h1_bg.png) no-repeat center top;
}
#content3 #petit.color2 h1.h1img{
	background:url(images/parts/color2_h1_bg.png) no-repeat center top;
}
#content3 #petit.color3 h1.h1img{
	background:url(images/parts/color3_h1_bg.png) no-repeat center top;
}
#content3 #petit.color4 h1.h1img{
	background:url(images/parts/color4_h1_bg.png) no-repeat center top;
}
/*------------------------------------------------------------------------------
	上メニュー
------------------------------------------------------------------------------*/
#ptopnavi{
	margin: 0px 0px 30px 0px;
	width: 950px;
}
/* 画像
------------------------------------------------------------------------------*/
#ptopnavi ul.imgnavi{
	list-style-type:none;
	clear:both;
}
#ptopnavi ul.imgnavi li{
	margin:0px 10px 1px 0px;
	float:left;
	display:inline;
}
#ptopnavi ul.imgnavi li:last-child{
	margin-right:0px;
}
/* テキスト
------------------------------------------------------------------------------*/
#ptopnavi ul.txtnavi{
	list-style-type:none;
	clear:both;
}
#ptopnavi ul.txtnavi li{
	margin:0px 1px 1px 0px;
	float:left;
	display:inline;
	overflow:hidden;
}
#ptopnavi ul.txtnavi li a{
	padding:10px;
	min-width:150px; 
	display:inline-block;
	font-weight:bold;
	color:#FFF;
	background:#1e3978;
	box-sizing:border-box;
	text-decoration:none;
}
#ptopnavi ul.txtnavi li a:hover{
	color:#FFF;
	background:#1A3066;
}
/*------------------------------------------------------------------------------
	中央
------------------------------------------------------------------------------*/
/* 基本エリア
------------------------------------------------------------------------------*/
#petit ul.objectlink:after{
	content:"";
	display:block;
	clear:both;
}
#petit ul.objectlink li.imglink{
	margin:0px 10px 10px 0px;
	float:left;
	clear:none;
}
#petit ul.objectlink li{
	clear:left;
}
/*------------------------------------------------------------------------------
	色変更
------------------------------------------------------------------------------*/
/* 上メニュー（テキスト）の色変更(基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 #ptopnavi ul.txtnavi li a{
	color:#FFFFFF;
	background:#1e3977;
}
.color1 #ptopnavi ul.txtnavi li a:hover{
	color:#FFFFFF;
	background:#1A3066 ;
}
.color2 #ptopnavi ul.txtnavi li a{
	color:#FFFFFF;
	background:#31784e;
}
.color2 #ptopnavi ul.txtnavi li a:hover{
	color:#FFFFFF;
	background:#2A6642;
}
.color3 #ptopnavi ul.txtnavi li a{
	color:#333333;
	background:#ffd2b2;
}
.color3 #ptopnavi ul.txtnavi li a:hover{
	color:#333333;
	background:#ffebe1;
}
.color4 #ptopnavi ul.txtnavi li a{
	color:#333333;
	background:#88B9E6;
}
.color4 #ptopnavi ul.txtnavi li a:hover{
	color:#333333;
	background:#A6CBEC;
}
/* トピックス（基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 .topics,.color1 .news{
	border-color:#1e3978;
}
.color1 .topics h2,.color1 .news h2{
	border-top-color:#1e3978;
}
.color1 .topics ul li{
	background-image:url(images/parts/mark_topics_1.png);
}
.color2 .topics,.color2 .news{
	border-color:#31784e;
}
.color2 .topics h2,.color2 .news h2{
	border-top-color:#31784e;
}
.color2 .topics ul li{
	background-image:url(images/parts/mark_topics_2.png);
}
.color3 .topics,.color3 .news{
	border-color:#ff6b00;
}
.color3 .topics h2,.color3 .news h2{
	border-top-color:#ff6b00;
}
.color3 .topics ul li{
	background-image:url(images/parts/mark_topics_3.png);
}
.color4 .topics,.color4 .news{
	border-color:#60a1dd;
}
.color4 .topics h2,.color4 .news h2{
	border-top-color:#60a1dd;
}
.color4 .topics ul li{
	background-image:url(images/parts/mark_topics_4.png);
}
/* クラスsidelinkとbannertxtの色変更（基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 .sidelink h2{
	background:#dceaf7;
	border-color:#1e3978;
}
.color1 .sidelink h3{
	border-color:#1e3978;
}
.color2 .sidelink h2{
	background:#d8efdf;
	border-color:#80bc98;
}
.color2 .sidelink h3{
	border-color:#80bc98;
}
.color3 .sidelink h2{
	background:#ffebe1;
	border-color:#ff6b00;
}
.color3 .sidelink h3{
	border-color:#ff6b00;
}
.color4 .sidelink h2{
	background:#dceaf7;
	border-color:#60a1dd;
}
.color4 .sidelink h3{
	border-color:#60a1dd;
}

.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{
	/*　デフォルトと同じ　*/
}
.color1 .bannertxt ul li a:hover{
	/*　デフォルトと同じ　*/
}
.color2 .bannertxt ul li{
	background:#31784e;
}
.color2 .bannertxt ul li a{
	color:#FFF;
	border:none;
}
.color2 .bannertxt ul li a:hover{
	color:#FFF;
	background:#2A6642;
	border:none;
}
.color3 .bannertxt ul li{
	background:#ffd2b2;
}
.color3 .bannertxt ul li a{
	color:#333333;
	border:none;
}
.color3 .bannertxt ul li a:hover{
	color:#333333;
	background:#ffebe1;
	border:none;
}
.color4 .bannertxt ul li{
	background:#88B9E6;
}
.color4 .bannertxt ul li a{
	color:#333333;
	border:none;
}
.color4 .bannertxt ul li a:hover{
	color:#333333;
	background:#A6CBEC;
	border:none;
}
/* 下メニューの色変更(基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.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:#1e3978;
	background-color:#dceaf7;
}
.color2 .smenu h2,
.color2 #secondlist ul li a,
.color2 #secondlist2 ul li a{
	border-color:#80bc98;
	background-color:#d8efdf;
}
.color3 .smenu h2,
.color3 #secondlist ul li a,
.color3 #secondlist2 ul li a{
	border-color:#ff6b00;
	background-color:#ffebe1;
}
.color4 .smenu h2,
.color4 #secondlist ul li a,
.color4 #secondlist2 ul li a{
	border-color:#60a1dd;
	background-color:#dceaf7;
}
.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-image:url(images/parts/mark_smenu_1.png);
}
.color1 #secondimg .smenu a:hover,.color1 #secondimg2 .smenu a:hover{
	background:#fff5f0;
}
.color2 #secondimg .smenu h2,.color2 #secondimg2 .smenu h2{
	background-image:url(images/parts/mark_smenu_2.png);
}
.color2 #secondimg .smenu a:hover,.color2 #secondimg2 .smenu a:hover{
	background:#fff5f0;
}
.color3 #secondimg .smenu h2,.color3 #secondimg2 .smenu h2{
	background-image:url(images/parts/mark_smenu_3.png);
}
.color3 #secondimg .smenu a:hover,.color3 #secondimg2 .smenu a:hover{
	background:#fff5f0;
}
.color4 #secondimg .smenu h2,.color4 #secondimg2 .smenu h2{
	background-image:url(images/parts/mark_smenu_4.png);
}
.color4 #secondimg .smenu a:hover,.color4 #secondimg2 .smenu a:hover{
	background:#fff5f0;
}

/*==============================================================================
	イベント
==============================================================================*/
/*------------------------------------------------------------------------------
	イベントカテゴリ
------------------------------------------------------------------------------*/
#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;
	background:#f1f2f3;
	border:1px solid #999;
	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:#f1f2f3;
	line-height:1.4;
}
/*------------------------------------------------------------------------------
	イベントカレンダースマホ連携ボタン
------------------------------------------------------------------------------*/
#content .evt{
	border:2px solid #CCCCCC;
	font-size:95%;
}
/*==============================================================================
	よくある質問
==============================================================================*/
#faq{
	margin:0px 10px 0px 10px;
}
/*------------------------------------------------------------------------------
	よくある質問トップページ
------------------------------------------------------------------------------*/
/*	検索
------------------------------------------------------------------------------*/
#faq .searchfaq{
	margin:0px 0px 20px 0px;
	padding:15px 20px 20px 20px;
	color:#333;
	background: #dceaf7;
}
#faq .searchfaq h2{
	margin:0px 0px 10px 0px;
	font-size: 130%;
}
#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-style:none;
	-webkit-appearance:none;
}
#faq .searchfaq input#key2{
	width:370px;
}
#faq .searchfaq input[type="submit"]{
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
	background:#1e3978;
	border-color:#1e3978;
	border-radius:0px 4px 4px 0px;
}
/*	アクセスランキング
------------------------------------------------------------------------------*/
#faq .faqrank{
	margin:0px 0px 20px 0px;
	padding: 10px 10px;
	border: 3px solid #ff6b00;
}
#faq .faqrank h2{
	margin:0px 0px 10px 0px;
	padding:6px 5px 6px 10px;
	font-size:130%;
	background: #ffebe1;
}
#faq .faqrank p{
	margin:0px 10px 15px 10px;
}
#faq .faqrank ol{
	margin: 0px 10px 15px 35px;
}
#faq .faqrank ol li{
	margin: 0px 0px 10px 0px;
}
/*	トピックス・新着情報
------------------------------------------------------------------------------*/
#faq .faqtopics{
	margin:0px 0px 20px 0px;
	padding: 10px 10px;
	border: 3px solid #80bc98;
}
#faq .faqtopics h2{
	margin:0px 0px 10px 0px;
	padding:6px 5px 6px 10px;
	font-size:130%;
	background: #d8efdf;
}
#faq .faqtopics h3{
	margin: 0px 0px 10px 0px;
	padding:5px 9px 5px 9px;
	font-size: 110%;
    font-size: 110%;
    border-bottom: 2px solid #80bc98;
}
#faq .faqtopics p{
	margin:0px 10px 15px 10px;
}
#faq .faqtopics ul{
	margin:0px 10px 15px 15px;
	list-style-type:none;
}
#faq .faqtopics ul li{
	margin-bottom:10px;
	padding-left: 18px;
	background:url(images/parts/mark_smenu_2.png) no-repeat 0px 8px;
}
/*	新着情報
------------------------------------------------------------------------------*/
#faq .news ul li span.newsli{
	width:710px;
}
/*	目的別に探す
------------------------------------------------------------------------------*/
#faq .faqlife{
	margin:0px 0px 20px 0px;
}
#faq .faqlife h2{
	margin:0px 0px 5px 0px;
	padding:6px 5px 6px 10px;
	font-size:130%;
	background: #dceaf7;
    border-bottom: 1px solid #1e3978;
}
#faq .faqlife h3{
	margin:0px 5px 10px 5px;
	padding:5px 9px 5px 9px;
font-size: 110%;
    border-bottom: 2px solid #1e3978;
   }
#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 5px 0px;
	padding:6px 5px 6px 10px;
	font-size:130%;
	background: #dceaf7;
    border-bottom: 1px solid #1e3978;
}
#faq .categoryfaq>h3{
	margin:0px 5px 10px 5px;
	padding:5px 9px 5px 9px;
font-size: 110%;
    border-bottom: 2px solid #1e3978;
}
#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:12px 10px 12px 10px;
	display:block;
	font-size:100%;
	background:#dceaf7 url(images/parts/smenu_bg.png) no-repeat left top;
	border-top:3px solid #1e3978;
	border-bottom:1px solid #ccc;
}
#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;
}
#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:105%;
	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:75%;
	font-weight:normal;
}
#content h1.question{
	margin-bottom:14px;
	padding:10px 5px 10px 15px;
	font-size:110%;
	background:#EFEFEF none;
	border:none;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
#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{
	padding:0px 0px 0px 15px;
	clear:both;
	background:none;
	border:none;
}
/*==============================================================================
	施設
==============================================================================*/
#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 ul.newslist,
#content2 ul.newslist{
	margin:0px 10px 20px 10px;
	list-style-type:none;
}
#content ul.newslist li,
#content2 ul.newslist li{
	margin-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}
#content ul.newslist li span.date,
#content2 ul.newslist li span.date{
	padding:5px 0px 8px 5px;
	width: 85px;
	float:left;
	color:#666666;
	font-size:95%;
}
#content ul.newslist li span.newsli,
#content2 ul.newslist li span.newsli{
	padding:5px 5px 8px 10px;
	float:left;
}
#content ul.newslist li span.newsli{
	width:71%;
}
#content2 ul.newslist li span.newsli{
	width:78%;
}
/*==============================================================================
	ごみカレンダー
==============================================================================*/
/*　カレンダー
------------------------------------------------------------------------------*/
#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;
}
/*==============================================================================
	インスタグラム連携
==============================================================================*/
#content3 h1.h1img{
	text-align:center;
}
/*------------------------------------------------------------------------------
	ハッシュタグ
------------------------------------------------------------------------------*/
#hashtag ul{
	margin-top:30px;
	margin-bottom:30px;
	list-style-type:none;
}
#hashtag ul li{
	margin-right:15px;
	margin-bottom:20px;
	display:inline-block;
	border:2px solid #CCC;
	border-radius:50px;
}
#hashtag ul li a{
	display:block;
	padding:5px 15px 5px 35px;
	background:#EFEFEF url(images/parts/photo/tag.png) no-repeat 10px center;
	text-decoration:none;
	color:#000000;
	border-radius:50px;
}
#hashtag ul li a:hover{
	background:#FFF url(images/parts/photo/tag.png) no-repeat 10px center;
}
#hashtag ul li.tagchoice{
	padding:5px 15px 5px 35px;
	background:#FFF url(images/parts/photo/tag.png) no-repeat 10px center;
	border-color:#ff6b00;
}
/*------------------------------------------------------------------------------
	写真一覧
------------------------------------------------------------------------------*/
#photolist{
	margin:0px auto;
	margin-bottom:20px;
	width:950px;
	clear:both;
}
.photo #content{
	width:950px;
	margin-bottom: 20px;
}
#photolist ul{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
#photolist ul li{
	margin-right:5px;
	margin-bottom:15px;
	width:233px;
	float:left;
	padding:3px;
	box-sizing:border-box;
	display:inline;
	box-shadow: 0 0 2px gray;
	line-height: 1.0;
}
#photolist ul li:nth-child(4n){
	margin-right:0px;
}
#photolist .item a{
	padding-bottom:5px;
	color:#000000;
	text-decoration:none;
	display:block;
}
#photolist .item a:hover{
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
}
#photolist .item span.photouser{
	margin:2px 5px 2px 5px;
	padding:0px 5px 0px 20px;
	line-height:1.5;
	font-size:90%;
	background:url(images/parts/photo/user.png) no-repeat left center;
	float:left;
	width:70%;
}
#photohide{
	display:none;
}
/* 開くボタン
------------------------------------------------------------------------------*/
button.photoopen{
	margin:0px;
	padding:0px;
	background-color: #FFF;
	border:none;
	text-align:left;
	cursor:pointer;
	width: 230px;
}
button.photoopen span.photouser{
	margin:0px 5px;
	float:left;
}
button.photoopen span.photodetail{
	margin:0px 5px;
	float:right;
}


/* トリミングしたいサイズで枠を作る */
button.photoopen div{
	margin-bottom: 5px;
	width: 227px;
	height: 227px;
	position: relative;
	overflow: hidden;
}
/* 縦に合わせてトリミング */
button.photoopen div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: initial; /* サイズ指定をリセット！ */
	width: auto;
	height: 100%;
}

/*------------------------------------------------------------------------------
	モダールウインドウ
------------------------------------------------------------------------------*/
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none; 
	z-index:1000 ;
}
.modalwindow {
	position: absolute;
	height:65%;
	overflow-y:auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	display: none; 
	border: 5px solid #80bc98;
	background-color: #FFF;
	z-index: 2; 
	box-shadow: 2px 2px 4px;
}
/*	モダールウインドウ内容
------------------------------------------------------------------------------*/
#photolist .modalwindow h3 {
	margin:10px 10px 5px 10px;
	padding:0px;
	font-size:95%;
	line-height:1.3;
	border:none;
}
#photolist .modalwindow h3 a{
	text-decoration:underline;
}
#photolist .modalwindow h3 img{
	vertical-align:middle;
}
#photolist .modalwindow h3 span.photouser{
	padding-left:10px;
	float:none;
	background:none;
}
#photolist .modalwindow h3 + p{
	margin:0px auto 5px auto;
	width:350px;
	height:350px;
	position: relative;
	overflow: hidden;
}
#photolist .modalwindow h3 + p img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: initial; /* サイズ指定をリセット！ */
	width: auto;
	height: 100%;
}
#photolist .modalwindow p.photodate,
#photolist .modalwindow p.photocomment{
	margin:5px 10px 5px 10px;
	padding:0px 5px 0px 25px;
	line-height:1.5;
	font-size:90%;
}
#photolist .modalwindow p.photodate{
	background:url(images/parts/photo/photodate.png) no-repeat left center;
}
#photolist .modalwindow p.photolike img{
	margin-right:5px;
	vertical-align:middle;
}
#photolist .modalwindow p.photocomment{
	width:400px;
	clear:both;
	background:url(images/parts/photo/photocomment.png) no-repeat left 3px;
}
/* 閉じるボタン
------------------------------------------------------------------------------*/
button.photoclose{
	margin:15px auto;
	width:50%;
	padding:0px;
	background-color: #FFF;
	border:none;
	display:block;
	cursor:pointer;
}
button.photoclose img{
	margin-right:5px;
	vertical-align:middle;
}
/*------------------------------------------------------------------------------
	もっとみる
------------------------------------------------------------------------------*/
div.morephoto{
	margin-bottom:50px;
	padding:10px;
	width:100%;
	background:#ffebe1;
	box-sizing:border-box;
	text-align:center;
	box-shadow:0px 2px 0px 0px #CCC;
}
div.morephoto a{
	display: block;
	color:#000000;
	text-decoration:none;
}
div.morephoto a:before{
	content: "";
	width: 12px;
	height: 9px;
	padding-left: 25px;
	background:transparent url(images/parts/photo/mark_morephoto.png) no-repeat top 5px center;
	-ms-background-size: 12px 9px;
	-moz-background-size:12px 9px;
	-webkit-background-size: 12px 9px;
	background-size: 12px 9px;
	vertical-align: middle;
}
/*******************************************************************************
[2] 共通スタイル
*******************************************************************************/
/*==============================================================================
	外国語（リンク横並び）
==============================================================================*/
.langlink{
	list-style-type:none;
}
.langlink li{
	margin:10px;
	display:inline-block;
	width:20%;
	border:1px solid #CCC;
	vertical-align:bottom;
}
.langlink li a{
	display:block;
	padding:10px 10px 10px 25px;
	color:#000;
	box-sizing:border-box;
	text-decoration:none;
	background:#EFEFEF;
	text-align:left;
	background:#EFEFEF url(images/top/mark_shiseimenu.png) no-repeat left 10px center;
}
.langlink li a:hover{
	background:#FFF url(images/top/mark_shiseimenu.png) no-repeat left 10px center;
}
/*==============================================================================
	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%;
}
/* 3列のとき */
#p3content .smenu{
	width:45%;
}
/* 見出し
------------------------------------------------------------------------------*/
.smenu h2{
	margin-bottom:10px;
	padding:12px 10px 12px 10px;
	display:block;
	font-size:100%;
	background:#dceaf7 url(images/parts/smenu_bg.png) no-repeat left top;
	border-top:3px solid #1e3978;
	border-bottom:1px solid #ccc;
}
.smenu h2 a{
	color:#333;
}
.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:15px;
	background:url(images/parts/mark_smenu.png) no-repeat 0px 8px;
}
.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:12px 5px 12px 10px;
	display:block;
	font-size:110%;
	font-weight:bold;
	color:#333;
	background:#dceaf7 url(images/parts/smenu_bg.png) no-repeat left top;
	border-top:3px solid #1e3978;
	border-bottom:1px solid #ccc;
}
#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;
	padding:2px;
	width:30.3%;
	float:left;
	display:inline;
	font-size:100%;
	border: 1px solid #999;
	text-align:center;
}
/* 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;
}
#secondimg .smenu a:hover,#secondimg2 .smenu a:hover{
	background:#fff5f0;
}
#secondimg .smenu h2,#secondimg2 .smenu h2{
	margin-bottom:5px;
	padding: 10px 5px 8px 22px;
	display:block;
	color:#333333;
	font-size: 100%;
	background: url(images/parts/mark_smenu.png) no-repeat 7px 16px;
	border:none;
	text-align:left;
	line-height:1.5;
	text-decoration:underline;
}
#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 10px;
	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 5px;
}
#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;
	font-size:100%;
	background:#d8efdf;
	border-bottom:1px solid #80bc98;
}
.sidelink h3{
	margin:0px 0px 8px 0px;
	padding:5px 3px 3px 3px;
	font-size:95%;
	border-bottom:2px solid #80bc98;
}
.sidelink p{
	padding: 0px 5px 5px 5px;
}
/* テキストリンク
------------------------------------------------------------------------------*/
.sidelink ul{
	margin:0px 0px 20px 0px;
	list-style-type:none;
}
.sidelink ul li{
	margin-bottom:10px;
	padding-left:23px;
	background:url(images/parts/mark_sidelink.png) no-repeat 5px 7px;
}
.sidelink ul li a{
		display:block;
}
/* 画像リンク
------------------------------------------------------------------------------*/
.sidelink ul li.imglink{
	padding-left:0px;
	background:none;
	border:none;
}
/*------------------------------------------------------------------------------
	バナーテキストリンク
------------------------------------------------------------------------------*/
.bannertxt{
	margin-bottom:20px;
}
.bannertxt ul{
	list-style-type:none;
}
.bannertxt ul li{
	margin-bottom:10px;
	border-radius:3px;
	overflow:hidden;
	background: #1e3978;/*ボタン色*/
	box-shadow:0px 2px 1px rgba(0, 0, 0, 0.29);
	box-sizing:border-box;
}
.bannertxt ul li a{
	padding:10px 10px 10px 10px;
	display:block;
	font-weight:bold;
	text-decoration:none;
 	border-radius:3px;
 	color:#FFF;
}
.bannertxt ul li a:active{
  -ms-transform:translateY(2px);
    -webkit-transform:translateY(2px);
    transform:translateY(2px);/*下に動く*/
}
.bannertxt ul li a:hover{
	background:#1A3066;
    zoom:1;
}
.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;
}
/*------------------------------------------------------------------------------
	テキスト素材
------------------------------------------------------------------------------*/
.materialtxt{
	margin-bottom:20px;
}
.materialtxt #reference,.materialtxt #pagequest{
	margin:0px;
	width:auto;
}
/*==============================================================================
	トピックス
==============================================================================*/
.topics{
	margin-bottom:30px;
}
.topics h2{
	margin:0px;
	padding:5px 5px 5px 10px;
	font-size:120%;
	background:transparent;
	border:none;
	border-top: 3px solid #1e3978;
	border-bottom:1px solid #CCC;
}
.topics ul{
	margin:10px 10px 10px 10px;
	list-style-type:none;
}
.topics ul li{
	margin-bottom:10px;
	padding-left:18px;
	background:url(images/parts/mark_topics.png) no-repeat 0px 8px;
}
/*==============================================================================
	新着更新情報
==============================================================================*/
.news{
	margin-bottom:30px;
}
.news h2{
	margin:0px;
	padding:5px 5px 5px 10px;
	font-size: 120%;
	background:transparent;
	border:none;
	border-top: 3px solid #1e3978;
	border-bottom:1px solid #CCC;
}
.news ul{
	margin:0px;
	list-style-type:none;
	line-height:1.5;
}
.news ul li{
	margin-bottom:0px;
	padding:12px 5px 12px 5px;
    box-sizing:border-box;
    border-bottom:1px dotted #666;
}
.news ul li span.date{
	width:140px;
	font-size:90%;
	float:left;
}
.news ul li span.newsli{
	padding-left:10px;
	width:490px;
	float:left;
	box-sizing:border-box;
}
#p1content .news ul li span.newsli{
	width:730px;
}
#p2content .news ul li span.newsli{
	width:510px;
}
#p3content .news ul li span.newsli{
	width:300px;
}
/*------------------------------------------------------------------------------
	CGI連携（#newscgi）
------------------------------------------------------------------------------*/
.news #newscgi ul li span.date{
	width:75px;
}
.news #newscgi ul li span.newsli{
	width:490px;
}
#p1content .news #newscgi ul li span.newsli{
	width:730px;
}
#p2content .news #newscgi ul li span.newsli{
	width: 615px;
}
#p3content .news #newscgi ul li span.newsli{
	width:405px;
}
#newscgi p{
	margin-top:5px;
	font-size:95%;
}
#newscgi p a{
	background:url(images/parts/mark_topics.png) no-repeat left center;
	padding-left:15px;
}
#pnews #newscgi p a{
	color:#000;
}
.color1 .news #newscgi p a{
	background:url(images/parts/mark_topics_1.png) no-repeat left center;
}
.color2 .news #newscgi p a{
	background:url(images/parts/mark_topics_2.png) no-repeat left center;
}
.color3 .news #newscgi p a{
	background:url(images/parts/mark_topics_3.png) no-repeat left center;
}
.color4 .news #newscgi p a{
	background:url(images/parts/mark_topics_4.png) no-repeat left center;
}
/*　アイコン
------------------------------------------------------------------------------*/
#content ul.newslist li span.labelupdate,
#content2 ul.newslist li span.labelupdate,
#content ul.newslist li span.labelnew,
#content2 ul.newslist li span.labelnew,
.news ul li span.labelupdate,
.news ul li span.labelnew{
	margin:7px 0px 0px 0px;
	padding:2px 3px;
	width:40px;
	float:left;
	box-sizing:border-box;
	font-size:80%;
	text-align:center;
	line-height:1.2;
}
.news ul li span.labelupdate,
.news ul li span.labelnew{
	margin:0px 0px 0px 0px;
}
#content ul.newslist li span.labelupdate,
#content2 ul.newslist li span.labelupdate,
.news ul li span.labelupdate{
	color:#333;
	background:#efefef;
	border:1px solid #333;
}
#content ul.newslist li span.labelnew,
#content2 ul.newslist li span.labelnew,
.news ul li span.labelnew{
	color:#FFF;
	background:#666;
	border:1px solid #333;
}
/*==============================================================================
	広告欄（トップページ、セカンドトップ）
==============================================================================*/
#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:#f1f2f3;
	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 3px 10px;
	position:absolute;
	right:10px;
	bottom:10px;
	color:#333;
	font-size:85%;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	line-height:1.2;
}
#scroll_a a:hover .more{
	color:#FFFFFF;
	background:#666;
}
#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:0px;
	top:255px;
}
/*　番号ボタン
------------------------------------------------------------------------------*/
#scroll_a .paging{
	width:880px;
	left:60px;
	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;
}