@charset "utf-8";
#Header li.HM04 a:link, #Header li.HM04 a:visited {
	background-image: url(../common/images/hd_menu.png);
	background-repeat: no-repeat;
	background-position: -601px -130px;
}

#Contents a:link { color: #648ba6; text-decoration: none; }
#Contents a:visited { color: #648ba6; text-decoration: none; }
#Contents a:hover { color: #648ba6; text-decoration: underline; }
#Contents a:active { color: #648ba6; text-decoration: underline; }

#Contents {
	padding-bottom: 45px;
}


#EntryList {
	margin: 0 55px 0 45px;
}
#EntryList .Block {
	width: 851px;
	padding: 50px 0 70px;
	background: url(../common/images/line.png) no-repeat left bottom;
	text-align: left;
}
#EntryList .Block .Title {
	font-size: 22px;
	color: #866239;
	font-weight: bold;
}
#EntryList .Block .EntryDate {
	font-size: 13px;
	color: #866239;
}
#EntryList .Block .EntryBody {
	font-size: 14px;
	line-height: 1.64;
}
#EntryList .Block .EntryBody small {
	font-size: 12px;
}
#EntryList .Block .Fleft {
	width: 520px;
}
#EntryList .Block .Fright {
	width: 290px;
}


#PageNavi {
	width: 319px;
	height: 37px;
	margin: 23px auto 0;
}
#PageNavi p {
	width: 66px;
	height: 37px;
}
#PageNavi .BtnPrev { float: left; }
#PageNavi .BtnNext { float: right; }


/* タブレット 以下 */
@media screen and (max-width: 767px) {
	#EntryList {
		margin: 0 20px;
	}
	#EntryList .Block {
		width: 630px;
		padding: 50px 0 70px;
		background: url(../common/images/line.png) no-repeat left bottom;
		text-align: left;
	}
	#EntryList .Block .Title {
		font-size: 44px;
	}
	#EntryList .Block .EntryDate {
		font-size: 26px;
	}
	#EntryList .Block .EntryBody {
		font-size: 28px;
	}
	#EntryList .Block .EntryBody small {
		font-size: 12px;
	}
	#EntryList .Block .Fleft {
		float: none !important;
		width: auto;
	}
	#EntryList .Block .Fright {
		width: 290px;
		margin: 0 0 5px 20px;
	}


	#PageNavi {
		width: 550px;
		height: 40px;
		margin: 23px auto 0;
	}
	#PageNavi p, #PageNavi p img {
		width: 74px;
		height: 40px;
		vertical-align: top;
	}
}



