/*
Theme Name: mari-custom
Theme URI: http://example.com/
Description: カスタマイズテーマ
Version: 1.0
Author: BP
Author URI:
*/
/* editor */
/*p {
    display: block;
    margin: 1em 0;
}*/
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* 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%;
	margin:0 10px;
}

.entry_main a{
	position:relative;
	padding-right:10px;}
	
.entry_main a:after{
	position: absolute;
	right: 0;
	top: 45%;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 2px solid #ff9c00;
	border-right: 2px solid #ff9c00;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}

	


/**/
small{
	margin-top:0.5rem;
	line-height:1.4;
	display:inline-block;}

@media screen and (max-width: 768px) {
	/*page-art*/	
/*.pagenav ul li span{
	display:none;}
*/
}