@charset "utf-8";
/*------------------------------------------------------------
	ページャ
------------------------------------------------------------*/
.pager {
	font-size: 1.16em;
	text-align: center;
}

.pager li {
	margin: 0 7px;
	display: inline;
}

.pager li.prev,
.pager li.next {
	margin: 0 10px;
}


/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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;
}

.clear {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*------------------------------------------------------------
	#conts
------------------------------------------------------------*/
#main .comUl li {
	float: left;
}

#main .comUl li a {
	display: block;
}

#main .comUl li.wedNavi01 a {
	with: 201px;
	background: url(../../img/wedding/search/btn01_on.png) no-repeat left top;
}

#main .comUl li.wedNavi02 a {
	with: 201px;
	background: url(../../img/wedding/search/btn02_on.png) no-repeat left top;
}

#main .comUl li a:hover {
	background-color: #fff;
}

#main .comUl li a:hover img {
	visibility: hidden;
}

#conts .comTable {
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .comTable td {
	padding: 13px 5px;
	font-size: 1.2em;
	text-align: center;
	vertical-align: top;
	border: 1px solid #b7a385;
}

#conts .comTable th {
	color: #785420;
	font-weight: normal;
	background-color: #f5f1e8;
}

#conts .comTable thead th {
	vertical-align: middle;
}

#conts .comSearch {
	margin-bottom: 10px;
	padding: 12px 14px;
	font-size: 1.2em;
	border: 1px solid #b7a385;
}

#main .comSection {
	padding: 20px 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	clear: both;
}
