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

/* ************************************************ 
 *	
 *	ブログ用
 *	
 * ************************************************ */



/* ブログ　個別ページ用
-------------------------------------------------------------------*/
/* -----------------------イベント----------------------- */
.single_event_t{
	background:#4b77a1;
	padding:0.5em;
	color:#fff;
	font-size:120%;
}
.single_event_main{
	padding:2em;
}
.single_event{
	background:url(images/common/mobile_nav.png);
	padding-bottom:1.5em;
}
@media print, screen and ( min-width : 600px ) {
	.single_event{
		padding-bottom:1.5em;
	}
	.single_event_left{
		float:left;
		width:38%;
	}
	.single_event_right{
		float:right;
		width:58%;
		font-size:90%;
	}
	.single_event_left img{
		width:100%;
		height:auto;
	}
}
@media only screen and  ( max-width : 1000px ) {
	.single_event_right{
		font-size:80%;
	}
}


@media only screen and  ( max-width : 600px ) {
	.single_event_left{
		margin-bottom:1em;
	}
	.single_event_right{
		font-size:90%;
	}
}

/* -----------------------イベント----------------------- */
.single_craft{
	background:#f3e7d5;
	padding:1.5em;
}
.craft_single_b span{
	width:6em;
	display:inline-block;
	float:left;
}
.craft_single_b div{
	padding-left:6em;
}






/* -----------------------タイトル----------------------- */
.entry_title{
	margin-bottom:1em;
}
.single_box{
	padding:2.5em;
	background:#fff;
	margin-bottom:2em;
}
@media only screen and  ( max-width : 768px ) {
	.single_box{
		padding:1em;
	}
}

.entry_title h2,
.entry_title h3{
	background:url(images/common/icon_mishin.png) 0em 50% no-repeat;
	-moz-background-size:42px 42px;
	background-size:42px 42px;

	font-size:150%;
	padding-bottom:0.4em;
	padding-left:50px;
	margin-bottom:0.4em;
	border-bottom:2px dashed #c59c66;
	line-height:160%;
	font-family: "Maru Folk Medium";
}
@media only screen and  ( max-width : 768px ) {
	.entry_title h2,
	.entry_title h3{
		font-size:120%;
	}
}


.info_date{
	text-align:right;
	color:#c59c66;
	font-size:80%;
}





/* -----------------------本文---------------------- */
.single_txt{
	line-height:180%;
	margin-bottom:1em
}
.single_txt p{
	margin-bottom:1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.entry-tax{
	border-top:1px dashed #c59c66;
	text-align:right;
	padding:1em 0em;
	font-size:70%;
}
.entry-tax a{
	background:#c59c66;
	display:inline-block;
	padding:2px 15px;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-left:1em;
}
blockquote{
	background:#c59c66;
	padding:5%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:95%;
}
blockquote p{
	line-height:160%;
	margin-bottom:0px;
}


/* ブログ　ページャー
-------------------------------------------------------------------*/
.pager{
	clear: both;
	text-align:center;
	padding:1em 0em;
}
.pager span,
.pager a{
	text-decoration: none;
	padding: 0.5em 0.8em;
	margin: 0.2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:90%;
	background:#fff;
	color: #7b5838;
	border:1px solid #7b5838;
	font-weight:bold;
}
.pager a:hover,
.pager .current{
	color: #fff;
	background:#7b5838;
}

@media only screen and  ( max-width : 768px ) {
	/* smp */
	.wp-pagenavi .first,
	.wp-pagenavi .last, 
	span.extend,
	span.pages{display:none;}
}


