/*
Theme Name:     PML
Theme URI:      https://hyogo-akashipark.jp/
Description:    PML theme for WordPress
Author:         Oguri
Author URI:     https://hyogo-akashipark.jp/
Version:        0.1.0
*/


/**************************************************/
/* トップ画面 */
/**************************************************/
/* ロゴ画像 */

#logoimg {
	width:200px;
}
@media (min-width: 400px) {
	#logoimg {
		width:200px;
	}
}
@media (min-width: 900px) {
	#logoimg {
		width:280px;
		margin:0px 0px 0px 20px;
	}
}



h2.title {
	text-align: center;
	margin-top:50px;
	margin-bottom:20px;
}
h2.title0 {
	text-align: center;
	margin-bottom:20px;
}

/* リンクのアンダーラインを消す */
.toppage a {
	text-decoration: none;
}
.footermenu a {
	text-decoration: none;
}



/* アコーディオン */
.accordion-button {
    color: #358552;
    font-weight: bold;
}

/* ハンバーガーメニュー*/
.navbar-toggler{
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* リンク文字黒 */
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }

/* トップの背景 */
.tophaikei {
	background-color:#e1fcfd;
	padding-top:40px;
	padding-bottom:40px;
}
.tophaikei2 {
    background: url(img/bg01.png) left top white;
    background-size: 1920px 395px;
    background-repeat: repeat;
}
.tophaikei3 {
    background: url(img/kakashiimg2.jpg) left top white;
    background-size: 1920px 1270px;
    background-repeat: repeat;
}


