@charset "utf-8";
/*
Theme Name: The PEAKS
Theme URI: https://www.thepeaks.jp
Description: The PEAKS Official Theme
*/

/*----------------------------------------

	filename:	style.css
	created:	2022.2.15
	
----------------------------------------*/	
 
/*.post p {
    display: block;
}*/
.post strong { font-weight: bold; }
.post em { font-style: normal;color: #FF0000; }
.post blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */
 
.post .aligncenter {
    display: block;
    margin: 0 auto;
}
.post .alignright { float: right;margin:0 0 0.5em 2em; }
.post .alignleft { float: left;margin:0 2em 0.5em 0; }
 
.post img[class*="wp-image-"],
.post img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}



/* EOF */