﻿/*
Theme Name: Mory
*/

/* .wp_content p {
	margin-bottom: 1em;
} */

.wp_content strong {
	font-weight: bold;
}

.wp_content a {
	text-decoration: underline;
}

.wp_content a:hover {
	text-decoration: none;
}

.wp_content blockquote {
	background-color:#ddd;
	padding:1em;
	margin-bottom: 1em;
}

.wp_content h1 {
	font-weight: bold;
	font-size: 200%;
	padding-bottom:1em;
}

.wp_content h2 {
	font-weight: bold;
	font-size: 175%;
	padding-bottom:1em;
}

.wp_content h3 {
	font-weight: bold;
	font-size: 150%;
	padding-bottom:1em;
}

.wp_content h4 {
	font-weight: bold;
	font-size: 125%;
	padding-bottom:1em;
}

.wp_content h5 {
	font-weight: bold;
	font-size: 110%;
	padding-bottom:1em;
}

.wp_content h6 {
	font-weight: bold;
	font-size: 100%;
	padding-bottom:1em;
}

/* 画像配置 */
.wp_content .alignnone {
     margin: 5px 20px 20px 0;
}

.wp_content .aligncenter,div.aligncenter {
     display: block;
     margin: 5px auto;
}

.wp_content .alignright {
     float: right;
     margin: 5px 0 20px 20px;
}

.wp_content .alignleft {
     float: left;
     margin: 5px 20px 20px 0;
}
.wp_content .right {
     float: right;
}

.wp_content .left {
     float: left;
}

/* .wp_content img.alignleft {
	margin: 0px 15px 5px 0 !important;
	display: inline;
	float: left;
	vertical-align: middle;
}
.wp_content img.alignright {
	margin: 0px 10px 5px 15px !important;
	display: inline;
	float: right;
	vertical-align: middle;
}
.wp_content img.aligncenter {
	margin: 0px auto 10px !important;
	display: block;
	clear: both;
} */
.wp_content img.size-full,
.wp_content img.size-large {
	max-width: 780px;
	width: auto;
	height: auto;
}

.wp_content .wp-caption {
	display: inline-block;
	margin: 0px 15px 5px 0 !important;
}

.wp_content .wp-caption,
.wp_content .entry-attachment {
	max-width: 100%;
	background: none !important;
	border: 0 none !important;
	padding: 0 !important;
}
.wp_content .wp-caption img {
	max-width: 780px !important;
	height: auto;
	background: #fff;
	border: 1px #cccccc solid;
	padding: 5px;
}
.wp_content .wp-caption .wp-caption-text {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0 !important;
	word-wrap: break-word;
	line-height: 135%;
	margin-top: 5px;
	text-align: center;
}

.wp_content img[class*="wp-image-"],
.wp_content img[class*="attachment-"] {
     max-width: 100%;
     height: auto;
}

/* リスト */
.wp_content li {
	margin-bottom: 10px;
}
.wp_content  ul,
.wp_content  ul ul {
	list-style: disc;
	margin-left: 20px;
}
.wp_content  ul li {
	list-style: disc;
}
.wp_content  ol {
	list-style: decimal;
	margin-left: 25px;
}
.wp_content  ol li {
	list-style: decimal;
}
.wp_content  ol ol {
	margin-left: 20px;
}
.wp_content  ul,
.wp_content  ol {
	margin-top: 15px;
}
.wp_content  ol ol {
	list-style: upper-alpha;
}
.wp_content  ol ol ol {
	list-style: lower-roman;
}
.wp_content  ol ol ol ol {
	list-style: lower-alpha;
}
