﻿


/* ---------------------------------------
　　リンク
------------------------------------------ */

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a {
	color: #8D733F;
	text-decoration: underline;
	-webkit-tap-highlight-color: #fff77c;
}
a:hover,
a:focus,
a:active {
	color: #8D733F;
	text-decoration: none;
	-webkit-tap-highlight-color: #fff77c;
}

.arw01 {
	padding-left: 18px;
	background: url(../image/arw01.png) no-repeat left center;
}

/* ---------------------------------------
　　下層ページメニューデザインパーツ
------------------------------------------ */


h1.pageTtl {
  clear: both;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #B0B0B0;
  position: relative;
  color: #413930;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
}
h2.Ttl {
	font-size: 20px;
	color: #C92F2F;
	font-weight: bold;
}
h2.Ttl2 {
	font-size: 20px;
	color: #C92F2F;
	font-weight: bold;
	margin-bottom: 15px;
}
h2.Ttl3 {
	font-size: 26px;
	color: #C92F2F;
	font-weight: bold;
	margin-bottom: 10px;
}
h2.Ttl4 {
	font-size: 20px;
	color: #C92F2F;
	font-weight: bold;
	margin-top: 20px;
}
h3.Ttl5 {
	font-size: 14px;
	color: #C92F2F;
	font-weight: bold;
	margin-top: 12px;
	position: relative;
}
h3.Ttl6 {
	font-size: 14px;
	color: #C92F2F;
	font-weight: bold;
}
h4.Ttl7 {
	font-size: 13px;
	color: #C92F2F;
	font-weight: bold;
}
h2.Ttl8 {
	font-size: 16px;
	color: #C92F2F;
	font-weight: bold;
}
h2.Ttl9 {
	font-size: 26px;
	color: #C92F2F;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
}
h2.Ttl_mini {
	font-size: 12px;
	color: #C92F2F;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 18px;
	background: url(../image/arw01.png) no-repeat left center;
}
h3.Ttl_mini2 {
	font-size: 11px;
	color: #C92F2F;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 15px;
	background-image: url("../image/sub_list_mark.png");
	background-repeat: no-repeat;
	background-position: left center;
}
h2.Ttl_mini a {
	color:#C92F2F;
	text-decoration: none;
}
h2.Ttl_mini a:hover {
	text-decoration: underline;
}

ul.notes2 a{
	color: black;
	text-decoration: underline;
}

h3.Ttl_mini2 a{
	color:#C92F2F;
}

h2.Ttl8 a{
	color:#C92F2F;
	text-decoration: none;
}

h2.Ttl8 a:hover {
	text-decoration: underline;
}

/* ---------------------------------------
　　WPポスト用
------------------------------------------ */

/* Images */
#wp-post-style {
	font-size:14px;
}
/* Images */
#wp-post-style .alignleft {
	float: left;
}
#wp-post-style .alignright {
	float: right;
}
#wp-post-style .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#wp-post-style img.alignleft {
	margin: 5px 20px 5px 0;
}
#wp-post-style .wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
#wp-post-style img.alignright {
	margin: 5px 0 5px 20px;
}
#wp-post-style .wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
#wp-post-style img.aligncenter {
	margin: 5px auto;
}
#wp-post-style img.alignnone {
	margin: 5px 0;
}
#wp-post-style p,
#wp-post-style p,
#wp-post-style p {
	margin-bottom: 1em;
}
#wp-post-style ul,
#wp-post-style ul li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 3px;
}
#wp-post-style ol,
#wp-post-style ol li {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 3px;
}
#wp-post-style blockquote {
	background-color: #fffae9;
	padding: 1em 0 1em 10px;
}

/* ---------------------------------------
　　clearfix
------------------------------------------ */

.clearfix:after {
	  content: ".";  /* 新しい要素を作る */
	  display: block;  /* ブロックレベル要素に */
	  clear: both;
	  height: 0;
	  visibility: hidden;
}
.clearfix {
	  min-height: 1px;
}
* html .clearfix {
	  height: 1px;
	  /*\*//*/
	  height: auto;
	  overflow: hidden;
	  /**/
}


/* ---------------------------------------
　　margin・padding
------------------------------------------ */

/* margin */

.m0 { margin: 0px !important;}
.mt0 { margin-top: 0px !important;}
.ml0 { margin-left: 0px !important;}
.mr0 { margin-right: 0px !important;}
.mb0 { margin-bottom: 0px !important;}

.m5 { margin: 5px !important;}
.mt5 { margin-top: 5px !important;}
.ml5 { margin-left: 5px !important;}
.mr5 { margin-right: 5px !important;}
.mb5 { margin-bottom: 5px !important;}

