@charset "utf-8";
/* CSS Document blog用 */

#blog.category {
    font-weight: normal; /* クラスが被ってる */
    font-size: 1rem;
    color: #4E402B;
}

#blog #main_contents section a > img{
	margin:0.75rem 0;
	max-width:100%;
	height:auto;
}

#blog #main_contents #top_ttl h1{
    border-bottom: 2px dotted #46B792;
    margin: 0 0 2rem 0;
    padding: 0 0 1rem 0;
    line-height: 1.5em;
font-size: 22px;
    color: #46B792;
font-weight: bold;
}



#blog #main_contents h3{
	border-bottom:2px dotted #46B792;
	margin:0 0 2rem 0;
	padding:0 0 1rem 0;
	line-height:1.5em;
}

#blog #main_contents p{
	font-size:13px;
	line-height: 1.8;
  margin-bottom:0;
}

#blog .info{
	/*background-color:#F8F2E4;*/
	border:1px dotted #ccc;
	padding:15px;
	font-size:12px;
	border-radius:4px;
	margin-bottom:1rem;
	margin-top:2rem;
}

/* ページ送り --------------*/

#blog #wp_page_numbers li{
	font-size:14px;
}

#blog #wp_page_numbers{
	margin-bottom:1rem;
/*	border:1px dotted #ccc; */
	padding:10px;
	border-radius:4px;
}

#blog #wp_page_numbers a{
	padding-left:7px;
	padding-right:7px;
}

#blog #wp_page_numbers li.active_page a {
	color: #fff;
	background: #F15C73;
	border-top: 2px solid #F15C73;
	border-bottom: 2px solid #F15C73;
}

#blog #wp_page_numbers li a:hover {
	color: #a80000;
	border-top: 2px solid #F15C73;
	border-bottom: 2px solid #fff;
}

/* サブエリア共通 --------------*/

#blog #blogList .sidelink02{
	margin-bottom:1rem;
}

#blog #blogList h4{
	background:url(../imgs/shared/bg04.jpg);
	background-size: contain;
	padding:8px 10px 6px 12px;
	margin-bottom:0.5rem;
	font-size:14px;
	position:relative;
}

#blog #blogList li{
	font-size:13px;
}

@media (min-width: 768px) {
	#blog #blogList h4 {
		margin-bottom:1rem;
	}
}

#blog #blogList h4:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 18px 12px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

#blog #blogList .recent_posts li{
	line-height:1.4em;
	border-bottom:1px dotted #ccc;
	padding-bottom:0.5rem;
	margin-bottom:0.5rem;
	font-size:13px;
}

@media (min-width: 768px) {
	
	#blog #blogList .recent_title{
		margin-bottom:0;
	}
	
	#blog #blogList .recent_posts{
		background-color:#FFF;
		padding:0.75rem;
	}

	#blog #blogList .recent_posts li{
		font-size:12px;
	}

}

#blog #blogList .recent_posts li:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

#blog #blogList .recent_posts li strong{
/*	background: linear-gradient(transparent 40%, #FFDCB5 40%);
	display:inline-block;
	margin-bottom:3px;
	padding:0 3px;*/
	color:#F15C73;
	display:inline-block;
	margin-bottom:2px;
}


#blog .sabArea{
	border:1px dotted #ccc;
	border-radius:4px;
	padding:1rem;
	border-radius:4px;
	background-color:#fff;
}


@media (min-width: 768px) {
	#blog .sabArea{
		padding:1rem;
		border-radius:4px;
		border:none;
		background-color:#F9F7EE;
	}
	
	#blog #blogList h4:after {
	border-right-color: #F9F7EE;
}	
}

/* 記事一覧ページ共通 --------------*/

#blog .entryList{
	margin-bottom:30px;
}

#blog .entryList li{
	font-size:13px;
}

#blog .entryList a{
	padding:0.7rem 0;
	border-bottom:1px dotted #ccc;
	display:block;
}

#blog .entryList li:first-child a {
	padding-top:0;
}

#blog .entryList li span{
	color:#F15C73;
	display:block;
}

@media (min-width: 768px) {
	#blog .entryList li span{
		color:#F15C73;
		display:inline-block;
		margin-right:15px;
	}
}


#blogList select{
	border:1px solid #ccc;
	border-radius:4px;
	padding:7px;
	width:100%;
	background-color:#fff;
}

#blog #main_contents .youtube_box {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#blog #main_contents .youtube_box iframe,  
#blog #main_contents .youtube_box object,  
#blog #main_contents .youtube_box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#blog #main_contents .gform .youtube_box {
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	height: 1522px;
	width: 100%;
	overflow: hidden;
}
#blog #main_contents .youtube_box iframe,  
#blog #main_contents .youtube_box object,  
#blog #main_contents .youtube_box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






#wp_page_numbers ul {
    border-top: none !important;
    margin: 0 auto !important;
    display: table !important;
    width: auto !important;
}

#wp_page_numbers a {
    padding: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #F15C73 !important;
    font-family: Arial !important;
    font-size: 13px !important;
    border-radius: 3em !important;
    width: 3em !important;
    height: 3em !important;
    border: solid 1px #F15C73 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


#blog #wp_page_numbers li.active_page a {
    color: #fff !important;
    background: #F15C73;
    border-top: 2px solid #F15C73;
    border-bottom: 2px solid #F15C73;
    border-color: #F15C73 !important;
}


#wp_page_numbers li {
    margin: 0.3em !important;
}