a.wp-block-file__button:link { color: #ffffff; }
a.wp-block-file__button:visited { color: #ffffff; }
a.wp-block-file__button:hover { color: #ffffff; }
a.wp-block-file__button:active { color: #ffffff; }

/* TOPスライド画像内のご利用案内 */
.topslideinfo {
	position:static;
	background-color:white;
	border-radius:10px;
	padding:20px;
}
@media (min-width: 800px) {
	.topslideinfo {
		position:absolute;
		left:auto;
		right:10px;
		bottom:10px;
		width:350px;
		height:340px;
		background-color:#fffdf1;
		border-radius:10px;
		padding:10px;
		padding-top:20px;
	}
}



.topslidebackimg {
	position:absolute;
	bottom:30px;
	width:100%;
}

@media screen and (min-width: 400px) {
	.topslidebackimg { display: none; }
}
@media screen and (min-width: 800px) {
	.topslidebackimg { display: block; }
}




/**************************************************/
/* メニュー関連 */
/**************************************************/
/* ヘッダーメニュー */
.nav-item > a {
    padding-right: 12px;
    padding-left: 12px;
	height:52px;
    font-size: 16px;
    /*text-align: center;*/
    transition: border .3s ease;
    color: #343a40;
    position: relative;
    z-index: 2;
	text-decoration: none;
	font-weight:bold;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	background-color:#e1fcfd;
}

/* タブ一覧 */
@media (max-width: 500px) {
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	height:100px;
}
}


/**************************************************/
/* slick-slide */
/**************************************************/
.slider-event .slick-slide {
  width: 300px;
  /*height: 550px;*/
  height: 370px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.slider-flower .slick-slide {
  width: 300px;
  height: 225px;
  object-fit:cover;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.slider-banner .slick-slide {
  width: 210px;
  height: 70px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.slider-event .slick-slide img {
  display: block;
  width: 100%;
  /*height: 420px;*/
  height: 200px;
  object-fit: cover;
}

.slider-shuhen .slick-slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.slider-banner .slick-slide img {
  display: block;
  width: 100%;
  height: 61px;
}

.slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-banner .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 30px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}







.slider .slick-next {
  right: 0;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next::before {
  left: 20px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

/**************************************************/
/* イベントスライダー */
/**************************************************/
.event-sld-box {
}
.shuhen-sld-box {
	padding:10px;
}
.event-sld-img {
	border-radius: 8px;
}
.event-sld-textbox {
	margin: 1rem 0;
}
.event-sld-date {
	font-weight:bold;
	color:#003288;
}
.event-sld-title {
	font-weight:bold;
}
.event-sld-text {
}






/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}




/* TOPに戻る */
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*font-size: 77%;*/
    font-size: 140%;
}
.page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
		opacity:0.5;
    width: 60px;
    height: 60px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 30px;
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*公園ニュース*/
table.recentList {
  background: #fff;
  line-height:130%;
  border-spacing: 0;
  border: none;
  width:100%;
}
table.recentList td,
table.recentList th {
  border-top: 0;
  border-bottom:1px dotted #bbb;
  padding:10px 0 8px;
  vertical-align:top;
  text-align: left;
  font-weight: normal;
}
table.recentList td.dateInfo {
  padding-left:15px;
  width:110px;
  color:#666;
  background: url(images/icon_blue.gif) no-repeat left center;
}
table.recentList td.labels {
  width:80px;
  line-height: 0.5em;
  text-align: center;
}




footer {
    width: 100%;
    /*background: url(img/bg_footer_over.png) repeat-x center top;*/
    padding-top: 0px;
}




/*-------- メディアとテキスト ---------*/
.wp-block-media-text__media{
	padding: 20px;
}

/*-------- フェミニンなテーブル ---------*/
:root {
  --f-text:#000000D;/*文字の色*/
  --f-line:#6fba2c;/*線の色*/
  --f-bg1:#cdecb0;/*ストライプの背景色*/
}

.fem-table table{
color:var(--f-text);
border:2px solid var(--f-line);	
background-color:white;
}

.fem-table thead{
border-bottom:1px solid var(--f-line);
}

.fem-table table td{
border:1px dotted var(--f-line);	
}

.fem-table thead{
color:white;
}

.left-table td:nth-child(1){
background-color:var(--f-bg1);
font-weight:bold;
}

.top2-table tr:nth-child(1){
background-color:var(--f-bg1);
}
.top2-table tr:nth-child(2){
background-color:var(--f-bg1);
}


/*-------- CSSで箇条書きをおしゃれに ---------*/
.kajyo1 {
  /*border: double 4px #21b384;*/
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.kajyo1 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}
.kajyo1 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #21b384; /*アイコン色*/
}



/*
――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――
旧HPのCSS
――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――
*/

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

/*
ol, ul{
    list-style:none;
}
*/

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

body{
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.flort-l{	float:left;}
.flort-r{	float:right;}

.red{	color:#F00;}

.red2{	color:#990000;}

.err{	color:#F00;}

.ter{text-align:right;}

.color1{color:#ff0000;}
.color2{color:#4c8413;}
.color3{color:#6C3F72;}

.ERR{color:#cc0000;}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } 

/* margin ==================================================================*/

.mrb4{	margin-bottom:4px;}
.mrb10{	margin-bottom:10px;}
.mrb15{	margin-bottom:15px;}
.mrb20{	margin-bottom:20px;}
.mrb30{	margin-bottom:30px;}
.mrb40{	margin-bottom:40px;}
.mrb50{	margin-bottom:50px;}
.mrb60{	margin-bottom:60px;}
.mrb100{margin-bottom:100px;}


.tec{text-align:center;}
.ter{text-align:right;}



/* ===================================================== 
	important
===================================================== */

#mainimg{
	text-align:center;
}

#mainimg img{
	width:100%;
	height:auto;

}

/* ===================================================== 
	contents
===================================================== */


#cont-block{
	margin:0 auto;
	padding-bottom:60px;
	width:1000px;
	position:relative;
	top:20px;
}

#cont-block2{
	margin:0 auto;
	padding-top:20px;
	padding-bottom:60px;
	width:1000px;
	position:relative;
	top:0;
}

#mslider{
	padding-top:20px;
	width:1000px;
	margin:auto;
}

/* ===================================================== 
	cont
===================================================== */

.tit1{
	width:700px;
	height:67px;
	background:url(common/img/bg_tit1.jpg) no-repeat left top;
}

.tit2{
	width:700px;
	height:67px;
	background:url(common/img/bg_tit2.jpg) no-repeat left top;
}

.tit3{
	width:700px;
	height:67px;
	background:url(common/img/bg_tit3.jpg) no-repeat left top;
}

.tit .left{
	width:300px;
	padding:7px 0 0 20px;
	float:left;
	color:#3f0000;
	font-size:110%;
	font-weight:bold;
}

.tit .right{
	width:234px;
	padding:4px 20px 0 0;
	float:right;
}

.tit .right a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


.topics-block3{
	margin-bottom:20px;
	padding:20px;
	background:#fff;
}

.news-block{
	background:#fff;
	/*padding:20px;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.news-block .block{
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:2px #ccc solid;
}

.news-block .block .catch{
	width:70px;
	float:left;
}

.news-block .block .catch img{
	max-width:70px;
	height:auto;
}

.news-block .block .data{
	width:570px;
	float:right;
}

.news-block span{
	width:50px;
	padding:2px 10px;
	color:#fff;
}
.news-block span.categoty-event{background:#CE6667;}
.news-block span.categoty-topics{background:#558BA3;}



.news-block .block .data dl{
	margin-top:10px;
}

.news-block .block .data dt{
	font-size:14px;
	line-height:150%;
}

.news-block .block .data dd{
	
}



/* ===================================================== 
	footer
===================================================== */

#page-top{
	position:absolute;
	width:74px;
	top:0px;
	left: 0;
	right: 0;
	margin: auto;
}

#page-top:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

footer{
	border-top:10px #377BA8 solid;
}

footer #innar{
	padding:0;
	background:url(common/img/bg_footer.jpg) repeat left top;
}

footer #block{
;
}

footer #foot-nav{
	margin:0 auto;
	width:958px;
	padding:30px 0 30px 42px;

}

footer #foot-nav .box{
	width:170px;
	float:left;
}

footer #foot-nav .box div{
	margin-bottom:20px;
}

footer #foot-nav .box h3{
	margin-bottom:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
}

footer #foot-nav .box li{
	background:url(common/img/icon1.png) no-repeat left 0.3em;
	padding-left:18px;
	font-size:13px;
	line-height:180%;
}

