﻿@charset "utf-8";
/*------------------------------------------------------------------------------
[1] 各種テンプレート
	汎用トップ
	イベント、イベントポータル
	よくある質問
	施設
	画像リンク
	★ごみカレンダー
	ごみ検索
	新着更新情報
	オープンデータ
	★開花情報
[2] 共通スタイル
	3列横並びメニュー（汎用トップ / サイトマップ）
	サイドメニュー
	トピックス・新着更新情報
	広告欄（トップページ、汎用トップ）
	広告欄（画像リンク）
	スクロールメニュー（トップページ、汎用トップ）
	イベントカレンダー
	★インスタグラム
	写真館
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] 各種テンプレート
*******************************************************************************/
/*==============================================================================
	汎用トップ
==============================================================================*/
/*------------------------------------------------------------------------------
	上メニュー
------------------------------------------------------------------------------*/
/* 画像
------------------------------------------------------------------------------*/
#ptopnavi ul.imgnavi{
	list-style-type:none;
	clear:both;
}
#ptopnavi ul.imgnavi li{
	margin:0px 10px 10px 0px;
	float:left;
	display:inline;
}
#ptopnavi ul.imgnavi li.imglink a{
	position:relative;
	display:inline-block;
}
#ptopnavi ul.imgnavi li.imglink img{
	vertical-align:bottom;
}
#ptopnavi ul.imgnavi li.imglink a::before{
	width:100%;
	height:4px;
	content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	background:url("images/parts/banner_bg.png") no-repeat center top;
}
/* テキスト
------------------------------------------------------------------------------*/
#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:#ffffff;
	background:#5e3862;
	text-decoration:none;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#ptopnavi ul.txtnavi li a{
	padding:12px 8px 8px 8px;
}
#ptopnavi ul.txtnavi li a:hover{
	color:#222222;
	background:#dcc1e5;
}
/*------------------------------------------------------------------------------
	中央
------------------------------------------------------------------------------*/
/* 基本エリア
------------------------------------------------------------------------------*/
#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{
	color:#FFFFFF;
	background:#5755a4;
}
.color1 #ptopnavi ul.txtnavi li a:hover{
	color:#222222;
	background:#b1afe3;
}
.color2 #ptopnavi ul.txtnavi li a{
	color:#FFFFFF;
	background:#138228;
}
.color2 #ptopnavi ul.txtnavi li a:hover{
	color:#222222;
	background:#73c583;
}
.color3 #ptopnavi ul.txtnavi li a{
	color:#FFFFFF;
	background:#9d6a0b;
}
.color3 #ptopnavi ul.txtnavi li a:hover{
	color:#222222;
	background:#e7ba67;
}
.color4 #ptopnavi ul.txtnavi li a{
	color:#FFFFFF;
	background:#cf4333;
}
.color4 #ptopnavi ul.txtnavi li a:hover{
	color:#222222;
	background:#fda095;
}
/* トピックス（基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 .topics,.color1 .news,
.color2 .topics,.color2 .news,
.color3 .topics,.color3 .news,
.color4 .topics,.color4 .news{
	border-color:#CCCCCC;
}
.color1 .topics h2,.color1 .news h2,
.color2 .topics h2,.color2 .news h2,
.color3 .topics h2,.color3 .news h2,
.color4 .topics h2,.color4 .news h2{
	color:#222222;
	background:#f6f6f6;
}
.color1 .topics ul li a::before{
	width:5px;
	height:5px;
	position:absolute;
	top:10px;
	left:0px;
	content:"";
	border-top:2px solid #5755a4;
	border-right:2px solid #5755a4;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.color2 .topics ul li a::before{
	width:5px;
	height:5px;
	position:absolute;
	top:10px;
	left:0px;
	content:"";
	border-top:2px solid #138228;
	border-right:2px solid #138228;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.color3 .topics ul li a::before{
	width:5px;
	height:5px;
	position:absolute;
	top:10px;
	left:0px;
	content:"";
	border-top:2px solid #9d6a0b;
	border-right:2px solid #9d6a0b;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.color4 .topics ul li a::before{
	width:5px;
	height:5px;
	position:absolute;
	top:10px;
	left:0px;
	content:"";
	border-top:2px solid #cf4333;
	border-right:2px solid #cf4333;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
/* クラスsidelinkとbannertxtの色変更（基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 .sidelink h2{
	border-top:3px solid #5755a4;
	border-bottom:3px solid #5755a4;
}
.color2 .sidelink h2{
	border-top:3px solid #138228;
	border-bottom:3px solid #138228;
}
.color3 .sidelink h2{
	border-top:3px solid #9d6a0b;
	border-bottom:3px solid #9d6a0b;
}
.color4 .sidelink h2{
	border-top:3px solid #cf4333;
	border-bottom:3px solid #cf4333;
}

.color1 .sidelink h3{
	background:#e1e7ff;
}
.color2 .sidelink h3{
	background:#d1eccd;
}
.color3 .sidelink h3{
	background:#fef9bd;
}
.color4 .sidelink h3{
	background:#fee0d1;
}
.color1 .sidelink ul li:not([class])::before{
	background:#5755a4;
}
.color2 .sidelink ul li:not([class])::before{
	background:#138228;
}
.color3 .sidelink ul li:not([class])::before{
	background:#9d6a0b;
}
.color4 .sidelink ul li:not([class])::before{
	background:#cf4333;
}
.color1 .bannertxt ul li a{
	background:#e1e7ff!important;
	border-bottom:2px solid #5755a4!important;
}
.color1 .bannertxt ul li a::before{
	border-left:6px solid #5755a4!important;
}
.color1 .bannertxt ul li a:hover{
	background:#b1afe3!important;
}
.color2 .bannertxt ul li a{
	background:#d1eccd!important;
	border-bottom:2px solid #138228!important;
}
.color2 .bannertxt ul li a::before{
	border-left:6px solid #138228!important;
}
.color2 .bannertxt ul li a:hover{
	background:#73c583!important;
}
.color3 .bannertxt ul li a{
	background:#fef9bd!important;
	border-bottom:2px solid #9d6a0b!important;
}
.color3 .bannertxt ul li a::before{
	border-left:6px solid #9d6a0b!important;
}
.color3 .bannertxt ul li a:hover{
	background:#e7ba67!important;
}
.color4 .bannertxt ul li a{
	background:#fee0d1!important;
	border-bottom:2px solid #cf4333!important;
}
.color4 .bannertxt ul li a::before{
	border-left:6px solid #cf4333!important;
}
.color4 .bannertxt ul li a:hover{
	background:#fda095!important;
}
/* 下メニューの色変更(基本色/青/緑/ピンク/オレンジ)
------------------------------------------------------------------------------*/
.color1 .smenu li::before,
.color1 .smenu li.list::before{
	background:#5755a4!important;
}
.color2 .smenu li::before,
.color2 .smenu li.list::before{
	background:#138228!important;
}
.color3 .smenu li::before,
.color3 .smenu li.list::before{
	background:#9d6a0b!important;
}
.color4 .smenu li::before,
.color4 .smenu li.list::before{
	background:#cf4333!important;
}
/* サムネイル */
#content3 .color1 ul li.thumbslist .thumbslink::before,
#content3 .color1 ul li.thumbslist .list::before{
	background:#5755a4;
}
#content3 .color2 ul li.thumbslist .thumbslink::before,
#content3 .color2 ul li.thumbslist .list::before{
	background:#138228;
}
#content3 .color3 ul li.thumbslist .thumbslink::before,
#content3 .color3 ul li.thumbslist .list::before{
	background:#9d6a0b;
}
#content3 .color4 ul li.thumbslist .thumbslink::before,
#content3 .color4 ul li.thumbslist .list::before{
	background:#cf4333;
}
/* 見出し */
.color1 .smenu h2,
.color1 #secondlist ul li a,
.color1 #secondlist2 ul li a{
	border-color:#5755a4;
	background:#e1e7ff;
}
.color2 .smenu h2,
.color2 #secondlist ul li a,
.color2 #secondlist2 ul li a{
	border-color:#138228;
	background:#d1eccd;
}
.color3 .smenu h2,
.color3 #secondlist ul li a,
.color3 #secondlist2 ul li a{
	border-color:#9d6a0b;
	background:#fef9bd;
}
.color4 .smenu h2,
.color4 #secondlist ul li a,
.color4 #secondlist2 ul li a{
	border-color:#cf4333;
	background:#fee0d1;
}
.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:#222222;
}
/* サムネイル＋概要文 */
.color1 #secondimg .smenu h2::before,
.color1 #secondimg2 .smenu h2::before{
	background:#5755a4;
}
.color2 #secondimg .smenu h2::before,
.color2 #secondimg2 .smenu h2::before{
	background:#138228;
}
.color3 #secondimg .smenu h2::before,
.color3 #secondimg2 .smenu h2::before{
	background:#9d6a0b;
}
.color4 #secondimg .smenu h2::before,
.color4 #secondimg2 .smenu h2::before{
	background:#cf4333;
}
/*==============================================================================
	イベント
==============================================================================*/
/*------------------------------------------------------------------------------
	イベントカテゴリ
------------------------------------------------------------------------------*/
#content p.ecategory span{
	border:2px solid #c6e6ae;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content p.ecategory span{
	padding: 4px 5px 0px 5px;
}
/*------------------------------------------------------------------------------
	イベント終了メッセージ
------------------------------------------------------------------------------*/
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content p.end{
	padding: 7px 10px 3px 10px;
}