.m10 { margin: 10px !important;}
.mt10 { margin-top: 10px !important;}
.ml10 { margin-left: 10px !important;}
.mr10 { margin-right: 10px !important;}
.mb10 { margin-bottom: 10px !important;}

.m15 { margin: 15px !important;}
.mt15 { margin-top: 15px !important;}
.ml15 { margin-left: 15px !important;}
.mr15 { margin-right: 15px !important;}
.mb15 { margin-bottom: 15px !important;}

.m20 { margin: 20px !important;}
.mt20 { margin-top: 20px !important;}
.ml20 { margin-left: 20px !important;}
.mr20 { margin-right: 20px !important;}
.mb20 { margin-bottom: 20px !important;}

.m25 { margin: 25px !important;}
.mt25 { margin-top: 25px !important;}
.ml25 { margin-left: 25px !important;}
.mr25 { margin-right: 25px !important;}
.mb25 { margin-bottom: 25px !important;}

.m30 { margin: 30px !important;}
.mt30 { margin-top: 30px !important;}
.ml30 { margin-left: 30px !important;}
.mr30 { margin-right: 30px !important;}
.mb30 { margin-bottom: 30px !important;}

.m35 { margin: 35px !important;}
.mt35 { margin-top: 35px !important;}
.ml35 { margin-left: 35px !important;}
.mr35 { margin-right: 35px !important;}
.mb35 { margin-bottom: 35px !important;}

.m40 { margin: 40px !important;}
.mt40 { margin-top: 40px !important;}
.ml40 { margin-left: 40px !important;}
.mr40 { margin-right: 40px !important;}
.mb40 { margin-bottom: 40px !important;}

.m45 { margin: 45px !important;}
.mt45 { margin-top: 45px !important;}
.ml45 { margin-left: 45px !important;}
.mr45 { margin-right: 45px !important;}
.mb45 { margin-bottom: 45px !important;}

.m50 { margin: 50px !important;}
.mt50 { margin-top: 50px !important;}
.ml50 { margin-left: 50px !important;}
.mr50 { margin-right: 50px !important;}
.mb50 { margin-bottom: 50px !important;}

/* padding */

.p0 { padding: 0px !important;}
.pt0 { padding-top: 0px !important;}
.pl0 { padding-left: 0px !important;}
.pr0 { padding-right: 0px !important;}
.pb0 { padding-bottom: 0px !important;}

.p5 { padding: 5px !important;}
.pt5 { padding-top: 5px !important;}
.pl5 { padding-left: 5px !important;}
.pr5 { padding-right: 5px !important;}
.pb5 { padding-bottom: 5px !important;}

.p10 { padding: 10px !important;}
.pt10 { padding-top: 10px !important;}
.pl10 { padding-left: 10px !important;}
.pr10 { padding-right: 10px !important;}
.pb10 { padding-bottom: 10px !important;}

.p15 { padding: 15px !important;}
.pt15 { padding-top: 15px !important;}
.pl15 { padding-left: 15px !important;}
.pr15 { padding-right: 15px !important;}
.pb15 { padding-bottom: 15px !important;}

.p20 { padding: 20px !important;}
.pt20 { padding-top: 20px !important;}
.pl20 { padding-left: 20px !important;}
.pr20 { padding-right: 20px !important;}
.pb20 { padding-bottom: 20px !important;}

.p25 { padding: 25px !important;}
.pt25 { padding-top: 25px !important;}
.pl25 { padding-left: 25px !important;}
.pr25 { padding-right: 25px !important;}
.pb25 { padding-bottom: 25px !important;}

.p30 { padding: 30px !important;}
.pt30 { padding-top: 30px !important;}
.pl30 { padding-left: 30px !important;}
.pr30 { padding-right: 30px !important;}
.pb30 { padding-bottom: 30px !important;}

.p35 { padding: 35px !important;}
.pt35 { padding-top: 35px !important;}
.pl35 { padding-left: 35px !important;}
.pr35 { padding-right: 35px !important;}
.pb35 { padding-bottom: 35px !important;}

.p40 { padding: 40px !important;}
.pt40 { padding-top: 40px !important;}
.pl40 { padding-left: 40px !important;}
.pr40 { padding-right: 40px !important;}
.pb40 { padding-bottom: 40px !important;}

.p45 { padding: 45px !important;}
.pt45 { padding-top: 45px !important;}
.pl45 { padding-left: 45px !important;}
.pr45 { padding-right: 45px !important;}
.pb45 { padding-bottom: 45px !important;}

.p50 { padding: 50px !important;}
.pt50 { padding-top: 50px !important;}
.pl50 { padding-left: 50px !important;}
.pr50 { padding-right: 50px !important;}
.pb50 { padding-bottom: 50px !important;}
