@charset "utf-8";

/*--------------------------------------------------------
  トップページ
--------------------------------------------------------*/
#toppage {
	width: 100%;
}
#toppage > img {		/*  コミセンの建物写真  */
	display: block;
	margin: 10px auto 20px;
}
#toppage > p {					/*  コミセンのキャッチコピー  */
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	padding: 0;
	margin: 14px 0 14px;
}
@media screen and (max-width: 568px) {
	#toppage > p{
		/*padding-bottom: 8px;*/
		margin: 10px 0;
	}
}

/* 新着情報
================================================== */
#toppage-info h2 {
	position: relative;
	margin: 10px 0;
}
#toppage-info h2 span {		/*  新着情報のタイトル  */
	position: relative;
	font-size: 1.8em;
 font-weight:bold;
 color: #47bede;
 line-height: 50px;
 text-align: left;
	z-index: 1;
	top:-10px;
}
#toppage-info h2 img {		/*  新着情報の装飾  */
	position:absolute;
	left:0;
	z-index: 0;
}
@media screen and (max-width: 568px) {
	#toppage-info h2 {
		border-bottom-color: #47bede;
		border-bottom-width: 3px;
		border-bottom-style: solid;
	}
#toppage-info h2 span {
	font-size: 1.6em;
	top:0px;
}
#toppage-info h2 img {
	display: none;
}
}

/* トップページ_新着情報（日付+タイトル）
================================================== */
#toppage-news table{
	width: 100%;
 border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
}
#toppage-news tr	{
 border-bottom: solid 1px #cccccc !important;
}
#toppage-news th,#toppage-news td	{
	background-color: #ffffff !important;
 padding: 15px 10px;
	color:	#333333;
	font-size: 14px;
	font-weight: 400;
	vertical-align:text-top;
	text-align: left;
	letter-spacing: 0.1em;
}
#toppage-news th	{
	width: 100px;
}
#toppage-news td	{
	width: auto;
	line-height: 2;
}

@media screen and (max-width: 568px) {
#toppage-news table{
	width: 98%;
	margin: 0 auto;
}
#toppage-news th,#toppage-news td	{
	width: 100%;
	display: block;
}
#toppage-news th	{
	padding: 15px 0 0;
}
#toppage-news td	{
	padding: 10px 0px 20px;
}
}


/*--------------------------------------------------------
  2階層ページ
--------------------------------------------------------*/
.page	{
	margin: 30px 0 100px;
}
.pagetitle	{
	color: #3fa9c5;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 15px 15px 12px 15px;
	border: 2px solid #0b9dc4;
	border-radius: 8px;
	line-height: normal !important;
	background: #E6F5F9;
background: linear-gradient(0deg,rgba(230, 245, 249, 1) 0%, rgba(255, 255, 255, 1) 50%);
}
.pageSection {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 0 0 70px;
}
.pageSection .subtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 3px solid #47bede;
}
.pageSection .h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
	margin: 0 0 15px;
}
.pageSection .h3 img {
	margin-right: 7px;
}
.pageSection p {
	line-height: 2;
}
@media screen and (max-width: 568px) {
.page	{
	margin: 30px 0 50px;
}
.pagetitle	{
	font-size: 18px;
	padding: 10px 15px 7px 15px;
}
.pageSection {
	font-size: 14px;
	margin: 0 0 50px;
}
.pageSection h2 {
	padding: 0 0 7px;
	border-bottom: 2px solid #47bede;
}
.pageSection .subtitle {
	margin: 0 0 15px;
}
.pageSection .h3 {
	border-left: 3px solid #47bede;
	margin: 0 0 15px;
	padding-left: 7px;
}
.pageSection .h3 img {
	display: none;
}
}


/* SectionBox
================================================== */
.SectionBox {
	margin: 0 0 80px;
}
@media screen and (max-width: 568px) {
.SectionBox {
	margin: 0 0 50px;
}
}

/* ShisetsuBox
================================================== */
.ShisetsuBox {
	margin: 0 0 40px;
}
.ShisetsuBox .waku img {
	max-width: 400px;
	width: 100%;
}
@media screen and (max-width: 568px) {
.ShisetsuBox {
	margin: 0 0 30px;
}
.ShisetsuBox .waku {
	padding: 5px;
}
}


/* 位置
================================================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center	{
	text-align:center;
}

.margin-auto {		/***  中央寄せ  ***/
	margin: auto !important;
}
.margin-left {		/***  右寄せ  ***/
	margin-left: auto !important;
}
.margin-right {		/***  左寄せ  ***/
	margin-right: auto !important;
}