/*------------------------------------------------------------------------------
	開催エリアカテゴリ
------------------------------------------------------------------------------*/
#content p.areacategory span{
	background:#EEEEEE;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content p.areacategory span{
	padding: 6px 5px 2px 5px;
}
/*------------------------------------------------------------------------------
	イベントポータル
------------------------------------------------------------------------------*/
#epsearch {
	background:#FFF;
	border:2px solid #cccccc;
}
#epsearch h2 {
	margin:0px 0px 10px 0px;
	padding:3px 10px 3px 10px;
	color:#222222;
	background:#f7edfa none;
	border:none;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#epsearch h2 {
	padding:5px 10px 1px 10px;
}
#epsearch h3 {
	background:#ffffff none;
	border-bottom:2px solid #cccccc;
	position:relative;
}
#epsearch h3::before{
	width:85px;
	content:"";
	position:absolute;
	left:0;
	top:100%;
	border-bottom:2px solid #5e3862;
}
#epsearch ul li{
	position:relative;
	border-radius:0;
	border:1px solid #cccccc;
}
#epsearch ul li a {
	color: #222222;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#epsearch ul li a {
	padding: 12px 10px 8px 15px;
}
#epsearch ul li a::before {
	width:100%;
	height:4px;
	content:"";
	position:absolute;
	left:0;
	top:100%;
	background:url("images/parts/banner_bg.png") no-repeat center bottom;
}
#eventportal #topicsmenu ul li .label {
	color:#222222;
	background:#dcc1e5;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#eventportal #topicsmenu ul li .label {
	padding: 4px 5px 0px 10px;
}
#eventportal #topicsmenu ul li .label:before {
	border-right:solid 10px #5e3862;
}
#closingbg #closing {
	border:2px solid #cccccc;
}
#closing h2 {
	color:#222222;
	background:#f7edfa none;
	border-bottom:none;
}
#eventportal #freearea2 {
	background:#f2e1f8;
}
#eventportal .news ul li span.newsli {
	max-width: 720px;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#freearea2 ul li .freeareatxt{
	padding: 12px 15px 8px 15px;
}
_:-ms-lang(x)::-ms-backdrop,#eventcondition h2{
	padding: 5px 10px 0px 28px;
}
_:-ms-lang(x)::-ms-backdrop,#eventcondition dt{
	padding: 7px 8px 3px 10px;
}
_:-ms-lang(x)::-ms-backdrop,#eventcondition dd{
	padding: 7px 10px 3px 10px;
}
_:-ms-lang(x)::-ms-backdrop,#eventcalendar span.ecate{
	padding: 4px 10px 0px 10px;
}
_:-ms-lang(x)::-ms-backdrop,.clearsearch{
	padding: 10px 0px 6px 0px;
}