footer #foot-nav .box li a{
	color:#fff;
}

footer #foot-nav .profile{
	/*width:259px;*/
	width:275px;
	padding-top:10px;
	float:right;
	font-size:13px;
	line-height:180%;
	color:#fff;
	text-align:right;
}


footer #copyrights{
	background:url(common/img/bg_copyrights.jpg) repeat left top;
	text-align:center;
	color:#fff;
	padding:15px 0;
}

/* ===================================================== 
	page
===================================================== */

#pagetittle{
	height:73px;
	background:url(common/img/base_pagetittle.jpg) repeat-x left top;
}

#pagetittle h2{
	margin:0 auto;
	width:1100px;
}


/* ===================================================== 
	menuwaku
===================================================== */
#side {
  width:250px;
  float:left;
}

.menuwaku {
  width:250px;
  float:left;
  background:#ffffff;
  padding:15px;
  border-radius: 8px;
  margin-bottom:20px;
}

.menuwaku .menu{
	margin-bottom:10px;
}

.menuwaku .menu ul{
	padding:0;
}

.menuwaku .menu ul li{
	margin-bottom:10px;
	width:250px;
	background:url(common/img/bg_side_btn.jpg) repeat left top;
}

.menuwaku .menu ul li:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.menuwaku .menu ul li a{
	display:block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-decoration:none;
	padding:15px 20px;
	background:url(common/img/bg_side_btn2.png) no-repeat right bottom;
}

.menuwaku .menu ul li a span{
	/*display:block;*/
	/*background:url(common/img/icon1.png) no-repeat left center;*/
	/*padding-left:20px;*/
}