/* 余白（margin）
================================================== */
.margin-bottom__15px	{
	margin-bottom: 15px !important;
}
.margin-bottom__50px	{
	margin-bottom: 50px !important;
}
.margin_5px	{
	margin: 0 5px !important;
}
.margin_30px	{
	margin: 30px 0 !important;
}
.margin_50px	{
	margin: 50px 0 !important;
}
@media screen and (max-width: 568px)  {
.margin-bottom__50px	{
	margin-bottom: 30px !important;
}
.margin_50px	{
	margin: 30px 0 !important;
}
}

/* 余白（padding）
================================================== */
.padding-bottom__15px	{
	padding-bottom: 15px !important;
}
@media screen and (max-width: 568px)  {
}

/* waku
================================================== */
.waku {
	padding: 15px;
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
}

/* table
================================================== */

/* 2列（線なし／色なし） 
================================================== */
table.table_2row {
	width: 100%;
 border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
}
table.table_2row th,table.table_2row td	{
 padding: 10px;
	color:	#333333;
	font-size: 14px;
	font-weight: 400;
	vertical-align:text-top;
	text-align: left;
	letter-spacing: 0.1em;
}
table.table_2row th	{
	width: auto;
}
table.table_2row th.width_100px	{
	width: 100px;
}
table.table_2row th.width_150px	{
	width: 150px;
}
table.table_2row td	{
	width: auto;
	line-height: 2;
}

@media screen and (max-width: 568px) {
table.table_2row {
	width: 98%;
	margin: 0 auto;
}
table.table_2row th,table.table_2row td	{
	width: 100%;
	display: block;
}
table.table_2row th.width_100px,
table.table_2row th.width_200px {
	width: 100%;
	display: block;
}
table.table_2row th	{
	padding: 0 0 10px;
}
table.table_2row td	{
	padding: 0px 0px 20px;
}
}


/* 1列（線なし／色なし） 
================================================== */
table.table_row {
	width: 100%;
 border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
}
table.table_row td	{
 padding: 10px;
	color:	#333333;
	font-size: 14px;
	font-weight: 400;
	vertical-align:text-top;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 2;
}

@media screen and (max-width: 568px) {
table.table_row {
	width: 98%;
	margin: 0 auto;
}
table.table_row td	{
	padding: 0px 0px 20px;
	
}
}

/* 2列（線あり／TH色あり） 
================================================== */
table.table_2rowLC {
	width: 100%;
 border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
	border: 2px solid #ccc;
}
table.table_2rowLC th,table.table_2rowLC td	{
 padding: 15px 10px;
	color:	#333333;
	font-size: 14px;
	font-weight: 400;
	vertical-align:text-top;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #ccc;
}
table.table_2rowLC th	{
	width: auto;
	/*background-color:#C6E5F6;*/
	background-color:#F0F0F0;
	font-weight: bold;
}
table.table_2rowLC th.width_200px	{
	width: 200px;
}
table.table_2rowLC td	{
	width: auto;
	border-left: 1px solid #ccc;
	line-height: 2;
}

@media screen and (max-width: 568px) {
table.table_2rowLC {
	border: none;
}
table.table_2rowLC {
	width: 100%;
	margin: 0 auto;
}
table.table_2rowLC th,table.table_2rowLC td	{
	width: 100%;
	display: block;
	border-bottom: none;
}
table.table_2rowLC th.width_200px {
	width: 100%;
	display: block;
}
table.table_2rowLC th	{
	padding: 10px;
}
table.table_2rowLC td	{
	width: auto;
	border-left: none;
 padding: 10px 10px;
	padding-bottom: 10px !important;
}
}

/* 世帯数等の表（線あり／TH色あり）
================================================== */
table.table_setai {
	max-width: 400px;
	width: 100%;
 border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
	border-right: 2px solid #ccc;
	/*border: 2px solid #ccc;*/
}
table.table_setai th,table.table_setai td	{
 padding: 10px 10px;
	color:	#333333;
	font-size: 14px;
	font-weight: 400;
	vertical-align:text-top;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #ccc;
}
table.table_setai th	{
	width: auto;
	background-color:#F0F0F0;
	font-weight: bold;
	border-left: 2px solid #ccc;
}
table.table_setai th.non	{
	background-color: #ffffff !important;
	border-left: none !important;
	border-top: none !important;
}
table.table_setai th.setaisu	{
	background-color: #C6E5F6 !important;
	border-left: 2px solid #ccc !important;
	border-top: 2px solid #ccc !important;
	text-align: center;
}
table.table_setai th.jinko	{
	background-color: #C6E5F6 !important;
	border-left: 2px solid #ccc !important;
	border-top: 2px solid #ccc !important;
	text-align: center;
}
table.table_setai td	{
	width: auto;
	border-left: 2px solid #ccc;
	text-align: center;
}