/*==============================================================================
	よくある質問
==============================================================================*/
#faq{
	margin:0px 10px 0px 10px;
}
/*------------------------------------------------------------------------------
	よくある質問トップページ
------------------------------------------------------------------------------*/
/*	検索
------------------------------------------------------------------------------*/
#faq .searchfaq{
	margin:0px 0px 20px 0px;
	padding:18px 20px 20px 20px;
	color:#222222;
	background:#F7EDFA;
	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:#222222;
}
#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;
	border:1px solid #CCCCCC;
	border-style:none;
	vertical-align:middle;
	-webkit-appearance:none;
}
#faq .searchfaq input#key2{
	width:370px;
}
#faq .searchfaq input[type="submit"]{
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
	background:#5E3862;
	border-color:#5E3862;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#faq .searchfaq input[type="submit"]{
	padding-top:6px;
	padding-bottom:2px;
}
/*	アクセスランキング
------------------------------------------------------------------------------*/
#faq .faqrank{
	margin:0px 0px 20px 0px;
	padding:1px 1px 0px 1px;
	border:1px solid #CCCCCC;
}
#faq .faqrank h2{
	margin:0px 0px 5px 0px;
	padding:10px 5px 6px 10px;
	font-size:120%;
	color:#222222;
	border-top:5px solid #E0BB0F;
}
#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;
	padding:1px 1px 0px 1px;
	border:1px solid #CCCCCC;
}
#faq .faqtopics h2{
	margin:0px 0px 5px 0px;
	padding:10px 5px 6px 10px;
	font-size:120%;
	color:#222222;
	border-top:5px solid #c6e6ae;
}
#faq .faqtopics h3{
	margin:0px 5px 10px 5px;
	padding:5px 9px 5px 9px;
	position:relative;
	font-size:100%;
	background:#ffffff;
	color:#222222;
	border-bottom:2px solid #dcc1e5;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#faq .faqtopics h3{
	padding:7px 9px 3px 9px;
}
#faq .faqtopics h3::before{
	width:85px;
	height:2px;
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	background-color:#5e3862;
}
#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;
	padding:1px 1px 0px 1px;
	border:1px solid #CCCCCC;
}
#faq .faqlife h2{
	margin:0px 0px 5px 0px;
	padding:10px 5px 6px 10px;
	font-size:120%;
	color:#222222;
	border-top:5px solid #dcc1e5;
}
#faq .faqlife h3{
	margin:0px 5px 10px 5px;
	padding:5px 9px 5px 9px;
	position:relative;
	font-size:100%;
	color:#222222;
	background:#ffffff;
	border-bottom:2px solid #dcc1e5;
}
#faq .faqlife h3::before{
	width:85px;
	height:2px;
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	background-color:#5e3862;
}
#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;
	padding:1px 1px 0px 1px;
	border:1px solid #CCCCCC;
}
#faq .categoryfaq h2{
	margin:0px 0px 5px 0px;
	padding:10px 5px 6px 10px;
	font-size:120%;
	color:#222222;
	border-top:5px solid #5e3862;
}
#faq .categoryfaq>h3{
	margin: 0px 5px 10px 5px;
	padding: 5px 9px 5px 9px;
	position: relative;
	font-size: 100%;
	background: #ffffff;
	color: #222222;
	border-bottom: 2px solid #dcc1e5;
}
#faq .categoryfaq>h3::before{
	width:85px;
	height:2px;
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	background-color:#5e3862;
}
#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:0px 0px 10px 0px;
	padding:10px 5px 10px 10px;
	display:block;
	font-size:110%;
	background:#f7edfa;
	border-left:2px solid #5b3460;
	font-weight:bold;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#faq .categoryfaq .smenu h3{
	padding:12px 5px 8px 10px;
}
#faq .categoryfaq .smenu h3 a{
	color:#222222;
}
#faq .categoryfaq .smenu ul li{
	background:url(images/content/mark_list.png) no-repeat 5px 4px;
}
#faq .categoryfaq .smenu ul li::before,
#faq .categoryfaq .smenu ul li::after{
	display:none;
}

