@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;
}

#conts .inner {
	padding: 20px 20px;
}

#conts .inner .bnArea {
	padding-bottom: 8px;
	background: url(../../img/common/conts_line.png) repeat-x bottom;
	
	text-align: center;
}

#conts .inner .bnArea .title {
	display: none;
}

#conts .inner .bnArea .item {
	margin-bottom: 15px;
}

#conts .inner .bnArea .widget_sp_image-description {
	padding-top: 10px;
}

/* ページャー */

#conts .wp-pagenavi {
	padding-top: 30px;
	text-align: center;
}

#conts .wp-pagenavi a,
#conts .wp-pagenavi span {
	display: inline-block;
	padding: 3px 8px;
	
	font-size: 1.3em;
}

#conts .wp-pagenavi a {
	color: #036;
}

#conts .wp-pagenavi .pages {
	color: #666;
}

#conts .wp-pagenavi .current {
	border-color: #C00;
	background: #C00;
	
	color: #FFF;
	font-weight: normal;
}

/* キャプション */

.wp-caption {
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0!important;
	padding: 10px 0;
	text-align: center;
	background: #000;
	
	color: #FFF;
}

.more-link {
	font-size: 1.2em;
}

.emphasis01 { color: #00A6AE; font-weight: bold!important; }

.stepDown {
	margin-left: 15px;
	margin-right: 15px;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.wp-caption img.alignleft {
	float: none;
	margin: 0;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.wp-caption img.alignright {
	float: none;
	margin: 0;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