/**************************************
 　　pagination
********************************************/

.pagination{
    text-align: center;
}
a.page-numbers,
.pagination .current{
    background: #fff;
	color:#333;
    padding:5px 8px;
	border:1px #7B953F solid;
    margin:0 1px;
    text-decoration: none;
}
.pagination .current{
    background: #7B953F;
	border:1px #7B953F solid;
    color: #fff;
}

a.page-numbers:hover{
	color:#fff;
	background: #7B953F;
}

//テーブル
.tbl1 table {
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    margin:0 0 15px 0 !important;
}

.tbl1 th {
    border:1px solid #ccc;
    color:#302F2B;
    background-color: #f2f8f7;
    text-align:center;
    font-weight: bold;
    font-size:100%;
    padding:8px 15px 7px;
}

.tbl1  td {
    border:1px solid #ccc;
    vertical-align: middle;
    padding:8px 15px 7px;
}

.tbl1  td a{
    text-decoration:underline;
    color: #08bddd;
}

#cont h3{
	font-size: 110%;
	/*color:#008080;*/
	font-weight:bold;
	line-height:150%;
}


/* テーブル2 */
.tbl2 table {
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    margin:0 0 15px 0 !important;
}

.tbl2 th {
    vertical-align: top;
}

.tbl2  td {
    vertical-align: top;
}

.tbl2  td a{
    text-decoration:underline;
    color: #08bddd;
}

/* テーブル3 */
.tbl3 table {
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    margin:0 0 7px 0 !important;
}

.tbl3 th {
    border:1px solid #ccc;
    color:#302F2B;
    background-color: #f2f8f7;
    text-align:center;
    font-weight: bold;
    font-size:100%;
    padding:4px 7px 4px;
}

.tbl3  td {
    border:1px solid #ccc;
    vertical-align: middle;
    padding:4px 7px 4px;
}

.tr3  td {
    border:1px solid #ccc;
    vertical-align: middle;
    padding:4px 7px 4px;
    background-color: #99ffcc;
}





/* タイトル（小） */
.posttitle2 {
  color:#004473;
  font-size: 110%;
  border-bottom: dotted 1px #0091ca;
  padding-bottom: 3px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight:bold;
  clear: both;
}

/* 画像に文字を重ねる */
.relative {
    position: relative;
}
.absolute {
    position: absolute;
    right: 2px;
    bottom: 2px;
    color:#ffffff;
    font-weight:bold;
}

/* 投稿を横に並べる（施設） */
#cont ul.hlay {
    margin: 0;
	margin-left:0px;
    padding: 0;
    overflow: hidden; /* heightを戻す */
}
ul.hlay li {
    list-style:none;
    float: left;
    /*width: 200px;*/
    width: 250px;
    /*height: 240px;*/
    height: 300px;
    margin:8px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
//    background: url(images/ribbon_green.png) no-repeat left top;
}
ul.hlay li .hlay-title {
    padding:9px 5px 9px;
    font-weight: bold;
    font-size:110%;
}
ul.hlay li a:link,
ul.hlay li a:visited {
    color:#333;
	text-decoration: none;
}
ul.hlay li .eyecatch {
    line-height: 0.5em;
}
ul.hlay li .caption {
    padding:5px 10px;
    line-height: 140%;
    text-align: left;
}

/* 英語用の施設３列 */
ul.hlay li.eng {
    list-style:none;
    float: left;
    width: 200px;
    height: 360px;
    margin:8px;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 5px;
}
ul.hlay li.eng .caption {
    padding:5px 10px;
    line-height: 140%;
    text-align: left;
    font-size:80%;
}
ul.hlay li.eng .hlay-title {
    padding:9px 5px 9px;
    font-weight: bold;
    font-size:100%;
}