/*　第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: 25px;
	position: relative;
}
#faq #faqlist ul li::before{
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	width:11px;
	height:11px;
	-webkit-border-radius:25%;
	border-radius:25%;
	background:#5e3862;
}
#faq #faqlist ul li::after{
	content:"";
	position:absolute;
	top:8px;
	left:9px;
	box-sizing:border-box;
	width:5px;
	height:5px;
	border:2px solid transparent;
	border-left:4px solid #ffffff;
}
#faq #faqlist ul li:nth-child(3n+1){
	clear:both;
}
/*　リスト画像下　*/
#faq #secondimg .smenu h3{
	margin-bottom:5px;
	padding:10px 5px 8px 25px;
	display: block;
	color: #222222;
	font-size: 110%;
	position: relative;
	background-color: transparent;
	border: none;
	text-align: left;
	line-height: 1.5;
	text-decoration: underline;
}
#faq #secondimg .smenu h3::before {
	content: "";
	position: absolute;
	left:7px;
	top:15px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #5e3862;
}
#faq #secondimg .smenu h3::after {
	content: "";
	position: absolute;
	top:18px;
	left:11px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 2px solid transparent;
	border-left: 4px solid #ffffff;
}
#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;
}
#faq ul.listlink2 li:not([class]){
	position:relative;
}
#faq ul.listlink2 li:not([class])::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #5e3862;
}
#faq ul.listlink2 li:not([class])::after{
	content: "";
	position: absolute;
	top: 8px;
	left: 9px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 2px solid transparent;
	border-left: 4px solid #ffffff;
}
#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%;
	position:relative;
}
#faq ul li.thumbslist .thumbslink::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #5e3862;
}
#faq ul li.thumbslist .thumbslink::after{
	content: "";
	position: absolute;
	top: 8px;
	left: 9px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 2px solid transparent;
	border-left: 4px solid #ffffff;
}
#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.smallspan{
	font-size:75%;
	font-weight:normal;
}
#content h1.question{
	margin-bottom:14px;
	padding:10px 5px 10px 15px;
	font-family:"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:110%;
	background:#EFEFEF none;
	border:none;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content h1.question{
	padding:12px 5px 8px 15px;
}
#content h1.question span.q{
	margin:2px 10px 0px 0;
	padding:5px 5px 4px 5px;
	float:left;
	box-sizing:border-box;
	line-height:1.2;
	font-size:120%;
	display:block;
	background:#5e3862;
	color:#FFF;
	text-align:center;
	border: 2px solid #5e3862;
	box-sizing: border-box;
	border-radius:4px;
}
#content h1.question span.qtitle{
	display:block;
	font-size:100%;
	font-weight:bold;
}
#content h2.answer{
	clear:both;
	margin:0px 0px 10px 15px;
	padding:5px 5px 4px 5px;
	box-sizing:border-box;
	line-height:1.2;
	font-family:"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:125%;
	display:inline-block;
	color:#5e3862;
	background:#ffffff;
	text-align:center;
	border:2px solid #5e3862;
	border-radius:4px;
	overflow:hidden;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content h1.question span.q{
	margin:0px 10px 0px 0;
	padding:8px 5px 1px 5px;
}
_:-ms-lang(x)::-ms-backdrop,#content h2.answer{
	padding:8px 5px 1px 5px;
}
#content h2.answer::before{
	display: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::after{
	display:none;
}
#shisetsuicon ul li img{
	margin:0px 0px 5px 0px;
	vertical-align:middle;
}
/*==============================================================================
	画像リンク
==============================================================================*/
#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;
}
/*==============================================================================
	ごみカレンダー
==============================================================================*/
/*　カレンダー
------------------------------------------------------------------------------*/
#wrapcal #content h2::before, #wrapcal #content2 h2::before,
#wrapcal #content h3::before, #wrapcal #content2 h3::before,
#wrapcal #content ul:not([class]) li:not([class])::after, #wrapcal #content2 ul:not([class]) li:not([class])::after{
	display:none;
}
#content table.gomi td{
	padding:3px 5px 3px 5px;
	width:95px;
	font-size:95%;
	border:1px solid #CCC;
	vertical-align:top;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content table.gomi td{
	padding:5px 5px 1px 5px;
}
#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::after{
	display:none;
}
#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;
}
/*==============================================================================
	地図から探す
==============================================================================*/
#content #voice #map h2::before, #content2 #voice #map h2::before {
	display:none;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content2 #mapcate p a {
	padding: 5px 3px 1px 5px;
}
/*==============================================================================
	ごみ検索
==============================================================================*/
#gomisearch{
	margin:24px 0px 30px 0px;
	padding:14px 14px 8px 14px;
	background: #efefef;
	border-radius:5px;
}
#gomiserach{
	margin:0px 0px 30px 0px;
}
#gomisearch fieldset,
#gomiserach fieldset{
	border:none;
}
#gomisearch fieldset{
	margin:0px 15px 0px 15px;
}
#gomiserach legend{
	margin:0px 15px 8px 28px;
}
#gomikeyword{
	padding:8px 6px 8px 6px;
	width:373px;
	font-size:100%;
	border-radius: 0px;
	border-right:none;
	border-left:1px solid #cccccc !important;
	border-top:1px solid #cccccc !important;
	border-bottom:1px solid #cccccc !important;
	-webkit-appearance:none;
}
#gomisearch #and, #gomisearch #or{
	margin:3px 4px 18px 0px;
}
#gomisearch #or{
	margin-left:12px;
}
#gomisearch input[type=submit]{
	padding:9px 22px 9px 22px !important;
	color:#ffffff;
	font-weight:bold;
	border-radius: 0px;
	border:none;
	background: #5e3862;
	-webkit-appearance:none;
}
#gomisearch form{
	display:inline;
}
#content ul.transverse, #content2 ul.transverse{
	margin:5px 15px 5px 30px;
	list-style-type:none;
}
#content2 ul.transverse li{
	padding-right:14px;
	width:calc(33.3% - 14px);
	float:left;
}
#content ul.transverse input, #content2 ul.transverse input{
	margin-right:5px;
	vertical-align:middle;
}
#gomiserach p.textcenter{
	margin:10px auto 15px auto;
	text-align:center;
	clear:both;
}
#content2 p.textcenter input{
	padding:5px 26px 5px 26px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:none;
	background: #5e3862;
}
/*==============================================================================
	オープンデータ
==============================================================================*/
#ocontent .osearch h2 {
	color:#222222;
	background:#f7edfa none;
	border-bottom:none;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#ocontent .osearch h2 {
	padding: 5px 10px 1px 10px;
}
#ocontent .ocategory h3 {
	background:#ffffff none;
	border-bottom:2px solid #cccccc;
	position:relative;
}
#ocontent .ocategory h3::before{
	width:85px;
	content:"";
	position:absolute;
	left:0;
	top:100%;
	border-bottom:2px solid #5e3862;
 }
