/*
Theme Name: 社会福祉法人 良友会 あゆみこども園・渋川あゆみこども園
Author: caguya
Description: 社会福祉法人 良友会 あゆみこども園・渋川あゆみこども園のテーマ
*/
/* editor */
strong { font-weight: bold; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* ===============================================
	post_content
=============================================== */
/*  list
----------------------------------------------- */
#main_content .post_content ol,
#main_content .post_content ul {
	margin-left: 1.5em;
	margin-bottom: 15px;
}
#main_content .post_content ol {
    list-style: decimal;
}
#main_content .post_content ul {
    list-style: disc;
}
/*  text
----------------------------------------------- */
#main_content .post_content p {
	margin-bottom: 15px;
}
#main_content .post_content a {
	text-decoration: underline;
}