@charset "utf-8";


.alignL {text-align: left !important;}
.alignR {text-align: right !important;}
.alignC {text-align: center !important;}

.vaT {vertical-align: top !important;}
.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}

.floatL {float: left;}
.floatR {float: right;}

.txt80 {font-size: 80% !important;}
.txt90 {font-size: 90% !important;}
.txt100 {font-size: 100%;}
.txt110 {font-size: 110% !important;}
.txt120 {font-size: 120% !important;}
.txt130 {font-size: 130% !important;}
.txt140 {font-size: 140% !important;}
.txt150 {font-size: 150% !important;}
.txt160 {font-size: 160% !important;}
.txt170 {font-size: 170% !important;}
.txt180 {font-size: 180% !important;}
.txt200 {font-size: 200% !important;}
.txt240 {font-size: 240% !important;}
.txt320 {font-size: 320% !important;}

.txtLine {
	text-decoration: underline;
}

.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mt5 {margin-top: 5px !important;}
.mt7 {margin-top: 7px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.ml6 {margin-left: 6px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml50 {margin-left: 50px !important;}
.ml80 {margin-left: 80px !important;}
.ml140 {margin-left: 140px !important;}
.ml2em {margin-left: 2em !important;}

.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr60 {margin-right: 60px !important;}

.pl05em {padding-left: 0.5em !important;}

.red {color:#f00 !important;}
.deepRed {color:#990000 !important;}
.blue {color: #0071bc !important;}
.gold {color: #837749 !important;}
.green {color: #08AC55 !important;}
.white {color: #fff !important;}

.bold {font-weight: bold !important;}
.normal {font-weight: normal !important;}

.brown {color: #6D4935 !important;}

.indent {
	text-indent: -1em !important;
	margin-left: 1em !important;
}

.indent2 {
	text-indent: -1.2em !important;
	margin-left: 1.2em !important;
}

.indent3 {
	text-indent: -1.5em !important;
	margin-left: 1.5em !important;
}

.clear {clear:both !important;}

.nowrap {white-space: nowrap !important;}


.bgcP {background-color: #FCE6E4 !important;}
.bgcB {background-color: #F4ECE1 !important;}
.bgcG {background-color: #FBF8F3 !important;}
.bgcM {background-color: #E7F3DB !important;}

.positionR {
	position: relative !important;
}


/* TABLE type1
----------------------------------------------------------- */
table.type1 th {
	border: 1px solid #DDD4C2;
	background-color: #FAF5ED;
	padding: 8px 20px;
	vertical-align: middle;
	vertical-align: central;
	font-weight: bold;
}

table.type1 td {
	border: 1px solid #DDD4C2;
	background-color: #FFFBF4;
	padding: 8px 20px;
	vertical-align: middle;
}

table.type2 {
	border-bottom: #D4CBB7 solid 1px;
	border-top: #D4CBB7 solid 1px;
}

table.type2 th {
	text-align: left;
	font-weight: bold;
	color: #08AC55;
	padding: 10px 15px 7px 7px;
	border-bottom: #D4CBB7 dotted 1px;
}

table.type2 td {
	text-align: left;
	padding: 10px 7px 7px 7px;
	border-bottom: #D4CBB7 dotted 1px;
}

table.type3 th {
	font-weight: bold;
	color: #08AC55;
	padding-bottom: 5px;
	text-align: left;
}

table.type3 td {
	padding-bottom: 10px;
}

table.type4 th {
	border: 1px solid #DDD4C2;
	background-color: #FAF5ED;
	padding: 7px;
	vertical-align: middle;
	vertical-align: central;
	font-weight: bold;
}

table.type4 td {
	border: 1px solid #DDD4C2;
	background-color: #FFFBF4;
	padding: 7px;
	vertical-align: middle;
}


/* link
----------------------------------------------------------- */
.link_01 a {
	background: url(../img/common/ico_link_gray.png) left 40% no-repeat;
	padding: 2px 0 2px 18px;
}

.link_02 a {
	background: url(../img/common/ico_link_green.png) left 40% no-repeat;
	padding: 2px 0 2px 18px;
}

.link_03 a {
	font-weight: bold;
	color: #18A254 !important;
	background: url(../img/common/ico_link_green.png) left 40% no-repeat;
	padding: 2px 0 2px 18px;
}

.link_03 a:hover {
	color: #18A254 !important;
}

/* LIST type1
----------------------------------------------------------- */
.list_type1 {
	margin-left: 1.5em;
}

.list_type1 li {
	list-style: disc;
	margin-bottom: 5px;
}

.list_type2 {
	margin-left: 1.5em;
}

.list_type2 li {
	list-style: disc;
	margin-bottom: 0;
}

.list_type3 {
	margin-left: 1.5em;
}

.list_type3 li {
	list-style: disc;
	margin-bottom: 15px;
}

.list_type4 {
	margin-left: 2em;
}

.list_type4 li {
	list-style: decimal;
	margin-bottom: 20px;
}

.list_type5 li {
	list-style-type:none;
	list-style-position:inside;
	text-indent:-3.3em;
    padding-left:2.7em;
	margin-bottom: 5px;
}

	
.list_type6 li {
	list-style-type:none;
	list-style-position:inside;
	text-indent:-1.3em;
    padding-left:1.5em;
	margin-bottom: 5px;
	margin-left: 2.5em;
}

.list_type7 li {
	list-style: katakana-iroha;
	list-style-position:inside;
	text-indent:-1.5em;
    padding-left:1.5em;
	margin-bottom: 5px;
	margin-left: 2.5em;
}

.list_type8 {
	margin-left: 2em;
}

.list_type8 li {
	list-style: decimal;
	margin-bottom: 5px;
}

/* ページナビ
----------------------------------------- */

.pagenavi {
	margin: 40px 0;
	font-size: 110%;
	text-align: center;
	position: relative;
}

.pagenavi.hasBorder {
	padding-bottom: 30px;
	border-bottom: 1px dotted #989898;
}
.pagenavi.hasBorderUe {
	padding-top: 30px;
	border-top: 1px solid #989898;
	margin-top: 30px;
}


.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	color: #fff;
	background: #b5a486;
	padding: 5px 8px;
	margin: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid  #b5a486;
}

.wp-pagenavi span.current {
	font-weight: bold;

	background: #fff;
	color: #b5a486;
}

.wp-pagenavi a:hover {
	text-decoration: underline;
}


.navigation {
	width: 240px;
	margin: 0 auto;
}

.toBlogTop span,
.navigation span.allow {
	text-decoration: none;
	color: #fff;
	background: #b5a486;
	padding: 8px 12px;
	margin: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.navigation span.allow.null {
	background: #999;
	color: #fff;
}
.navigation span.null {
	color: #333;
}

.toBlogTop a,
.navigation a {
	color: #666;
}

.toBlogTop a span,
.navigation a span {
	color: #fff;
}

.previous {
	float: left;
	border-right: 1px solid #775f17;
	width: 120px;
	text-align: left;
}
.next {
	float:right;
	text-align: right;
}

.toBlogTop {
	position: absolute;
	top: 0;
	left: 0;
}

.pagenavi.hasBorderUe .toBlogTop {
	top: 30px;
}
/* clearfix
----------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