#content .plugin h3::before, #content2 .plugin h3::before{
	display:none;
}

#opendata #content th, #opendata #content2 th{
	background: #f7edfa;
}
#opendata p input{
	padding:3px 12px 3px 12px;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#opendata p input{
	padding:5px 12px 1px 12px;
}
#opendata #lnavi p{
	padding:10px;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content p.order a{
	padding: 5px 3px 1px 15px;
}
_:-ms-lang(x)::-ms-backdrop,#content .ocate span {
	padding: 3px 5px 0px 5px;
}
/*==============================================================================
	開花情報
==============================================================================*/
/*------------------------------------------------------------------------------
　開花情報トップ
------------------------------------------------------------------------------*/
/*	開花情報
------------------------------------------------------------------------------*/
.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%;
}
.smenu2column .smenu,
#p2content .smenu2column .smenu,
#petit #p2content .smenu2column #secondimg2 .smenu,
#p2content .smenu2column #secondlist2 ul li{
	width:47.1%;
}
#petit #p2content .smenu2column #secondimg2 .smenu{
	box-sizing:border-box;
}
/* 3列のとき */
#p3content .smenu{
	width:45%;
}
/* 見出し
------------------------------------------------------------------------------*/
.smenu h2{
	margin-bottom:10px;
	padding:12px 25px 12px 10px;
	display:block;
	font-size:110%;
	background:#f7edfa;
	border-left:2px solid #5b3460;
	font-weight:bold;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,.smenu h2{
	padding:15px 25px 9px 10px;
}
.smenu h2 a{
	color:#222222;
}
.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:not([class]),
.smenu ul li.list{
	margin-bottom:5px;
	padding-left:25px;
	position:relative;
}
.smenu ul li:not([class])::before,
.smenu ul li.list::before{
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	width:11px;
	height:11px;
	-webkit-border-radius:25%;
	border-radius:25%;
	background:#5e3862;
}
.smenu ul li:not([class])::after,
.smenu ul li.list::after{
	content:"";
	position:absolute;
	top:8px;
	left:9px;
	box-sizing:border-box;
	width:5px;
	height:5px;
	border:2px solid transparent;
	border-left:4px solid #ffffff;
}
/*------------------------------------------------------------------------------
	汎用トップ　（第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%;
	background:#f7edfa;
	border-left:2px solid #5b3460;
	font-weight:bold;
	color:#222222;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#secondlist ul li a,#secondlist2 ul li a{
	padding:14px 5px 10px 10px;
}
#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:3px;
	width:30.3%;
	float:left;
	display:inline;
	font-size:100%;
	border:1px solid #CCCCCC;
	text-align:center;
	/*! 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;
}
#secondimg .smenu a:hover,#secondimg2 .smenu a:hover{
	background:#FFF8DD;
}
#secondimg .smenu h2,#secondimg2 .smenu h2{
	margin-bottom:5px;
	padding:10px 5px 8px 25px;
	display:block;
	color:#222222;
	font-size:110%;
	position:relative;
	background-color:transparent;
	border:none;
	text-align:left;
	line-height:1.5;
	text-decoration:underline;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#secondimg .smenu h2,#secondimg2 .smenu h2{
	padding:13px 5px 5px 25px;
}
#secondimg .smenu h2::before,#secondimg2 .smenu h2::before{
	content:"";
	position:absolute;
	left:7px;
	top:15px;
	width:11px;
	height:11px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#5e3862;
}
#secondimg .smenu h2::after,#secondimg2 .smenu h2::after{
	content:"";
	position:absolute;
	top:18px;
	left:11px;
	box-sizing:border-box;
	width:5px;
	height:5px;
	border:2px solid transparent;
	border-left:4px solid #ffffff;
}
#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:#222222;
	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,
#petit ul li.thumbslist .list{
	padding-left:25px;
	position:relative;
}
#petit ul li.thumbslist .thumbslink::before,
#petit ul li.thumbslist .list::before{
	content:"";
	position:absolute;
	top:5px;
	left:3px;
	width:11px;
	height:11px;
	-webkit-border-radius:25%;
	border-radius:25%;
	background:#5e3862;
}
#petit ul li.thumbslist .thumbslink::after,
#petit ul li.thumbslist .list::after{
	content:"";
	position:absolute;
	top:8px;
	left:7px;
	box-sizing:border-box;
	width:5px;
	height:5px;
	border:2px solid transparent;
	border-left:4px solid #ffffff;
}
/*==============================================================================
	サイドメニュー
==============================================================================*/
/*------------------------------------------------------------------------------
	テキストリンク・画像リンク、バナーテキストリンク
------------------------------------------------------------------------------*/
.sidelink{
	margin-bottom:20px;
}
.sidelink h2{
	margin-bottom:8px;
	padding:8px 5px 8px 5px;
	font-size:100%;
	color:#222222;
	background:#ffffff;
	border-top:3px solid #5e3862;
	border-bottom:3px solid #5e3862;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,.sidelink h2{
	padding:10px 5px 6px 5px;
}
.sidelink h3{
	margin:0px 0px 10px 0px;
	padding:3px 5px 3px 5px;
	font-size:100%;
	color:#222222;
	background:#f7edfa;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,.sidelink h3{
	padding:5px 5px 1px 5px;
}
.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:25px;
	position:relative;
}
.sidelink ul li:not([class]):before{
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	width:11px;
	height:11px;
	-webkit-border-radius:25%;
	border-radius:25%;
	background:#5e3862;
}
.sidelink ul li:not([class])::after{
	content:"";
	position:absolute;
	top:8px;
	left:9px;
	box-sizing:border-box;
	width:5px;
	height:5px;
	border:2px solid transparent;
	border-left:4px solid #ffffff;
}
/* 画像リンク
------------------------------------------------------------------------------*/
.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;
	position:relative;
	box-sizing:border-box;
}
.bannertxt ul li:not([class]) a{
	padding:10px 10px 10px 10px;
	display:block;
	color:#222222;
	font-weight:bold;
	background:#f7edfa;
	text-decoration:none;
	border-bottom:2px solid #5e3862;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,.bannertxt ul li:not([class]) a{
	padding:13px 10px 7px 10px;
}
.bannertxt ul li:not([class]) a::before{
	margin-top:-5px;
	content:"";
	position:absolute;
	top:50%;
	right:11px;
	box-sizing:border-box;
	width:6px;
	height:6px;
	border:4px solid transparent;
	border-left:6px solid #5e3862;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.bannertxt ul li a:hover{
	color:#222222;
	background:#dcc1e5;
}
.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:20px;
	border:2px solid #cccccc;
	box-sizing:border-box;
}
.topics h2{
	margin:0px 0px 10px 0px;
	padding:3px 10px 3px 10px;
	font-size:110%;
	color:#222222;
	background:#f7edfa none;
	border:none;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,.topics h2{
	padding:5px 10px 1px 10px;
}
.topics ul{
	margin:0px 10px 10px 15px;
	list-style-type:none;
}
.topics ul li,
.color1 .topics ul li,
.color2 .topics ul li,
.color3 .topics ul li,
.color4 .topics ul li{
	margin-bottom:5px;
	padding-left:20px;
	position:relative;
}
.topics ul li a::before{
	width:5px;
	height:5px;
	position:absolute;
	top:10px;
	left:0px;
	content:"";
	border-top:2px solid #5e3862;
	border-right:2px solid #5e3862;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
/*==============================================================================
	新着更新情報
==============================================================================*/
.news{
	margin-bottom:20px;
	border:2px solid #cccccc;
	box-sizing:border-box;
}
.news h2{
	margin:0px 0px 10px 0px;
	padding:3px 10px 3px 10px;
	font-size:110%;
	color:#222222;
	background:#f7edfa none;
	border:none;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,.news h2{
	padding:5px 10px 1px 10px;
}
#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;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content ul.newslist li,
#content2 ul.newslist li,
.news ul li{
	padding:10px 0px 6px 0px;
}
#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;
	color:#666666;
	float:left;
	width:135px;
}
/*　アイコン
------------------------------------------------------------------------------*/
#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:45px;
	padding:3px 3px;
	display:inline-block;
	text-align:center;
	box-sizing:border-box;
	vertical-align:middle;
	background:#c6e6ae;
	color:#000;
	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:3px 3px;
	display:inline-block;
	text-align:center;
	width:45px;
	box-sizing:border-box;
	vertical-align:middle;
	font-size:80%;
	background:#5e3862;
	color:#ffffff;
	line-height:1.2;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content ul.newslist li span.labelupdate,
#content2 ul.newslist li span.labelupdate,
.news ul li span.labelupdate,
#content ul.newslist li span.labelnew,
#content2 ul.newslist li span.labelnew,
.news ul li span.labelnew{
	padding:5px 3px 1px 3px;
}
/*　リスト
------------------------------------------------------------------------------*/
#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% - 180px);
}
/*==============================================================================
	広告欄（トップページ、汎用トップ）
==============================================================================*/
#sad{
	margin:0px auto 20px auto;
	width:100%;
	clear:both;
}
#sad h2{
	margin: 0 10px 0 0;
	float:left;
	text-align:left;
	font-size: 110%;
}
#sad p{
	margin:0px;
	padding:3px 10px 3px 10px;
	text-align:left;
	vertical-align:middle;
	line-height:1.4;
	float:left;
}
#sad ul{
	margin:0;
	padding-top:20px;
	list-style-type:none;
	clear:left;
}
#sad ul li{
	margin:0px 15px 15px 0px;
	float:left;
	display:inline;
	box-sizing:border-box;
}
#sad ul li a{
display:block;
}
#sad ul li a img{
vertical-align:top;
}
/*==============================================================================
	広告欄（画像リンク）
==============================================================================*/
#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;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#sad ul.sadlist li .sadtext{
	padding-top:2px;
}
/*==============================================================================
	スクロールメニュー（トップページ、汎用トップ）
==============================================================================*/
#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 .btn 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:5px 8px 2px 10px;
	position:absolute;
	right:10px;
	bottom:10px;
	color:#222222;
	font-size:85%;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	line-height:1.2;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#scroll_a .more{
	padding:6px 8px 1px 10px;
}
#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:0px;
	top:255px;
}
/*　番号ボタン
------------------------------------------------------------------------------*/
#scroll_a .paging{
	width:880px;
	left:65px;
	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:#5e3862;
}
#esearchbox{
	background-color:#5e3862;
	background:rgba(126,96,129,0.8);
}
#esearch h2{
	border-bottom-color:#5e3862;
}
#esearchbtn button{
	background-color:#5e3862;
}
#esearch .conditions h3{
	border-left-color:#0072b6;
}
#esearch .error {
	background: #fff4cd;
}
#esearch .conditions label.keyword,#esearch .conditions legend{
	border-left: 6px solid #5e3862;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#esearch #inputerror p{
	padding: 12px 10px 8px 15px;
}
_:-ms-lang(x)::-ms-backdrop,#esearch .conditions label.keyword,#esearch .conditions legend{
	padding: 3px 10px 0px 5px;
}
_:-ms-lang(x)::-ms-backdrop,.addconditions>p a{
	padding: 15px 25px 11px 50px;
}
.eventsearch{
	background-color:#5e3862;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,.eventsearch{
	padding: 27px 0px 23px 0px;
}
.eventclose{
	border-color:#5e3862;
}
.eventclose a{
	color:#5e3862;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,.eventclose a{
	padding: 13px 0px 9px 50px;
}
#ecalendar h2,
#eventcardbox h2{
	border-left-color:#5e3862;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#ecalendar h2, #eventcardbox h2{
	padding: 7px 10px 3px 8px;
}
#eventcalendar .eventlist h2{
	background-color:#5e3862;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#eventcalendar .eventlist h2{
	border-right:1px solid #5e3862;
}
#eventcalendar .eventlist .lists{
	border-top-color:#5e3862;
}
#esearch{
	background-color:#f7edfa;
}
#eventcondition{
	background-color:#f7edfa;
}
#eventcalendar span.kaisaikikan{
	background-color:#d8f1fd;
}
#eventcalendar .moreevent a{
	background-color:#f7edfa;
}
#eventswitch ul{
	border-color: #dcc1e5;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#eventswitch ul li a{