/* 中国語用の施設３列 */
ul.hlay li.chn {
    list-style:none;
    float: left;
    width: 200px;
    height: 280px;
    margin:8px;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 5px;
}
ul.hlay li.chn .caption {
    padding:5px 10px;
    line-height: 140%;
    text-align: left;
    font-size:80%;
}
ul.hlay li.chn .hlay-title {
    padding:9px 5px 9px;
    font-weight: bold;
    font-size:100%;
}






/* 数字付リスト*/
ol.decimal {
    list-style-type : decimal;
    padding-left: 20px;
}

/* 数字付リスト 太文字の緑色*/
ol.decimal-green {
    list-style-type : decimal;
    padding-left: 200px;
    color:#006633;
}
ol.decimal-green li {
    font-weight: bold;
}

/* 破線 */
hr.dashed {
    border-top: 2px dashed #999900;
    width: 100%;
}

/* 文字カラー*/
.font-orange {
    font-weight: bold;
    color: #FF9900;
}
.font-purple {
    font-weight: bold;
    color: #990066;
}
.font-green {
    font-weight: bold;
    color: #009900;
}
.font-blue {
    font-weight: bold;
    color: #0033FF;
}


h2.side-title {
	display:block;
	background:url(common/img/titbg_h1.jpg) no-repeat left top;
	font-size:110%;
	font-weight:bold;
	line-height:150%;
    padding:10px 10px;
	color:#3F0000;
}

h2.side-title2 {
	display:block;
	background:url(common/img/titbg_h1_2.jpg) no-repeat left top;
	font-size:110%;
	font-weight:bold;
	line-height:150%;
    padding:10px 10px;
	color:#3F0000;
}

p.side-ltext {
	font-size:110%;
	font-weight:bold;
	line-height:150%;
	color:#3F0000;
    padding:5px 0px;
}

.prof img {
    border-radius: 75px;
    -moz-border-image: border-radius: 75px;
    -webkit-border-image: border-radius: 75px;
    border:solid #00bfff 1px;
    margin:0px 5px 1px;
}

a.btn {
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #f5a911;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:80%;
  margin:0 0 0 28px;
  display:block;
  text-align:center;
  border:solid 3px #fff;
  box-shadow: rgba(113, 135, 164, 0.14902) 0px 0px 1px 1px;
 -webkit-box-shadow: rgba(113, 135, 164, 0.14902) 0px 0px 1px 1px;
 -moz-box-shadow: rgba(113, 135, 164, 0.14902) 0px 0px 1px 1px;
}

#subword {
 width:300px;
 height:20px;
 float:left;
 color:#735a29;
 vertical-align:bottom;
 padding:70px 0 0 5px;
 font-size:110%;
 font-weight:bold;
 letter-spacing: 0.2em;
}



#cont ul li {
    margin-bottom: 4px;
}
#cont ul {
    list-style: disc;
    margin-bottom: 20px;
    /*margin-left: 20px;*/
}





/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}

/* ※の箇条書き */

ol.asterisk {
  counter-reset: number;
  list-style: none;
}
ol.asterisk li:before {
  counter-increment: number;
  content: "※"counter(number)" ";
}

ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}


/* タイトル（中） */
.posttitle1 {
  border-bottom:2px solid #0091ca;
  padding-bottom: 5px;
  margin-top:20px;
  margin-bottom: 10px;
  font-size: 140%;
  clear:both;
}

/* タイトル（小） */
.posttitle2 {
  color:#004473;
  font-size: 110%;
  border-bottom: dotted 1px #0091ca;
  padding-bottom: 3px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight:bold;
  clear: both;
}

#cont {
	margin-top:20px;
}


span.categoty-eventcate{color:white;padding:0 10px 0 10px;background:#CE6667;}
span.categoty-info{color:white;padding:0 10px 0 10px;background:#558BA3;}
span.categoty-presscate{color:white;padding:0 10px 0 10px;background:#4BA378;}
span.categoty-flowercate{color:white;padding:0 10px 0 10px;background:#F29C9F;}



/*写真のスキマ*/
.alignnone {
  margin-bottom: 5px;

}

