@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) { /* スクロール分余裕に20px */
#header #site-title {
	padding-bottom: 15px;
	float: left;
}
#btnMembers {
	margin: 10px;
}
#main #container {
	padding-top: 20px;
}
#main #container #content {
	margin: 0px auto;
}
#content p {
	line-height: 200%;
}
#content table.mobile-block th, #content table.mobile-block td {
	display: table-cell;
}
#content .mainFootContact p.mainFootTxt {
	float: left;
	margin-bottom: 0px;
	text-align: left;
}
#content .mainFootContact p.mainFootTxt .mainFootCatch {
	font-size: 120%;
}
#content .mainFootContact .mainFootBt {
	float: right;
}
#content .mainFootContact .mainFootBt a {
	width: 350px;
	min-height: 50px;
}
#content .mainFootContact .mainFootBt a img {
	width: auto;
}
.paging span.pageIndex {
	display: inline;
}
#topPr {
	display: block;
	overflow: hidden;
}
#topPr .topPrOuter {
	padding: 0px;
	border-bottom: none;
	margin-bottom: 20px;
}
#topPr #topPrLeft {
	width: 24.8%;
	text-align: left;
	float: left;
	display: block;
	overflow: visible;
}
#topPr #topPrCenter {
	width: 24.8%;
	text-align: center;
	float: left;
	display: block;
	overflow: visible;
}
#topPr #topPrRight {
	width: 24.8%;
	text-align: right;
	float: right;
	display: block;
	overflow: visible;
}
#topPr #topPrLeft .topPrInner {
	float: left;
}
#topPr #topPrCenter .topPrInner {
	margin: 0px auto;
}
#topPr #topPrRight .topPrInner {
	float: right;
}
#topPr .topPrInner {
	text-align: left;
	width: 95%;
}
#topPr .topPrOuter h3 a {
	display: block;
	overflow: hidden;
}
#topPr .topPrInner p {
	padding: 0px;
}
#topPr .topPrInner p.topPrDescription {
	font-size: 85.7%;
}
#topPr .prImage {
	float: none;
	width: 100%;
	margin-right: 0px;
}
#topPr .prImage img {
	height: auto;
	width: 100%;
}
#topPr .prImage img.imageWide {
	display: block;
}
#topPr .prImage img.imageSmall {
	display: none;
}
#content .child_page_block {
	width: 48%;
}
#content .child_page_block.layout_odd {
	float: left;
	clear: both;
}
}

/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) { /* スクロール分余裕に20px */
#topPr {
	border-top: none;
}
#topPr .topPrOuter {
	border-bottom: none;
}
#topPr .topPrOuter .topPrInner {
	padding: 0 6%;
	width: 88%;
	border-right: 1px solid #e5e5e5;
}
#topPr #topPrLeft .topPrInner {
	border-left: 1px solid #e5e5e5;
}
}

/*-------------------------------------------*/
/*	color
/*-------------------------------------------*/
@media (min-width: 660px) {
#pageTitBnr #pageTitInner { background: url("../images/bg_pegeTitle.png") right 50% no-repeat #fff; }
}