/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


/* エディタスタイル
--------------------------------------------------*/

.wp-content img.aligncenter{
  display: block;
  margin: 0 auto 15px auto;
}

.wp-content img.alignleft{
  float:left;
  margin:0 10px 10px 0;
}

.wp-content img.alignright{
  float:right;
  margin:0 0 10px 10px;
}


.wp-content strong{
  font-weight: bold;
}

.wp-content em{
  font-style:italic;
}

.wp-content blockquote{
  padding: 15px;
}

.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6
{
  font-weight: bold;
  margin: 0 0 15px 0;
}

.wp-content ul,
.wp-content ol

{
  margin: 0 0 15px 0;
}

.wp-content h1{
  font-size:40px;
}

.wp-content h2{
  font-size:30px;
}

.wp-content h3{
  font-size:24px;
}

.wp-content h4{
  font-size:20px;
}

.wp-content h5{
  font-size:18px;
}

.wp-content h6{
  font-size:16px;
}

.wp-content ul{
  margin-left: 15px;
}

.wp-content ul li{
  list-style: disc;
}

.wp-content ol{
  margin-left: 15px;
}

.wp-content ol li{
  list-style: decimal;
}

.wp-content p{
  margin-bottom:15px;
}

.wp-content p:last-child{
  margin-bottom:0;
}

.wp-content .wp-caption.alignleft{
  float:left;
}

.wp-content .wp-caption{
  overflow: hidden;
  margin-bottom: 15px;
}