/* サークル一覧（線あり／TH色あり）
================================================== */
table.table_sakuru {
	width: 100%;
 border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
	border: 2px solid #ccc;
}
table.table_sakuru th,table.table_sakuru td	{
	color:	#333333;
	font-size: 14px;
	font-weight: 400;
	vertical-align:text-top;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #ccc;
}
table.table_sakuru th	{
 padding: 10px 5px;
	width: auto;
	background-color:#C6E5F6;
	/*background-color:#F0F0F0;*/
	font-weight: bold;
	border-left: 2px solid #ccc;
	text-align: center;
}
table.table_sakuru td	{
 padding: 10px 10px;
	width: auto;
	border-left: 2px solid #ccc;
	text-align: center;
}
table.table_sakuru tr td:first-child	{
	text-align: left !important;
}

@media screen and (max-width: 568px) {
table.table_sakuru_details {
	width: 568px;
	margin: 0 auto;
}
}

/* サークル活動内容（線なし／色なし）
================================================== */
table.table_sakuru_details {
	width: 100%;
 border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
	margin-top: 15px;
}
table.table_sakuru_details td	{
 vertical-align: top;
}
table.table_sakuru_details td.width_360px	{
	width: 360px;
}
table.table_sakuru_details td.width_360px img	{
	max-width: 360px;
	width: 100%;
}
table.table_sakuru_details td > table	{
	margin-left: 30px;
}
table.table_sakuru_details td > table td	{
	color:	#333333;
	font-size: 14px;
	font-weight: 400;
	vertical-align:text-top;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 5px;
}

@media screen and (max-width: 568px) {
table.table_sakuru_details {
	width: 98%;
	margin: 15px auto 0;
}
table.table_sakuru_details td	{
	display: block;
}
table.table_sakuru_details td.width_360px	{
	width: 100%;
	text-align:center;
}
table.table_sakuru_details td > table	{
	margin-left: 0px;
	margin-top: 15px;
}
table.table_sakuru_details td > table td	{
	display: inline-block !important;
	width: auto !important;
}
}

/* 複数列 ※横スクロールバーあり
================================================== */
.table-wrap {
	width: 100%;
}
@media screen and (max-width: 568px) {
.table-wrap {
 overflow-x: scroll;
	white-space: nowrap;
	width: 100%;
}
}

/* 表（複数列）　横スクロールバーありの場合に表示
================================================== */
@media all and (min-width: 569px) {
.table_sp {
		display: none !important;
	}
}
@media all and (max-width: 568px) {
	.table_sp {
		display: block !important;
	}
}

/* width
================================================== */
.width_500px {
	max-width: 500px !important;
	width: 100%;
}
.width_400px {
	max-width: 400px !important;
	width: 100%;
}
.width_300px {
	max-width: 300px !important;
	width: 100%;
}

/* page_button
================================================== */
.page_button {
		font-size: 16px;
		font-weight: bold;
  display: inline-block;
  padding: 0.9em 0 0.7em;
  background-color:#47bede; /* 背景色 */
  box-shadow: 0 5px 0 #ccc; /* 影の太さ・色 */
  border-radius: 60px;
  color: #ffffff !important;
  cursor: pointer;
	 position: relative;	
		/*margin-top: auto;*/
		text-align: center;
		text-decoration: none !important;
		line-height: normal !important;
}
.page_button:before,
.page_button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.page_button:after {
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
/* ホバー時 */
.page_button:hover {
	 color: #ffffff;
		text-decoration: none;
  box-shadow: none;
  transform: translateY(5px);
}
/* クリック時 */
.page_button:active {
  box-shadow: none;
  transform: translateY(5px);
}

@media screen and (max-width: 568px)  {
.page_button {
	font-size: 14px;
 padding: 0.9em 0;
}
}

/* インデント
================================================== */
.indent {
	padding-left:1em;
	text-indent:-1em;
}
