/*
Theme Name: midono
Description: みどの福祉会
Author: ACEWEB

Version:1.0
License:ACEWEB
License URI:http://aceweb.jp

Tags:
*/

@charset "utf-8";

/*****************************************
	ページネーション用
*****************************************/
/*ページネーション*/
ul.pagination {
	float:left;
	margin:30px 0 25px 0;
	position:relative;
	left:50%;
}

ul.pagination li {
	float:left;
	margin:0 8px 10px 0;
	position:relative;
	left:-50%;
}

ul.pagination li a {
	display:block;
	padding:3px 10px;
	background-color:#666;
}

ul.pagination li a:link		{ color:#fff; text-decoration:none; }
ul.pagination li a:visited 	{ color:#fff; text-decoration:none; }
ul.pagination li a:hover 	{ color:#fff; text-decoration:none; background-color:#f1105f; }
ul.pagination li a:active 	{ color:#fff; text-decoration:none; }

.current_page {
	color:#fff;
	display:block;
	padding:3px 10px;
	background-color:#f1105f;
}


/* Wordpress用 */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}



.newspost, .post{
	overflow:hidden;
	font-size:1.1em;
	line-height:1.8em;
	padding-bottom:40px;
	border-bottom:1px dotted #015f15;
	margin-bottom:80px;
}

.post h3{
	font-size:20px;
	margin-bottom:20px;
}
.post h3 span{
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin-right:20px;
}
.post h3 a{
	text-decoration:none;
	color:#2c4aa1;
}
.post h3 a:hover{
	text-decoration:none;
	color:#40aae3;
}

.newsSec{
}
.newsSec:after{
	content:"";
	display:block;
	clear:both;
}
.newsSecMain{
	float:left;
	width:840px;
	margin-right:30px;
}
.newsSecNav{
	float:left;
	width:300px;
	border:1px solid #ccc;
	padding:10px;
}
h3.h3sidebar{
	border-top:none;
	border-bottom:none;
	background:#40aae3;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	padding:5px;
	margin-bottom:20px;
}
.widget-container{
	margin-bottom:30px;
}
.widget-container ul{
}
.widget-container ul li{
	line-height:1.5em;
	padding:10px;
	border-bottom:1px solid #ccc;
}
.widget-container a{
	text-decoration:none;
}


.newsSecBtn{
	width:200px;
	margin-top:20px;
	margin-left:auto;
}
.newsSecBtn a {
	display:block;
	color:#2c4aa1;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	padding:5px 0;
	background-color:#fff;
	border:2px solid #2c4aa1;
	text-align:center;
	text-decoration:none;
}
.newsSecBtn a:hover {
	color:#fff;
	background-color:#2c4aa1;
}
.newsSecBtn a {
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
h3.h3archive{
	border:none;
	background:#eaeaea;
	font-size:18px;
	font-weight:normal;
	padding:10px;
	margin-bottom:20px;
}


/* wp-pagenavi */
.wp-pagenavi{
	text-align:center;
}
.wp-pagenavi {
	clear: both;
	padding:5px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #666;
	padding: 3px 5px;
	margin: 2px;
	font-size:14px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#666;
	border-color: #999;
	background:#e9e9e9;
}

.wp-pagenavi span.current {
	font-weight: bold;
}






#main .topSec{
	margin-top:0;
}

/* ウィジェット用 */
#newsSecWidget{
	float:left;
	width:180px;
}
#newsSecWidget h3{
	font-size:16px;
	border:none;
	background:#589955;
	color:#fff;
	padding:10px;
}
#newsSecWidget ul{
}
#newsSecWidget ul li{
	font-size:14px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}
#newsSecWidget ul li span{
	font-size:10px;
	color:#999;
}
#newsSecWidget ul li a{
	text-decoration:none;
}

h4 span{
	font-size:12px;
	margin-right:20px;
}

.news_midonoSecBtn:before{
	content:"";
	display:block;
	clear:both;
}

/* 保育園詳細リンクボタン */
.news_hoikuenSecBtn,.news_daySecBtn,.news_anshinSecBtn,.news_wataboushiSecBtn,.news_kyotakuSecBtn,.news_kodomoSecBtn,.news_jidouSecBtn,.news_midonoSecBtn{
	width:200px;
	margin-top:40px;
	margin-left:auto;
	margin-bottom:20px;
}

/* 緊急連絡詳細リンクボタン */
.news_midonoSecBtn a {
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	padding:5px 0;
	background-color:#015f15;
	border:2px solid #015f15;
	text-align:center;
	text-decoration:none;
	border-radius:20px;
}
.news_midonoSecBtn a:hover {
	color:#015f15;
	background-color:#fff;
}

.news_midonoSecBtn a {
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/* カテゴリ一覧 */
.postCat{
	overflow:hidden;
	margin-bottom:20px;
}
.postCat ul{
}
.postCat ul.post-categories li {
	display:inline;
}
.postCat li a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 5px;
	background-color:#80b83a;
	border:2px solid #80b83a;
	text-align:center;
	text-decoration:none;
	border-radius:20px;
}
.postCat li a:hover {
	color:#80b83a;
	background-color:#fff;
}

.postCat li a {
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/* ウィジェット用 */
#sidebar{
	float: left;
	width: 180px;
	margin-right: 40px;
}
#sidebar h3.h3sidebar{
	background:#015f15;
	padding-top:8px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 SP CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:640px){

/* Wordpress用 */
.alignleft,
img.alignleft {
	float: none;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:10px;
	text-align:center;
}
.alignright,
img.alignright {
	float: none;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:10px;
	text-align:center;
}
.aligncenter,
img.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
img.alignleft,
img.alignright,
img.aligncenter {
	width:100%;
	margin-bottom: 12px;
}
.alignleft,
img.alignleft,
.alignright,
img.alignright {
	display:block;
}

h4 { width:100%; }

.newspost, .post{
	overflow:hidden;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:40px;
}

.wp-pagenavi{
	text-align:center;
	margin-bottom:20px;
}
.wp-pagenavi a,.wp-pagenavi span{
	padding:10px !important;
}

.post div a img,.post p a img{
	margin:0 auto;
	text-align:center;
}

.news_hoikuenSecBtn,.news_daySecBtn,.news_anshinSecBtn,.news_wataboushiSecBtn,.news_kyotakuSecBtn,.news_kodomoSecBtn,.news_jidouSecBtn{
	margin-top:20px;
	margin-bottom:40px;
	margin-left:auto;
}

/* ウィジェット用 */
#sidebar{
	display:none;
}

}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:641px) and (max-width:1024px){

/* Wordpress用 */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

h4 { width:100%; }

.newspost, .post{
	overflow:hidden;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:40px;
}

.wp-pagenavi{
	text-align:center;
	margin-bottom:20px;
}
.wp-pagenavi a,.wp-pagenavi span{
	padding:10px !important;
}

.news_hoikuenSecBtn,.news_daySecBtn,.news_anshinSecBtn,.news_wataboushiSecBtn,.news_kyotakuSecBtn,.news_kodomoSecBtn,.news_jidouSecBtn{
	margin-top:20px;
	margin-bottom:40px;
	margin-left:auto;
}

/* ウィジェット用 */
#sidebar{
	display:none;
}

}