/* ////////////////////////////////////
[BlogCode]
//////////////////////////////////// */
.BlogCode a:link { color: #648ba6; text-decoration: none; }
.BlogCode a:visited { color: #648ba6; text-decoration: none; }
.BlogCode a:hover { color: #648ba6; text-decoration: underline; }
.BlogCode a:active { color: #648ba6; text-decoration: underline; }

.BlogCode p,
.BlogCode dl,
.BlogCode td,
.BlogCode th,
.BlogCode ul,
.BlogCode ol,
.BlogCode blockquote {
	font-size: 14px;
}
.BlogCode tr th,
.BlogCode thead th,
.BlogCode label,
.BlogCode tr th,
.BlogCode thead th {
	font-weight: bold;
}
.BlogCode pre {
}
.BlogCode code, code var {
}
.BlogCode input,
.BlogCode textarea {
	font-size: 12px;
	line-height: 18px;
}
.BlogCode hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
}


/* Text elements */
.BlogCode p {
	margin-top: 1em;
}

.BlogCode ul,
.BlogCode ol {
	margin: 1em 0 0 1.5em;
	padding: 0;
}

.BlogCode ul,
.BlogCode ul li {
	list-style: square;
}
.BlogCode ol,
.BlogCode ol li {
	list-style: decimal;
}
.BlogCode ol ol,
.BlogCode ol ol li {
	list-style: upper-alpha;
}
.BlogCode ol ol ol,
.BlogCode ol ol ol li {
	list-style: lower-roman;
}
.BlogCode ol ol ol ol,
.BlogCode ol ol ol ol li {
	list-style: lower-alpha;
}
.BlogCode ul ul,
.BlogCode ol ol,
.BlogCode ul ol,
.BlogCode ol ul {
	margin-bottom: 0;
}
.BlogCode dl {
	margin: 1em 0 0 0;
}
.BlogCode dt {
	font-weight: bold;
}
.BlogCode dd {
	margin-top: 5px;
}
.BlogCode strong,
.BlogCode b {
	font-weight: bold;
}
.BlogCode cite,
.BlogCode em,
i {
	border: none;
	font-style: italic;
}
.BlogCode big {
	font-size: 16px;
}
.BlogCode small {
	font-size: 12px;
}
.BlogCode ins {
	background: #ffc;
	border: none;
	color: #333;
}
.BlogCode del {
	text-decoration: line-through;
	color: #555;
}
.BlogCode blockquote {
	margin-top: 1em;
	font-style: italic;
	padding: 1em 2em;
	background-color: #dbddb7;
	color: #68812f;
}
.BlogCode blockquote p:first-child {
	margin-top: 0;
}
.BlogCode blockquote cite,
.BlogCode blockquote em,
.BlogCode blockquote i {
	font-style: normal;
}
.BlogCode pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-top: 1em;
	padding: 1.5em;
}
.BlogCode abbr,
.BlogCode acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.BlogCode ins {
	text-decoration: none;
}
.BlogCode sup,
.BlogCode sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.BlogCode sup {
	bottom: 1ex;
}
.BlogCode sub {
	top: .5ex;
}

.BlogCode p,
.BlogCode ul,
.BlogCode ol,
.BlogCode dd,
.BlogCode pre,
.BlogCode hr {
	margin-top: 1em;
}
.BlogCode ul ul,
.BlogCode ol ol,
.BlogCode ul ol,
.BlogCode ol ul {
	margin-top: 0;
}
.BlogCode pre,
.BlogCode kbd,
.BlogCode tt,
.BlogCode var {
	font-size: 15px;
	line-height: 21px;
}
.BlogCode code {
}
.BlogCode strong,
.BlogCode b,
.BlogCode dt,
.BlogCode th {
}
.BlogCode h1,
.BlogCode h2,
.BlogCode h3,
.BlogCode h4,
.BlogCode h5,
.BlogCode h6 {
	color: #866239;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2em 0 0 0;
}
.BlogCode h1 {
	font-size: 2.4em;
}
.BlogCode h2 {
	font-size: 1.8em;
}
.BlogCode h3 {
	font-size: 1.6em;
}
.BlogCode h4 {
	font-size: 1.4em;
	border-bottom: double 3px #866239;
}
.BlogCode h5 {
	font-size: 1.2em;
	border-bottom: solid 2px #866239;
}
.BlogCode h6 {
	font-size: 14px;
	border-bottom: solid 1px #866239;
}
.BlogCode table {
	border: 1px solid #e7e7e7 !important;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.BlogCode tr th,
.BlogCode thead th {
	border: none !important;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.BlogCode tr td {
	border: none !important;
	border-top: 1px solid #e7e7e7 !important;
	padding: 6px 24px;
}
.BlogCode img {
	margin: 0;
}
.BlogCode img.size-auto,
.BlogCode img.size-large,
.BlogCode img.size-full,
.BlogCode img.size-medium {
	max-width: 100%;
	height: auto;
}
.BlogCode .alignleft,
.BlogCode img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.BlogCode .alignright,
.BlogCode img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.BlogCode .aligncenter,
.BlogCode img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.BlogCode img.alignleft,
.BlogCode img.alignright,
.BlogCode img.aligncenter {
	margin-bottom: 12px;
}
.BlogCode .wp-caption {
	background: #f1f1f1;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.BlogCode .wp-caption img {
	margin: 5px;
}
.BlogCode .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.BlogCode .wp-smiley {
	margin: 0;
}


/* タブレット 以下 */
@media screen and (max-width: 767px) {
	.BlogCode p,
	.BlogCode dl,
	.BlogCode td,
	.BlogCode th,
	.BlogCode ul,
	.BlogCode ol,
	.BlogCode blockquote {
		font-size: 28px;
	}
	.BlogCode input,
	.BlogCode textarea {
		font-size: 24px;
		line-height: 1.5;
	}
	.BlogCode dd {
		margin-top: 10px;
	}
	.BlogCode big {
		font-size: 32px;
	}
	.BlogCode small {
		font-size: 24px;
	}
	.BlogCode pre {
		line-height: 1.5;
	}
	.BlogCode sup,
	.BlogCode sub {
		font-size: 20px;
	}
	.BlogCode pre,
	.BlogCode kbd,
	.BlogCode tt,
	.BlogCode var {
		font-size: 30px;
		line-height: 1.4;
	}
	.BlogCode h6 {
		font-size: 28px;
	}
	.BlogCode tr th,
	.BlogCode thead th {
		font-size: 24px;
		line-height: 1.5;
	}
	.BlogCode .wp-caption {
		font-size: 24px;
		line-height: 1.5;
		max-width: 630px !important; /* prevent too-wide images from breaking layout */
	}
}