padding: 10px 10px 6px 35px;
}
#eventswitch ul li.datetype.active a,
#eventswitch ul li.listtype.active a {
	background-color: #dcc1e5;
}
#ecalendar table th.day{
	color: #333333;
	background: #e6e6e6;
}
#ecalendar table th.sat {
	color: #333333;
	background: #d3e0fa;
}
#ecalendar table th.sun {
	color: #333333;
	background: #f2d0d4;
}
#eventjump ul li {
	border-color: #7e6081;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#eventjump ul li a{
	padding: 10px 8px 6px 35px;
}
#eventjump ul li.ecalendar a, #eventjump ul li.longterm a, #eventjump ul li.termination a {
	background-color: #f7edfa;
}
#eventcard{
	background:#eeeeee;
}
#eventorder h3:after{
	position:absolute;
	top:0;
	bottom:0;
	right:-28px;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #EEEEEE;
}
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#eventorder h3{
	padding: 4px 5px 0px 8px;
}
/*==============================================================================
	アンケートフォーム
==============================================================================*/
/* IE11のみ適用 */
_:-ms-lang(x)::-ms-backdrop,#content2 div#inputerror p{
	padding: 12px 10px 8px 15px;
}
_:-ms-lang(x)::-ms-backdrop,span.reauired{
	padding: 2px 5px 0 5px;
}
/*==============================================================================
	インスタグラム連携
==============================================================================*/
#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:#0033CC;
}
/* 開くボタン
------------------------------------------------------------------------------*/
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;
	display:block;
	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 #ec6035;
	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;
	width:100%;
	background:#fff0c3;
	box-sizing:border-box;
	text-align:center;
	box-shadow:0px 2px 0px 0px #CCC;
}
div.morephoto a{
	padding:10px;
	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;
}
/*==============================================================================
	写真館
==============================================================================*/
#photouser{
	margin:0px auto 20px auto;
	padding:15px;
	width:500px;
	background:#f1e2f6;
}
#photouserinfo{
	width:370px;
	float:right;
}
#wrap #photouserinfo h2{
	margin-bottom:3px;
	font-size:120%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background:transparent;
}
#photouser #photouserinfo p{
	margin-bottom:10px;
}
#photouser #photouserinfo p img{
	border-radius:0px;
}
#photouser p img{
	border-radius:50%;
}
/*------------------------------------------------------------------------------
	写真一覧
------------------------------------------------------------------------------*/
#photolist{
	margin:0px;
}
#photolist .pattern01 ul,#photolist .pattern02 ul,#photolist .pattern03 ul{
	list-style-type:none;
}
.pattern01 ul li,.pattern02 ul li,.pattern03 ul li{
	width:224px;
	height:224px;
	margin-right:18px;
	margin-bottom:18px;
	float:left;
	display:inline;
	overflow:hidden;
	position:relative;/* 相対位置指定 */
	line-height:0;
}
/* object-fitが適用されないIE対策 */
.pattern01 ul li img,.pattern02 ul li img,.pattern03 ul li img{
	width:auto;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
/*	min-height:100%;
	min-width:100%;*/
	-ms-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}
