@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img {
	vertical-align: top;
}
a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	cursor:pointer;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#conts .comBox {
	margin: 0 0 25px 9px;
	padding-top: 12px;
	background: url(../../img/common/com_box_bg01.png) no-repeat left top;
}

#conts .comBox .subBox {
	padding: 20px 40px 33px;
	background: url(../../img/common/com_box_bg02.png) no-repeat left bottom;
}


#conts .comBox .subBox .title {
	margin-bottom: 10px;
	color: #66503a;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

#conts .comBox .subBox .title img {
	margin: -4px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#conts .comBox .subBox ul {
	font-size: 1.4em;
}

#conts .comBox .subBox li {
	width: 100%;
	display: table;
	table-layout: fixed;
	background: url(../../img/common/line01.gif) repeat-x left bottom;
}

#conts .comBox .subBox li span {
	padding: 12px 0;
	width: 529px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#conts .comBox .subBox li span:first-child {
	width: 180px;
	letter-spacing: 1px;
}

#conts .comBox .subBox li a {
	color: #619618;
	text-decoration: none;
}

#conts .comBox .subBox li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	comBox2
------------------------------------------------------------*/
#conts .comBox2 {
	margin: 0 9px 25px 9px;
	padding-top: 2px;
	background: url(../../img/common/com_box_bg03.png) no-repeat left top;
}

#conts .comBox2 .subBox {
	background: url(../../img/common/com_box_bg04.png) no-repeat left bottom;
}

#conts .comBox2 .subBox .title {
	margin-bottom: 10px;
	color: #66503a;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

#conts .comBox2 .subBox .title img {
	margin: -4px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#conts .comBox2 .subBox ul {
	font-size: 1.4em;
}

#conts .comBox2 .subBox li {
	width: 100%;
	display: table;
	table-layout: fixed;
	background: url(../../img/common/line01.gif) repeat-x left bottom;
}

#conts .comBox2 .subBox li span {
	padding: 12px 0;
	width: 590px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#conts .comBox2 .subBox li span:first-child {
	width: 121px;
	letter-spacing: 1px;
}

#conts .comBox2 .subBox li a {
	color: #619618;
	text-decoration: none;
}

#conts .comBox2 .subBox li a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#conts .pageList {
	margin-bottom: 30px;
	text-align: center;
}

#conts .pageList li {
	margin: 0 1px;
	display: inline;
	color: #66503a;
	font-size: 1.4em;
}

#conts .pageList .text {
	margin-right: 20px;
	font-size: 1.6em;
}

#conts .pageList li a {
	padding: 1px;
	display: inline-block;
	color: #66503a;
	position: relative;
	text-align: center;
	background: url(../../img/common/li_bg.png) repeat left top;
	border-radius: 3px;
	behavior: url(js/pie.htc);
}

#conts .pageList li a span {
	padding: 2px 5px 1px;
	min-width: 15px;
	display: inline-block;
	position: relative;
	background-color: #FFF;
	border-radius: 2px;
	behavior: url(js/pie.htc);
}

#conts .pageList .on a span,
#conts .pageList li a:hover span {
	cursor: pointer;
	background: none;
}

#conts .pageList .total {
	margin-left: 20px;
}

#conts .pageList .next a {
	background: none;
}

#conts .pageList .next a span {
	background: none;
}

#conts .pageList .dot {
	margin-right: -15px;
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
#conts .comList {
	margin: 0 -21px 40px 0;
}

#conts .comList .attachment-full{
	height: 190px!important;
}


.comList li {
	margin: 23px 21px 0 0;
	width: 261px;
	float: left;
	font-size: 1.4em;
	position: relative;
	box-shadow: 1px 1px 4px #F8DEAA, -1px -1px 4px #F8DEAA;
	behavior: url(js/pie.htc);
}
.comList li img {
}
.comList li .iconWp, .slider .iconWp {
	position: absolute;
	left: 11px;
	top: -3px;
	z-index: 10;
}

.comList li a {
	display: block;
	color: #444;
	position: relative;
	text-decoration: none;
	background-color: #FFF;
	border-radius: 3px;
	behavior: url(js/pie.htc);
}

.comList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.comList li .textBox {
	padding: 10px 15px 13px;
}

.comList li p {
	line-height: 1.7;
}

.comList li .title {
	margin-bottom: 5px;
	color: #619618;
	font-size: 0.857em;
	line-height: 1.5;
}

.comList li .title span {
	display: block;
	font-size: 1.333em;
	font-weight: bold;
}

.comList02 li a .textBox {
	padding-bottom: 10px;
}