/* IE以外 */
@supports ( object-fit:cover ) {
	.pattern01 ul li img,.pattern02 ul li img,.pattern03 ul li img{
	    position:static;
	    width:100%;
	    height:100%;
	    top:0px;
	    left:0px;
	    -o-object-fit:cover;
	    object-fit:cover;
	    -ms-transform:none;
	    -moz-transform:none;
	    -webkit-transform:none;
	    transform:none;
	}
}
.pattern01 ul li a::before,.pattern02 ul li a::before,.pattern03 ul li a::before{
	width:100%;
	height:100%;
	content:"";
	position:absolute;
	z-index:100;
}
#photocontent .pattern01 ul li p,#photocontent .pattern02 ul li p,#photocontent .pattern03 ul li p{
	line-height: 1.5;
}
#photocontent .pattern01 ul li p.photolike,#photocontent .pattern02 ul li p.photolike,#photocontent .pattern03 ul li p.photolike{
	margin:0px;
}
/*	.pattern01（パターン1：1番目が大きい画像）
------------------------------------------------------------------------------*/
.pattern01 ul li.photo03,.pattern01 ul li.photo05,.pattern01 ul li.photo09,.pattern01 ul li.photo13{
	margin-right:0px;
}
.pattern01 ul li.photo01{
	float:left;
	width:466px;
	height:466px;
}
.pattern01 ul li p.photolike{
	padding:2px 5px 2px 2px;
	background:#333;
	position:absolute;
	right:8px;
	bottom:8px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
/*	.pattern02（パターン2：11番目が大きい画像）
------------------------------------------------------------------------------*/
.pattern02 ul li.photo04,.pattern02 ul li.photo08{
	margin-right:0px;
}
.pattern02 ul li.photo11{
	width:466px;
	height:466px;
	float:right;
}
#photocontent .pattern02 ul li.photo11{
	margin-right:0px;
}
.pattern02 ul li p.photolike{
	padding:2px 5px 2px 2px;
	background:#333;
	position:absolute;
	right:8px;
	bottom:8px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
/*	.pattern03（パターン3：6番目が大きい画像）
------------------------------------------------------------------------------*/
.pattern03 ul li.photo06{
	width:466px;
	height:466px;
}
#photocontent .pattern03 ul li.photo04,
#photocontent .pattern03 ul li.photo07,
#photocontent .pattern03 ul li.photo08,
#photocontent .pattern03 ul li.photo12{
	margin-right:0px;
}
.pattern03 ul li.photo07, .pattern03 ul li.photo12{
	float:right;
}
.pattern03 ul li.photo08{
	clear:right;
}
.pattern03 ul li.photo09{
	margin-top:-242px;
	clear:left;
}
.pattern03 ul li p.photolike{
	padding:2px 5px 2px 2px;
	background:#333;
	position:absolute;
	right:8px;
	bottom:8px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
/*フォーカスが当たったら*/
#photolist ul li #insta{
	opacity:1;
}
/*	オーバーしたとき
------------------------------------------------------------------------------*/
.pattern01 ul li div.captionarea,.pattern02 ul li div.captionarea,.pattern03 ul li div.captionarea{
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.6);	/* マスクは半透明 */
	color:#fff;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient:vertical;
  	-webkit-box-direction:normal;
  	-ms-flex-direction:column;
  	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	z-index:10;
}
.pattern01 ul li:hover div.captionarea,.pattern02 ul li:hover div.captionarea,.pattern03 ul li:hover div.captionarea{
	opacity:1;	/* マスクを表示する */
	transition:all 0.6s ease;
}
ul li div.captionarea p{
	z-index:10;
	display:inline;
	font-weight:normal;
	line-height:1.5;
}
.pattern01 ul li:hover p.photolike{
	display:none;
}
#photocontent .pattern01 ul li p,#photocontent .pattern02 ul li p,#photocontent .pattern03 ul li p{
	font-size:90%;
	color:#fff;
}
.pattern01 ul li p.photocaption,.pattern02 ul li p.photocaption,.pattern03 ul li p.photocaption{
	margin:17px 17px 4px 17px;
	font-size:90%;
	color:#fff;
}
.pattern01 ul li p.photoday,.pattern02 ul li p.photoday,.pattern03 ul li p.photoday{
	margin:4px 17px 17px 17px;
	font-size:85%;
	color:#fff;
}
#photocontent .pattern01 ul li p.photolike,#photocontent .pattern02 ul li p.photolike,#photocontent .pattern03 ul li p.photolike{
	margin:0px;
}
/*	大きな画像のとき
------------------------------------------------------------------------------*/
.pattern01 ul li p.photolike,.pattern02 ul li p.photolike,.pattern03 ul li p.photolike{
	margin-top:10px;
	font-size:95%;
	color:#fff;
	text-align:center;
}
.pattern01 ul li p.photolike img,.pattern02 ul li p.photolike img,.pattern03 ul li p.photolike img{
	margin-right:3px;
	min-width: auto;
	height: auto;
	object-fit:none;
	vertical-align:middle;
}
/*------------------------------------------------------------------------------
	ピックアップした画像
------------------------------------------------------------------------------*/
#pickupphoto{
	clear:both;
}
#pickupphoto #content{
	width:950px;
}
.photomenu{
	margin:10px 10px 20px 10px;
	width:295px;
	float:left;
}
/*------------------------------------------------------------------------------
	添付ファイル、関連情報
------------------------------------------------------------------------------*/
#photocontent h2,#photocontent h3{
	margin-bottom:15px;
	clear:both;
	font-weight:bold;
}
#photocontent h4,#photocontent h5,#photocontent h6{
	margin-bottom:10px;
	clear:both;
	font-weight:bold;
}
#photocontent p{
	margin-bottom:15px;
	margin-left:15px;
	margin-right:15px;
}
#photocontent ul.objectlink{
	margin-bottom:25px;
	margin-left:25px;
	clear:both;
	list-style-type:none;
	list-style-position:outside;
}
#photocontent ul.objectlink li{
	margin-bottom:5px;
	padding-left:25px;
	background:url(images/content/mark_list.png) no-repeat 6px 5px;
}